/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/assets/styles/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/bootstrap/dist/css/bootstrap.min.css ***!
  \*******************************************************************************************************************************************************************************************************************************************/
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root{
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,::after,::before{
  box-sizing:border-box
}

html{
  font-family:sans-serif;
  line-height:1.15;
  -webkit-text-size-adjust:100%;
  -webkit-tap-highlight-color:transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{
  display:block
}

body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#212529;
  text-align:left;
  background-color:#fff
}

[tabindex="-1"]:focus:not(:focus-visible){
  outline:0!important
}

hr{
  box-sizing:content-box;
  height:0;
  overflow:visible
}

h1,h2,h3,h4,h5,h6{
  margin-top:0;
  margin-bottom:.5rem
}

p{
  margin-top:0;
  margin-bottom:1rem
}

abbr[data-original-title],abbr[title]{
  text-decoration:underline;
  -webkit-text-decoration:underline dotted;
  text-decoration:underline dotted;
  cursor:help;
  border-bottom:0;
  -webkit-text-decoration-skip-ink:none;
  text-decoration-skip-ink:none
}

address{
  margin-bottom:1rem;
  font-style:normal;
  line-height:inherit
}

dl,ol,ul{
  margin-top:0;
  margin-bottom:1rem
}

ol ol,ol ul,ul ol,ul ul{
  margin-bottom:0
}

dt{
  font-weight:700
}

dd{
  margin-bottom:.5rem;
  margin-left:0
}

blockquote{
  margin:0 0 1rem
}

b,strong{
  font-weight:bolder
}

small{
  font-size:80%
}

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

sub{
  bottom:-.25em
}

sup{
  top:-.5em
}

a{
  color:#007bff;
  text-decoration:none;
  background-color:transparent
}

a:hover{
  color:#0056b3;
  text-decoration:underline
}

a:not([href]):not([class]){
  color:inherit;
  text-decoration:none
}

a:not([href]):not([class]):hover{
  color:inherit;
  text-decoration:none
}

code,kbd,pre,samp{
  font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size:1em
}

pre{
  margin-top:0;
  margin-bottom:1rem;
  overflow:auto;
  -ms-overflow-style:scrollbar
}

figure{
  margin:0 0 1rem
}

img{
  vertical-align:middle;
  border-style:none
}

svg{
  overflow:hidden;
  vertical-align:middle
}

table{
  border-collapse:collapse
}

caption{
  padding-top:.75rem;
  padding-bottom:.75rem;
  color:#6c757d;
  text-align:left;
  caption-side:bottom
}

th{
  text-align:inherit;
  text-align:-webkit-match-parent
}

label{
  display:inline-block;
  margin-bottom:.5rem
}

button{
  border-radius:0
}

button:focus:not(:focus-visible){
  outline:0
}

button,input,optgroup,select,textarea{
  margin:0;
  font-family:inherit;
  font-size:inherit;
  line-height:inherit
}

button,input{
  overflow:visible
}

button,select{
  text-transform:none
}

[role=button]{
  cursor:pointer
}

select{
  word-wrap:normal
}

[type=button],[type=reset],[type=submit],button{
  -webkit-appearance:button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){
  cursor:pointer
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
  padding:0;
  border-style:none
}

input[type=checkbox],input[type=radio]{
  box-sizing:border-box;
  padding:0
}

textarea{
  overflow:auto;
  resize:vertical
}

fieldset{
  min-width:0;
  padding:0;
  margin:0;
  border:0
}

legend{
  display:block;
  width:100%;
  max-width:100%;
  padding:0;
  margin-bottom:.5rem;
  font-size:1.5rem;
  line-height:inherit;
  color:inherit;
  white-space:normal
}

progress{
  vertical-align:baseline
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
  height:auto
}

[type=search]{
  outline-offset:-2px;
  -webkit-appearance:none
}

[type=search]::-webkit-search-decoration{
  -webkit-appearance:none
}

::-webkit-file-upload-button{
  font:inherit;
  -webkit-appearance:button
}

output{
  display:inline-block
}

summary{
  display:list-item;
  cursor:pointer
}

template{
  display:none
}

[hidden]{
  display:none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
  margin-bottom:.5rem;
  font-weight:500;
  line-height:1.2
}

.h1,h1{
  font-size:2.5rem
}

.h2,h2{
  font-size:2rem
}

.h3,h3{
  font-size:1.75rem
}

.h4,h4{
  font-size:1.5rem
}

.h5,h5{
  font-size:1.25rem
}

.h6,h6{
  font-size:1rem
}

.lead{
  font-size:1.25rem;
  font-weight:300
}

.display-1{
  font-size:6rem;
  font-weight:300;
  line-height:1.2
}

.display-2{
  font-size:5.5rem;
  font-weight:300;
  line-height:1.2
}

.display-3{
  font-size:4.5rem;
  font-weight:300;
  line-height:1.2
}

.display-4{
  font-size:3.5rem;
  font-weight:300;
  line-height:1.2
}

hr{
  margin-top:1rem;
  margin-bottom:1rem;
  border:0;
  border-top:1px solid rgba(0,0,0,.1)
}

.small,small{
  font-size:.875em;
  font-weight:400
}

.mark,mark{
  padding:.2em;
  background-color:#fcf8e3
}

.list-unstyled{
  padding-left:0;
  list-style:none
}

.list-inline{
  padding-left:0;
  list-style:none
}

.list-inline-item{
  display:inline-block
}

.list-inline-item:not(:last-child){
  margin-right:.5rem
}

.initialism{
  font-size:90%;
  text-transform:uppercase
}

.blockquote{
  margin-bottom:1rem;
  font-size:1.25rem
}

.blockquote-footer{
  display:block;
  font-size:.875em;
  color:#6c757d
}

.blockquote-footer::before{
  content:"\2014\00A0"
}

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

.img-thumbnail{
  padding:.25rem;
  background-color:#fff;
  border:1px solid #dee2e6;
  border-radius:.25rem;
  max-width:100%;
  height:auto
}

.figure{
  display:inline-block
}

.figure-img{
  margin-bottom:.5rem;
  line-height:1
}

.figure-caption{
  font-size:90%;
  color:#6c757d
}

code{
  font-size:87.5%;
  color:#e83e8c;
  word-wrap:break-word
}

a>code{
  color:inherit
}

kbd{
  padding:.2rem .4rem;
  font-size:87.5%;
  color:#fff;
  background-color:#212529;
  border-radius:.2rem
}

kbd kbd{
  padding:0;
  font-size:100%;
  font-weight:700
}

pre{
  display:block;
  font-size:87.5%;
  color:#212529
}

pre code{
  font-size:inherit;
  color:inherit;
  word-break:normal
}

.pre-scrollable{
  max-height:340px;
  overflow-y:scroll
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto
}

@media (min-width:576px){
  .container,.container-sm{
    max-width:540px
  }
}

@media (min-width:768px){
  .container,.container-md,.container-sm{
    max-width:720px
  }
}

@media (min-width:992px){
  .container,.container-lg,.container-md,.container-sm{
    max-width:960px
  }
}

@media (min-width:1200px){
  .container,.container-lg,.container-md,.container-sm,.container-xl{
    max-width:1140px
  }
}

.row{
  display:flex;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px
}

.no-gutters{
  margin-right:0;
  margin-left:0
}

.no-gutters>.col,.no-gutters>[class*=col-]{
  padding-right:0;
  padding-left:0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px
}

.col{
  flex-basis:0;
  flex-grow:1;
  max-width:100%
}

.row-cols-1>*{
  flex:0 0 100%;
  max-width:100%
}

.row-cols-2>*{
  flex:0 0 50%;
  max-width:50%
}

.row-cols-3>*{
  flex:0 0 33.333333%;
  max-width:33.333333%
}

.row-cols-4>*{
  flex:0 0 25%;
  max-width:25%
}

.row-cols-5>*{
  flex:0 0 20%;
  max-width:20%
}

.row-cols-6>*{
  flex:0 0 16.666667%;
  max-width:16.666667%
}

.col-auto{
  flex:0 0 auto;
  width:auto;
  max-width:100%
}

.col-1{
  flex:0 0 8.333333%;
  max-width:8.333333%
}

.col-2{
  flex:0 0 16.666667%;
  max-width:16.666667%
}

.col-3{
  flex:0 0 25%;
  max-width:25%
}

.col-4{
  flex:0 0 33.333333%;
  max-width:33.333333%
}

.col-5{
  flex:0 0 41.666667%;
  max-width:41.666667%
}

.col-6{
  flex:0 0 50%;
  max-width:50%
}

.col-7{
  flex:0 0 58.333333%;
  max-width:58.333333%
}

.col-8{
  flex:0 0 66.666667%;
  max-width:66.666667%
}

.col-9{
  flex:0 0 75%;
  max-width:75%
}

.col-10{
  flex:0 0 83.333333%;
  max-width:83.333333%
}

.col-11{
  flex:0 0 91.666667%;
  max-width:91.666667%
}

.col-12{
  flex:0 0 100%;
  max-width:100%
}

.order-first{
  order:-1
}

.order-last{
  order:13
}

.order-0{
  order:0
}

.order-1{
  order:1
}

.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-10{
  order:10
}

.order-11{
  order:11
}

.order-12{
  order:12
}

.offset-1{
  margin-left:8.333333%
}

.offset-2{
  margin-left:16.666667%
}

.offset-3{
  margin-left:25%
}

.offset-4{
  margin-left:33.333333%
}

.offset-5{
  margin-left:41.666667%
}

.offset-6{
  margin-left:50%
}

.offset-7{
  margin-left:58.333333%
}

.offset-8{
  margin-left:66.666667%
}

.offset-9{
  margin-left:75%
}

.offset-10{
  margin-left:83.333333%
}

.offset-11{
  margin-left:91.666667%
}

@media (min-width:576px){
  .col-sm{
    flex-basis:0;
    flex-grow:1;
    max-width:100%
  }

  .row-cols-sm-1>*{
    flex:0 0 100%;
    max-width:100%
  }

  .row-cols-sm-2>*{
    flex:0 0 50%;
    max-width:50%
  }

  .row-cols-sm-3>*{
    flex:0 0 33.333333%;
    max-width:33.333333%
  }

  .row-cols-sm-4>*{
    flex:0 0 25%;
    max-width:25%
  }

  .row-cols-sm-5>*{
    flex:0 0 20%;
    max-width:20%
  }

  .row-cols-sm-6>*{
    flex:0 0 16.666667%;
    max-width:16.666667%
  }

  .col-sm-auto{
    flex:0 0 auto;
    width:auto;
    max-width:100%
  }

  .col-sm-1{
    flex:0 0 8.333333%;
    max-width:8.333333%
  }

  .col-sm-2{
    flex:0 0 16.666667%;
    max-width:16.666667%
  }

  .col-sm-3{
    flex:0 0 25%;
    max-width:25%
  }

  .col-sm-4{
    flex:0 0 33.333333%;
    max-width:33.333333%
  }

  .col-sm-5{
    flex:0 0 41.666667%;
    max-width:41.666667%
  }

  .col-sm-6{
    flex:0 0 50%;
    max-width:50%
  }

  .col-sm-7{
    flex:0 0 58.333333%;
    max-width:58.333333%
  }

  .col-sm-8{
    flex:0 0 66.666667%;
    max-width:66.666667%
  }

  .col-sm-9{
    flex:0 0 75%;
    max-width:75%
  }

  .col-sm-10{
    flex:0 0 83.333333%;
    max-width:83.333333%
  }

  .col-sm-11{
    flex:0 0 91.666667%;
    max-width:91.666667%
  }

  .col-sm-12{
    flex:0 0 100%;
    max-width:100%
  }

  .order-sm-first{
    order:-1
  }

  .order-sm-last{
    order:13
  }

  .order-sm-0{
    order:0
  }

  .order-sm-1{
    order:1
  }

  .order-sm-2{
    order:2
  }

  .order-sm-3{
    order:3
  }

  .order-sm-4{
    order:4
  }

  .order-sm-5{
    order:5
  }

  .order-sm-6{
    order:6
  }

  .order-sm-7{
    order:7
  }

  .order-sm-8{
    order:8
  }

  .order-sm-9{
    order:9
  }

  .order-sm-10{
    order:10
  }

  .order-sm-11{
    order:11
  }

  .order-sm-12{
    order:12
  }

  .offset-sm-0{
    margin-left:0
  }

  .offset-sm-1{
    margin-left:8.333333%
  }

  .offset-sm-2{
    margin-left:16.666667%
  }

  .offset-sm-3{
    margin-left:25%
  }

  .offset-sm-4{
    margin-left:33.333333%
  }

  .offset-sm-5{
    margin-left:41.666667%
  }

  .offset-sm-6{
    margin-left:50%
  }

  .offset-sm-7{
    margin-left:58.333333%
  }

  .offset-sm-8{
    margin-left:66.666667%
  }

  .offset-sm-9{
    margin-left:75%
  }

  .offset-sm-10{
    margin-left:83.333333%
  }

  .offset-sm-11{
    margin-left:91.666667%
  }
}

@media (min-width:768px){
  .col-md{
    flex-basis:0;
    flex-grow:1;
    max-width:100%
  }

  .row-cols-md-1>*{
    flex:0 0 100%;
    max-width:100%
  }

  .row-cols-md-2>*{
    flex:0 0 50%;
    max-width:50%
  }

  .row-cols-md-3>*{
    flex:0 0 33.333333%;
    max-width:33.333333%
  }

  .row-cols-md-4>*{
    flex:0 0 25%;
    max-width:25%
  }

  .row-cols-md-5>*{
    flex:0 0 20%;
    max-width:20%
  }

  .row-cols-md-6>*{
    flex:0 0 16.666667%;
    max-width:16.666667%
  }

  .col-md-auto{
    flex:0 0 auto;
    width:auto;
    max-width:100%
  }

  .col-md-1{
    flex:0 0 8.333333%;
    max-width:8.333333%
  }

  .col-md-2{
    flex:0 0 16.666667%;
    max-width:16.666667%
  }

  .col-md-3{
    flex:0 0 25%;
    max-width:25%
  }

  .col-md-4{
    flex:0 0 33.333333%;
    max-width:33.333333%
  }

  .col-md-5{
    flex:0 0 41.666667%;
    max-width:41.666667%
  }

  .col-md-6{
    flex:0 0 50%;
    max-width:50%
  }

  .col-md-7{
    flex:0 0 58.333333%;
    max-width:58.333333%
  }

  .col-md-8{
    flex:0 0 66.666667%;
    max-width:66.666667%
  }

  .col-md-9{
    flex:0 0 75%;
    max-width:75%
  }

  .col-md-10{
    flex:0 0 83.333333%;
    max-width:83.333333%
  }

  .col-md-11{
    flex:0 0 91.666667%;
    max-width:91.666667%
  }

  .col-md-12{
    flex:0 0 100%;
    max-width:100%
  }

  .order-md-first{
    order:-1
  }

  .order-md-last{
    order:13
  }

  .order-md-0{
    order:0
  }

  .order-md-1{
    order:1
  }

  .order-md-2{
    order:2
  }

  .order-md-3{
    order:3
  }

  .order-md-4{
    order:4
  }

  .order-md-5{
    order:5
  }

  .order-md-6{
    order:6
  }

  .order-md-7{
    order:7
  }

  .order-md-8{
    order:8
  }

  .order-md-9{
    order:9
  }

  .order-md-10{
    order:10
  }

  .order-md-11{
    order:11
  }

  .order-md-12{
    order:12
  }

  .offset-md-0{
    margin-left:0
  }

  .offset-md-1{
    margin-left:8.333333%
  }

  .offset-md-2{
    margin-left:16.666667%
  }

  .offset-md-3{
    margin-left:25%
  }

  .offset-md-4{
    margin-left:33.333333%
  }

  .offset-md-5{
    margin-left:41.666667%
  }

  .offset-md-6{
    margin-left:50%
  }

  .offset-md-7{
    margin-left:58.333333%
  }

  .offset-md-8{
    margin-left:66.666667%
  }

  .offset-md-9{
    margin-left:75%
  }

  .offset-md-10{
    margin-left:83.333333%
  }

  .offset-md-11{
    margin-left:91.666667%
  }
}

@media (min-width:992px){
  .col-lg{
    flex-basis:0;
    flex-grow:1;
    max-width:100%
  }

  .row-cols-lg-1>*{
    flex:0 0 100%;
    max-width:100%
  }

  .row-cols-lg-2>*{
    flex:0 0 50%;
    max-width:50%
  }

  .row-cols-lg-3>*{
    flex:0 0 33.333333%;
    max-width:33.333333%
  }

  .row-cols-lg-4>*{
    flex:0 0 25%;
    max-width:25%
  }

  .row-cols-lg-5>*{
    flex:0 0 20%;
    max-width:20%
  }

  .row-cols-lg-6>*{
    flex:0 0 16.666667%;
    max-width:16.666667%
  }

  .col-lg-auto{
    flex:0 0 auto;
    width:auto;
    max-width:100%
  }

  .col-lg-1{
    flex:0 0 8.333333%;
    max-width:8.333333%
  }

  .col-lg-2{
    flex:0 0 16.666667%;
    max-width:16.666667%
  }

  .col-lg-3{
    flex:0 0 25%;
    max-width:25%
  }

  .col-lg-4{
    flex:0 0 33.333333%;
    max-width:33.333333%
  }

  .col-lg-5{
    flex:0 0 41.666667%;
    max-width:41.666667%
  }

  .col-lg-6{
    flex:0 0 50%;
    max-width:50%
  }

  .col-lg-7{
    flex:0 0 58.333333%;
    max-width:58.333333%
  }

  .col-lg-8{
    flex:0 0 66.666667%;
    max-width:66.666667%
  }

  .col-lg-9{
    flex:0 0 75%;
    max-width:75%
  }

  .col-lg-10{
    flex:0 0 83.333333%;
    max-width:83.333333%
  }

  .col-lg-11{
    flex:0 0 91.666667%;
    max-width:91.666667%
  }

  .col-lg-12{
    flex:0 0 100%;
    max-width:100%
  }

  .order-lg-first{
    order:-1
  }

  .order-lg-last{
    order:13
  }

  .order-lg-0{
    order:0
  }

  .order-lg-1{
    order:1
  }

  .order-lg-2{
    order:2
  }

  .order-lg-3{
    order:3
  }

  .order-lg-4{
    order:4
  }

  .order-lg-5{
    order:5
  }

  .order-lg-6{
    order:6
  }

  .order-lg-7{
    order:7
  }

  .order-lg-8{
    order:8
  }

  .order-lg-9{
    order:9
  }

  .order-lg-10{
    order:10
  }

  .order-lg-11{
    order:11
  }

  .order-lg-12{
    order:12
  }

  .offset-lg-0{
    margin-left:0
  }

  .offset-lg-1{
    margin-left:8.333333%
  }

  .offset-lg-2{
    margin-left:16.666667%
  }

  .offset-lg-3{
    margin-left:25%
  }

  .offset-lg-4{
    margin-left:33.333333%
  }

  .offset-lg-5{
    margin-left:41.666667%
  }

  .offset-lg-6{
    margin-left:50%
  }

  .offset-lg-7{
    margin-left:58.333333%
  }

  .offset-lg-8{
    margin-left:66.666667%
  }

  .offset-lg-9{
    margin-left:75%
  }

  .offset-lg-10{
    margin-left:83.333333%
  }

  .offset-lg-11{
    margin-left:91.666667%
  }
}

@media (min-width:1200px){
  .col-xl{
    flex-basis:0;
    flex-grow:1;
    max-width:100%
  }

  .row-cols-xl-1>*{
    flex:0 0 100%;
    max-width:100%
  }

  .row-cols-xl-2>*{
    flex:0 0 50%;
    max-width:50%
  }

  .row-cols-xl-3>*{
    flex:0 0 33.333333%;
    max-width:33.333333%
  }

  .row-cols-xl-4>*{
    flex:0 0 25%;
    max-width:25%
  }

  .row-cols-xl-5>*{
    flex:0 0 20%;
    max-width:20%
  }

  .row-cols-xl-6>*{
    flex:0 0 16.666667%;
    max-width:16.666667%
  }

  .col-xl-auto{
    flex:0 0 auto;
    width:auto;
    max-width:100%
  }

  .col-xl-1{
    flex:0 0 8.333333%;
    max-width:8.333333%
  }

  .col-xl-2{
    flex:0 0 16.666667%;
    max-width:16.666667%
  }

  .col-xl-3{
    flex:0 0 25%;
    max-width:25%
  }

  .col-xl-4{
    flex:0 0 33.333333%;
    max-width:33.333333%
  }

  .col-xl-5{
    flex:0 0 41.666667%;
    max-width:41.666667%
  }

  .col-xl-6{
    flex:0 0 50%;
    max-width:50%
  }

  .col-xl-7{
    flex:0 0 58.333333%;
    max-width:58.333333%
  }

  .col-xl-8{
    flex:0 0 66.666667%;
    max-width:66.666667%
  }

  .col-xl-9{
    flex:0 0 75%;
    max-width:75%
  }

  .col-xl-10{
    flex:0 0 83.333333%;
    max-width:83.333333%
  }

  .col-xl-11{
    flex:0 0 91.666667%;
    max-width:91.666667%
  }

  .col-xl-12{
    flex:0 0 100%;
    max-width:100%
  }

  .order-xl-first{
    order:-1
  }

  .order-xl-last{
    order:13
  }

  .order-xl-0{
    order:0
  }

  .order-xl-1{
    order:1
  }

  .order-xl-2{
    order:2
  }

  .order-xl-3{
    order:3
  }

  .order-xl-4{
    order:4
  }

  .order-xl-5{
    order:5
  }

  .order-xl-6{
    order:6
  }

  .order-xl-7{
    order:7
  }

  .order-xl-8{
    order:8
  }

  .order-xl-9{
    order:9
  }

  .order-xl-10{
    order:10
  }

  .order-xl-11{
    order:11
  }

  .order-xl-12{
    order:12
  }

  .offset-xl-0{
    margin-left:0
  }

  .offset-xl-1{
    margin-left:8.333333%
  }

  .offset-xl-2{
    margin-left:16.666667%
  }

  .offset-xl-3{
    margin-left:25%
  }

  .offset-xl-4{
    margin-left:33.333333%
  }

  .offset-xl-5{
    margin-left:41.666667%
  }

  .offset-xl-6{
    margin-left:50%
  }

  .offset-xl-7{
    margin-left:58.333333%
  }

  .offset-xl-8{
    margin-left:66.666667%
  }

  .offset-xl-9{
    margin-left:75%
  }

  .offset-xl-10{
    margin-left:83.333333%
  }

  .offset-xl-11{
    margin-left:91.666667%
  }
}

.table{
  width:100%;
  margin-bottom:1rem;
  color:#212529
}

.table td,.table th{
  padding:.75rem;
  vertical-align:top;
  border-top:1px solid #dee2e6
}

.table thead th{
  vertical-align:bottom;
  border-bottom:2px solid #dee2e6
}

.table tbody+tbody{
  border-top:2px solid #dee2e6
}

.table-sm td,.table-sm th{
  padding:.3rem
}

.table-bordered{
  border:1px solid #dee2e6
}

.table-bordered td,.table-bordered th{
  border:1px solid #dee2e6
}

.table-bordered thead td,.table-bordered thead th{
  border-bottom-width:2px
}

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{
  border:0
}

.table-striped tbody tr:nth-of-type(odd){
  background-color:rgba(0,0,0,.05)
}

.table-hover tbody tr:hover{
  color:#212529;
  background-color:rgba(0,0,0,.075)
}

.table-primary,.table-primary>td,.table-primary>th{
  background-color:#b8daff
}

.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{
  border-color:#7abaff
}

.table-hover .table-primary:hover{
  background-color:#9fcdff
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{
  background-color:#9fcdff
}

.table-secondary,.table-secondary>td,.table-secondary>th{
  background-color:#d6d8db
}

.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{
  border-color:#b3b7bb
}

.table-hover .table-secondary:hover{
  background-color:#c8cbcf
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{
  background-color:#c8cbcf
}

.table-success,.table-success>td,.table-success>th{
  background-color:#c3e6cb
}

.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{
  border-color:#8fd19e
}

.table-hover .table-success:hover{
  background-color:#b1dfbb
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{
  background-color:#b1dfbb
}

.table-info,.table-info>td,.table-info>th{
  background-color:#bee5eb
}

.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{
  border-color:#86cfda
}

.table-hover .table-info:hover{
  background-color:#abdde5
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{
  background-color:#abdde5
}

.table-warning,.table-warning>td,.table-warning>th{
  background-color:#ffeeba
}

.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{
  border-color:#ffdf7e
}

.table-hover .table-warning:hover{
  background-color:#ffe8a1
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{
  background-color:#ffe8a1
}

.table-danger,.table-danger>td,.table-danger>th{
  background-color:#f5c6cb
}

.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{
  border-color:#ed969e
}

.table-hover .table-danger:hover{
  background-color:#f1b0b7
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{
  background-color:#f1b0b7
}

.table-light,.table-light>td,.table-light>th{
  background-color:#fdfdfe
}

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{
  border-color:#fbfcfc
}

.table-hover .table-light:hover{
  background-color:#ececf6
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{
  background-color:#ececf6
}

.table-dark,.table-dark>td,.table-dark>th{
  background-color:#c6c8ca
}

.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{
  border-color:#95999c
}

.table-hover .table-dark:hover{
  background-color:#b9bbbe
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{
  background-color:#b9bbbe
}

.table-active,.table-active>td,.table-active>th{
  background-color:rgba(0,0,0,.075)
}

.table-hover .table-active:hover{
  background-color:rgba(0,0,0,.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{
  background-color:rgba(0,0,0,.075)
}

.table .thead-dark th{
  color:#fff;
  background-color:#343a40;
  border-color:#454d55
}

.table .thead-light th{
  color:#495057;
  background-color:#e9ecef;
  border-color:#dee2e6
}

.table-dark{
  color:#fff;
  background-color:#343a40
}

.table-dark td,.table-dark th,.table-dark thead th{
  border-color:#454d55
}

.table-dark.table-bordered{
  border:0
}

.table-dark.table-striped tbody tr:nth-of-type(odd){
  background-color:rgba(255,255,255,.05)
}

.table-dark.table-hover tbody tr:hover{
  color:#fff;
  background-color:rgba(255,255,255,.075)
}

@media (max-width:575.98px){
  .table-responsive-sm{
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
  }

  .table-responsive-sm>.table-bordered{
    border:0
  }
}

@media (max-width:767.98px){
  .table-responsive-md{
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
  }

  .table-responsive-md>.table-bordered{
    border:0
  }
}

@media (max-width:991.98px){
  .table-responsive-lg{
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
  }

  .table-responsive-lg>.table-bordered{
    border:0
  }
}

@media (max-width:1199.98px){
  .table-responsive-xl{
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
  }

  .table-responsive-xl>.table-bordered{
    border:0
  }
}

.table-responsive{
  display:block;
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch
}

.table-responsive>.table-bordered{
  border:0
}

.form-control{
  display:block;
  width:100%;
  height:calc(1.5em + .75rem + 2px);
  padding:.375rem .75rem;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#495057;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid #ced4da;
  border-radius:.25rem;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce){
  .form-control{
    transition:none
  }
}

.form-control::-ms-expand{
  background-color:transparent;
  border:0
}

.form-control:focus{
  color:#495057;
  background-color:#fff;
  border-color:#80bdff;
  outline:0;
  box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::placeholder{
  color:#6c757d;
  opacity:1
}

.form-control:disabled,.form-control[readonly]{
  background-color:#e9ecef;
  opacity:1
}

input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{
  appearance:none
}

select.form-control:-moz-focusring{
  color:transparent;
  text-shadow:0 0 0 #495057
}

select.form-control:focus::-ms-value{
  color:#495057;
  background-color:#fff
}

.form-control-file,.form-control-range{
  display:block;
  width:100%
}

.col-form-label{
  padding-top:calc(.375rem + 1px);
  padding-bottom:calc(.375rem + 1px);
  margin-bottom:0;
  font-size:inherit;
  line-height:1.5
}

.col-form-label-lg{
  padding-top:calc(.5rem + 1px);
  padding-bottom:calc(.5rem + 1px);
  font-size:1.25rem;
  line-height:1.5
}

.col-form-label-sm{
  padding-top:calc(.25rem + 1px);
  padding-bottom:calc(.25rem + 1px);
  font-size:.875rem;
  line-height:1.5
}

.form-control-plaintext{
  display:block;
  width:100%;
  padding:.375rem 0;
  margin-bottom:0;
  font-size:1rem;
  line-height:1.5;
  color:#212529;
  background-color:transparent;
  border:solid transparent;
  border-width:1px 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{
  padding-right:0;
  padding-left:0
}

.form-control-sm{
  height:calc(1.5em + .5rem + 2px);
  padding:.25rem .5rem;
  font-size:.875rem;
  line-height:1.5;
  border-radius:.2rem
}

.form-control-lg{
  height:calc(1.5em + 1rem + 2px);
  padding:.5rem 1rem;
  font-size:1.25rem;
  line-height:1.5;
  border-radius:.3rem
}

select.form-control[multiple],select.form-control[size]{
  height:auto
}

textarea.form-control{
  height:auto
}

.form-group{
  margin-bottom:1rem
}

.form-text{
  display:block;
  margin-top:.25rem
}

.form-row{
  display:flex;
  flex-wrap:wrap;
  margin-right:-5px;
  margin-left:-5px
}

.form-row>.col,.form-row>[class*=col-]{
  padding-right:5px;
  padding-left:5px
}

.form-check{
  position:relative;
  display:block;
  padding-left:1.25rem
}

.form-check-input{
  position:absolute;
  margin-top:.3rem;
  margin-left:-1.25rem
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{
  color:#6c757d
}

.form-check-label{
  margin-bottom:0
}

.form-check-inline{
  display:inline-flex;
  align-items:center;
  padding-left:0;
  margin-right:.75rem
}

.form-check-inline .form-check-input{
  position:static;
  margin-top:0;
  margin-right:.3125rem;
  margin-left:0
}

.valid-feedback{
  display:none;
  width:100%;
  margin-top:.25rem;
  font-size:.875em;
  color:#28a745
}

.valid-tooltip{
  position:absolute;
  top:100%;
  left:0;
  z-index:5;
  display:none;
  max-width:100%;
  padding:.25rem .5rem;
  margin-top:.1rem;
  font-size:.875rem;
  line-height:1.5;
  color:#fff;
  background-color:rgba(40,167,69,.9);
  border-radius:.25rem
}

.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{
  left:5px
}

.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{
  display:block
}

.form-control.is-valid,.was-validated .form-control:valid{
  border-color:#28a745;
  padding-right:calc(1.5em + .75rem)!important;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat:no-repeat;
  background-position:right calc(.375em + .1875rem) center;
  background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus{
  border-color:#28a745;
  box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}

.was-validated select.form-control:valid,select.form-control.is-valid{
  padding-right:3rem!important;
  background-position:right 1.5rem center
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid{
  padding-right:calc(1.5em + .75rem);
  background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,.was-validated .custom-select:valid{
  border-color:#28a745;
  padding-right:calc(.75em + 2.3125rem)!important;
  background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{
  border-color:#28a745;
  box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{
  color:#28a745
}

.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{
  display:block
}

.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{
  color:#28a745
}

.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{
  border-color:#28a745
}

.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{
  border-color:#34ce57;
  background-color:#34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{
  box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{
  border-color:#28a745
}

.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{
  border-color:#28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{
  border-color:#28a745;
  box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback{
  display:none;
  width:100%;
  margin-top:.25rem;
  font-size:.875em;
  color:#dc3545
}

.invalid-tooltip{
  position:absolute;
  top:100%;
  left:0;
  z-index:5;
  display:none;
  max-width:100%;
  padding:.25rem .5rem;
  margin-top:.1rem;
  font-size:.875rem;
  line-height:1.5;
  color:#fff;
  background-color:rgba(220,53,69,.9);
  border-radius:.25rem
}

.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{
  left:5px
}

.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{
  display:block
}

.form-control.is-invalid,.was-validated .form-control:invalid{
  border-color:#dc3545;
  padding-right:calc(1.5em + .75rem)!important;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat:no-repeat;
  background-position:right calc(.375em + .1875rem) center;
  background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{
  border-color:#dc3545;
  box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}

.was-validated select.form-control:invalid,select.form-control.is-invalid{
  padding-right:3rem!important;
  background-position:right 1.5rem center
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{
  padding-right:calc(1.5em + .75rem);
  background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,.was-validated .custom-select:invalid{
  border-color:#dc3545;
  padding-right:calc(.75em + 2.3125rem)!important;
  background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{
  border-color:#dc3545;
  box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{
  color:#dc3545
}

.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{
  display:block
}

.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{
  color:#dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{
  border-color:#dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{
  border-color:#e4606d;
  background-color:#e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{
  box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{
  border-color:#dc3545
}

.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{
  border-color:#dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{
  border-color:#dc3545;
  box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline{
  display:flex;
  flex-flow:row wrap;
  align-items:center
}

.form-inline .form-check{
  width:100%
}

@media (min-width:576px){
  .form-inline label{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:0
  }

  .form-inline .form-group{
    display:flex;
    flex:0 0 auto;
    flex-flow:row wrap;
    align-items:center;
    margin-bottom:0
  }

  .form-inline .form-control{
    display:inline-block;
    width:auto;
    vertical-align:middle
  }

  .form-inline .form-control-plaintext{
    display:inline-block
  }

  .form-inline .custom-select,.form-inline .input-group{
    width:auto
  }

  .form-inline .form-check{
    display:flex;
    align-items:center;
    justify-content:center;
    width:auto;
    padding-left:0
  }

  .form-inline .form-check-input{
    position:relative;
    flex-shrink:0;
    margin-top:0;
    margin-right:.25rem;
    margin-left:0
  }

  .form-inline .custom-control{
    align-items:center;
    justify-content:center
  }

  .form-inline .custom-control-label{
    margin-bottom:0
  }
}

.btn{
  display:inline-block;
  font-weight:400;
  color:#212529;
  text-align:center;
  vertical-align:middle;
  -webkit-user-select:none;
  user-select:none;
  background-color:transparent;
  border:1px solid transparent;
  padding:.375rem .75rem;
  font-size:1rem;
  line-height:1.5;
  border-radius:.25rem;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce){
  .btn{
    transition:none
  }
}

.btn:hover{
  color:#212529;
  text-decoration:none
}

.btn.focus,.btn:focus{
  outline:0;
  box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled,.btn:disabled{
  opacity:.65
}

.btn:not(:disabled):not(.disabled){
  cursor:pointer
}

a.btn.disabled,fieldset:disabled a.btn{
  pointer-events:none
}

.btn-primary{
  color:#fff;
  background-color:#007bff;
  border-color:#007bff
}

.btn-primary:hover{
  color:#fff;
  background-color:#0069d9;
  border-color:#0062cc
}

.btn-primary.focus,.btn-primary:focus{
  color:#fff;
  background-color:#0069d9;
  border-color:#0062cc;
  box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-primary.disabled,.btn-primary:disabled{
  color:#fff;
  background-color:#007bff;
  border-color:#007bff
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{
  color:#fff;
  background-color:#0062cc;
  border-color:#005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-secondary{
  color:#fff;
  background-color:#6c757d;
  border-color:#6c757d
}

.btn-secondary:hover{
  color:#fff;
  background-color:#5a6268;
  border-color:#545b62
}

.btn-secondary.focus,.btn-secondary:focus{
  color:#fff;
  background-color:#5a6268;
  border-color:#545b62;
  box-shadow:0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled{
  color:#fff;
  background-color:#6c757d;
  border-color:#6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{
  color:#fff;
  background-color:#545b62;
  border-color:#4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-success{
  color:#fff;
  background-color:#28a745;
  border-color:#28a745
}

.btn-success:hover{
  color:#fff;
  background-color:#218838;
  border-color:#1e7e34
}

.btn-success.focus,.btn-success:focus{
  color:#fff;
  background-color:#218838;
  border-color:#1e7e34;
  box-shadow:0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-success.disabled,.btn-success:disabled{
  color:#fff;
  background-color:#28a745;
  border-color:#28a745
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{
  color:#fff;
  background-color:#1e7e34;
  border-color:#1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-info{
  color:#fff;
  background-color:#17a2b8;
  border-color:#17a2b8
}

.btn-info:hover{
  color:#fff;
  background-color:#138496;
  border-color:#117a8b
}

.btn-info.focus,.btn-info:focus{
  color:#fff;
  background-color:#138496;
  border-color:#117a8b;
  box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-info.disabled,.btn-info:disabled{
  color:#fff;
  background-color:#17a2b8;
  border-color:#17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{
  color:#fff;
  background-color:#117a8b;
  border-color:#10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-warning{
  color:#212529;
  background-color:#ffc107;
  border-color:#ffc107
}

.btn-warning:hover{
  color:#212529;
  background-color:#e0a800;
  border-color:#d39e00
}

.btn-warning.focus,.btn-warning:focus{
  color:#212529;
  background-color:#e0a800;
  border-color:#d39e00;
  box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-warning.disabled,.btn-warning:disabled{
  color:#212529;
  background-color:#ffc107;
  border-color:#ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{
  color:#212529;
  background-color:#d39e00;
  border-color:#c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-danger{
  color:#fff;
  background-color:#dc3545;
  border-color:#dc3545
}

.btn-danger:hover{
  color:#fff;
  background-color:#c82333;
  border-color:#bd2130
}

.btn-danger.focus,.btn-danger:focus{
  color:#fff;
  background-color:#c82333;
  border-color:#bd2130;
  box-shadow:0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-danger.disabled,.btn-danger:disabled{
  color:#fff;
  background-color:#dc3545;
  border-color:#dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{
  color:#fff;
  background-color:#bd2130;
  border-color:#b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-light{
  color:#212529;
  background-color:#f8f9fa;
  border-color:#f8f9fa
}

.btn-light:hover{
  color:#212529;
  background-color:#e2e6ea;
  border-color:#dae0e5
}

.btn-light.focus,.btn-light:focus{
  color:#212529;
  background-color:#e2e6ea;
  border-color:#dae0e5;
  box-shadow:0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-light.disabled,.btn-light:disabled{
  color:#212529;
  background-color:#f8f9fa;
  border-color:#f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{
  color:#212529;
  background-color:#dae0e5;
  border-color:#d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-dark{
  color:#fff;
  background-color:#343a40;
  border-color:#343a40
}

.btn-dark:hover{
  color:#fff;
  background-color:#23272b;
  border-color:#1d2124
}

.btn-dark.focus,.btn-dark:focus{
  color:#fff;
  background-color:#23272b;
  border-color:#1d2124;
  box-shadow:0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-dark.disabled,.btn-dark:disabled{
  color:#fff;
  background-color:#343a40;
  border-color:#343a40
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{
  color:#fff;
  background-color:#1d2124;
  border-color:#171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-outline-primary{
  color:#007bff;
  border-color:#007bff
}

.btn-outline-primary:hover{
  color:#fff;
  background-color:#007bff;
  border-color:#007bff
}

.btn-outline-primary.focus,.btn-outline-primary:focus{
  box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled{
  color:#007bff;
  background-color:transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{
  color:#fff;
  background-color:#007bff;
  border-color:#007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-secondary{
  color:#6c757d;
  border-color:#6c757d
}

.btn-outline-secondary:hover{
  color:#fff;
  background-color:#6c757d;
  border-color:#6c757d
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus{
  box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{
  color:#6c757d;
  background-color:transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{
  color:#fff;
  background-color:#6c757d;
  border-color:#6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-success{
  color:#28a745;
  border-color:#28a745
}

.btn-outline-success:hover{
  color:#fff;
  background-color:#28a745;
  border-color:#28a745
}

.btn-outline-success.focus,.btn-outline-success:focus{
  box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled{
  color:#28a745;
  background-color:transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{
  color:#fff;
  background-color:#28a745;
  border-color:#28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info{
  color:#17a2b8;
  border-color:#17a2b8
}

.btn-outline-info:hover{
  color:#fff;
  background-color:#17a2b8;
  border-color:#17a2b8
}

.btn-outline-info.focus,.btn-outline-info:focus{
  box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled{
  color:#17a2b8;
  background-color:transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{
  color:#fff;
  background-color:#17a2b8;
  border-color:#17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-warning{
  color:#ffc107;
  border-color:#ffc107
}

.btn-outline-warning:hover{
  color:#212529;
  background-color:#ffc107;
  border-color:#ffc107
}

.btn-outline-warning.focus,.btn-outline-warning:focus{
  box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled{
  color:#ffc107;
  background-color:transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{
  color:#212529;
  background-color:#ffc107;
  border-color:#ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger{
  color:#dc3545;
  border-color:#dc3545
}

.btn-outline-danger:hover{
  color:#fff;
  background-color:#dc3545;
  border-color:#dc3545
}

.btn-outline-danger.focus,.btn-outline-danger:focus{
  box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled{
  color:#dc3545;
  background-color:transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{
  color:#fff;
  background-color:#dc3545;
  border-color:#dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light{
  color:#f8f9fa;
  border-color:#f8f9fa
}

.btn-outline-light:hover{
  color:#212529;
  background-color:#f8f9fa;
  border-color:#f8f9fa
}

.btn-outline-light.focus,.btn-outline-light:focus{
  box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled{
  color:#f8f9fa;
  background-color:transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{
  color:#212529;
  background-color:#f8f9fa;
  border-color:#f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark{
  color:#343a40;
  border-color:#343a40
}

.btn-outline-dark:hover{
  color:#fff;
  background-color:#343a40;
  border-color:#343a40
}

.btn-outline-dark.focus,.btn-outline-dark:focus{
  box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled{
  color:#343a40;
  background-color:transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{
  color:#fff;
  background-color:#343a40;
  border-color:#343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-link{
  font-weight:400;
  color:#007bff;
  text-decoration:none
}

.btn-link:hover{
  color:#0056b3;
  text-decoration:underline
}

.btn-link.focus,.btn-link:focus{
  text-decoration:underline
}

.btn-link.disabled,.btn-link:disabled{
  color:#6c757d;
  pointer-events:none
}

.btn-group-lg>.btn,.btn-lg{
  padding:.5rem 1rem;
  font-size:1.25rem;
  line-height:1.5;
  border-radius:.3rem
}

.btn-group-sm>.btn,.btn-sm{
  padding:.25rem .5rem;
  font-size:.875rem;
  line-height:1.5;
  border-radius:.2rem
}

.btn-block{
  display:block;
  width:100%
}

.btn-block+.btn-block{
  margin-top:.5rem
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{
  width:100%
}

.fade{
  transition:opacity .15s linear
}

@media (prefers-reduced-motion:reduce){
  .fade{
    transition:none
  }
}

.fade:not(.show){
  opacity:0
}

.collapse:not(.show){
  display:none
}

.collapsing{
  position:relative;
  height:0;
  overflow:hidden;
  transition:height .35s ease
}

@media (prefers-reduced-motion:reduce){
  .collapsing{
    transition:none
  }
}

.collapsing.width{
  width:0;
  height:auto;
  transition:width .35s ease
}

@media (prefers-reduced-motion:reduce){
  .collapsing.width{
    transition:none
  }
}

.dropdown,.dropleft,.dropright,.dropup{
  position:relative
}

.dropdown-toggle{
  white-space:nowrap
}

.dropdown-toggle::after{
  display:inline-block;
  margin-left:.255em;
  vertical-align:.255em;
  content:"";
  border-top:.3em solid;
  border-right:.3em solid transparent;
  border-bottom:0;
  border-left:.3em solid transparent
}

.dropdown-toggle:empty::after{
  margin-left:0
}

.dropdown-menu{
  position:absolute;
  top:100%;
  left:0;
  z-index:1000;
  display:none;
  float:left;
  min-width:10rem;
  padding:.5rem 0;
  margin:.125rem 0 0;
  font-size:1rem;
  color:#212529;
  text-align:left;
  list-style:none;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid rgba(0,0,0,.15);
  border-radius:.25rem
}

.dropdown-menu-left{
  right:auto;
  left:0
}

.dropdown-menu-right{
  right:0;
  left:auto
}

@media (min-width:576px){
  .dropdown-menu-sm-left{
    right:auto;
    left:0
  }

  .dropdown-menu-sm-right{
    right:0;
    left:auto
  }
}

@media (min-width:768px){
  .dropdown-menu-md-left{
    right:auto;
    left:0
  }

  .dropdown-menu-md-right{
    right:0;
    left:auto
  }
}

@media (min-width:992px){
  .dropdown-menu-lg-left{
    right:auto;
    left:0
  }

  .dropdown-menu-lg-right{
    right:0;
    left:auto
  }
}

@media (min-width:1200px){
  .dropdown-menu-xl-left{
    right:auto;
    left:0
  }

  .dropdown-menu-xl-right{
    right:0;
    left:auto
  }
}

.dropup .dropdown-menu{
  top:auto;
  bottom:100%;
  margin-top:0;
  margin-bottom:.125rem
}

.dropup .dropdown-toggle::after{
  display:inline-block;
  margin-left:.255em;
  vertical-align:.255em;
  content:"";
  border-top:0;
  border-right:.3em solid transparent;
  border-bottom:.3em solid;
  border-left:.3em solid transparent
}

.dropup .dropdown-toggle:empty::after{
  margin-left:0
}

.dropright .dropdown-menu{
  top:0;
  right:auto;
  left:100%;
  margin-top:0;
  margin-left:.125rem
}

.dropright .dropdown-toggle::after{
  display:inline-block;
  margin-left:.255em;
  vertical-align:.255em;
  content:"";
  border-top:.3em solid transparent;
  border-right:0;
  border-bottom:.3em solid transparent;
  border-left:.3em solid
}

.dropright .dropdown-toggle:empty::after{
  margin-left:0
}

.dropright .dropdown-toggle::after{
  vertical-align:0
}

.dropleft .dropdown-menu{
  top:0;
  right:100%;
  left:auto;
  margin-top:0;
  margin-right:.125rem
}

.dropleft .dropdown-toggle::after{
  display:inline-block;
  margin-left:.255em;
  vertical-align:.255em;
  content:""
}

.dropleft .dropdown-toggle::after{
  display:none
}

.dropleft .dropdown-toggle::before{
  display:inline-block;
  margin-right:.255em;
  vertical-align:.255em;
  content:"";
  border-top:.3em solid transparent;
  border-right:.3em solid;
  border-bottom:.3em solid transparent
}

.dropleft .dropdown-toggle:empty::after{
  margin-left:0
}

.dropleft .dropdown-toggle::before{
  vertical-align:0
}

.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{
  right:auto;
  bottom:auto
}

.dropdown-divider{
  height:0;
  margin:.5rem 0;
  overflow:hidden;
  border-top:1px solid #e9ecef
}

.dropdown-item{
  display:block;
  width:100%;
  padding:.25rem 1.5rem;
  clear:both;
  font-weight:400;
  color:#212529;
  text-align:inherit;
  white-space:nowrap;
  background-color:transparent;
  border:0
}

.dropdown-item:focus,.dropdown-item:hover{
  color:#16181b;
  text-decoration:none;
  background-color:#e9ecef
}

.dropdown-item.active,.dropdown-item:active{
  color:#fff;
  text-decoration:none;
  background-color:#007bff
}

.dropdown-item.disabled,.dropdown-item:disabled{
  color:#adb5bd;
  pointer-events:none;
  background-color:transparent
}

.dropdown-menu.show{
  display:block
}

.dropdown-header{
  display:block;
  padding:.5rem 1.5rem;
  margin-bottom:0;
  font-size:.875rem;
  color:#6c757d;
  white-space:nowrap
}

.dropdown-item-text{
  display:block;
  padding:.25rem 1.5rem;
  color:#212529
}

.btn-group,.btn-group-vertical{
  position:relative;
  display:inline-flex;
  vertical-align:middle
}

.btn-group-vertical>.btn,.btn-group>.btn{
  position:relative;
  flex:1 1 auto
}

.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{
  z-index:1
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{
  z-index:1
}

.btn-toolbar{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start
}

.btn-toolbar .input-group{
  width:auto
}

.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){
  margin-left:-1px
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){
  border-top-right-radius:0;
  border-bottom-right-radius:0
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){
  border-top-left-radius:0;
  border-bottom-left-radius:0
}

.dropdown-toggle-split{
  padding-right:.5625rem;
  padding-left:.5625rem
}

.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{
  margin-left:0
}

.dropleft .dropdown-toggle-split::before{
  margin-right:0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{
  padding-right:.375rem;
  padding-left:.375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{
  padding-right:.75rem;
  padding-left:.75rem
}

.btn-group-vertical{
  flex-direction:column;
  align-items:flex-start;
  justify-content:center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{
  width:100%
}

.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){
  margin-top:-1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){
  border-bottom-right-radius:0;
  border-bottom-left-radius:0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){
  border-top-left-radius:0;
  border-top-right-radius:0
}

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{
  margin-bottom:0
}

.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{
  position:absolute;
  clip:rect(0,0,0,0);
  pointer-events:none
}

.input-group{
  position:relative;
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  width:100%
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{
  position:relative;
  flex:1 1 auto;
  width:1%;
  min-width:0;
  margin-bottom:0
}

.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{
  margin-left:-1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{
  z-index:3
}

.input-group>.custom-file .custom-file-input:focus{
  z-index:4
}

.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){
  border-top-left-radius:0;
  border-bottom-left-radius:0
}

.input-group>.custom-file{
  display:flex;
  align-items:center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{
  border-top-right-radius:0;
  border-bottom-right-radius:0
}

.input-group>.custom-file:not(:first-child) .custom-file-label{
  border-top-left-radius:0;
  border-bottom-left-radius:0
}

.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){
  border-top-right-radius:0;
  border-bottom-right-radius:0
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3){
  border-top-right-radius:0;
  border-bottom-right-radius:0
}

.input-group-append,.input-group-prepend{
  display:flex
}

.input-group-append .btn,.input-group-prepend .btn{
  position:relative;
  z-index:2
}

.input-group-append .btn:focus,.input-group-prepend .btn:focus{
  z-index:3
}

.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{
  margin-left:-1px
}

.input-group-prepend{
  margin-right:-1px
}

.input-group-append{
  margin-left:-1px
}

.input-group-text{
  display:flex;
  align-items:center;
  padding:.375rem .75rem;
  margin-bottom:0;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#495057;
  text-align:center;
  white-space:nowrap;
  background-color:#e9ecef;
  border:1px solid #ced4da;
  border-radius:.25rem
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio]{
  margin-top:0
}

.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){
  height:calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{
  padding:.5rem 1rem;
  font-size:1.25rem;
  line-height:1.5;
  border-radius:.3rem
}

.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){
  height:calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{
  padding:.25rem .5rem;
  font-size:.875rem;
  line-height:1.5;
  border-radius:.2rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select{
  padding-right:1.75rem
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{
  border-top-right-radius:0;
  border-bottom-right-radius:0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{
  border-top-left-radius:0;
  border-bottom-left-radius:0
}

.custom-control{
  position:relative;
  z-index:1;
  display:block;
  min-height:1.5rem;
  padding-left:1.5rem;
  -webkit-print-color-adjust:exact;
  color-adjust:exact;
  print-color-adjust:exact
}

.custom-control-inline{
  display:inline-flex;
  margin-right:1rem
}

.custom-control-input{
  position:absolute;
  left:0;
  z-index:-1;
  width:1rem;
  height:1.25rem;
  opacity:0
}

.custom-control-input:checked~.custom-control-label::before{
  color:#fff;
  border-color:#007bff;
  background-color:#007bff
}

.custom-control-input:focus~.custom-control-label::before{
  box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before{
  border-color:#80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before{
  color:#fff;
  background-color:#b3d7ff;
  border-color:#b3d7ff
}

.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{
  color:#6c757d
}

.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{
  background-color:#e9ecef
}

.custom-control-label{
  position:relative;
  margin-bottom:0;
  vertical-align:top
}

.custom-control-label::before{
  position:absolute;
  top:.25rem;
  left:-1.5rem;
  display:block;
  width:1rem;
  height:1rem;
  pointer-events:none;
  content:"";
  background-color:#fff;
  border:1px solid #adb5bd
}

.custom-control-label::after{
  position:absolute;
  top:.25rem;
  left:-1.5rem;
  display:block;
  width:1rem;
  height:1rem;
  content:"";
  background:50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before{
  border-radius:.25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{
  border-color:#007bff;
  background-color:#007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{
  background-color:rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{
  background-color:rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before{
  border-radius:50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{
  background-color:rgba(0,123,255,.5)
}

.custom-switch{
  padding-left:2.25rem
}

.custom-switch .custom-control-label::before{
  left:-2.25rem;
  width:1.75rem;
  pointer-events:all;
  border-radius:.5rem
}

.custom-switch .custom-control-label::after{
  top:calc(.25rem + 2px);
  left:calc(-2.25rem + 2px);
  width:calc(1rem - 4px);
  height:calc(1rem - 4px);
  background-color:#adb5bd;
  border-radius:.5rem;
  transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce){
  .custom-switch .custom-control-label::after{
    transition:none
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after{
  background-color:#fff;
  transform:translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{
  background-color:rgba(0,123,255,.5)
}

.custom-select{
  display:inline-block;
  width:100%;
  height:calc(1.5em + .75rem + 2px);
  padding:.375rem 1.75rem .375rem .75rem;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#495057;
  vertical-align:middle;
  background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
  border:1px solid #ced4da;
  border-radius:.25rem;
  appearance:none
}

.custom-select:focus{
  border-color:#80bdff;
  outline:0;
  box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-select:focus::-ms-value{
  color:#495057;
  background-color:#fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]){
  height:auto;
  padding-right:.75rem;
  background-image:none
}

.custom-select:disabled{
  color:#6c757d;
  background-color:#e9ecef
}

.custom-select::-ms-expand{
  display:none
}

.custom-select:-moz-focusring{
  color:transparent;
  text-shadow:0 0 0 #495057
}

.custom-select-sm{
  height:calc(1.5em + .5rem + 2px);
  padding-top:.25rem;
  padding-bottom:.25rem;
  padding-left:.5rem;
  font-size:.875rem
}

.custom-select-lg{
  height:calc(1.5em + 1rem + 2px);
  padding-top:.5rem;
  padding-bottom:.5rem;
  padding-left:1rem;
  font-size:1.25rem
}

.custom-file{
  position:relative;
  display:inline-block;
  width:100%;
  height:calc(1.5em + .75rem + 2px);
  margin-bottom:0
}

.custom-file-input{
  position:relative;
  z-index:2;
  width:100%;
  height:calc(1.5em + .75rem + 2px);
  margin:0;
  overflow:hidden;
  opacity:0
}

.custom-file-input:focus~.custom-file-label{
  border-color:#80bdff;
  box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{
  background-color:#e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after{
  content:"Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after{
  content:attr(data-browse)
}

.custom-file-label{
  position:absolute;
  top:0;
  right:0;
  left:0;
  z-index:1;
  height:calc(1.5em + .75rem + 2px);
  padding:.375rem .75rem;
  overflow:hidden;
  font-weight:400;
  line-height:1.5;
  color:#495057;
  background-color:#fff;
  border:1px solid #ced4da;
  border-radius:.25rem
}

.custom-file-label::after{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  z-index:3;
  display:block;
  height:calc(1.5em + .75rem);
  padding:.375rem .75rem;
  line-height:1.5;
  color:#495057;
  content:"Browse";
  background-color:#e9ecef;
  border-left:inherit;
  border-radius:0 .25rem .25rem 0
}

.custom-range{
  width:100%;
  height:1.4rem;
  padding:0;
  background-color:transparent;
  appearance:none
}

.custom-range:focus{
  outline:0
}

.custom-range:focus::-webkit-slider-thumb{
  box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range:focus::-moz-range-thumb{
  box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range:focus::-ms-thumb{
  box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range::-moz-focus-outer{
  border:0
}

.custom-range::-webkit-slider-thumb{
  width:1rem;
  height:1rem;
  margin-top:-.25rem;
  background-color:#007bff;
  border:0;
  border-radius:1rem;
  -webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance:none
}

@media (prefers-reduced-motion:reduce){
  .custom-range::-webkit-slider-thumb{
    -webkit-transition:none;
    transition:none
  }
}

.custom-range::-webkit-slider-thumb:active{
  background-color:#b3d7ff
}

.custom-range::-webkit-slider-runnable-track{
  width:100%;
  height:.5rem;
  color:transparent;
  cursor:pointer;
  background-color:#dee2e6;
  border-color:transparent;
  border-radius:1rem
}

.custom-range::-moz-range-thumb{
  width:1rem;
  height:1rem;
  background-color:#007bff;
  border:0;
  border-radius:1rem;
  -moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance:none
}

@media (prefers-reduced-motion:reduce){
  .custom-range::-moz-range-thumb{
    -moz-transition:none;
    transition:none
  }
}

.custom-range::-moz-range-thumb:active{
  background-color:#b3d7ff
}

.custom-range::-moz-range-track{
  width:100%;
  height:.5rem;
  color:transparent;
  cursor:pointer;
  background-color:#dee2e6;
  border-color:transparent;
  border-radius:1rem
}

.custom-range::-ms-thumb{
  width:1rem;
  height:1rem;
  margin-top:0;
  margin-right:.2rem;
  margin-left:.2rem;
  background-color:#007bff;
  border:0;
  border-radius:1rem;
  -ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance:none
}

@media (prefers-reduced-motion:reduce){
  .custom-range::-ms-thumb{
    -ms-transition:none;
    transition:none
  }
}

.custom-range::-ms-thumb:active{
  background-color:#b3d7ff
}

.custom-range::-ms-track{
  width:100%;
  height:.5rem;
  color:transparent;
  cursor:pointer;
  background-color:transparent;
  border-color:transparent;
  border-width:.5rem
}

.custom-range::-ms-fill-lower{
  background-color:#dee2e6;
  border-radius:1rem
}

.custom-range::-ms-fill-upper{
  margin-right:15px;
  background-color:#dee2e6;
  border-radius:1rem
}

.custom-range:disabled::-webkit-slider-thumb{
  background-color:#adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track{
  cursor:default
}

.custom-range:disabled::-moz-range-thumb{
  background-color:#adb5bd
}

.custom-range:disabled::-moz-range-track{
  cursor:default
}

.custom-range:disabled::-ms-thumb{
  background-color:#adb5bd
}

.custom-control-label::before,.custom-file-label,.custom-select{
  transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce){
  .custom-control-label::before,.custom-file-label,.custom-select{
    transition:none
  }
}

.nav{
  display:flex;
  flex-wrap:wrap;
  padding-left:0;
  margin-bottom:0;
  list-style:none
}

.nav-link{
  display:block;
  padding:.5rem 1rem
}

.nav-link:focus,.nav-link:hover{
  text-decoration:none
}

.nav-link.disabled{
  color:#6c757d;
  pointer-events:none;
  cursor:default
}

.nav-tabs{
  border-bottom:1px solid #dee2e6
}

.nav-tabs .nav-link{
  margin-bottom:-1px;
  background-color:transparent;
  border:1px solid transparent;
  border-top-left-radius:.25rem;
  border-top-right-radius:.25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{
  isolation:isolate;
  border-color:#e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled{
  color:#6c757d;
  background-color:transparent;
  border-color:transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{
  color:#495057;
  background-color:#fff;
  border-color:#dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu{
  margin-top:-1px;
  border-top-left-radius:0;
  border-top-right-radius:0
}

.nav-pills .nav-link{
  background:0 0;
  border:0;
  border-radius:.25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link{
  color:#fff;
  background-color:#007bff
}

.nav-fill .nav-item,.nav-fill>.nav-link{
  flex:1 1 auto;
  text-align:center
}

.nav-justified .nav-item,.nav-justified>.nav-link{
  flex-basis:0;
  flex-grow:1;
  text-align:center
}

.tab-content>.tab-pane{
  display:none
}

.tab-content>.active{
  display:block
}

.navbar{
  position:relative;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  padding:.5rem 1rem
}

.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between
}

.navbar-brand{
  display:inline-block;
  padding-top:.3125rem;
  padding-bottom:.3125rem;
  margin-right:1rem;
  font-size:1.25rem;
  line-height:inherit;
  white-space:nowrap
}

.navbar-brand:focus,.navbar-brand:hover{
  text-decoration:none
}

.navbar-nav{
  display:flex;
  flex-direction:column;
  padding-left:0;
  margin-bottom:0;
  list-style:none
}

.navbar-nav .nav-link{
  padding-right:0;
  padding-left:0
}

.navbar-nav .dropdown-menu{
  position:static;
  float:none
}

.navbar-text{
  display:inline-block;
  padding-top:.5rem;
  padding-bottom:.5rem
}

.navbar-collapse{
  flex-basis:100%;
  flex-grow:1;
  align-items:center
}

.navbar-toggler{
  padding:.25rem .75rem;
  font-size:1.25rem;
  line-height:1;
  background-color:transparent;
  border:1px solid transparent;
  border-radius:.25rem
}

.navbar-toggler:focus,.navbar-toggler:hover{
  text-decoration:none
}

.navbar-toggler-icon{
  display:inline-block;
  width:1.5em;
  height:1.5em;
  vertical-align:middle;
  content:"";
  background:50%/100% 100% no-repeat
}

.navbar-nav-scroll{
  max-height:75vh;
  overflow-y:auto
}

@media (max-width:575.98px){
  .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{
    padding-right:0;
    padding-left:0
  }
}

@media (min-width:576px){
  .navbar-expand-sm{
    flex-flow:row nowrap;
    justify-content:flex-start
  }

  .navbar-expand-sm .navbar-nav{
    flex-direction:row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu{
    position:absolute
  }

  .navbar-expand-sm .navbar-nav .nav-link{
    padding-right:.5rem;
    padding-left:.5rem
  }

  .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{
    flex-wrap:nowrap
  }

  .navbar-expand-sm .navbar-nav-scroll{
    overflow:visible
  }

  .navbar-expand-sm .navbar-collapse{
    display:flex!important;
    flex-basis:auto
  }

  .navbar-expand-sm .navbar-toggler{
    display:none
  }
}

@media (max-width:767.98px){
  .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{
    padding-right:0;
    padding-left:0
  }
}

@media (min-width:768px){
  .navbar-expand-md{
    flex-flow:row nowrap;
    justify-content:flex-start
  }

  .navbar-expand-md .navbar-nav{
    flex-direction:row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu{
    position:absolute
  }

  .navbar-expand-md .navbar-nav .nav-link{
    padding-right:.5rem;
    padding-left:.5rem
  }

  .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{
    flex-wrap:nowrap
  }

  .navbar-expand-md .navbar-nav-scroll{
    overflow:visible
  }

  .navbar-expand-md .navbar-collapse{
    display:flex!important;
    flex-basis:auto
  }

  .navbar-expand-md .navbar-toggler{
    display:none
  }
}

@media (max-width:991.98px){
  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{
    padding-right:0;
    padding-left:0
  }
}

@media (min-width:992px){
  .navbar-expand-lg{
    flex-flow:row nowrap;
    justify-content:flex-start
  }

  .navbar-expand-lg .navbar-nav{
    flex-direction:row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu{
    position:absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link{
    padding-right:.5rem;
    padding-left:.5rem
  }

  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{
    flex-wrap:nowrap
  }

  .navbar-expand-lg .navbar-nav-scroll{
    overflow:visible
  }

  .navbar-expand-lg .navbar-collapse{
    display:flex!important;
    flex-basis:auto
  }

  .navbar-expand-lg .navbar-toggler{
    display:none
  }
}

@media (max-width:1199.98px){
  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{
    padding-right:0;
    padding-left:0
  }
}

@media (min-width:1200px){
  .navbar-expand-xl{
    flex-flow:row nowrap;
    justify-content:flex-start
  }

  .navbar-expand-xl .navbar-nav{
    flex-direction:row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu{
    position:absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link{
    padding-right:.5rem;
    padding-left:.5rem
  }

  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{
    flex-wrap:nowrap
  }

  .navbar-expand-xl .navbar-nav-scroll{
    overflow:visible
  }

  .navbar-expand-xl .navbar-collapse{
    display:flex!important;
    flex-basis:auto
  }

  .navbar-expand-xl .navbar-toggler{
    display:none
  }
}

.navbar-expand{
  flex-flow:row nowrap;
  justify-content:flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{
  padding-right:0;
  padding-left:0
}

.navbar-expand .navbar-nav{
  flex-direction:row
}

.navbar-expand .navbar-nav .dropdown-menu{
  position:absolute
}

.navbar-expand .navbar-nav .nav-link{
  padding-right:.5rem;
  padding-left:.5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{
  flex-wrap:nowrap
}

.navbar-expand .navbar-nav-scroll{
  overflow:visible
}

.navbar-expand .navbar-collapse{
  display:flex!important;
  flex-basis:auto
}

.navbar-expand .navbar-toggler{
  display:none
}

.navbar-light .navbar-brand{
  color:rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{
  color:rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link{
  color:rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{
  color:rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled{
  color:rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{
  color:rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler{
  color:rgba(0,0,0,.5);
  border-color:rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text{
  color:rgba(0,0,0,.5)
}

.navbar-light .navbar-text a{
  color:rgba(0,0,0,.9)
}

.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{
  color:rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand{
  color:#fff
}

.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{
  color:#fff
}

.navbar-dark .navbar-nav .nav-link{
  color:rgba(255,255,255,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{
  color:rgba(255,255,255,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled{
  color:rgba(255,255,255,.25)
}

.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{
  color:#fff
}

.navbar-dark .navbar-toggler{
  color:rgba(255,255,255,.5);
  border-color:rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text{
  color:rgba(255,255,255,.5)
}

.navbar-dark .navbar-text a{
  color:#fff
}

.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{
  color:#fff
}

.card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  word-wrap:break-word;
  background-color:#fff;
  background-clip:border-box;
  border:1px solid rgba(0,0,0,.125);
  border-radius:.25rem
}

.card>hr{
  margin-right:0;
  margin-left:0
}

.card>.list-group{
  border-top:inherit;
  border-bottom:inherit
}

.card>.list-group:first-child{
  border-top-width:0;
  border-top-left-radius:calc(.25rem - 1px);
  border-top-right-radius:calc(.25rem - 1px)
}

.card>.list-group:last-child{
  border-bottom-width:0;
  border-bottom-right-radius:calc(.25rem - 1px);
  border-bottom-left-radius:calc(.25rem - 1px)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer{
  border-top:0
}

.card-body{
  flex:1 1 auto;
  min-height:1px;
  padding:1.25rem
}

.card-title{
  margin-bottom:.75rem
}

.card-subtitle{
  margin-top:-.375rem;
  margin-bottom:0
}

.card-text:last-child{
  margin-bottom:0
}

.card-link:hover{
  text-decoration:none
}

.card-link+.card-link{
  margin-left:1.25rem
}

.card-header{
  padding:.75rem 1.25rem;
  margin-bottom:0;
  background-color:rgba(0,0,0,.03);
  border-bottom:1px solid rgba(0,0,0,.125)
}

.card-header:first-child{
  border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer{
  padding:.75rem 1.25rem;
  background-color:rgba(0,0,0,.03);
  border-top:1px solid rgba(0,0,0,.125)
}

.card-footer:last-child{
  border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs{
  margin-right:-.625rem;
  margin-bottom:-.75rem;
  margin-left:-.625rem;
  border-bottom:0
}

.card-header-pills{
  margin-right:-.625rem;
  margin-left:-.625rem
}

.card-img-overlay{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  padding:1.25rem;
  border-radius:calc(.25rem - 1px)
}

.card-img,.card-img-bottom,.card-img-top{
  flex-shrink:0;
  width:100%
}

.card-img,.card-img-top{
  border-top-left-radius:calc(.25rem - 1px);
  border-top-right-radius:calc(.25rem - 1px)
}

.card-img,.card-img-bottom{
  border-bottom-right-radius:calc(.25rem - 1px);
  border-bottom-left-radius:calc(.25rem - 1px)
}

.card-deck .card{
  margin-bottom:15px
}

@media (min-width:576px){
  .card-deck{
    display:flex;
    flex-flow:row wrap;
    margin-right:-15px;
    margin-left:-15px
  }

  .card-deck .card{
    flex:1 0 0%;
    margin-right:15px;
    margin-bottom:0;
    margin-left:15px
  }
}

.card-group>.card{
  margin-bottom:15px
}

@media (min-width:576px){
  .card-group{
    display:flex;
    flex-flow:row wrap
  }

  .card-group>.card{
    flex:1 0 0%;
    margin-bottom:0
  }

  .card-group>.card+.card{
    margin-left:0;
    border-left:0
  }

  .card-group>.card:not(:last-child){
    border-top-right-radius:0;
    border-bottom-right-radius:0
  }

  .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{
    border-top-right-radius:0
  }

  .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{
    border-bottom-right-radius:0
  }

  .card-group>.card:not(:first-child){
    border-top-left-radius:0;
    border-bottom-left-radius:0
  }

  .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{
    border-top-left-radius:0
  }

  .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{
    border-bottom-left-radius:0
  }
}

.card-columns .card{
  margin-bottom:.75rem
}

@media (min-width:576px){
  .card-columns{
    column-count:3;
    -webkit-column-gap:1.25rem;
    -moz-column-gap:1.25rem;
    grid-column-gap:1.25rem;
    column-gap:1.25rem;
    orphans:1;
    widows:1
  }

  .card-columns .card{
    display:inline-block;
    width:100%
  }
}

.accordion{
  overflow-anchor:none
}

.accordion>.card{
  overflow:hidden
}

.accordion>.card:not(:last-of-type){
  border-bottom:0;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0
}

.accordion>.card:not(:first-of-type){
  border-top-left-radius:0;
  border-top-right-radius:0
}

.accordion>.card>.card-header{
  border-radius:0;
  margin-bottom:-1px
}

.breadcrumb{
  display:flex;
  flex-wrap:wrap;
  padding:.75rem 1rem;
  margin-bottom:1rem;
  list-style:none;
  background-color:#e9ecef;
  border-radius:.25rem
}

.breadcrumb-item+.breadcrumb-item{
  padding-left:.5rem
}

.breadcrumb-item+.breadcrumb-item::before{
  float:left;
  padding-right:.5rem;
  color:#6c757d;
  content:"/"
}

.breadcrumb-item+.breadcrumb-item:hover::before{
  text-decoration:underline
}

.breadcrumb-item+.breadcrumb-item:hover::before{
  text-decoration:none
}

.breadcrumb-item.active{
  color:#6c757d
}

.pagination{
  display:flex;
  padding-left:0;
  list-style:none;
  border-radius:.25rem
}

.page-link{
  position:relative;
  display:block;
  padding:.5rem .75rem;
  margin-left:-1px;
  line-height:1.25;
  color:#007bff;
  background-color:#fff;
  border:1px solid #dee2e6
}

.page-link:hover{
  z-index:2;
  color:#0056b3;
  text-decoration:none;
  background-color:#e9ecef;
  border-color:#dee2e6
}

.page-link:focus{
  z-index:3;
  outline:0;
  box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}

.page-item:first-child .page-link{
  margin-left:0;
  border-top-left-radius:.25rem;
  border-bottom-left-radius:.25rem
}

.page-item:last-child .page-link{
  border-top-right-radius:.25rem;
  border-bottom-right-radius:.25rem
}

.page-item.active .page-link{
  z-index:3;
  color:#fff;
  background-color:#007bff;
  border-color:#007bff
}

.page-item.disabled .page-link{
  color:#6c757d;
  pointer-events:none;
  cursor:auto;
  background-color:#fff;
  border-color:#dee2e6
}

.pagination-lg .page-link{
  padding:.75rem 1.5rem;
  font-size:1.25rem;
  line-height:1.5
}

.pagination-lg .page-item:first-child .page-link{
  border-top-left-radius:.3rem;
  border-bottom-left-radius:.3rem
}

.pagination-lg .page-item:last-child .page-link{
  border-top-right-radius:.3rem;
  border-bottom-right-radius:.3rem
}

.pagination-sm .page-link{
  padding:.25rem .5rem;
  font-size:.875rem;
  line-height:1.5
}

.pagination-sm .page-item:first-child .page-link{
  border-top-left-radius:.2rem;
  border-bottom-left-radius:.2rem
}

.pagination-sm .page-item:last-child .page-link{
  border-top-right-radius:.2rem;
  border-bottom-right-radius:.2rem
}

.badge{
  display:inline-block;
  padding:.25em .4em;
  font-size:75%;
  font-weight:700;
  line-height:1;
  text-align:center;
  white-space:nowrap;
  vertical-align:baseline;
  border-radius:.25rem;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce){
  .badge{
    transition:none
  }
}

a.badge:focus,a.badge:hover{
  text-decoration:none
}

.badge:empty{
  display:none
}

.btn .badge{
  position:relative;
  top:-1px
}

.badge-pill{
  padding-right:.6em;
  padding-left:.6em;
  border-radius:10rem
}

.badge-primary{
  color:#fff;
  background-color:#007bff
}

a.badge-primary:focus,a.badge-primary:hover{
  color:#fff;
  background-color:#0062cc
}

a.badge-primary.focus,a.badge-primary:focus{
  outline:0;
  box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}

.badge-secondary{
  color:#fff;
  background-color:#6c757d
}

a.badge-secondary:focus,a.badge-secondary:hover{
  color:#fff;
  background-color:#545b62
}

a.badge-secondary.focus,a.badge-secondary:focus{
  outline:0;
  box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}

.badge-success{
  color:#fff;
  background-color:#28a745
}

a.badge-success:focus,a.badge-success:hover{
  color:#fff;
  background-color:#1e7e34
}

a.badge-success.focus,a.badge-success:focus{
  outline:0;
  box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}

.badge-info{
  color:#fff;
  background-color:#17a2b8
}

a.badge-info:focus,a.badge-info:hover{
  color:#fff;
  background-color:#117a8b
}

a.badge-info.focus,a.badge-info:focus{
  outline:0;
  box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}

.badge-warning{
  color:#212529;
  background-color:#ffc107
}

a.badge-warning:focus,a.badge-warning:hover{
  color:#212529;
  background-color:#d39e00
}

a.badge-warning.focus,a.badge-warning:focus{
  outline:0;
  box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}

.badge-danger{
  color:#fff;
  background-color:#dc3545
}

a.badge-danger:focus,a.badge-danger:hover{
  color:#fff;
  background-color:#bd2130
}

a.badge-danger.focus,a.badge-danger:focus{
  outline:0;
  box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}

.badge-light{
  color:#212529;
  background-color:#f8f9fa
}

a.badge-light:focus,a.badge-light:hover{
  color:#212529;
  background-color:#dae0e5
}

a.badge-light.focus,a.badge-light:focus{
  outline:0;
  box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}

.badge-dark{
  color:#fff;
  background-color:#343a40
}

a.badge-dark:focus,a.badge-dark:hover{
  color:#fff;
  background-color:#1d2124
}

a.badge-dark.focus,a.badge-dark:focus{
  outline:0;
  box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}

.jumbotron{
  padding:2rem 1rem;
  margin-bottom:2rem;
  background-color:#e9ecef;
  border-radius:.3rem
}

@media (min-width:576px){
  .jumbotron{
    padding:4rem 2rem
  }
}

.jumbotron-fluid{
  padding-right:0;
  padding-left:0;
  border-radius:0
}

.alert{
  position:relative;
  padding:.75rem 1.25rem;
  margin-bottom:1rem;
  border:1px solid transparent;
  border-radius:.25rem
}

.alert-heading{
  color:inherit
}

.alert-link{
  font-weight:700
}

.alert-dismissible{
  padding-right:4rem
}

.alert-dismissible .close{
  position:absolute;
  top:0;
  right:0;
  z-index:2;
  padding:.75rem 1.25rem;
  color:inherit
}

.alert-primary{
  color:#004085;
  background-color:#cce5ff;
  border-color:#b8daff
}

.alert-primary hr{
  border-top-color:#9fcdff
}

.alert-primary .alert-link{
  color:#002752
}

.alert-secondary{
  color:#383d41;
  background-color:#e2e3e5;
  border-color:#d6d8db
}

.alert-secondary hr{
  border-top-color:#c8cbcf
}

.alert-secondary .alert-link{
  color:#202326
}

.alert-success{
  color:#155724;
  background-color:#d4edda;
  border-color:#c3e6cb
}

.alert-success hr{
  border-top-color:#b1dfbb
}

.alert-success .alert-link{
  color:#0b2e13
}

.alert-info{
  color:#0c5460;
  background-color:#d1ecf1;
  border-color:#bee5eb
}

.alert-info hr{
  border-top-color:#abdde5
}

.alert-info .alert-link{
  color:#062c33
}

.alert-warning{
  color:#856404;
  background-color:#fff3cd;
  border-color:#ffeeba
}

.alert-warning hr{
  border-top-color:#ffe8a1
}

.alert-warning .alert-link{
  color:#533f03
}

.alert-danger{
  color:#721c24;
  background-color:#f8d7da;
  border-color:#f5c6cb
}

.alert-danger hr{
  border-top-color:#f1b0b7
}

.alert-danger .alert-link{
  color:#491217
}

.alert-light{
  color:#818182;
  background-color:#fefefe;
  border-color:#fdfdfe
}

.alert-light hr{
  border-top-color:#ececf6
}

.alert-light .alert-link{
  color:#686868
}

.alert-dark{
  color:#1b1e21;
  background-color:#d6d8d9;
  border-color:#c6c8ca
}

.alert-dark hr{
  border-top-color:#b9bbbe
}

.alert-dark .alert-link{
  color:#040505
}

@keyframes progress-bar-stripes{
  from{
    background-position:1rem 0
  }

  to{
    background-position:0 0
  }
}

.progress{
  display:flex;
  height:1rem;
  overflow:hidden;
  line-height:0;
  font-size:.75rem;
  background-color:#e9ecef;
  border-radius:.25rem
}

.progress-bar{
  display:flex;
  flex-direction:column;
  justify-content:center;
  overflow:hidden;
  color:#fff;
  text-align:center;
  white-space:nowrap;
  background-color:#007bff;
  transition:width .6s ease
}

@media (prefers-reduced-motion:reduce){
  .progress-bar{
    transition:none
  }
}

.progress-bar-striped{
  background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size:1rem 1rem
}

.progress-bar-animated{
  animation:1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce){
  .progress-bar-animated{
    animation:none
  }
}

.media{
  display:flex;
  align-items:flex-start
}

.media-body{
  flex:1
}

.list-group{
  display:flex;
  flex-direction:column;
  padding-left:0;
  margin-bottom:0;
  border-radius:.25rem
}

.list-group-item-action{
  width:100%;
  color:#495057;
  text-align:inherit
}

.list-group-item-action:focus,.list-group-item-action:hover{
  z-index:1;
  color:#495057;
  text-decoration:none;
  background-color:#f8f9fa
}

.list-group-item-action:active{
  color:#212529;
  background-color:#e9ecef
}

.list-group-item{
  position:relative;
  display:block;
  padding:.75rem 1.25rem;
  background-color:#fff;
  border:1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child{
  border-top-left-radius:inherit;
  border-top-right-radius:inherit
}

.list-group-item:last-child{
  border-bottom-right-radius:inherit;
  border-bottom-left-radius:inherit
}

.list-group-item.disabled,.list-group-item:disabled{
  color:#6c757d;
  pointer-events:none;
  background-color:#fff
}

.list-group-item.active{
  z-index:2;
  color:#fff;
  background-color:#007bff;
  border-color:#007bff
}

.list-group-item+.list-group-item{
  border-top-width:0
}

.list-group-item+.list-group-item.active{
  margin-top:-1px;
  border-top-width:1px
}

.list-group-horizontal{
  flex-direction:row
}

.list-group-horizontal>.list-group-item:first-child{
  border-bottom-left-radius:.25rem;
  border-top-right-radius:0
}

.list-group-horizontal>.list-group-item:last-child{
  border-top-right-radius:.25rem;
  border-bottom-left-radius:0
}

.list-group-horizontal>.list-group-item.active{
  margin-top:0
}

.list-group-horizontal>.list-group-item+.list-group-item{
  border-top-width:1px;
  border-left-width:0
}

.list-group-horizontal>.list-group-item+.list-group-item.active{
  margin-left:-1px;
  border-left-width:1px
}

@media (min-width:576px){
  .list-group-horizontal-sm{
    flex-direction:row
  }

  .list-group-horizontal-sm>.list-group-item:first-child{
    border-bottom-left-radius:.25rem;
    border-top-right-radius:0
  }

  .list-group-horizontal-sm>.list-group-item:last-child{
    border-top-right-radius:.25rem;
    border-bottom-left-radius:0
  }

  .list-group-horizontal-sm>.list-group-item.active{
    margin-top:0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item{
    border-top-width:1px;
    border-left-width:0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active{
    margin-left:-1px;
    border-left-width:1px
  }
}

@media (min-width:768px){
  .list-group-horizontal-md{
    flex-direction:row
  }

  .list-group-horizontal-md>.list-group-item:first-child{
    border-bottom-left-radius:.25rem;
    border-top-right-radius:0
  }

  .list-group-horizontal-md>.list-group-item:last-child{
    border-top-right-radius:.25rem;
    border-bottom-left-radius:0
  }

  .list-group-horizontal-md>.list-group-item.active{
    margin-top:0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item{
    border-top-width:1px;
    border-left-width:0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active{
    margin-left:-1px;
    border-left-width:1px
  }
}

@media (min-width:992px){
  .list-group-horizontal-lg{
    flex-direction:row
  }

  .list-group-horizontal-lg>.list-group-item:first-child{
    border-bottom-left-radius:.25rem;
    border-top-right-radius:0
  }

  .list-group-horizontal-lg>.list-group-item:last-child{
    border-top-right-radius:.25rem;
    border-bottom-left-radius:0
  }

  .list-group-horizontal-lg>.list-group-item.active{
    margin-top:0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item{
    border-top-width:1px;
    border-left-width:0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active{
    margin-left:-1px;
    border-left-width:1px
  }
}

@media (min-width:1200px){
  .list-group-horizontal-xl{
    flex-direction:row
  }

  .list-group-horizontal-xl>.list-group-item:first-child{
    border-bottom-left-radius:.25rem;
    border-top-right-radius:0
  }

  .list-group-horizontal-xl>.list-group-item:last-child{
    border-top-right-radius:.25rem;
    border-bottom-left-radius:0
  }

  .list-group-horizontal-xl>.list-group-item.active{
    margin-top:0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item{
    border-top-width:1px;
    border-left-width:0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active{
    margin-left:-1px;
    border-left-width:1px
  }
}

.list-group-flush{
  border-radius:0
}

.list-group-flush>.list-group-item{
  border-width:0 0 1px
}

.list-group-flush>.list-group-item:last-child{
  border-bottom-width:0
}

.list-group-item-primary{
  color:#004085;
  background-color:#b8daff
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{
  color:#004085;
  background-color:#9fcdff
}

.list-group-item-primary.list-group-item-action.active{
  color:#fff;
  background-color:#004085;
  border-color:#004085
}

.list-group-item-secondary{
  color:#383d41;
  background-color:#d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{
  color:#383d41;
  background-color:#c8cbcf
}

.list-group-item-secondary.list-group-item-action.active{
  color:#fff;
  background-color:#383d41;
  border-color:#383d41
}

.list-group-item-success{
  color:#155724;
  background-color:#c3e6cb
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{
  color:#155724;
  background-color:#b1dfbb
}

.list-group-item-success.list-group-item-action.active{
  color:#fff;
  background-color:#155724;
  border-color:#155724
}

.list-group-item-info{
  color:#0c5460;
  background-color:#bee5eb
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{
  color:#0c5460;
  background-color:#abdde5
}

.list-group-item-info.list-group-item-action.active{
  color:#fff;
  background-color:#0c5460;
  border-color:#0c5460
}

.list-group-item-warning{
  color:#856404;
  background-color:#ffeeba
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{
  color:#856404;
  background-color:#ffe8a1
}

.list-group-item-warning.list-group-item-action.active{
  color:#fff;
  background-color:#856404;
  border-color:#856404
}

.list-group-item-danger{
  color:#721c24;
  background-color:#f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{
  color:#721c24;
  background-color:#f1b0b7
}

.list-group-item-danger.list-group-item-action.active{
  color:#fff;
  background-color:#721c24;
  border-color:#721c24
}

.list-group-item-light{
  color:#818182;
  background-color:#fdfdfe
}

.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{
  color:#818182;
  background-color:#ececf6
}

.list-group-item-light.list-group-item-action.active{
  color:#fff;
  background-color:#818182;
  border-color:#818182
}

.list-group-item-dark{
  color:#1b1e21;
  background-color:#c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{
  color:#1b1e21;
  background-color:#b9bbbe
}

.list-group-item-dark.list-group-item-action.active{
  color:#fff;
  background-color:#1b1e21;
  border-color:#1b1e21
}

.close{
  float:right;
  font-size:1.5rem;
  font-weight:700;
  line-height:1;
  color:#000;
  text-shadow:0 1px 0 #fff;
  opacity:.5
}

.close:hover{
  color:#000;
  text-decoration:none
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{
  opacity:.75
}

button.close{
  padding:0;
  background-color:transparent;
  border:0
}

a.close.disabled{
  pointer-events:none
}

.toast{
  flex-basis:350px;
  max-width:350px;
  font-size:.875rem;
  background-color:rgba(255,255,255,.85);
  background-clip:padding-box;
  border:1px solid rgba(0,0,0,.1);
  box-shadow:0 .25rem .75rem rgba(0,0,0,.1);
  opacity:0;
  border-radius:.25rem
}

.toast:not(:last-child){
  margin-bottom:.75rem
}

.toast.showing{
  opacity:1
}

.toast.show{
  display:block;
  opacity:1
}

.toast.hide{
  display:none
}

.toast-header{
  display:flex;
  align-items:center;
  padding:.25rem .75rem;
  color:#6c757d;
  background-color:rgba(255,255,255,.85);
  background-clip:padding-box;
  border-bottom:1px solid rgba(0,0,0,.05);
  border-top-left-radius:calc(.25rem - 1px);
  border-top-right-radius:calc(.25rem - 1px)
}

.toast-body{
  padding:.75rem
}

.modal-open{
  overflow:hidden
}

.modal-open .modal{
  overflow-x:hidden;
  overflow-y:auto
}

.modal{
  position:fixed;
  top:0;
  left:0;
  z-index:1050;
  display:none;
  width:100%;
  height:100%;
  overflow:hidden;
  outline:0
}

.modal-dialog{
  position:relative;
  width:auto;
  margin:.5rem;
  pointer-events:none
}

.modal.fade .modal-dialog{
  transition:transform .3s ease-out;
  transform:translate(0,-50px)
}

@media (prefers-reduced-motion:reduce){
  .modal.fade .modal-dialog{
    transition:none
  }
}

.modal.show .modal-dialog{
  transform:none
}

.modal.modal-static .modal-dialog{
  transform:scale(1.02)
}

.modal-dialog-scrollable{
  display:flex;
  max-height:calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content{
  max-height:calc(100vh - 1rem);
  overflow:hidden
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{
  flex-shrink:0
}

.modal-dialog-scrollable .modal-body{
  overflow-y:auto
}

.modal-dialog-centered{
  display:flex;
  align-items:center;
  min-height:calc(100% - 1rem)
}

.modal-dialog-centered::before{
  display:block;
  height:calc(100vh - 1rem);
  height:min-content;
  content:""
}

.modal-dialog-centered.modal-dialog-scrollable{
  flex-direction:column;
  justify-content:center;
  height:100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content{
  max-height:none
}

.modal-dialog-centered.modal-dialog-scrollable::before{
  content:none
}

.modal-content{
  position:relative;
  display:flex;
  flex-direction:column;
  width:100%;
  pointer-events:auto;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid rgba(0,0,0,.2);
  border-radius:.3rem;
  outline:0
}

.modal-backdrop{
  position:fixed;
  top:0;
  left:0;
  z-index:1040;
  width:100vw;
  height:100vh;
  background-color:#000
}

.modal-backdrop.fade{
  opacity:0
}

.modal-backdrop.show{
  opacity:.5
}

.modal-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  padding:1rem 1rem;
  border-bottom:1px solid #dee2e6;
  border-top-left-radius:calc(.3rem - 1px);
  border-top-right-radius:calc(.3rem - 1px)
}

.modal-header .close{
  padding:1rem 1rem;
  margin:-1rem -1rem -1rem auto
}

.modal-title{
  margin-bottom:0;
  line-height:1.5
}

.modal-body{
  position:relative;
  flex:1 1 auto;
  padding:1rem
}

.modal-footer{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  padding:.75rem;
  border-top:1px solid #dee2e6;
  border-bottom-right-radius:calc(.3rem - 1px);
  border-bottom-left-radius:calc(.3rem - 1px)
}

.modal-footer>*{
  margin:.25rem
}

.modal-scrollbar-measure{
  position:absolute;
  top:-9999px;
  width:50px;
  height:50px;
  overflow:scroll
}

@media (min-width:576px){
  .modal-dialog{
    max-width:500px;
    margin:1.75rem auto
  }

  .modal-dialog-scrollable{
    max-height:calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content{
    max-height:calc(100vh - 3.5rem)
  }

  .modal-dialog-centered{
    min-height:calc(100% - 3.5rem)
  }

  .modal-dialog-centered::before{
    height:calc(100vh - 3.5rem);
    height:min-content
  }

  .modal-sm{
    max-width:300px
  }
}

@media (min-width:992px){
  .modal-lg,.modal-xl{
    max-width:800px
  }
}

@media (min-width:1200px){
  .modal-xl{
    max-width:1140px
  }
}

.tooltip{
  position:absolute;
  z-index:1070;
  display:block;
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style:normal;
  font-weight:400;
  line-height:1.5;
  text-align:left;
  text-align:start;
  text-decoration:none;
  text-shadow:none;
  text-transform:none;
  letter-spacing:normal;
  word-break:normal;
  white-space:normal;
  word-spacing:normal;
  line-break:auto;
  font-size:.875rem;
  word-wrap:break-word;
  opacity:0
}

.tooltip.show{
  opacity:.9
}

.tooltip .arrow{
  position:absolute;
  display:block;
  width:.8rem;
  height:.4rem
}

.tooltip .arrow::before{
  position:absolute;
  content:"";
  border-color:transparent;
  border-style:solid
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{
  padding:.4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{
  bottom:0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{
  top:0;
  border-width:.4rem .4rem 0;
  border-top-color:#000
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{
  padding:0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{
  left:0;
  width:.4rem;
  height:.8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{
  right:0;
  border-width:.4rem .4rem .4rem 0;
  border-right-color:#000
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{
  padding:.4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{
  top:0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{
  bottom:0;
  border-width:0 .4rem .4rem;
  border-bottom-color:#000
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{
  padding:0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{
  right:0;
  width:.4rem;
  height:.8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{
  left:0;
  border-width:.4rem 0 .4rem .4rem;
  border-left-color:#000
}

.tooltip-inner{
  max-width:200px;
  padding:.25rem .5rem;
  color:#fff;
  text-align:center;
  background-color:#000;
  border-radius:.25rem
}

.popover{
  position:absolute;
  top:0;
  left:0;
  z-index:1060;
  display:block;
  max-width:276px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style:normal;
  font-weight:400;
  line-height:1.5;
  text-align:left;
  text-align:start;
  text-decoration:none;
  text-shadow:none;
  text-transform:none;
  letter-spacing:normal;
  word-break:normal;
  white-space:normal;
  word-spacing:normal;
  line-break:auto;
  font-size:.875rem;
  word-wrap:break-word;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid rgba(0,0,0,.2);
  border-radius:.3rem
}

.popover .arrow{
  position:absolute;
  display:block;
  width:1rem;
  height:.5rem;
  margin:0 .3rem
}

.popover .arrow::after,.popover .arrow::before{
  position:absolute;
  display:block;
  content:"";
  border-color:transparent;
  border-style:solid
}

.bs-popover-auto[x-placement^=top],.bs-popover-top{
  margin-bottom:.5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{
  bottom:calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{
  bottom:0;
  border-width:.5rem .5rem 0;
  border-top-color:rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{
  bottom:1px;
  border-width:.5rem .5rem 0;
  border-top-color:#fff
}

.bs-popover-auto[x-placement^=right],.bs-popover-right{
  margin-left:.5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{
  left:calc(-.5rem - 1px);
  width:.5rem;
  height:1rem;
  margin:.3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{
  left:0;
  border-width:.5rem .5rem .5rem 0;
  border-right-color:rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{
  left:1px;
  border-width:.5rem .5rem .5rem 0;
  border-right-color:#fff
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{
  margin-top:.5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{
  top:calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{
  top:0;
  border-width:0 .5rem .5rem .5rem;
  border-bottom-color:rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{
  top:1px;
  border-width:0 .5rem .5rem .5rem;
  border-bottom-color:#fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{
  position:absolute;
  top:0;
  left:50%;
  display:block;
  width:1rem;
  margin-left:-.5rem;
  content:"";
  border-bottom:1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],.bs-popover-left{
  margin-right:.5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{
  right:calc(-.5rem - 1px);
  width:.5rem;
  height:1rem;
  margin:.3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{
  right:0;
  border-width:.5rem 0 .5rem .5rem;
  border-left-color:rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{
  right:1px;
  border-width:.5rem 0 .5rem .5rem;
  border-left-color:#fff
}

.popover-header{
  padding:.5rem .75rem;
  margin-bottom:0;
  font-size:1rem;
  background-color:#f7f7f7;
  border-bottom:1px solid #ebebeb;
  border-top-left-radius:calc(.3rem - 1px);
  border-top-right-radius:calc(.3rem - 1px)
}

.popover-header:empty{
  display:none
}

.popover-body{
  padding:.5rem .75rem;
  color:#212529
}

.carousel{
  position:relative
}

.carousel.pointer-event{
  touch-action:pan-y
}

.carousel-inner{
  position:relative;
  width:100%;
  overflow:hidden
}

.carousel-inner::after{
  display:block;
  clear:both;
  content:""
}

.carousel-item{
  position:relative;
  display:none;
  float:left;
  width:100%;
  margin-right:-100%;
  backface-visibility:hidden;
  transition:transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce){
  .carousel-item{
    transition:none
  }
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active{
  display:block
}

.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){
  transform:translateX(100%)
}

.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){
  transform:translateX(-100%)
}

.carousel-fade .carousel-item{
  opacity:0;
  transition-property:opacity;
  transform:none
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{
  z-index:1;
  opacity:1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{
  z-index:0;
  opacity:0;
  transition:opacity 0s .6s
}

@media (prefers-reduced-motion:reduce){
  .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{
    transition:none
  }
}

.carousel-control-next,.carousel-control-prev{
  position:absolute;
  top:0;
  bottom:0;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  width:15%;
  padding:0;
  color:#fff;
  text-align:center;
  background:0 0;
  border:0;
  opacity:.5;
  transition:opacity .15s ease
}

@media (prefers-reduced-motion:reduce){
  .carousel-control-next,.carousel-control-prev{
    transition:none
  }
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{
  color:#fff;
  text-decoration:none;
  outline:0;
  opacity:.9
}

.carousel-control-prev{
  left:0
}

.carousel-control-next{
  right:0
}

.carousel-control-next-icon,.carousel-control-prev-icon{
  display:inline-block;
  width:20px;
  height:20px;
  background:50%/100% 100% no-repeat
}

.carousel-control-prev-icon{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators{
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  z-index:15;
  display:flex;
  justify-content:center;
  padding-left:0;
  margin-right:15%;
  margin-left:15%;
  list-style:none
}

.carousel-indicators li{
  box-sizing:content-box;
  flex:0 1 auto;
  width:30px;
  height:3px;
  margin-right:3px;
  margin-left:3px;
  text-indent:-999px;
  cursor:pointer;
  background-color:#fff;
  background-clip:padding-box;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  opacity:.5;
  transition:opacity .6s ease
}

@media (prefers-reduced-motion:reduce){
  .carousel-indicators li{
    transition:none
  }
}

.carousel-indicators .active{
  opacity:1
}

.carousel-caption{
  position:absolute;
  right:15%;
  bottom:20px;
  left:15%;
  z-index:10;
  padding-top:20px;
  padding-bottom:20px;
  color:#fff;
  text-align:center
}

@keyframes spinner-border{
  to{
    transform:rotate(360deg)
  }
}

.spinner-border{
  display:inline-block;
  width:2rem;
  height:2rem;
  vertical-align:-.125em;
  border:.25em solid currentcolor;
  border-right-color:transparent;
  border-radius:50%;
  animation:.75s linear infinite spinner-border
}

.spinner-border-sm{
  width:1rem;
  height:1rem;
  border-width:.2em
}

@keyframes spinner-grow{
  0%{
    transform:scale(0)
  }

  50%{
    opacity:1;
    transform:none
  }
}

.spinner-grow{
  display:inline-block;
  width:2rem;
  height:2rem;
  vertical-align:-.125em;
  background-color:currentcolor;
  border-radius:50%;
  opacity:0;
  animation:.75s linear infinite spinner-grow
}

.spinner-grow-sm{
  width:1rem;
  height:1rem
}

@media (prefers-reduced-motion:reduce){
  .spinner-border,.spinner-grow{
    animation-duration:1.5s
  }
}

.align-baseline{
  vertical-align:baseline!important
}

.align-top{
  vertical-align:top!important
}

.align-middle{
  vertical-align:middle!important
}

.align-bottom{
  vertical-align:bottom!important
}

.align-text-bottom{
  vertical-align:text-bottom!important
}

.align-text-top{
  vertical-align:text-top!important
}

.bg-primary{
  background-color:#007bff!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{
  background-color:#0062cc!important
}

.bg-secondary{
  background-color:#6c757d!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{
  background-color:#545b62!important
}

.bg-success{
  background-color:#28a745!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{
  background-color:#1e7e34!important
}

.bg-info{
  background-color:#17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{
  background-color:#117a8b!important
}

.bg-warning{
  background-color:#ffc107!important
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{
  background-color:#d39e00!important
}

.bg-danger{
  background-color:#dc3545!important
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{
  background-color:#bd2130!important
}

.bg-light{
  background-color:#f8f9fa!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{
  background-color:#dae0e5!important
}

.bg-dark{
  background-color:#343a40!important
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{
  background-color:#1d2124!important
}

.bg-white{
  background-color:#fff!important
}

.bg-transparent{
  background-color:transparent!important
}

.border{
  border:1px solid #dee2e6!important
}

.border-top{
  border-top:1px solid #dee2e6!important
}

.border-right{
  border-right:1px solid #dee2e6!important
}

.border-bottom{
  border-bottom:1px solid #dee2e6!important
}

.border-left{
  border-left:1px solid #dee2e6!important
}

.border-0{
  border:0!important
}

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

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

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

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

.border-primary{
  border-color:#007bff!important
}

.border-secondary{
  border-color:#6c757d!important
}

.border-success{
  border-color:#28a745!important
}

.border-info{
  border-color:#17a2b8!important
}

.border-warning{
  border-color:#ffc107!important
}

.border-danger{
  border-color:#dc3545!important
}

.border-light{
  border-color:#f8f9fa!important
}

.border-dark{
  border-color:#343a40!important
}

.border-white{
  border-color:#fff!important
}

.rounded-sm{
  border-radius:.2rem!important
}

.rounded{
  border-radius:.25rem!important
}

.rounded-top{
  border-top-left-radius:.25rem!important;
  border-top-right-radius:.25rem!important
}

.rounded-right{
  border-top-right-radius:.25rem!important;
  border-bottom-right-radius:.25rem!important
}

.rounded-bottom{
  border-bottom-right-radius:.25rem!important;
  border-bottom-left-radius:.25rem!important
}

.rounded-left{
  border-top-left-radius:.25rem!important;
  border-bottom-left-radius:.25rem!important
}

.rounded-lg{
  border-radius:.3rem!important
}

.rounded-circle{
  border-radius:50%!important
}

.rounded-pill{
  border-radius:50rem!important
}

.rounded-0{
  border-radius:0!important
}

.clearfix::after{
  display:block;
  clear:both;
  content:""
}

.d-none{
  display:none!important
}

.d-inline{
  display:inline!important
}

.d-inline-block{
  display:inline-block!important
}

.d-block{
  display:block!important
}

.d-table{
  display:table!important
}

.d-table-row{
  display:table-row!important
}

.d-table-cell{
  display:table-cell!important
}

.d-flex{
  display:flex!important
}

.d-inline-flex{
  display:inline-flex!important
}

@media (min-width:576px){
  .d-sm-none{
    display:none!important
  }

  .d-sm-inline{
    display:inline!important
  }

  .d-sm-inline-block{
    display:inline-block!important
  }

  .d-sm-block{
    display:block!important
  }

  .d-sm-table{
    display:table!important
  }

  .d-sm-table-row{
    display:table-row!important
  }

  .d-sm-table-cell{
    display:table-cell!important
  }

  .d-sm-flex{
    display:flex!important
  }

  .d-sm-inline-flex{
    display:inline-flex!important
  }
}

@media (min-width:768px){
  .d-md-none{
    display:none!important
  }

  .d-md-inline{
    display:inline!important
  }

  .d-md-inline-block{
    display:inline-block!important
  }

  .d-md-block{
    display:block!important
  }

  .d-md-table{
    display:table!important
  }

  .d-md-table-row{
    display:table-row!important
  }

  .d-md-table-cell{
    display:table-cell!important
  }

  .d-md-flex{
    display:flex!important
  }

  .d-md-inline-flex{
    display:inline-flex!important
  }
}

@media (min-width:992px){
  .d-lg-none{
    display:none!important
  }

  .d-lg-inline{
    display:inline!important
  }

  .d-lg-inline-block{
    display:inline-block!important
  }

  .d-lg-block{
    display:block!important
  }

  .d-lg-table{
    display:table!important
  }

  .d-lg-table-row{
    display:table-row!important
  }

  .d-lg-table-cell{
    display:table-cell!important
  }

  .d-lg-flex{
    display:flex!important
  }

  .d-lg-inline-flex{
    display:inline-flex!important
  }
}

@media (min-width:1200px){
  .d-xl-none{
    display:none!important
  }

  .d-xl-inline{
    display:inline!important
  }

  .d-xl-inline-block{
    display:inline-block!important
  }

  .d-xl-block{
    display:block!important
  }

  .d-xl-table{
    display:table!important
  }

  .d-xl-table-row{
    display:table-row!important
  }

  .d-xl-table-cell{
    display:table-cell!important
  }

  .d-xl-flex{
    display:flex!important
  }

  .d-xl-inline-flex{
    display:inline-flex!important
  }
}

@media print{
  .d-print-none{
    display:none!important
  }

  .d-print-inline{
    display:inline!important
  }

  .d-print-inline-block{
    display:inline-block!important
  }

  .d-print-block{
    display:block!important
  }

  .d-print-table{
    display:table!important
  }

  .d-print-table-row{
    display:table-row!important
  }

  .d-print-table-cell{
    display:table-cell!important
  }

  .d-print-flex{
    display:flex!important
  }

  .d-print-inline-flex{
    display:inline-flex!important
  }
}

.embed-responsive{
  position:relative;
  display:block;
  width:100%;
  padding:0;
  overflow:hidden
}

.embed-responsive::before{
  display:block;
  content:""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  border:0
}

.embed-responsive-21by9::before{
  padding-top:42.857143%
}

.embed-responsive-16by9::before{
  padding-top:56.25%
}

.embed-responsive-4by3::before{
  padding-top:75%
}

.embed-responsive-1by1::before{
  padding-top:100%
}

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-start{
  justify-content:flex-start!important
}

.justify-content-end{
  justify-content:flex-end!important
}

.justify-content-center{
  justify-content:center!important
}

.justify-content-between{
  justify-content:space-between!important
}

.justify-content-around{
  justify-content:space-around!important
}

.align-items-start{
  align-items:flex-start!important
}

.align-items-end{
  align-items:flex-end!important
}

.align-items-center{
  align-items:center!important
}

.align-items-baseline{
  align-items:baseline!important
}

.align-items-stretch{
  align-items:stretch!important
}

.align-content-start{
  align-content:flex-start!important
}

.align-content-end{
  align-content:flex-end!important
}

.align-content-center{
  align-content:center!important
}

.align-content-between{
  align-content:space-between!important
}

.align-content-around{
  align-content:space-around!important
}

.align-content-stretch{
  align-content:stretch!important
}

.align-self-auto{
  align-self:auto!important
}

.align-self-start{
  align-self:flex-start!important
}

.align-self-end{
  align-self:flex-end!important
}

.align-self-center{
  align-self:center!important
}

.align-self-baseline{
  align-self:baseline!important
}

.align-self-stretch{
  align-self:stretch!important
}

@media (min-width:576px){
  .flex-sm-row{
    flex-direction:row!important
  }

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-sm-start{
    justify-content:flex-start!important
  }

  .justify-content-sm-end{
    justify-content:flex-end!important
  }

  .justify-content-sm-center{
    justify-content:center!important
  }

  .justify-content-sm-between{
    justify-content:space-between!important
  }

  .justify-content-sm-around{
    justify-content:space-around!important
  }

  .align-items-sm-start{
    align-items:flex-start!important
  }

  .align-items-sm-end{
    align-items:flex-end!important
  }

  .align-items-sm-center{
    align-items:center!important
  }

  .align-items-sm-baseline{
    align-items:baseline!important
  }

  .align-items-sm-stretch{
    align-items:stretch!important
  }

  .align-content-sm-start{
    align-content:flex-start!important
  }

  .align-content-sm-end{
    align-content:flex-end!important
  }

  .align-content-sm-center{
    align-content:center!important
  }

  .align-content-sm-between{
    align-content:space-between!important
  }

  .align-content-sm-around{
    align-content:space-around!important
  }

  .align-content-sm-stretch{
    align-content:stretch!important
  }

  .align-self-sm-auto{
    align-self:auto!important
  }

  .align-self-sm-start{
    align-self:flex-start!important
  }

  .align-self-sm-end{
    align-self:flex-end!important
  }

  .align-self-sm-center{
    align-self:center!important
  }

  .align-self-sm-baseline{
    align-self:baseline!important
  }

  .align-self-sm-stretch{
    align-self:stretch!important
  }
}

@media (min-width:768px){
  .flex-md-row{
    flex-direction:row!important
  }

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-md-start{
    justify-content:flex-start!important
  }

  .justify-content-md-end{
    justify-content:flex-end!important
  }

  .justify-content-md-center{
    justify-content:center!important
  }

  .justify-content-md-between{
    justify-content:space-between!important
  }

  .justify-content-md-around{
    justify-content:space-around!important
  }

  .align-items-md-start{
    align-items:flex-start!important
  }

  .align-items-md-end{
    align-items:flex-end!important
  }

  .align-items-md-center{
    align-items:center!important
  }

  .align-items-md-baseline{
    align-items:baseline!important
  }

  .align-items-md-stretch{
    align-items:stretch!important
  }

  .align-content-md-start{
    align-content:flex-start!important
  }

  .align-content-md-end{
    align-content:flex-end!important
  }

  .align-content-md-center{
    align-content:center!important
  }

  .align-content-md-between{
    align-content:space-between!important
  }

  .align-content-md-around{
    align-content:space-around!important
  }

  .align-content-md-stretch{
    align-content:stretch!important
  }

  .align-self-md-auto{
    align-self:auto!important
  }

  .align-self-md-start{
    align-self:flex-start!important
  }

  .align-self-md-end{
    align-self:flex-end!important
  }

  .align-self-md-center{
    align-self:center!important
  }

  .align-self-md-baseline{
    align-self:baseline!important
  }

  .align-self-md-stretch{
    align-self:stretch!important
  }
}

@media (min-width:992px){
  .flex-lg-row{
    flex-direction:row!important
  }

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-lg-start{
    justify-content:flex-start!important
  }

  .justify-content-lg-end{
    justify-content:flex-end!important
  }

  .justify-content-lg-center{
    justify-content:center!important
  }

  .justify-content-lg-between{
    justify-content:space-between!important
  }

  .justify-content-lg-around{
    justify-content:space-around!important
  }

  .align-items-lg-start{
    align-items:flex-start!important
  }

  .align-items-lg-end{
    align-items:flex-end!important
  }

  .align-items-lg-center{
    align-items:center!important
  }

  .align-items-lg-baseline{
    align-items:baseline!important
  }

  .align-items-lg-stretch{
    align-items:stretch!important
  }

  .align-content-lg-start{
    align-content:flex-start!important
  }

  .align-content-lg-end{
    align-content:flex-end!important
  }

  .align-content-lg-center{
    align-content:center!important
  }

  .align-content-lg-between{
    align-content:space-between!important
  }

  .align-content-lg-around{
    align-content:space-around!important
  }

  .align-content-lg-stretch{
    align-content:stretch!important
  }

  .align-self-lg-auto{
    align-self:auto!important
  }

  .align-self-lg-start{
    align-self:flex-start!important
  }

  .align-self-lg-end{
    align-self:flex-end!important
  }

  .align-self-lg-center{
    align-self:center!important
  }

  .align-self-lg-baseline{
    align-self:baseline!important
  }

  .align-self-lg-stretch{
    align-self:stretch!important
  }
}

@media (min-width:1200px){
  .flex-xl-row{
    flex-direction:row!important
  }

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-xl-start{
    justify-content:flex-start!important
  }

  .justify-content-xl-end{
    justify-content:flex-end!important
  }

  .justify-content-xl-center{
    justify-content:center!important
  }

  .justify-content-xl-between{
    justify-content:space-between!important
  }

  .justify-content-xl-around{
    justify-content:space-around!important
  }

  .align-items-xl-start{
    align-items:flex-start!important
  }

  .align-items-xl-end{
    align-items:flex-end!important
  }

  .align-items-xl-center{
    align-items:center!important
  }

  .align-items-xl-baseline{
    align-items:baseline!important
  }

  .align-items-xl-stretch{
    align-items:stretch!important
  }

  .align-content-xl-start{
    align-content:flex-start!important
  }

  .align-content-xl-end{
    align-content:flex-end!important
  }

  .align-content-xl-center{
    align-content:center!important
  }

  .align-content-xl-between{
    align-content:space-between!important
  }

  .align-content-xl-around{
    align-content:space-around!important
  }

  .align-content-xl-stretch{
    align-content:stretch!important
  }

  .align-self-xl-auto{
    align-self:auto!important
  }

  .align-self-xl-start{
    align-self:flex-start!important
  }

  .align-self-xl-end{
    align-self:flex-end!important
  }

  .align-self-xl-center{
    align-self:center!important
  }

  .align-self-xl-baseline{
    align-self:baseline!important
  }

  .align-self-xl-stretch{
    align-self:stretch!important
  }
}

.float-left{
  float:left!important
}

.float-right{
  float:right!important
}

.float-none{
  float:none!important
}

@media (min-width:576px){
  .float-sm-left{
    float:left!important
  }

  .float-sm-right{
    float:right!important
  }

  .float-sm-none{
    float:none!important
  }
}

@media (min-width:768px){
  .float-md-left{
    float:left!important
  }

  .float-md-right{
    float:right!important
  }

  .float-md-none{
    float:none!important
  }
}

@media (min-width:992px){
  .float-lg-left{
    float:left!important
  }

  .float-lg-right{
    float:right!important
  }

  .float-lg-none{
    float:none!important
  }
}

@media (min-width:1200px){
  .float-xl-left{
    float:left!important
  }

  .float-xl-right{
    float:right!important
  }

  .float-xl-none{
    float:none!important
  }
}

.user-select-all{
  -webkit-user-select:all!important;
  user-select:all!important
}

.user-select-auto{
  -webkit-user-select:auto!important;
  user-select:auto!important
}

.user-select-none{
  -webkit-user-select:none!important;
  user-select:none!important
}

.overflow-auto{
  overflow:auto!important
}

.overflow-hidden{
  overflow:hidden!important
}

.position-static{
  position:static!important
}

.position-relative{
  position:relative!important
}

.position-absolute{
  position:absolute!important
}

.position-fixed{
  position:fixed!important
}

.position-sticky{
  position:sticky!important
}

.fixed-top{
  position:fixed;
  top:0;
  right:0;
  left:0;
  z-index:1030
}

.fixed-bottom{
  position:fixed;
  right:0;
  bottom:0;
  left:0;
  z-index:1030
}

@supports (position:sticky){
  .sticky-top{
    position:sticky;
    top:0;
    z-index:1020
  }
}

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

.sr-only-focusable:active,.sr-only-focusable:focus{
  position:static;
  width:auto;
  height:auto;
  overflow:visible;
  clip:auto;
  white-space:normal
}

.shadow-sm{
  box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow{
  box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-lg{
  box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important
}

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

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

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

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

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

.w-auto{
  width:auto!important
}

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

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

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

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

.h-auto{
  height:auto!important
}

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

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

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

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

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

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

.m-0{
  margin:0!important
}

.mt-0,.my-0{
  margin-top:0!important
}

.mr-0,.mx-0{
  margin-right:0!important
}

.mb-0,.my-0{
  margin-bottom:0!important
}

.ml-0,.mx-0{
  margin-left:0!important
}

.m-1{
  margin:.25rem!important
}

.mt-1,.my-1{
  margin-top:.25rem!important
}

.mr-1,.mx-1{
  margin-right:.25rem!important
}

.mb-1,.my-1{
  margin-bottom:.25rem!important
}

.ml-1,.mx-1{
  margin-left:.25rem!important
}

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

.mt-2,.my-2{
  margin-top:.5rem!important
}

.mr-2,.mx-2{
  margin-right:.5rem!important
}

.mb-2,.my-2{
  margin-bottom:.5rem!important
}

.ml-2,.mx-2{
  margin-left:.5rem!important
}

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

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

.mr-3,.mx-3{
  margin-right:1rem!important
}

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

.ml-3,.mx-3{
  margin-left:1rem!important
}

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

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

.mr-4,.mx-4{
  margin-right:1.5rem!important
}

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

.ml-4,.mx-4{
  margin-left:1.5rem!important
}

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

.mt-5,.my-5{
  margin-top:3rem!important
}

.mr-5,.mx-5{
  margin-right:3rem!important
}

.mb-5,.my-5{
  margin-bottom:3rem!important
}

.ml-5,.mx-5{
  margin-left:3rem!important
}

.p-0{
  padding:0!important
}

.pt-0,.py-0{
  padding-top:0!important
}

.pr-0,.px-0{
  padding-right:0!important
}

.pb-0,.py-0{
  padding-bottom:0!important
}

.pl-0,.px-0{
  padding-left:0!important
}

.p-1{
  padding:.25rem!important
}

.pt-1,.py-1{
  padding-top:.25rem!important
}

.pr-1,.px-1{
  padding-right:.25rem!important
}

.pb-1,.py-1{
  padding-bottom:.25rem!important
}

.pl-1,.px-1{
  padding-left:.25rem!important
}

.p-2{
  padding:.5rem!important
}

.pt-2,.py-2{
  padding-top:.5rem!important
}

.pr-2,.px-2{
  padding-right:.5rem!important
}

.pb-2,.py-2{
  padding-bottom:.5rem!important
}

.pl-2,.px-2{
  padding-left:.5rem!important
}

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

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

.pr-3,.px-3{
  padding-right:1rem!important
}

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

.pl-3,.px-3{
  padding-left:1rem!important
}

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

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

.pr-4,.px-4{
  padding-right:1.5rem!important
}

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

.pl-4,.px-4{
  padding-left:1.5rem!important
}

.p-5{
  padding:3rem!important
}

.pt-5,.py-5{
  padding-top:3rem!important
}

.pr-5,.px-5{
  padding-right:3rem!important
}

.pb-5,.py-5{
  padding-bottom:3rem!important
}

.pl-5,.px-5{
  padding-left:3rem!important
}

.m-n1{
  margin:-.25rem!important
}

.mt-n1,.my-n1{
  margin-top:-.25rem!important
}

.mr-n1,.mx-n1{
  margin-right:-.25rem!important
}

.mb-n1,.my-n1{
  margin-bottom:-.25rem!important
}

.ml-n1,.mx-n1{
  margin-left:-.25rem!important
}

.m-n2{
  margin:-.5rem!important
}

.mt-n2,.my-n2{
  margin-top:-.5rem!important
}

.mr-n2,.mx-n2{
  margin-right:-.5rem!important
}

.mb-n2,.my-n2{
  margin-bottom:-.5rem!important
}

.ml-n2,.mx-n2{
  margin-left:-.5rem!important
}

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

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

.mr-n3,.mx-n3{
  margin-right:-1rem!important
}

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

.ml-n3,.mx-n3{
  margin-left:-1rem!important
}

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

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

.mr-n4,.mx-n4{
  margin-right:-1.5rem!important
}

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

.ml-n4,.mx-n4{
  margin-left:-1.5rem!important
}

.m-n5{
  margin:-3rem!important
}

.mt-n5,.my-n5{
  margin-top:-3rem!important
}

.mr-n5,.mx-n5{
  margin-right:-3rem!important
}

.mb-n5,.my-n5{
  margin-bottom:-3rem!important
}

.ml-n5,.mx-n5{
  margin-left:-3rem!important
}

.m-auto{
  margin:auto!important
}

.mt-auto,.my-auto{
  margin-top:auto!important
}

.mr-auto,.mx-auto{
  margin-right:auto!important
}

.mb-auto,.my-auto{
  margin-bottom:auto!important
}

.ml-auto,.mx-auto{
  margin-left:auto!important
}

@media (min-width:576px){
  .m-sm-0{
    margin:0!important
  }

  .mt-sm-0,.my-sm-0{
    margin-top:0!important
  }

  .mr-sm-0,.mx-sm-0{
    margin-right:0!important
  }

  .mb-sm-0,.my-sm-0{
    margin-bottom:0!important
  }

  .ml-sm-0,.mx-sm-0{
    margin-left:0!important
  }

  .m-sm-1{
    margin:.25rem!important
  }

  .mt-sm-1,.my-sm-1{
    margin-top:.25rem!important
  }

  .mr-sm-1,.mx-sm-1{
    margin-right:.25rem!important
  }

  .mb-sm-1,.my-sm-1{
    margin-bottom:.25rem!important
  }

  .ml-sm-1,.mx-sm-1{
    margin-left:.25rem!important
  }

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

  .mt-sm-2,.my-sm-2{
    margin-top:.5rem!important
  }

  .mr-sm-2,.mx-sm-2{
    margin-right:.5rem!important
  }

  .mb-sm-2,.my-sm-2{
    margin-bottom:.5rem!important
  }

  .ml-sm-2,.mx-sm-2{
    margin-left:.5rem!important
  }

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

  .mt-sm-3,.my-sm-3{
    margin-top:1rem!important
  }

  .mr-sm-3,.mx-sm-3{
    margin-right:1rem!important
  }

  .mb-sm-3,.my-sm-3{
    margin-bottom:1rem!important
  }

  .ml-sm-3,.mx-sm-3{
    margin-left:1rem!important
  }

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

  .mt-sm-4,.my-sm-4{
    margin-top:1.5rem!important
  }

  .mr-sm-4,.mx-sm-4{
    margin-right:1.5rem!important
  }

  .mb-sm-4,.my-sm-4{
    margin-bottom:1.5rem!important
  }

  .ml-sm-4,.mx-sm-4{
    margin-left:1.5rem!important
  }

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

  .mt-sm-5,.my-sm-5{
    margin-top:3rem!important
  }

  .mr-sm-5,.mx-sm-5{
    margin-right:3rem!important
  }

  .mb-sm-5,.my-sm-5{
    margin-bottom:3rem!important
  }

  .ml-sm-5,.mx-sm-5{
    margin-left:3rem!important
  }

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

  .pt-sm-0,.py-sm-0{
    padding-top:0!important
  }

  .pr-sm-0,.px-sm-0{
    padding-right:0!important
  }

  .pb-sm-0,.py-sm-0{
    padding-bottom:0!important
  }

  .pl-sm-0,.px-sm-0{
    padding-left:0!important
  }

  .p-sm-1{
    padding:.25rem!important
  }

  .pt-sm-1,.py-sm-1{
    padding-top:.25rem!important
  }

  .pr-sm-1,.px-sm-1{
    padding-right:.25rem!important
  }

  .pb-sm-1,.py-sm-1{
    padding-bottom:.25rem!important
  }

  .pl-sm-1,.px-sm-1{
    padding-left:.25rem!important
  }

  .p-sm-2{
    padding:.5rem!important
  }

  .pt-sm-2,.py-sm-2{
    padding-top:.5rem!important
  }

  .pr-sm-2,.px-sm-2{
    padding-right:.5rem!important
  }

  .pb-sm-2,.py-sm-2{
    padding-bottom:.5rem!important
  }

  .pl-sm-2,.px-sm-2{
    padding-left:.5rem!important
  }

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

  .pt-sm-3,.py-sm-3{
    padding-top:1rem!important
  }

  .pr-sm-3,.px-sm-3{
    padding-right:1rem!important
  }

  .pb-sm-3,.py-sm-3{
    padding-bottom:1rem!important
  }

  .pl-sm-3,.px-sm-3{
    padding-left:1rem!important
  }

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

  .pt-sm-4,.py-sm-4{
    padding-top:1.5rem!important
  }

  .pr-sm-4,.px-sm-4{
    padding-right:1.5rem!important
  }

  .pb-sm-4,.py-sm-4{
    padding-bottom:1.5rem!important
  }

  .pl-sm-4,.px-sm-4{
    padding-left:1.5rem!important
  }

  .p-sm-5{
    padding:3rem!important
  }

  .pt-sm-5,.py-sm-5{
    padding-top:3rem!important
  }

  .pr-sm-5,.px-sm-5{
    padding-right:3rem!important
  }

  .pb-sm-5,.py-sm-5{
    padding-bottom:3rem!important
  }

  .pl-sm-5,.px-sm-5{
    padding-left:3rem!important
  }

  .m-sm-n1{
    margin:-.25rem!important
  }

  .mt-sm-n1,.my-sm-n1{
    margin-top:-.25rem!important
  }

  .mr-sm-n1,.mx-sm-n1{
    margin-right:-.25rem!important
  }

  .mb-sm-n1,.my-sm-n1{
    margin-bottom:-.25rem!important
  }

  .ml-sm-n1,.mx-sm-n1{
    margin-left:-.25rem!important
  }

  .m-sm-n2{
    margin:-.5rem!important
  }

  .mt-sm-n2,.my-sm-n2{
    margin-top:-.5rem!important
  }

  .mr-sm-n2,.mx-sm-n2{
    margin-right:-.5rem!important
  }

  .mb-sm-n2,.my-sm-n2{
    margin-bottom:-.5rem!important
  }

  .ml-sm-n2,.mx-sm-n2{
    margin-left:-.5rem!important
  }

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

  .mt-sm-n3,.my-sm-n3{
    margin-top:-1rem!important
  }

  .mr-sm-n3,.mx-sm-n3{
    margin-right:-1rem!important
  }

  .mb-sm-n3,.my-sm-n3{
    margin-bottom:-1rem!important
  }

  .ml-sm-n3,.mx-sm-n3{
    margin-left:-1rem!important
  }

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

  .mt-sm-n4,.my-sm-n4{
    margin-top:-1.5rem!important
  }

  .mr-sm-n4,.mx-sm-n4{
    margin-right:-1.5rem!important
  }

  .mb-sm-n4,.my-sm-n4{
    margin-bottom:-1.5rem!important
  }

  .ml-sm-n4,.mx-sm-n4{
    margin-left:-1.5rem!important
  }

  .m-sm-n5{
    margin:-3rem!important
  }

  .mt-sm-n5,.my-sm-n5{
    margin-top:-3rem!important
  }

  .mr-sm-n5,.mx-sm-n5{
    margin-right:-3rem!important
  }

  .mb-sm-n5,.my-sm-n5{
    margin-bottom:-3rem!important
  }

  .ml-sm-n5,.mx-sm-n5{
    margin-left:-3rem!important
  }

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

  .mt-sm-auto,.my-sm-auto{
    margin-top:auto!important
  }

  .mr-sm-auto,.mx-sm-auto{
    margin-right:auto!important
  }

  .mb-sm-auto,.my-sm-auto{
    margin-bottom:auto!important
  }

  .ml-sm-auto,.mx-sm-auto{
    margin-left:auto!important
  }
}

@media (min-width:768px){
  .m-md-0{
    margin:0!important
  }

  .mt-md-0,.my-md-0{
    margin-top:0!important
  }

  .mr-md-0,.mx-md-0{
    margin-right:0!important
  }

  .mb-md-0,.my-md-0{
    margin-bottom:0!important
  }

  .ml-md-0,.mx-md-0{
    margin-left:0!important
  }

  .m-md-1{
    margin:.25rem!important
  }

  .mt-md-1,.my-md-1{
    margin-top:.25rem!important
  }

  .mr-md-1,.mx-md-1{
    margin-right:.25rem!important
  }

  .mb-md-1,.my-md-1{
    margin-bottom:.25rem!important
  }

  .ml-md-1,.mx-md-1{
    margin-left:.25rem!important
  }

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

  .mt-md-2,.my-md-2{
    margin-top:.5rem!important
  }

  .mr-md-2,.mx-md-2{
    margin-right:.5rem!important
  }

  .mb-md-2,.my-md-2{
    margin-bottom:.5rem!important
  }

  .ml-md-2,.mx-md-2{
    margin-left:.5rem!important
  }

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

  .mt-md-3,.my-md-3{
    margin-top:1rem!important
  }

  .mr-md-3,.mx-md-3{
    margin-right:1rem!important
  }

  .mb-md-3,.my-md-3{
    margin-bottom:1rem!important
  }

  .ml-md-3,.mx-md-3{
    margin-left:1rem!important
  }

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

  .mt-md-4,.my-md-4{
    margin-top:1.5rem!important
  }

  .mr-md-4,.mx-md-4{
    margin-right:1.5rem!important
  }

  .mb-md-4,.my-md-4{
    margin-bottom:1.5rem!important
  }

  .ml-md-4,.mx-md-4{
    margin-left:1.5rem!important
  }

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

  .mt-md-5,.my-md-5{
    margin-top:3rem!important
  }

  .mr-md-5,.mx-md-5{
    margin-right:3rem!important
  }

  .mb-md-5,.my-md-5{
    margin-bottom:3rem!important
  }

  .ml-md-5,.mx-md-5{
    margin-left:3rem!important
  }

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

  .pt-md-0,.py-md-0{
    padding-top:0!important
  }

  .pr-md-0,.px-md-0{
    padding-right:0!important
  }

  .pb-md-0,.py-md-0{
    padding-bottom:0!important
  }

  .pl-md-0,.px-md-0{
    padding-left:0!important
  }

  .p-md-1{
    padding:.25rem!important
  }

  .pt-md-1,.py-md-1{
    padding-top:.25rem!important
  }

  .pr-md-1,.px-md-1{
    padding-right:.25rem!important
  }

  .pb-md-1,.py-md-1{
    padding-bottom:.25rem!important
  }

  .pl-md-1,.px-md-1{
    padding-left:.25rem!important
  }

  .p-md-2{
    padding:.5rem!important
  }

  .pt-md-2,.py-md-2{
    padding-top:.5rem!important
  }

  .pr-md-2,.px-md-2{
    padding-right:.5rem!important
  }

  .pb-md-2,.py-md-2{
    padding-bottom:.5rem!important
  }

  .pl-md-2,.px-md-2{
    padding-left:.5rem!important
  }

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

  .pt-md-3,.py-md-3{
    padding-top:1rem!important
  }

  .pr-md-3,.px-md-3{
    padding-right:1rem!important
  }

  .pb-md-3,.py-md-3{
    padding-bottom:1rem!important
  }

  .pl-md-3,.px-md-3{
    padding-left:1rem!important
  }

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

  .pt-md-4,.py-md-4{
    padding-top:1.5rem!important
  }

  .pr-md-4,.px-md-4{
    padding-right:1.5rem!important
  }

  .pb-md-4,.py-md-4{
    padding-bottom:1.5rem!important
  }

  .pl-md-4,.px-md-4{
    padding-left:1.5rem!important
  }

  .p-md-5{
    padding:3rem!important
  }

  .pt-md-5,.py-md-5{
    padding-top:3rem!important
  }

  .pr-md-5,.px-md-5{
    padding-right:3rem!important
  }

  .pb-md-5,.py-md-5{
    padding-bottom:3rem!important
  }

  .pl-md-5,.px-md-5{
    padding-left:3rem!important
  }

  .m-md-n1{
    margin:-.25rem!important
  }

  .mt-md-n1,.my-md-n1{
    margin-top:-.25rem!important
  }

  .mr-md-n1,.mx-md-n1{
    margin-right:-.25rem!important
  }

  .mb-md-n1,.my-md-n1{
    margin-bottom:-.25rem!important
  }

  .ml-md-n1,.mx-md-n1{
    margin-left:-.25rem!important
  }

  .m-md-n2{
    margin:-.5rem!important
  }

  .mt-md-n2,.my-md-n2{
    margin-top:-.5rem!important
  }

  .mr-md-n2,.mx-md-n2{
    margin-right:-.5rem!important
  }

  .mb-md-n2,.my-md-n2{
    margin-bottom:-.5rem!important
  }

  .ml-md-n2,.mx-md-n2{
    margin-left:-.5rem!important
  }

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

  .mt-md-n3,.my-md-n3{
    margin-top:-1rem!important
  }

  .mr-md-n3,.mx-md-n3{
    margin-right:-1rem!important
  }

  .mb-md-n3,.my-md-n3{
    margin-bottom:-1rem!important
  }

  .ml-md-n3,.mx-md-n3{
    margin-left:-1rem!important
  }

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

  .mt-md-n4,.my-md-n4{
    margin-top:-1.5rem!important
  }

  .mr-md-n4,.mx-md-n4{
    margin-right:-1.5rem!important
  }

  .mb-md-n4,.my-md-n4{
    margin-bottom:-1.5rem!important
  }

  .ml-md-n4,.mx-md-n4{
    margin-left:-1.5rem!important
  }

  .m-md-n5{
    margin:-3rem!important
  }

  .mt-md-n5,.my-md-n5{
    margin-top:-3rem!important
  }

  .mr-md-n5,.mx-md-n5{
    margin-right:-3rem!important
  }

  .mb-md-n5,.my-md-n5{
    margin-bottom:-3rem!important
  }

  .ml-md-n5,.mx-md-n5{
    margin-left:-3rem!important
  }

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

  .mt-md-auto,.my-md-auto{
    margin-top:auto!important
  }

  .mr-md-auto,.mx-md-auto{
    margin-right:auto!important
  }

  .mb-md-auto,.my-md-auto{
    margin-bottom:auto!important
  }

  .ml-md-auto,.mx-md-auto{
    margin-left:auto!important
  }
}

@media (min-width:992px){
  .m-lg-0{
    margin:0!important
  }

  .mt-lg-0,.my-lg-0{
    margin-top:0!important
  }

  .mr-lg-0,.mx-lg-0{
    margin-right:0!important
  }

  .mb-lg-0,.my-lg-0{
    margin-bottom:0!important
  }

  .ml-lg-0,.mx-lg-0{
    margin-left:0!important
  }

  .m-lg-1{
    margin:.25rem!important
  }

  .mt-lg-1,.my-lg-1{
    margin-top:.25rem!important
  }

  .mr-lg-1,.mx-lg-1{
    margin-right:.25rem!important
  }

  .mb-lg-1,.my-lg-1{
    margin-bottom:.25rem!important
  }

  .ml-lg-1,.mx-lg-1{
    margin-left:.25rem!important
  }

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

  .mt-lg-2,.my-lg-2{
    margin-top:.5rem!important
  }

  .mr-lg-2,.mx-lg-2{
    margin-right:.5rem!important
  }

  .mb-lg-2,.my-lg-2{
    margin-bottom:.5rem!important
  }

  .ml-lg-2,.mx-lg-2{
    margin-left:.5rem!important
  }

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

  .mt-lg-3,.my-lg-3{
    margin-top:1rem!important
  }

  .mr-lg-3,.mx-lg-3{
    margin-right:1rem!important
  }

  .mb-lg-3,.my-lg-3{
    margin-bottom:1rem!important
  }

  .ml-lg-3,.mx-lg-3{
    margin-left:1rem!important
  }

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

  .mt-lg-4,.my-lg-4{
    margin-top:1.5rem!important
  }

  .mr-lg-4,.mx-lg-4{
    margin-right:1.5rem!important
  }

  .mb-lg-4,.my-lg-4{
    margin-bottom:1.5rem!important
  }

  .ml-lg-4,.mx-lg-4{
    margin-left:1.5rem!important
  }

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

  .mt-lg-5,.my-lg-5{
    margin-top:3rem!important
  }

  .mr-lg-5,.mx-lg-5{
    margin-right:3rem!important
  }

  .mb-lg-5,.my-lg-5{
    margin-bottom:3rem!important
  }

  .ml-lg-5,.mx-lg-5{
    margin-left:3rem!important
  }

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

  .pt-lg-0,.py-lg-0{
    padding-top:0!important
  }

  .pr-lg-0,.px-lg-0{
    padding-right:0!important
  }

  .pb-lg-0,.py-lg-0{
    padding-bottom:0!important
  }

  .pl-lg-0,.px-lg-0{
    padding-left:0!important
  }

  .p-lg-1{
    padding:.25rem!important
  }

  .pt-lg-1,.py-lg-1{
    padding-top:.25rem!important
  }

  .pr-lg-1,.px-lg-1{
    padding-right:.25rem!important
  }

  .pb-lg-1,.py-lg-1{
    padding-bottom:.25rem!important
  }

  .pl-lg-1,.px-lg-1{
    padding-left:.25rem!important
  }

  .p-lg-2{
    padding:.5rem!important
  }

  .pt-lg-2,.py-lg-2{
    padding-top:.5rem!important
  }

  .pr-lg-2,.px-lg-2{
    padding-right:.5rem!important
  }

  .pb-lg-2,.py-lg-2{
    padding-bottom:.5rem!important
  }

  .pl-lg-2,.px-lg-2{
    padding-left:.5rem!important
  }

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

  .pt-lg-3,.py-lg-3{
    padding-top:1rem!important
  }

  .pr-lg-3,.px-lg-3{
    padding-right:1rem!important
  }

  .pb-lg-3,.py-lg-3{
    padding-bottom:1rem!important
  }

  .pl-lg-3,.px-lg-3{
    padding-left:1rem!important
  }

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

  .pt-lg-4,.py-lg-4{
    padding-top:1.5rem!important
  }

  .pr-lg-4,.px-lg-4{
    padding-right:1.5rem!important
  }

  .pb-lg-4,.py-lg-4{
    padding-bottom:1.5rem!important
  }

  .pl-lg-4,.px-lg-4{
    padding-left:1.5rem!important
  }

  .p-lg-5{
    padding:3rem!important
  }

  .pt-lg-5,.py-lg-5{
    padding-top:3rem!important
  }

  .pr-lg-5,.px-lg-5{
    padding-right:3rem!important
  }

  .pb-lg-5,.py-lg-5{
    padding-bottom:3rem!important
  }

  .pl-lg-5,.px-lg-5{
    padding-left:3rem!important
  }

  .m-lg-n1{
    margin:-.25rem!important
  }

  .mt-lg-n1,.my-lg-n1{
    margin-top:-.25rem!important
  }

  .mr-lg-n1,.mx-lg-n1{
    margin-right:-.25rem!important
  }

  .mb-lg-n1,.my-lg-n1{
    margin-bottom:-.25rem!important
  }

  .ml-lg-n1,.mx-lg-n1{
    margin-left:-.25rem!important
  }

  .m-lg-n2{
    margin:-.5rem!important
  }

  .mt-lg-n2,.my-lg-n2{
    margin-top:-.5rem!important
  }

  .mr-lg-n2,.mx-lg-n2{
    margin-right:-.5rem!important
  }

  .mb-lg-n2,.my-lg-n2{
    margin-bottom:-.5rem!important
  }

  .ml-lg-n2,.mx-lg-n2{
    margin-left:-.5rem!important
  }

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

  .mt-lg-n3,.my-lg-n3{
    margin-top:-1rem!important
  }

  .mr-lg-n3,.mx-lg-n3{
    margin-right:-1rem!important
  }

  .mb-lg-n3,.my-lg-n3{
    margin-bottom:-1rem!important
  }

  .ml-lg-n3,.mx-lg-n3{
    margin-left:-1rem!important
  }

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

  .mt-lg-n4,.my-lg-n4{
    margin-top:-1.5rem!important
  }

  .mr-lg-n4,.mx-lg-n4{
    margin-right:-1.5rem!important
  }

  .mb-lg-n4,.my-lg-n4{
    margin-bottom:-1.5rem!important
  }

  .ml-lg-n4,.mx-lg-n4{
    margin-left:-1.5rem!important
  }

  .m-lg-n5{
    margin:-3rem!important
  }

  .mt-lg-n5,.my-lg-n5{
    margin-top:-3rem!important
  }

  .mr-lg-n5,.mx-lg-n5{
    margin-right:-3rem!important
  }

  .mb-lg-n5,.my-lg-n5{
    margin-bottom:-3rem!important
  }

  .ml-lg-n5,.mx-lg-n5{
    margin-left:-3rem!important
  }

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

  .mt-lg-auto,.my-lg-auto{
    margin-top:auto!important
  }

  .mr-lg-auto,.mx-lg-auto{
    margin-right:auto!important
  }

  .mb-lg-auto,.my-lg-auto{
    margin-bottom:auto!important
  }

  .ml-lg-auto,.mx-lg-auto{
    margin-left:auto!important
  }
}

@media (min-width:1200px){
  .m-xl-0{
    margin:0!important
  }

  .mt-xl-0,.my-xl-0{
    margin-top:0!important
  }

  .mr-xl-0,.mx-xl-0{
    margin-right:0!important
  }

  .mb-xl-0,.my-xl-0{
    margin-bottom:0!important
  }

  .ml-xl-0,.mx-xl-0{
    margin-left:0!important
  }

  .m-xl-1{
    margin:.25rem!important
  }

  .mt-xl-1,.my-xl-1{
    margin-top:.25rem!important
  }

  .mr-xl-1,.mx-xl-1{
    margin-right:.25rem!important
  }

  .mb-xl-1,.my-xl-1{
    margin-bottom:.25rem!important
  }

  .ml-xl-1,.mx-xl-1{
    margin-left:.25rem!important
  }

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

  .mt-xl-2,.my-xl-2{
    margin-top:.5rem!important
  }

  .mr-xl-2,.mx-xl-2{
    margin-right:.5rem!important
  }

  .mb-xl-2,.my-xl-2{
    margin-bottom:.5rem!important
  }

  .ml-xl-2,.mx-xl-2{
    margin-left:.5rem!important
  }

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

  .mt-xl-3,.my-xl-3{
    margin-top:1rem!important
  }

  .mr-xl-3,.mx-xl-3{
    margin-right:1rem!important
  }

  .mb-xl-3,.my-xl-3{
    margin-bottom:1rem!important
  }

  .ml-xl-3,.mx-xl-3{
    margin-left:1rem!important
  }

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

  .mt-xl-4,.my-xl-4{
    margin-top:1.5rem!important
  }

  .mr-xl-4,.mx-xl-4{
    margin-right:1.5rem!important
  }

  .mb-xl-4,.my-xl-4{
    margin-bottom:1.5rem!important
  }

  .ml-xl-4,.mx-xl-4{
    margin-left:1.5rem!important
  }

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

  .mt-xl-5,.my-xl-5{
    margin-top:3rem!important
  }

  .mr-xl-5,.mx-xl-5{
    margin-right:3rem!important
  }

  .mb-xl-5,.my-xl-5{
    margin-bottom:3rem!important
  }

  .ml-xl-5,.mx-xl-5{
    margin-left:3rem!important
  }

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

  .pt-xl-0,.py-xl-0{
    padding-top:0!important
  }

  .pr-xl-0,.px-xl-0{
    padding-right:0!important
  }

  .pb-xl-0,.py-xl-0{
    padding-bottom:0!important
  }

  .pl-xl-0,.px-xl-0{
    padding-left:0!important
  }

  .p-xl-1{
    padding:.25rem!important
  }

  .pt-xl-1,.py-xl-1{
    padding-top:.25rem!important
  }

  .pr-xl-1,.px-xl-1{
    padding-right:.25rem!important
  }

  .pb-xl-1,.py-xl-1{
    padding-bottom:.25rem!important
  }

  .pl-xl-1,.px-xl-1{
    padding-left:.25rem!important
  }

  .p-xl-2{
    padding:.5rem!important
  }

  .pt-xl-2,.py-xl-2{
    padding-top:.5rem!important
  }

  .pr-xl-2,.px-xl-2{
    padding-right:.5rem!important
  }

  .pb-xl-2,.py-xl-2{
    padding-bottom:.5rem!important
  }

  .pl-xl-2,.px-xl-2{
    padding-left:.5rem!important
  }

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

  .pt-xl-3,.py-xl-3{
    padding-top:1rem!important
  }

  .pr-xl-3,.px-xl-3{
    padding-right:1rem!important
  }

  .pb-xl-3,.py-xl-3{
    padding-bottom:1rem!important
  }

  .pl-xl-3,.px-xl-3{
    padding-left:1rem!important
  }

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

  .pt-xl-4,.py-xl-4{
    padding-top:1.5rem!important
  }

  .pr-xl-4,.px-xl-4{
    padding-right:1.5rem!important
  }

  .pb-xl-4,.py-xl-4{
    padding-bottom:1.5rem!important
  }

  .pl-xl-4,.px-xl-4{
    padding-left:1.5rem!important
  }

  .p-xl-5{
    padding:3rem!important
  }

  .pt-xl-5,.py-xl-5{
    padding-top:3rem!important
  }

  .pr-xl-5,.px-xl-5{
    padding-right:3rem!important
  }

  .pb-xl-5,.py-xl-5{
    padding-bottom:3rem!important
  }

  .pl-xl-5,.px-xl-5{
    padding-left:3rem!important
  }

  .m-xl-n1{
    margin:-.25rem!important
  }

  .mt-xl-n1,.my-xl-n1{
    margin-top:-.25rem!important
  }

  .mr-xl-n1,.mx-xl-n1{
    margin-right:-.25rem!important
  }

  .mb-xl-n1,.my-xl-n1{
    margin-bottom:-.25rem!important
  }

  .ml-xl-n1,.mx-xl-n1{
    margin-left:-.25rem!important
  }

  .m-xl-n2{
    margin:-.5rem!important
  }

  .mt-xl-n2,.my-xl-n2{
    margin-top:-.5rem!important
  }

  .mr-xl-n2,.mx-xl-n2{
    margin-right:-.5rem!important
  }

  .mb-xl-n2,.my-xl-n2{
    margin-bottom:-.5rem!important
  }

  .ml-xl-n2,.mx-xl-n2{
    margin-left:-.5rem!important
  }

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

  .mt-xl-n3,.my-xl-n3{
    margin-top:-1rem!important
  }

  .mr-xl-n3,.mx-xl-n3{
    margin-right:-1rem!important
  }

  .mb-xl-n3,.my-xl-n3{
    margin-bottom:-1rem!important
  }

  .ml-xl-n3,.mx-xl-n3{
    margin-left:-1rem!important
  }

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

  .mt-xl-n4,.my-xl-n4{
    margin-top:-1.5rem!important
  }

  .mr-xl-n4,.mx-xl-n4{
    margin-right:-1.5rem!important
  }

  .mb-xl-n4,.my-xl-n4{
    margin-bottom:-1.5rem!important
  }

  .ml-xl-n4,.mx-xl-n4{
    margin-left:-1.5rem!important
  }

  .m-xl-n5{
    margin:-3rem!important
  }

  .mt-xl-n5,.my-xl-n5{
    margin-top:-3rem!important
  }

  .mr-xl-n5,.mx-xl-n5{
    margin-right:-3rem!important
  }

  .mb-xl-n5,.my-xl-n5{
    margin-bottom:-3rem!important
  }

  .ml-xl-n5,.mx-xl-n5{
    margin-left:-3rem!important
  }

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

  .mt-xl-auto,.my-xl-auto{
    margin-top:auto!important
  }

  .mr-xl-auto,.mx-xl-auto{
    margin-right:auto!important
  }

  .mb-xl-auto,.my-xl-auto{
    margin-bottom:auto!important
  }

  .ml-xl-auto,.mx-xl-auto{
    margin-left:auto!important
  }
}

.stretched-link::after{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1;
  pointer-events:auto;
  content:"";
  background-color:rgba(0,0,0,0)
}

.text-monospace{
  font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important
}

.text-justify{
  text-align:justify!important
}

.text-wrap{
  white-space:normal!important
}

.text-nowrap{
  white-space:nowrap!important
}

.text-truncate{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.text-left{
  text-align:left!important
}

.text-right{
  text-align:right!important
}

.text-center{
  text-align:center!important
}

@media (min-width:576px){
  .text-sm-left{
    text-align:left!important
  }

  .text-sm-right{
    text-align:right!important
  }

  .text-sm-center{
    text-align:center!important
  }
}

@media (min-width:768px){
  .text-md-left{
    text-align:left!important
  }

  .text-md-right{
    text-align:right!important
  }

  .text-md-center{
    text-align:center!important
  }
}

@media (min-width:992px){
  .text-lg-left{
    text-align:left!important
  }

  .text-lg-right{
    text-align:right!important
  }

  .text-lg-center{
    text-align:center!important
  }
}

@media (min-width:1200px){
  .text-xl-left{
    text-align:left!important
  }

  .text-xl-right{
    text-align:right!important
  }

  .text-xl-center{
    text-align:center!important
  }
}

.text-lowercase{
  text-transform:lowercase!important
}

.text-uppercase{
  text-transform:uppercase!important
}

.text-capitalize{
  text-transform:capitalize!important
}

.font-weight-light{
  font-weight:300!important
}

.font-weight-lighter{
  font-weight:lighter!important
}

.font-weight-normal{
  font-weight:400!important
}

.font-weight-bold{
  font-weight:700!important
}

.font-weight-bolder{
  font-weight:bolder!important
}

.font-italic{
  font-style:italic!important
}

.text-white{
  color:#fff!important
}

.text-primary{
  color:#007bff!important
}

a.text-primary:focus,a.text-primary:hover{
  color:#0056b3!important
}

.text-secondary{
  color:#6c757d!important
}

a.text-secondary:focus,a.text-secondary:hover{
  color:#494f54!important
}

.text-success{
  color:#28a745!important
}

a.text-success:focus,a.text-success:hover{
  color:#19692c!important
}

.text-info{
  color:#17a2b8!important
}

a.text-info:focus,a.text-info:hover{
  color:#0f6674!important
}

.text-warning{
  color:#ffc107!important
}

a.text-warning:focus,a.text-warning:hover{
  color:#ba8b00!important
}

.text-danger{
  color:#dc3545!important
}

a.text-danger:focus,a.text-danger:hover{
  color:#a71d2a!important
}

.text-light{
  color:#f8f9fa!important
}

a.text-light:focus,a.text-light:hover{
  color:#cbd3da!important
}

.text-dark{
  color:#343a40!important
}

a.text-dark:focus,a.text-dark:hover{
  color:#121416!important
}

.text-body{
  color:#212529!important
}

.text-muted{
  color:#6c757d!important
}

.text-black-50{
  color:rgba(0,0,0,.5)!important
}

.text-white-50{
  color:rgba(255,255,255,.5)!important
}

.text-hide{
  font:0/0 a;
  color:transparent;
  text-shadow:none;
  background-color:transparent;
  border:0
}

.text-decoration-none{
  text-decoration:none!important
}

.text-break{
  word-break:break-word!important;
  word-wrap:break-word!important
}

.text-reset{
  color:inherit!important
}

.visible{
  visibility:visible!important
}

.invisible{
  visibility:hidden!important
}

@media print{
  *,::after,::before{
    text-shadow:none!important;
    box-shadow:none!important
  }

  a:not(.btn){
    text-decoration:underline
  }

  abbr[title]::after{
    content:" (" attr(title) ")"
  }

  pre{
    white-space:pre-wrap!important
  }

  blockquote,pre{
    border:1px solid #adb5bd;
    page-break-inside:avoid
  }

  img,tr{
    page-break-inside:avoid
  }

  h2,h3,p{
    orphans:3;
    widows:3
  }

  h2,h3{
    page-break-after:avoid
  }

  @page{
    size:a3
  }

  body{
    min-width:992px!important
  }

  .container{
    min-width:992px!important
  }

  .navbar{
    display:none
  }

  .badge{
    border:1px solid #000
  }

  .table{
    border-collapse:collapse!important
  }

  .table td,.table th{
    background-color:#fff!important
  }

  .table-bordered td,.table-bordered th{
    border:1px solid #dee2e6!important
  }

  .table-dark{
    color:inherit
  }

  .table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{
    border-color:#dee2e6
  }

  .table .thead-dark th{
    color:inherit;
    border-color:#dee2e6
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/@videogular/ngx-videogular/fonts/videogular.css ***!
  \******************************************************************************************************************************************************************************************************************************************************/
@font-face{
  font-family:videogular;

  src:url('videogular.cb94a8eaf88cdf576801.eot?hj1wei');

  src:url('videogular.cb94a8eaf88cdf576801.eot?hj1wei#iefix') format("embedded-opentype"),url('videogular.7b2cf1a3b74373b9bfdf.ttf?hj1wei') format("truetype"),url('videogular.d6b24360bd8bd3fbdab8.woff?hj1wei') format("woff"),url('videogular.6cbfb587b23dba448c1f.svg?hj1wei#videogular') format("svg");

  font-weight:400;

  font-style:normal
}

[class*=" vg-icon-"],[class^=vg-icon-]{
  font-family:videogular!important;
  speak:none;
  font-style:normal;
  font-weight:400;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  width:50px;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}

.vg-icon-closed_caption:before{
  content:"\e006"
}

.vg-icon-pause:before{
  content:"\e018"
}

.vg-icon-play_arrow:before{
  content:"\e01b"
}

.vg-icon-repeat:before{
  content:"\e023"
}

.vg-icon-replay:before{
  content:"\e025"
}

.vg-icon-skip_next:before{
  content:"\e027"
}

.vg-icon-skip_previous:before{
  content:"\e028"
}

.vg-icon-stop:before{
  content:"\e02a"
}

.vg-icon-volume_down:before{
  content:"\e030"
}

.vg-icon-volume_mute:before{
  content:"\e031"
}

.vg-icon-volume_off:before{
  content:"\e032"
}

.vg-icon-volume_up:before{
  content:"\e033"
}

.vg-icon-hd:before{
  content:"\e035"
}

.vg-icon-forward_10:before{
  content:"\e038"
}

.vg-icon-forward_30:before{
  content:"\e039"
}

.vg-icon-replay_10:before{
  content:"\e03b"
}

.vg-icon-replay_30:before{
  content:"\e03c"
}

.vg-icon-fullscreen:before{
  content:"\e20c"
}

.vg-icon-fullscreen_exit:before{
  content:"\e20d"
}

vg-player video{
  width:100%;
  height:100%
}
/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/chartist/dist/chartist.css ***!
  \*********************************************************************************************************************************************************************************************************************************/
.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: flex;
}

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-grid-background {
  fill: none;
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 4px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206;
}

.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: #d70206;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #f05b4f;
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}

.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #f4c63d;
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905;
}

.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #d17905;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}

.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #453d3f;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b;
}

.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #59922b;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}

.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #0544d3;
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}

.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #6b0392;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #f05b4f;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458;
}

.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #dda458;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}

.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #eacf7d;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d;
}

.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #86797d;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}

.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #b2c326;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}

.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}

.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #a748ca;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}

.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}

.ct-square:after {
  content: "";
  display: table;
  clear: both;
}

.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}

.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}

.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}

.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}

.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}

.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}

.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}

.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}

.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}

.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}

.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}

.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}

.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}

.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}

.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}

.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}

.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}

.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}

.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}

.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}

.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

/*@import 'tailwindcss/base';*/

.mat-badge-content{
  font-weight:600;
  font-size:12px;
  font-family:Roboto, "Helvetica Neue", sans-serif
}

.mat-badge-small .mat-badge-content{
  font-size:9px
}

.mat-badge-large .mat-badge-content{
  font-size:24px
}

.mat-h1,.mat-headline,.mat-typography h1{
  font:400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing:normal;
  margin:0 0 16px
}

.mat-h2,.mat-title,.mat-typography h2{
  font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing:normal;
  margin:0 0 16px
}

.mat-h3,.mat-subheading-2,.mat-typography h3{
  font:400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing:normal;
  margin:0 0 16px
}

.mat-h4,.mat-subheading-1,.mat-typography h4{
  font:400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing:normal;
  margin:0 0 16px
}

.mat-h5,.mat-typography h5{
  font:400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;
  margin:0 0 12px
}

.mat-h6,.mat-typography h6{
  font:400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;
  margin:0 0 12px
}

.mat-body-strong,.mat-body-2{
  font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing:normal
}

.mat-body,.mat-body-1,.mat-typography{
  font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing:normal
}

.mat-body p,.mat-body-1 p,.mat-typography p{
  margin:0 0 12px
}

.mat-small,.mat-caption{
  font:400 12px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing:normal
}

.mat-display-4,.mat-typography .mat-display-4{
  font:300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing:-0.05em;
  margin:0 0 56px
}

.mat-display-3,.mat-typography .mat-display-3{
  font:400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing:-0.02em;
  margin:0 0 64px
}

.mat-display-2,.mat-typography .mat-display-2{
  font:400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing:-0.005em;
  margin:0 0 64px
}

.mat-display-1,.mat-typography .mat-display-1{
  font:400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing:normal;
  margin:0 0 64px
}

.mat-bottom-sheet-container{
  font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing:normal
}

.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{
  font-family:Roboto, "Helvetica Neue", sans-serif;
  font-size:14px;
  font-weight:500
}

.mat-button-toggle{
  font-family:Roboto, "Helvetica Neue", sans-serif
}

.mat-card{
  font-family:Roboto, "Helvetica Neue", sans-serif
}

.mat-card-title{
  font-size:24px;
  font-weight:500
}

.mat-card-header .mat-card-title{
  font-size:20px
}

.mat-card-subtitle,.mat-card-content{
  font-size:14px
}

.mat-checkbox{
  font-family:Roboto, "Helvetica Neue", sans-serif
}

.mat-checkbox-layout .mat-checkbox-label{
  line-height:24px
}

.mat-chip{
  font-size:14px;
  font-weight:500
}

.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{
  font-size:18px
}

.mat-table{
  font-family:Roboto, "Helvetica Neue", sans-serif
}

.mat-header-cell{
  font-size:12px;
  font-weight:500
}

.mat-cell,.mat-footer-cell{
  font-size:14px
}

.mat-calendar{
  font-family:Roboto, "Helvetica Neue", sans-serif
}

.mat-calendar-body{
  font-size:13px
}

.mat-calendar-body-label,.mat-calendar-period-button{
  font-size:14px;
  font-weight:500
}

.mat-calendar-table-header th{
  font-size:11px;
  font-weight:400
}

.mat-dialog-title{
  font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing:normal
}

.mat-expansion-panel-header{
  font-family:Roboto, "Helvetica Neue", sans-serif;
  font-size:15px;
  font-weight:400
}

.mat-expansion-panel-content{
  font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing:normal
}

.mat-form-field{
  font-size:inherit;
  font-weight:400;
  line-height:1.125;
  font-family:Roboto, "Helvetica Neue", sans-serif;
  letter-spacing:normal
}

.mat-form-field-wrapper{
  padding-bottom:1.34375em
}

.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{
  font-size:150%;
  line-height:1.125
}

.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{
  height:1.5em;
  width:1.5em
}

.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{
  height:1.125em;
  line-height:1.125
}

.mat-form-field-infix{
  padding:.5em 0;
  border-top:.84375em solid transparent
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{
  transform:translateY(-1.34375em) scale(0.75);
  width:133.3333333333%
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{
  transform:translateY(-1.34374em) scale(0.75);
  width:133.3333433333%
}

.mat-form-field-label-wrapper{
  top:-0.84375em;
  padding-top:.84375em
}

.mat-form-field-label{
  top:1.34375em
}

.mat-form-field-underline{
  bottom:1.34375em
}

.mat-form-field-subscript-wrapper{
  font-size:75%;
  margin-top:.6666666667em;
  top:calc(100% - 1.7916666667em)
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper{
  padding-bottom:1.25em
}

.mat-form-field-appearance-legacy .mat-form-field-infix{
  padding:.4375em 0
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{
  transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform:translateY(-1.28125em) scale(0.75);
  width:133.3333333333%
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{
  transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform:translateY(-1.28124em) scale(0.75);
  width:133.3333433333%
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{
  transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform:translateY(-1.28123em) scale(0.75);
  width:133.3333533333%
}

.mat-form-field-appearance-legacy .mat-form-field-label{
  top:1.28125em
}

.mat-form-field-appearance-legacy .mat-form-field-underline{
  bottom:1.25em
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{
  margin-top:.5416666667em;
  top:calc(100% - 1.6666666667em)
}

@media print{
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{
    transform:translateY(-1.28122em) scale(0.75)
  }

  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{
    transform:translateY(-1.28121em) scale(0.75)
  }

  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{
    transform:translateY(-1.2812em) scale(0.75)
  }
}

.mat-form-field-appearance-fill .mat-form-field-infix{
  padding:.25em 0 .75em 0
}

.mat-form-field-appearance-fill .mat-form-field-label{
  top:1.09375em;
  margin-top:-0.5em
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{
  transform:translateY(-0.59375em) scale(0.75);
  width:133.3333333333%
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{
  transform:translateY(-0.59374em) scale(0.75);
  width:133.3333433333%
}

.mat-form-field-appearance-outline .mat-form-field-infix{
  padding:1em 0 1em 0
}

.mat-form-field-appearance-outline .mat-form-field-label{
  top:1.84375em;
  margin-top:-0.25em
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{
  transform:translateY(-1.59375em) scale(0.75);
  width:133.3333333333%
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{
  transform:translateY(-1.59374em) scale(0.75);
  width:133.3333433333%
}

.mat-grid-tile-header,.mat-grid-tile-footer{
  font-size:14px
}

.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  display:block;
  box-sizing:border-box
}

.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){
  font-size:12px
}

input.mat-input-element{
  margin-top:-0.0625em
}

.mat-menu-item{
  font-family:Roboto, "Helvetica Neue", sans-serif;
  font-size:14px;
  font-weight:400
}

.mat-paginator,.mat-paginator-page-size .mat-select-trigger{
  font-family:Roboto, "Helvetica Neue", sans-serif;
  font-size:12px
}

.mat-radio-button{
  font-family:Roboto, "Helvetica Neue", sans-serif
}

.mat-select{
  font-family:Roboto, "Helvetica Neue", sans-serif
}

.mat-select-trigger{
  height:1.125em
}

.mat-slide-toggle-content{
  font-family:Roboto, "Helvetica Neue", sans-serif
}

.mat-slider-thumb-label-text{
  font-family:Roboto, "Helvetica Neue", sans-serif;
  font-size:12px;
  font-weight:500
}

.mat-stepper-vertical,.mat-stepper-horizontal{
  font-family:Roboto, "Helvetica Neue", sans-serif
}

.mat-step-label{
  font-size:14px;
  font-weight:400
}

.mat-step-sub-label-error{
  font-weight:normal
}

.mat-step-label-error{
  font-size:14px
}

.mat-step-label-selected{
  font-size:14px;
  font-weight:500
}

.mat-tab-group{
  font-family:Roboto, "Helvetica Neue", sans-serif
}

.mat-tab-label,.mat-tab-link{
  font-family:Roboto, "Helvetica Neue", sans-serif;
  font-size:14px;
  font-weight:500
}

.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{
  font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing:normal;
  margin:0
}

.mat-tooltip{
  font-family:Roboto, "Helvetica Neue", sans-serif;
  font-size:10px;
  padding-top:6px;
  padding-bottom:6px
}

.mat-tooltip-handset{
  font-size:14px;
  padding-top:8px;
  padding-bottom:8px
}

.mat-list-item{
  font-family:Roboto, "Helvetica Neue", sans-serif
}

.mat-list-option{
  font-family:Roboto, "Helvetica Neue", sans-serif
}

.mat-list-base .mat-list-item{
  font-size:16px
}

.mat-list-base .mat-list-item .mat-line{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  display:block;
  box-sizing:border-box
}

.mat-list-base .mat-list-item .mat-line:nth-child(n+2){
  font-size:14px
}

.mat-list-base .mat-list-option{
  font-size:16px
}

.mat-list-base .mat-list-option .mat-line{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  display:block;
  box-sizing:border-box
}

.mat-list-base .mat-list-option .mat-line:nth-child(n+2){
  font-size:14px
}

.mat-list-base .mat-subheader{
  font-family:Roboto, "Helvetica Neue", sans-serif;
  font-size:14px;
  font-weight:500
}

.mat-list-base[dense] .mat-list-item{
  font-size:12px
}

.mat-list-base[dense] .mat-list-item .mat-line{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  display:block;
  box-sizing:border-box
}

.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){
  font-size:12px
}

.mat-list-base[dense] .mat-list-option{
  font-size:12px
}

.mat-list-base[dense] .mat-list-option .mat-line{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  display:block;
  box-sizing:border-box
}

.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){
  font-size:12px
}

.mat-list-base[dense] .mat-subheader{
  font-family:Roboto, "Helvetica Neue", sans-serif;
  font-size:12px;
  font-weight:500
}

.mat-option{
  font-family:Roboto, "Helvetica Neue", sans-serif;
  font-size:16px
}

.mat-optgroup-label{
  font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing:normal
}

.mat-simple-snackbar{
  font-family:Roboto, "Helvetica Neue", sans-serif;
  font-size:14px
}

.mat-simple-snackbar-action{
  line-height:1;
  font-family:inherit;
  font-size:inherit;
  font-weight:500
}

.mat-tree{
  font-family:Roboto, "Helvetica Neue", sans-serif
}

.mat-tree-node,.mat-nested-tree-node{
  font-weight:400;
  font-size:14px
}

.mat-ripple{
  overflow:hidden;
  position:relative
}

.mat-ripple:not(:empty){
  transform:translateZ(0)
}

.mat-ripple.mat-ripple-unbounded{
  overflow:visible
}

.mat-ripple-element{
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform:scale(0)
}

.cdk-high-contrast-active .mat-ripple-element{
  display:none
}

.cdk-visually-hidden{
  border:0;
  clip:rect(0 0 0 0);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
  white-space:nowrap;
  outline:0;
  -webkit-appearance:none;
  -moz-appearance:none
}

.cdk-overlay-container,.cdk-global-overlay-wrapper{
  pointer-events:none;
  top:0;
  left:0;
  height:100%;
  width:100%
}

.cdk-overlay-container{
  position:fixed;
  z-index:1000
}

.cdk-overlay-container:empty{
  display:none
}

.cdk-global-overlay-wrapper{
  display:flex;
  position:absolute;
  z-index:1000
}

.cdk-overlay-pane{
  position:absolute;
  pointer-events:auto;
  box-sizing:border-box;
  z-index:1000;
  display:flex;
  max-width:100%;
  max-height:100%
}

.cdk-overlay-backdrop{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:1000;
  pointer-events:auto;
  -webkit-tap-highlight-color:transparent;
  transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity:0
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{
  opacity:1
}

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{
  opacity:.6
}

.cdk-overlay-dark-backdrop{
  background:rgba(0,0,0,.32)
}

.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{
  opacity:0
}

.cdk-overlay-connected-position-bounding-box{
  position:absolute;
  z-index:1000;
  display:flex;
  flex-direction:column;
  min-width:1px;
  min-height:1px
}

.cdk-global-scrollblock{
  position:fixed;
  width:100%;
  overflow-y:scroll
}

textarea.cdk-textarea-autosize{
  resize:none
}

textarea.cdk-textarea-autosize-measuring{
  padding:2px 0 !important;
  box-sizing:content-box !important;
  height:auto !important;
  overflow:hidden !important
}

textarea.cdk-textarea-autosize-measuring-firefox{
  padding:2px 0 !important;
  box-sizing:content-box !important;
  height:0 !important
}

@keyframes cdk-text-field-autofill-start{
  /*!*/
}

@keyframes cdk-text-field-autofill-end{
  /*!*/
}

.cdk-text-field-autofill-monitored:-webkit-autofill{
  animation:cdk-text-field-autofill-start 0s 1ms
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill){
  animation:cdk-text-field-autofill-end 0s 1ms
}

.mat-focus-indicator{
  position:relative
}

.mat-mdc-focus-indicator{
  position:relative
}

.mat-ripple-element{
  background-color:rgba(0,0,0,.1)
}

.mat-option{
  color:rgba(0,0,0,.87)
}

.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){
  background:rgba(0,0,0,.04)
}

.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){
  background:rgba(0,0,0,.04)
}

.mat-option.mat-active{
  background:rgba(0,0,0,.04);
  color:rgba(0,0,0,.87)
}

.mat-option.mat-option-disabled{
  color:rgba(0,0,0,.38)
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){
  color:#673ab7
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){
  color:#ffd740
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){
  color:#f44336
}

.mat-optgroup-label{
  color:rgba(0,0,0,.54)
}

.mat-optgroup-disabled .mat-optgroup-label{
  color:rgba(0,0,0,.38)
}

.mat-pseudo-checkbox{
  color:rgba(0,0,0,.54)
}

.mat-pseudo-checkbox::after{
  color:#fafafa
}

.mat-pseudo-checkbox-disabled{
  color:#b0b0b0
}

.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{
  background:#673ab7
}

.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{
  background:#ffd740
}

.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{
  background:#f44336
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{
  background:#b0b0b0
}

.mat-app-background{
  background-color:#fafafa;
  color:rgba(0,0,0,.87)
}

.mat-elevation-z0{
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z1{
  box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z2{
  box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z3{
  box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z4{
  box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z5{
  box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z6{
  box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z7{
  box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z8{
  box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z9{
  box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z10{
  box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z11{
  box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z12{
  box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z13{
  box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z14{
  box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z15{
  box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z16{
  box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z17{
  box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z18{
  box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z19{
  box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z20{
  box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z21{
  box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z22{
  box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z23{
  box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)
}

.mat-elevation-z24{
  box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)
}

.mat-theme-loaded-marker{
  display:none
}

.mat-autocomplete-panel{
  background:#fff;
  color:rgba(0,0,0,.87)
}

.mat-autocomplete-panel:not([class*=mat-elevation-z]){
  box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){
  background:#fff
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){
  color:rgba(0,0,0,.87)
}

.mat-badge{
  position:relative
}

.mat-badge-hidden .mat-badge-content{
  display:none
}

.mat-badge-content{
  position:absolute;
  text-align:center;
  display:inline-block;
  border-radius:50%;
  transition:transform 200ms ease-in-out;
  transform:scale(0.6);
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  pointer-events:none
}

.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{
  transition:none
}

.mat-badge-content.mat-badge-active{
  transform:none
}

.mat-badge-small .mat-badge-content{
  width:16px;
  height:16px;
  line-height:16px
}

.mat-badge-small.mat-badge-above .mat-badge-content{
  top:-8px
}

.mat-badge-small.mat-badge-below .mat-badge-content{
  bottom:-8px
}

.mat-badge-small.mat-badge-before .mat-badge-content{
  left:-16px
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{
  left:auto;
  right:-16px
}

.mat-badge-small.mat-badge-after .mat-badge-content{
  right:-16px
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{
  right:auto;
  left:-16px
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{
  left:-8px
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{
  left:auto;
  right:-8px
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{
  right:-8px
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{
  right:auto;
  left:-8px
}

.mat-badge-medium .mat-badge-content{
  width:22px;
  height:22px;
  line-height:22px
}

.mat-badge-medium.mat-badge-above .mat-badge-content{
  top:-11px
}

.mat-badge-medium.mat-badge-below .mat-badge-content{
  bottom:-11px
}

.mat-badge-medium.mat-badge-before .mat-badge-content{
  left:-22px
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{
  left:auto;
  right:-22px
}

.mat-badge-medium.mat-badge-after .mat-badge-content{
  right:-22px
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{
  right:auto;
  left:-22px
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{
  left:-11px
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{
  left:auto;
  right:-11px
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{
  right:-11px
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{
  right:auto;
  left:-11px
}

.mat-badge-large .mat-badge-content{
  width:28px;
  height:28px;
  line-height:28px
}

.mat-badge-large.mat-badge-above .mat-badge-content{
  top:-14px
}

.mat-badge-large.mat-badge-below .mat-badge-content{
  bottom:-14px
}

.mat-badge-large.mat-badge-before .mat-badge-content{
  left:-28px
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{
  left:auto;
  right:-28px
}

.mat-badge-large.mat-badge-after .mat-badge-content{
  right:-28px
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{
  right:auto;
  left:-28px
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{
  left:-14px
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{
  left:auto;
  right:-14px
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{
  right:-14px
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{
  right:auto;
  left:-14px
}

.mat-badge-content{
  color:#fff;
  background:#673ab7
}

.cdk-high-contrast-active .mat-badge-content{
  outline:solid 1px;
  border-radius:0
}

.mat-badge-accent .mat-badge-content{
  background:#ffd740;
  color:rgba(0,0,0,.87)
}

.mat-badge-warn .mat-badge-content{
  color:#fff;
  background:#f44336
}

.mat-badge-disabled .mat-badge-content{
  background:#b9b9b9;
  color:rgba(0,0,0,.38)
}

.mat-bottom-sheet-container{
  box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background:#fff;
  color:rgba(0,0,0,.87)
}

.mat-button,.mat-icon-button,.mat-stroked-button{
  color:inherit;
  background:transparent
}

.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{
  color:#673ab7
}

.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{
  color:#ffd740
}

.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{
  color:#f44336
}

.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{
  color:rgba(0,0,0,.26)
}

.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{
  background-color:#673ab7
}

.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{
  background-color:#ffd740
}

.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{
  background-color:#f44336
}

.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{
  background-color:transparent
}

.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{
  opacity:.1;
  background-color:currentColor
}

.mat-button-focus-overlay{
  background:#000
}

.mat-stroked-button:not(.mat-button-disabled){
  border-color:rgba(0,0,0,.12)
}

.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{
  color:rgba(0,0,0,.87);
  background-color:#fff
}

.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{
  color:#fff
}

.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{
  color:rgba(0,0,0,.87)
}

.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{
  color:#fff
}

.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{
  color:rgba(0,0,0,.26)
}

.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{
  background-color:#673ab7
}

.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{
  background-color:#ffd740
}

.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{
  background-color:#f44336
}

.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{
  background-color:rgba(0,0,0,.12)
}

.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{
  background-color:rgba(255,255,255,.1)
}

.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{
  background-color:rgba(0,0,0,.1)
}

.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{
  background-color:rgba(255,255,255,.1)
}

.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)
}

.mat-raised-button:not([class*=mat-elevation-z]){
  box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)
}

.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){
  box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)
}

.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)
}

.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){
  box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)
}

.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){
  box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)
}

.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)
}

.mat-button-toggle-standalone,.mat-button-toggle-group{
  box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{
  box-shadow:none
}

.mat-button-toggle{
  color:rgba(0,0,0,.38)
}

.mat-button-toggle .mat-button-toggle-focus-overlay{
  background-color:rgba(0,0,0,.12)
}

.mat-button-toggle-appearance-standard{
  color:rgba(0,0,0,.87);
  background:#fff
}

.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{
  background-color:#000
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{
  border-left:solid 1px rgba(0,0,0,.12)
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{
  border-left:none;
  border-right:solid 1px rgba(0,0,0,.12)
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{
  border-left:none;
  border-right:none;
  border-top:solid 1px rgba(0,0,0,.12)
}

.mat-button-toggle-checked{
  background-color:#e0e0e0;
  color:rgba(0,0,0,.54)
}

.mat-button-toggle-checked.mat-button-toggle-appearance-standard{
  color:rgba(0,0,0,.87)
}

.mat-button-toggle-disabled{
  color:rgba(0,0,0,.26);
  background-color:#eee
}

.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{
  background:#fff
}

.mat-button-toggle-disabled.mat-button-toggle-checked{
  background-color:#bdbdbd
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{
  border:solid 1px rgba(0,0,0,.12)
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{
  line-height:48px
}

.mat-card{
  background:#fff;
  color:rgba(0,0,0,.87)
}

.mat-card:not([class*=mat-elevation-z]){
  box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)
}

.mat-card.mat-card-flat:not([class*=mat-elevation-z]){
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)
}

.mat-card-subtitle{
  color:rgba(0,0,0,.54)
}

.mat-checkbox-frame{
  border-color:rgba(0,0,0,.54)
}

.mat-checkbox-checkmark{
  fill:#fafafa
}

.mat-checkbox-checkmark-path{
  stroke:#fafafa !important
}

.mat-checkbox-mixedmark{
  background-color:#fafafa
}

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{
  background-color:#673ab7
}

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{
  background-color:#ffd740
}

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{
  background-color:#f44336
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{
  background-color:#b0b0b0
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{
  border-color:#b0b0b0
}

.mat-checkbox-disabled .mat-checkbox-label{
  color:rgba(0,0,0,.54)
}

.mat-checkbox .mat-ripple-element{
  background-color:#000
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{
  background:#673ab7
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{
  background:#ffd740
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{
  background:#f44336
}

.mat-chip.mat-standard-chip{
  background-color:#e0e0e0;
  color:rgba(0,0,0,.87)
}

.mat-chip.mat-standard-chip .mat-chip-remove{
  color:rgba(0,0,0,.87);
  opacity:.4
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{
  box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{
  opacity:.54
}

.mat-chip.mat-standard-chip.mat-chip-disabled{
  opacity:.4
}

.mat-chip.mat-standard-chip::after{
  background:#000
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{
  background-color:#673ab7;
  color:#fff
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{
  color:#fff;
  opacity:.4
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{
  background-color:rgba(255,255,255,.1)
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{
  background-color:#f44336;
  color:#fff
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{
  color:#fff;
  opacity:.4
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{
  background-color:rgba(255,255,255,.1)
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{
  background-color:#ffd740;
  color:rgba(0,0,0,.87)
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{
  color:rgba(0,0,0,.87);
  opacity:.4
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{
  background-color:rgba(0,0,0,.1)
}

.mat-table{
  background:#fff
}

.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{
  background:inherit
}

mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{
  border-bottom-color:rgba(0,0,0,.12)
}

.mat-header-cell{
  color:rgba(0,0,0,.54)
}

.mat-cell,.mat-footer-cell{
  color:rgba(0,0,0,.87)
}

.mat-calendar-arrow{
  border-top-color:rgba(0,0,0,.54)
}

.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{
  color:rgba(0,0,0,.54)
}

.mat-calendar-table-header-divider::after{
  background:rgba(0,0,0,.12)
}

.mat-calendar-table-header,.mat-calendar-body-label{
  color:rgba(0,0,0,.54)
}

.mat-calendar-body-cell-content,.mat-date-range-input-separator{
  color:rgba(0,0,0,.87);
  border-color:transparent
}

.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){
  color:rgba(0,0,0,.38)
}

.mat-form-field-disabled .mat-date-range-input-separator{
  color:rgba(0,0,0,.38)
}

.mat-calendar-body-in-preview{
  color:rgba(0,0,0,.24)
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){
  border-color:rgba(0,0,0,.38)
}

.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){
  border-color:rgba(0,0,0,.18)
}

.mat-calendar-body-in-range::before{
  background:rgba(103,58,183,.2)
}

.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{
  background:rgba(249,171,0,.2)
}

.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{
  background:linear-gradient(to right, rgba(103, 58, 183, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)
}

.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{
  background:linear-gradient(to left, rgba(103, 58, 183, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)
}

.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{
  background:#a8dab5
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{
  background:#46a35e
}

.mat-calendar-body-selected{
  background-color:#673ab7;
  color:#fff
}

.mat-calendar-body-disabled>.mat-calendar-body-selected{
  background-color:rgba(103,58,183,.4)
}

.mat-calendar-body-today.mat-calendar-body-selected{
  box-shadow:inset 0 0 0 1px #fff
}

.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){
  background-color:rgba(103,58,183,.3)
}

.mat-datepicker-content{
  box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color:#fff;
  color:rgba(0,0,0,.87)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before{
  background:rgba(255,215,64,.2)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before{
  background:rgba(249,171,0,.2)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{
  background:linear-gradient(to right, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{
  background:linear-gradient(to left, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{
  background:#a8dab5
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{
  background:#46a35e
}

.mat-datepicker-content.mat-accent .mat-calendar-body-selected{
  background-color:#ffd740;
  color:rgba(0,0,0,.87)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{
  background-color:rgba(255,215,64,.4)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.87)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){
  background-color:rgba(255,215,64,.3)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before{
  background:rgba(244,67,54,.2)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before{
  background:rgba(249,171,0,.2)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{
  background:linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{
  background:linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{
  background:#a8dab5
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{
  background:#46a35e
}

.mat-datepicker-content.mat-warn .mat-calendar-body-selected{
  background-color:#f44336;
  color:#fff
}

.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{
  background-color:rgba(244,67,54,.4)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{
  box-shadow:inset 0 0 0 1px #fff
}

.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){
  background-color:rgba(244,67,54,.3)
}

.mat-datepicker-content-touch{
  box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)
}

.mat-datepicker-toggle-active{
  color:#673ab7
}

.mat-datepicker-toggle-active.mat-accent{
  color:#ffd740
}

.mat-datepicker-toggle-active.mat-warn{
  color:#f44336
}

.mat-date-range-input-inner[disabled]{
  color:rgba(0,0,0,.38)
}

.mat-dialog-container{
  box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background:#fff;
  color:rgba(0,0,0,.87)
}

.mat-divider{
  border-top-color:rgba(0,0,0,.12)
}

.mat-divider-vertical{
  border-right-color:rgba(0,0,0,.12)
}

.mat-expansion-panel{
  background:#fff;
  color:rgba(0,0,0,.87)
}

.mat-expansion-panel:not([class*=mat-elevation-z]){
  box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)
}

.mat-action-row{
  border-top-color:rgba(0,0,0,.12)
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){
  background:rgba(0,0,0,.04)
}

@media(hover: none){
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{
    background:#fff
  }
}

.mat-expansion-panel-header-title{
  color:rgba(0,0,0,.87)
}

.mat-expansion-panel-header-description,.mat-expansion-indicator::after{
  color:rgba(0,0,0,.54)
}

.mat-expansion-panel-header[aria-disabled=true]{
  color:rgba(0,0,0,.26)
}

.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{
  color:inherit
}

.mat-expansion-panel-header{
  height:48px
}

.mat-expansion-panel-header.mat-expanded{
  height:64px
}

.mat-form-field-label{
  color:rgba(0,0,0,.6)
}

.mat-hint{
  color:rgba(0,0,0,.6)
}

.mat-form-field.mat-focused .mat-form-field-label{
  color:#673ab7
}

.mat-form-field.mat-focused .mat-form-field-label.mat-accent{
  color:#ffd740
}

.mat-form-field.mat-focused .mat-form-field-label.mat-warn{
  color:#f44336
}

.mat-focused .mat-form-field-required-marker{
  color:#ffd740
}

.mat-form-field-ripple{
  background-color:rgba(0,0,0,.87)
}

.mat-form-field.mat-focused .mat-form-field-ripple{
  background-color:#673ab7
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{
  background-color:#ffd740
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{
  background-color:#f44336
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{
  color:#673ab7
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{
  color:#ffd740
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{
  color:#f44336
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label{
  color:#f44336
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{
  color:#f44336
}

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{
  background-color:#f44336
}

.mat-error{
  color:#f44336
}

.mat-form-field-appearance-legacy .mat-form-field-label{
  color:rgba(0,0,0,.54)
}

.mat-form-field-appearance-legacy .mat-hint{
  color:rgba(0,0,0,.54)
}

.mat-form-field-appearance-legacy .mat-form-field-underline{
  background-color:rgba(0,0,0,.42)
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{
  background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size:4px 100%;
  background-repeat:repeat-x
}

.mat-form-field-appearance-standard .mat-form-field-underline{
  background-color:rgba(0,0,0,.42)
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{
  background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size:4px 100%;
  background-repeat:repeat-x
}

.mat-form-field-appearance-fill .mat-form-field-flex{
  background-color:rgba(0,0,0,.04)
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{
  background-color:rgba(0,0,0,.02)
}

.mat-form-field-appearance-fill .mat-form-field-underline::before{
  background-color:rgba(0,0,0,.42)
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{
  color:rgba(0,0,0,.38)
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{
  background-color:transparent
}

.mat-form-field-appearance-outline .mat-form-field-outline{
  color:rgba(0,0,0,.12)
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick{
  color:rgba(0,0,0,.87)
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{
  color:#673ab7
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{
  color:#ffd740
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{
  color:#f44336
}

.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{
  color:#f44336
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{
  color:rgba(0,0,0,.38)
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{
  color:rgba(0,0,0,.06)
}

.mat-icon.mat-primary{
  color:#673ab7
}

.mat-icon.mat-accent{
  color:#ffd740
}

.mat-icon.mat-warn{
  color:#f44336
}

.mat-form-field-type-mat-native-select .mat-form-field-infix::after{
  color:rgba(0,0,0,.54)
}

.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{
  color:rgba(0,0,0,.38)
}

.mat-input-element{
  caret-color:#673ab7
}

.mat-input-element::placeholder{
  color:rgba(0,0,0,.42)
}

.mat-input-element::-moz-placeholder{
  color:rgba(0,0,0,.42)
}

.mat-input-element::-webkit-input-placeholder{
  color:rgba(0,0,0,.42)
}

.mat-input-element:-ms-input-placeholder{
  color:rgba(0,0,0,.42)
}

.mat-form-field.mat-accent .mat-input-element{
  caret-color:#ffd740
}

.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{
  caret-color:#f44336
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{
  color:#f44336
}

.mat-list-base .mat-list-item{
  color:rgba(0,0,0,.87)
}

.mat-list-base .mat-list-option{
  color:rgba(0,0,0,.87)
}

.mat-list-base .mat-subheader{
  color:rgba(0,0,0,.54)
}

.mat-list-item-disabled{
  background-color:#eee
}

.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{
  background:rgba(0,0,0,.04)
}

.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{
  background:rgba(0,0,0,.12)
}

.mat-menu-panel{
  background:#fff
}

.mat-menu-panel:not([class*=mat-elevation-z]){
  box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)
}

.mat-menu-item{
  background:transparent;
  color:rgba(0,0,0,.87)
}

.mat-menu-item[disabled],.mat-menu-item[disabled] .mat-menu-submenu-icon,.mat-menu-item[disabled] .mat-icon-no-color{
  color:rgba(0,0,0,.38)
}

.mat-menu-item .mat-icon-no-color,.mat-menu-submenu-icon{
  color:rgba(0,0,0,.54)
}

.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){
  background:rgba(0,0,0,.04)
}

.mat-paginator{
  background:#fff
}

.mat-paginator,.mat-paginator-page-size .mat-select-trigger{
  color:rgba(0,0,0,.54)
}

.mat-paginator-decrement,.mat-paginator-increment{
  border-top:2px solid rgba(0,0,0,.54);
  border-right:2px solid rgba(0,0,0,.54)
}

.mat-paginator-first,.mat-paginator-last{
  border-top:2px solid rgba(0,0,0,.54)
}

.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{
  border-color:rgba(0,0,0,.38)
}

.mat-paginator-container{
  min-height:56px
}

.mat-progress-bar-background{
  fill:#d5cae9
}

.mat-progress-bar-buffer{
  background-color:#d5cae9
}

.mat-progress-bar-fill::after{
  background-color:#673ab7
}

.mat-progress-bar.mat-accent .mat-progress-bar-background{
  fill:#fbf1cc
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer{
  background-color:#fbf1cc
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{
  background-color:#ffd740
}

.mat-progress-bar.mat-warn .mat-progress-bar-background{
  fill:#f9ccc9
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer{
  background-color:#f9ccc9
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{
  background-color:#f44336
}

.mat-progress-spinner circle,.mat-spinner circle{
  stroke:#673ab7
}

.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{
  stroke:#ffd740
}

.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{
  stroke:#f44336
}

.mat-radio-outer-circle{
  border-color:rgba(0,0,0,.54)
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{
  border-color:#673ab7
}

.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{
  background-color:#673ab7
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{
  border-color:#ffd740
}

.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{
  background-color:#ffd740
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{
  border-color:#f44336
}

.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{
  background-color:#f44336
}

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{
  border-color:rgba(0,0,0,.38)
}

.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{
  background-color:rgba(0,0,0,.38)
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content{
  color:rgba(0,0,0,.38)
}

.mat-radio-button .mat-ripple-element{
  background-color:#000
}

.mat-select-value{
  color:rgba(0,0,0,.87)
}

.mat-select-placeholder{
  color:rgba(0,0,0,.42)
}

.mat-select-disabled .mat-select-value{
  color:rgba(0,0,0,.38)
}

.mat-select-arrow{
  color:rgba(0,0,0,.54)
}

.mat-select-panel{
  background:#fff
}

.mat-select-panel:not([class*=mat-elevation-z]){
  box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)
}

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){
  background:rgba(0,0,0,.12)
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow{
  color:#673ab7
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow{
  color:#ffd740
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow{
  color:#f44336
}

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{
  color:#f44336
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{
  color:rgba(0,0,0,.38)
}

.mat-drawer-container{
  background-color:#fafafa;
  color:rgba(0,0,0,.87)
}

.mat-drawer{
  background-color:#fff;
  color:rgba(0,0,0,.87)
}

.mat-drawer.mat-drawer-push{
  background-color:#fff
}

.mat-drawer:not(.mat-drawer-side){
  box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)
}

.mat-drawer-side{
  border-right:solid 1px rgba(0,0,0,.12)
}

.mat-drawer-side.mat-drawer-end{
  border-left:solid 1px rgba(0,0,0,.12);
  border-right:none
}

[dir=rtl] .mat-drawer-side{
  border-left:solid 1px rgba(0,0,0,.12);
  border-right:none
}

[dir=rtl] .mat-drawer-side.mat-drawer-end{
  border-left:none;
  border-right:solid 1px rgba(0,0,0,.12)
}

.mat-drawer-backdrop.mat-drawer-shown{
  background-color:rgba(0,0,0,.6)
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{
  background-color:#ffd740
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{
  background-color:rgba(255,215,64,.54)
}

.mat-slide-toggle.mat-checked .mat-ripple-element{
  background-color:#ffd740
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{
  background-color:#673ab7
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{
  background-color:rgba(103,58,183,.54)
}

.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{
  background-color:#673ab7
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{
  background-color:#f44336
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{
  background-color:rgba(244,67,54,.54)
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{
  background-color:#f44336
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{
  background-color:#000
}

.mat-slide-toggle-thumb{
  box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color:#fafafa
}

.mat-slide-toggle-bar{
  background-color:rgba(0,0,0,.38)
}

.mat-slider-track-background{
  background-color:rgba(0,0,0,.26)
}

.mat-primary .mat-slider-track-fill,.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label{
  background-color:#673ab7
}

.mat-primary .mat-slider-thumb-label-text{
  color:#fff
}

.mat-primary .mat-slider-focus-ring{
  background-color:rgba(103,58,183,.2)
}

.mat-accent .mat-slider-track-fill,.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label{
  background-color:#ffd740
}

.mat-accent .mat-slider-thumb-label-text{
  color:rgba(0,0,0,.87)
}

.mat-accent .mat-slider-focus-ring{
  background-color:rgba(255,215,64,.2)
}

.mat-warn .mat-slider-track-fill,.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label{
  background-color:#f44336
}

.mat-warn .mat-slider-thumb-label-text{
  color:#fff
}

.mat-warn .mat-slider-focus-ring{
  background-color:rgba(244,67,54,.2)
}

.mat-slider:hover .mat-slider-track-background,.mat-slider.cdk-focused .mat-slider-track-background{
  background-color:rgba(0,0,0,.38)
}

.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled .mat-slider-thumb{
  background-color:rgba(0,0,0,.26)
}

.mat-slider-disabled:hover .mat-slider-track-background{
  background-color:rgba(0,0,0,.26)
}

.mat-slider-min-value .mat-slider-focus-ring{
  background-color:rgba(0,0,0,.12)
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{
  background-color:rgba(0,0,0,.87)
}

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{
  background-color:rgba(0,0,0,.26)
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{
  border-color:rgba(0,0,0,.26);
  background-color:transparent
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{
  border-color:rgba(0,0,0,.38)
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{
  border-color:rgba(0,0,0,.26)
}

.mat-slider-has-ticks .mat-slider-wrapper::after{
  border-color:rgba(0,0,0,.7)
}

.mat-slider-horizontal .mat-slider-ticks{
  background-image:repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)
}

.mat-slider-vertical .mat-slider-ticks{
  background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)
}

.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover:not([aria-disabled]),.mat-step-header:hover[aria-disabled=false]{
  background-color:rgba(0,0,0,.04)
}

.mat-step-header:hover[aria-disabled=true]{
  cursor:default
}

@media(hover: none){
  .mat-step-header:hover{
    background:none
  }
}

.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{
  color:rgba(0,0,0,.54)
}

.mat-step-header .mat-step-icon{
  background-color:rgba(0,0,0,.54);
  color:#fff
}

.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{
  background-color:#673ab7;
  color:#fff
}

.mat-step-header.mat-accent .mat-step-icon{
  color:rgba(0,0,0,.87)
}

.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{
  background-color:#ffd740;
  color:rgba(0,0,0,.87)
}

.mat-step-header.mat-warn .mat-step-icon{
  color:#fff
}

.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{
  background-color:#f44336;
  color:#fff
}

.mat-step-header .mat-step-icon-state-error{
  background-color:transparent;
  color:#f44336
}

.mat-step-header .mat-step-label.mat-step-label-active{
  color:rgba(0,0,0,.87)
}

.mat-step-header .mat-step-label.mat-step-label-error{
  color:#f44336
}

.mat-stepper-horizontal,.mat-stepper-vertical{
  background-color:#fff
}

.mat-stepper-vertical-line::before{
  border-left-color:rgba(0,0,0,.12)
}

.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{
  border-top-color:rgba(0,0,0,.12)
}

.mat-horizontal-stepper-header{
  height:72px
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{
  padding:24px 24px
}

.mat-stepper-vertical-line::before{
  top:-16px;
  bottom:-16px
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before{
  top:36px
}

.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{
  top:36px
}

.mat-sort-header-arrow{
  color:#757575
}

.mat-tab-nav-bar,.mat-tab-header{
  border-bottom:1px solid rgba(0,0,0,.12)
}

.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{
  border-top:1px solid rgba(0,0,0,.12);
  border-bottom:none
}

.mat-tab-label,.mat-tab-link{
  color:rgba(0,0,0,.87)
}

.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{
  color:rgba(0,0,0,.38)
}

.mat-tab-header-pagination-chevron{
  border-color:rgba(0,0,0,.87)
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{
  border-color:rgba(0,0,0,.38)
}

.mat-tab-group[class*=mat-background-]>.mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{
  border-bottom:none;
  border-top:none
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){
  background-color:rgba(209,196,233,.3)
}

.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{
  background-color:#673ab7
}

.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{
  background-color:#fff
}

.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){
  background-color:rgba(255,229,127,.3)
}

.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{
  background-color:#ffd740
}

.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{
  background-color:rgba(0,0,0,.87)
}

.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){
  background-color:rgba(255,205,210,.3)
}

.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{
  background-color:#f44336
}

.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{
  background-color:#fff
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){
  background-color:rgba(209,196,233,.3)
}

.mat-tab-group.mat-background-primary>.mat-tab-header,.mat-tab-group.mat-background-primary>.mat-tab-link-container,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{
  background-color:#673ab7
}

.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{
  color:#fff
}

.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{
  color:rgba(255,255,255,.4)
}

.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator::before{
  border-color:#fff
}

.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{
  border-color:#fff;
  opacity:.4
}

.mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{
  background-color:#fff;
  opacity:.12
}

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){
  background-color:rgba(255,229,127,.3)
}

.mat-tab-group.mat-background-accent>.mat-tab-header,.mat-tab-group.mat-background-accent>.mat-tab-link-container,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{
  background-color:#ffd740
}

.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{
  color:rgba(0,0,0,.87)
}

.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{
  color:rgba(0,0,0,.4)
}

.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator::before{
  border-color:rgba(0,0,0,.87)
}

.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{
  border-color:#000;
  opacity:.4
}

.mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{
  background-color:#000;
  opacity:.12
}

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){
  background-color:rgba(255,205,210,.3)
}

.mat-tab-group.mat-background-warn>.mat-tab-header,.mat-tab-group.mat-background-warn>.mat-tab-link-container,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{
  background-color:#f44336
}

.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{
  color:#fff
}

.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{
  color:rgba(255,255,255,.4)
}

.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator::before{
  border-color:#fff
}

.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{
  border-color:#fff;
  opacity:.4
}

.mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{
  background-color:#fff;
  opacity:.12
}

.mat-toolbar{
  background:#f5f5f5;
  color:rgba(0,0,0,.87)
}

.mat-toolbar.mat-primary{
  background:#673ab7;
  color:#fff
}

.mat-toolbar.mat-accent{
  background:#ffd740;
  color:rgba(0,0,0,.87)
}

.mat-toolbar.mat-warn{
  background:#f44336;
  color:#fff
}

.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{
  background-color:currentColor
}

.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{
  color:inherit
}

.mat-toolbar .mat-input-element{
  caret-color:currentColor
}

.mat-toolbar-multiple-rows{
  min-height:64px
}

.mat-toolbar-row,.mat-toolbar-single-row{
  height:64px
}

@media(max-width: 599px){
  .mat-toolbar-multiple-rows{
    min-height:56px
  }

  .mat-toolbar-row,.mat-toolbar-single-row{
    height:56px
  }
}

.mat-tooltip{
  background:rgba(97,97,97,.9)
}

.mat-tree{
  background:#fff
}

.mat-tree-node,.mat-nested-tree-node{
  color:rgba(0,0,0,.87)
}

.mat-tree-node{
  min-height:48px
}

.mat-snack-bar-container{
  color:rgba(255,255,255,.7);
  background:#323232;
  box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)
}

.mat-simple-snackbar-action{
  color:#ffd740
}

.tw-container{
  width:100%
}

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

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

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

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

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

.tw-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
}

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

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

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

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

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

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

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

.tw-visible{
  visibility:visible
}

.tw-invisible{
  visibility:hidden
}

.tw-static{
  position:static
}

.tw-fixed{
  position:fixed
}

.tw-absolute{
  position:absolute
}

.tw-relative{
  position:relative
}

.tw-sticky{
  position:sticky
}

.tw-inset-0{
  top:0px;
  right:0px;
  bottom:0px;
  left:0px
}

.tw-inset-1{
  top:0.25rem;
  right:0.25rem;
  bottom:0.25rem;
  left:0.25rem
}

.tw-inset-2{
  top:0.5rem;
  right:0.5rem;
  bottom:0.5rem;
  left:0.5rem
}

.tw-inset-3{
  top:0.75rem;
  right:0.75rem;
  bottom:0.75rem;
  left:0.75rem
}

.tw-inset-4{
  top:1rem;
  right:1rem;
  bottom:1rem;
  left:1rem
}

.tw-inset-5{
  top:1.25rem;
  right:1.25rem;
  bottom:1.25rem;
  left:1.25rem
}

.tw-inset-6{
  top:1.5rem;
  right:1.5rem;
  bottom:1.5rem;
  left:1.5rem
}

.tw-inset-7{
  top:1.75rem;
  right:1.75rem;
  bottom:1.75rem;
  left:1.75rem
}

.tw-inset-8{
  top:2rem;
  right:2rem;
  bottom:2rem;
  left:2rem
}

.tw-inset-9{
  top:2.25rem;
  right:2.25rem;
  bottom:2.25rem;
  left:2.25rem
}

.tw-inset-10{
  top:2.5rem;
  right:2.5rem;
  bottom:2.5rem;
  left:2.5rem
}

.tw-inset-11{
  top:2.75rem;
  right:2.75rem;
  bottom:2.75rem;
  left:2.75rem
}

.tw-inset-12{
  top:3rem;
  right:3rem;
  bottom:3rem;
  left:3rem
}

.tw-inset-14{
  top:3.5rem;
  right:3.5rem;
  bottom:3.5rem;
  left:3.5rem
}

.tw-inset-16{
  top:4rem;
  right:4rem;
  bottom:4rem;
  left:4rem
}

.tw-inset-20{
  top:5rem;
  right:5rem;
  bottom:5rem;
  left:5rem
}

.tw-inset-24{
  top:6rem;
  right:6rem;
  bottom:6rem;
  left:6rem
}

.tw-inset-28{
  top:7rem;
  right:7rem;
  bottom:7rem;
  left:7rem
}

.tw-inset-32{
  top:8rem;
  right:8rem;
  bottom:8rem;
  left:8rem
}

.tw-inset-36{
  top:9rem;
  right:9rem;
  bottom:9rem;
  left:9rem
}

.tw-inset-40{
  top:10rem;
  right:10rem;
  bottom:10rem;
  left:10rem
}

.tw-inset-44{
  top:11rem;
  right:11rem;
  bottom:11rem;
  left:11rem
}

.tw-inset-48{
  top:12rem;
  right:12rem;
  bottom:12rem;
  left:12rem
}

.tw-inset-52{
  top:13rem;
  right:13rem;
  bottom:13rem;
  left:13rem
}

.tw-inset-56{
  top:14rem;
  right:14rem;
  bottom:14rem;
  left:14rem
}

.tw-inset-60{
  top:15rem;
  right:15rem;
  bottom:15rem;
  left:15rem
}

.tw-inset-64{
  top:16rem;
  right:16rem;
  bottom:16rem;
  left:16rem
}

.tw-inset-72{
  top:18rem;
  right:18rem;
  bottom:18rem;
  left:18rem
}

.tw-inset-80{
  top:20rem;
  right:20rem;
  bottom:20rem;
  left:20rem
}

.tw-inset-96{
  top:24rem;
  right:24rem;
  bottom:24rem;
  left:24rem
}

.tw-inset-auto{
  top:auto;
  right:auto;
  bottom:auto;
  left:auto
}

.tw-inset-px{
  top:1px;
  right:1px;
  bottom:1px;
  left:1px
}

.tw-inset-0\.5{
  top:0.125rem;
  right:0.125rem;
  bottom:0.125rem;
  left:0.125rem
}

.tw-inset-1\.5{
  top:0.375rem;
  right:0.375rem;
  bottom:0.375rem;
  left:0.375rem
}

.tw-inset-2\.5{
  top:0.625rem;
  right:0.625rem;
  bottom:0.625rem;
  left:0.625rem
}

.tw-inset-3\.5{
  top:0.875rem;
  right:0.875rem;
  bottom:0.875rem;
  left:0.875rem
}

.tw--inset-0{
  top:0px;
  right:0px;
  bottom:0px;
  left:0px
}

.tw--inset-1{
  top:-0.25rem;
  right:-0.25rem;
  bottom:-0.25rem;
  left:-0.25rem
}

.tw--inset-2{
  top:-0.5rem;
  right:-0.5rem;
  bottom:-0.5rem;
  left:-0.5rem
}

.tw--inset-3{
  top:-0.75rem;
  right:-0.75rem;
  bottom:-0.75rem;
  left:-0.75rem
}

.tw--inset-4{
  top:-1rem;
  right:-1rem;
  bottom:-1rem;
  left:-1rem
}

.tw--inset-5{
  top:-1.25rem;
  right:-1.25rem;
  bottom:-1.25rem;
  left:-1.25rem
}

.tw--inset-6{
  top:-1.5rem;
  right:-1.5rem;
  bottom:-1.5rem;
  left:-1.5rem
}

.tw--inset-7{
  top:-1.75rem;
  right:-1.75rem;
  bottom:-1.75rem;
  left:-1.75rem
}

.tw--inset-8{
  top:-2rem;
  right:-2rem;
  bottom:-2rem;
  left:-2rem
}

.tw--inset-9{
  top:-2.25rem;
  right:-2.25rem;
  bottom:-2.25rem;
  left:-2.25rem
}

.tw--inset-10{
  top:-2.5rem;
  right:-2.5rem;
  bottom:-2.5rem;
  left:-2.5rem
}

.tw--inset-11{
  top:-2.75rem;
  right:-2.75rem;
  bottom:-2.75rem;
  left:-2.75rem
}

.tw--inset-12{
  top:-3rem;
  right:-3rem;
  bottom:-3rem;
  left:-3rem
}

.tw--inset-14{
  top:-3.5rem;
  right:-3.5rem;
  bottom:-3.5rem;
  left:-3.5rem
}

.tw--inset-16{
  top:-4rem;
  right:-4rem;
  bottom:-4rem;
  left:-4rem
}

.tw--inset-20{
  top:-5rem;
  right:-5rem;
  bottom:-5rem;
  left:-5rem
}

.tw--inset-24{
  top:-6rem;
  right:-6rem;
  bottom:-6rem;
  left:-6rem
}

.tw--inset-28{
  top:-7rem;
  right:-7rem;
  bottom:-7rem;
  left:-7rem
}

.tw--inset-32{
  top:-8rem;
  right:-8rem;
  bottom:-8rem;
  left:-8rem
}

.tw--inset-36{
  top:-9rem;
  right:-9rem;
  bottom:-9rem;
  left:-9rem
}

.tw--inset-40{
  top:-10rem;
  right:-10rem;
  bottom:-10rem;
  left:-10rem
}

.tw--inset-44{
  top:-11rem;
  right:-11rem;
  bottom:-11rem;
  left:-11rem
}

.tw--inset-48{
  top:-12rem;
  right:-12rem;
  bottom:-12rem;
  left:-12rem
}

.tw--inset-52{
  top:-13rem;
  right:-13rem;
  bottom:-13rem;
  left:-13rem
}

.tw--inset-56{
  top:-14rem;
  right:-14rem;
  bottom:-14rem;
  left:-14rem
}

.tw--inset-60{
  top:-15rem;
  right:-15rem;
  bottom:-15rem;
  left:-15rem
}

.tw--inset-64{
  top:-16rem;
  right:-16rem;
  bottom:-16rem;
  left:-16rem
}

.tw--inset-72{
  top:-18rem;
  right:-18rem;
  bottom:-18rem;
  left:-18rem
}

.tw--inset-80{
  top:-20rem;
  right:-20rem;
  bottom:-20rem;
  left:-20rem
}

.tw--inset-96{
  top:-24rem;
  right:-24rem;
  bottom:-24rem;
  left:-24rem
}

.tw--inset-px{
  top:-1px;
  right:-1px;
  bottom:-1px;
  left:-1px
}

.tw--inset-0\.5{
  top:-0.125rem;
  right:-0.125rem;
  bottom:-0.125rem;
  left:-0.125rem
}

.tw--inset-1\.5{
  top:-0.375rem;
  right:-0.375rem;
  bottom:-0.375rem;
  left:-0.375rem
}

.tw--inset-2\.5{
  top:-0.625rem;
  right:-0.625rem;
  bottom:-0.625rem;
  left:-0.625rem
}

.tw--inset-3\.5{
  top:-0.875rem;
  right:-0.875rem;
  bottom:-0.875rem;
  left:-0.875rem
}

.tw-inset-1\/2{
  top:50%;
  right:50%;
  bottom:50%;
  left:50%
}

.tw-inset-1\/3{
  top:33.333333%;
  right:33.333333%;
  bottom:33.333333%;
  left:33.333333%
}

.tw-inset-2\/3{
  top:66.666667%;
  right:66.666667%;
  bottom:66.666667%;
  left:66.666667%
}

.tw-inset-1\/4{
  top:25%;
  right:25%;
  bottom:25%;
  left:25%
}

.tw-inset-2\/4{
  top:50%;
  right:50%;
  bottom:50%;
  left:50%
}

.tw-inset-3\/4{
  top:75%;
  right:75%;
  bottom:75%;
  left:75%
}

.tw-inset-full{
  top:100%;
  right:100%;
  bottom:100%;
  left:100%
}

.tw--inset-1\/2{
  top:-50%;
  right:-50%;
  bottom:-50%;
  left:-50%
}

.tw--inset-1\/3{
  top:-33.333333%;
  right:-33.333333%;
  bottom:-33.333333%;
  left:-33.333333%
}

.tw--inset-2\/3{
  top:-66.666667%;
  right:-66.666667%;
  bottom:-66.666667%;
  left:-66.666667%
}

.tw--inset-1\/4{
  top:-25%;
  right:-25%;
  bottom:-25%;
  left:-25%
}

.tw--inset-2\/4{
  top:-50%;
  right:-50%;
  bottom:-50%;
  left:-50%
}

.tw--inset-3\/4{
  top:-75%;
  right:-75%;
  bottom:-75%;
  left:-75%
}

.tw--inset-full{
  top:-100%;
  right:-100%;
  bottom:-100%;
  left:-100%
}

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

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

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

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

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

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

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

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

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

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

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

.tw-inset-x-11{
  left:2.75rem;
  right:2.75rem
}

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

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

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

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

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

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

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

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

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

.tw-inset-x-44{
  left:11rem;
  right:11rem
}

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

.tw-inset-x-52{
  left:13rem;
  right:13rem
}

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

.tw-inset-x-60{
  left:15rem;
  right:15rem
}

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

.tw-inset-x-72{
  left:18rem;
  right:18rem
}

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

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

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

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

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

.tw-inset-x-1\.5{
  left:0.375rem;
  right:0.375rem
}

.tw-inset-x-2\.5{
  left:0.625rem;
  right:0.625rem
}

.tw-inset-x-3\.5{
  left:0.875rem;
  right:0.875rem
}

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

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

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

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

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

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

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

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

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

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

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

.tw--inset-x-11{
  left:-2.75rem;
  right:-2.75rem
}

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

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

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

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

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

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

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

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

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

.tw--inset-x-44{
  left:-11rem;
  right:-11rem
}

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

.tw--inset-x-52{
  left:-13rem;
  right:-13rem
}

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

.tw--inset-x-60{
  left:-15rem;
  right:-15rem
}

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

.tw--inset-x-72{
  left:-18rem;
  right:-18rem
}

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

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

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

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

.tw--inset-x-1\.5{
  left:-0.375rem;
  right:-0.375rem
}

.tw--inset-x-2\.5{
  left:-0.625rem;
  right:-0.625rem
}

.tw--inset-x-3\.5{
  left:-0.875rem;
  right:-0.875rem
}

.tw-inset-x-1\/2{
  left:50%;
  right:50%
}

.tw-inset-x-1\/3{
  left:33.333333%;
  right:33.333333%
}

.tw-inset-x-2\/3{
  left:66.666667%;
  right:66.666667%
}

.tw-inset-x-1\/4{
  left:25%;
  right:25%
}

.tw-inset-x-2\/4{
  left:50%;
  right:50%
}

.tw-inset-x-3\/4{
  left:75%;
  right:75%
}

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

.tw--inset-x-1\/2{
  left:-50%;
  right:-50%
}

.tw--inset-x-1\/3{
  left:-33.333333%;
  right:-33.333333%
}

.tw--inset-x-2\/3{
  left:-66.666667%;
  right:-66.666667%
}

.tw--inset-x-1\/4{
  left:-25%;
  right:-25%
}

.tw--inset-x-2\/4{
  left:-50%;
  right:-50%
}

.tw--inset-x-3\/4{
  left:-75%;
  right:-75%
}

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

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

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

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

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

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

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

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

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

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

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

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

.tw-inset-y-11{
  top:2.75rem;
  bottom:2.75rem
}

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

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

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

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

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

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

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

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

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

.tw-inset-y-44{
  top:11rem;
  bottom:11rem
}

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

.tw-inset-y-52{
  top:13rem;
  bottom:13rem
}

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

.tw-inset-y-60{
  top:15rem;
  bottom:15rem
}

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

.tw-inset-y-72{
  top:18rem;
  bottom:18rem
}

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

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

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

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

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

.tw-inset-y-1\.5{
  top:0.375rem;
  bottom:0.375rem
}

.tw-inset-y-2\.5{
  top:0.625rem;
  bottom:0.625rem
}

.tw-inset-y-3\.5{
  top:0.875rem;
  bottom:0.875rem
}

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

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

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

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

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

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

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

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

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

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

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

.tw--inset-y-11{
  top:-2.75rem;
  bottom:-2.75rem
}

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

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

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

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

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

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

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

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

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

.tw--inset-y-44{
  top:-11rem;
  bottom:-11rem
}

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

.tw--inset-y-52{
  top:-13rem;
  bottom:-13rem
}

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

.tw--inset-y-60{
  top:-15rem;
  bottom:-15rem
}

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

.tw--inset-y-72{
  top:-18rem;
  bottom:-18rem
}

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

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

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

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

.tw--inset-y-1\.5{
  top:-0.375rem;
  bottom:-0.375rem
}

.tw--inset-y-2\.5{
  top:-0.625rem;
  bottom:-0.625rem
}

.tw--inset-y-3\.5{
  top:-0.875rem;
  bottom:-0.875rem
}

.tw-inset-y-1\/2{
  top:50%;
  bottom:50%
}

.tw-inset-y-1\/3{
  top:33.333333%;
  bottom:33.333333%
}

.tw-inset-y-2\/3{
  top:66.666667%;
  bottom:66.666667%
}

.tw-inset-y-1\/4{
  top:25%;
  bottom:25%
}

.tw-inset-y-2\/4{
  top:50%;
  bottom:50%
}

.tw-inset-y-3\/4{
  top:75%;
  bottom:75%
}

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

.tw--inset-y-1\/2{
  top:-50%;
  bottom:-50%
}

.tw--inset-y-1\/3{
  top:-33.333333%;
  bottom:-33.333333%
}

.tw--inset-y-2\/3{
  top:-66.666667%;
  bottom:-66.666667%
}

.tw--inset-y-1\/4{
  top:-25%;
  bottom:-25%
}

.tw--inset-y-2\/4{
  top:-50%;
  bottom:-50%
}

.tw--inset-y-3\/4{
  top:-75%;
  bottom:-75%
}

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

.tw-top-0{
  top:0px
}

.tw-top-1{
  top:0.25rem
}

.tw-top-2{
  top:0.5rem
}

.tw-top-3{
  top:0.75rem
}

.tw-top-4{
  top:1rem
}

.tw-top-5{
  top:1.25rem
}

.tw-top-6{
  top:1.5rem
}

.tw-top-7{
  top:1.75rem
}

.tw-top-8{
  top:2rem
}

.tw-top-9{
  top:2.25rem
}

.tw-top-10{
  top:2.5rem
}

.tw-top-11{
  top:2.75rem
}

.tw-top-12{
  top:3rem
}

.tw-top-14{
  top:3.5rem
}

.tw-top-16{
  top:4rem
}

.tw-top-20{
  top:5rem
}

.tw-top-24{
  top:6rem
}

.tw-top-28{
  top:7rem
}

.tw-top-32{
  top:8rem
}

.tw-top-36{
  top:9rem
}

.tw-top-40{
  top:10rem
}

.tw-top-44{
  top:11rem
}

.tw-top-48{
  top:12rem
}

.tw-top-52{
  top:13rem
}

.tw-top-56{
  top:14rem
}

.tw-top-60{
  top:15rem
}

.tw-top-64{
  top:16rem
}

.tw-top-72{
  top:18rem
}

.tw-top-80{
  top:20rem
}

.tw-top-96{
  top:24rem
}

.tw-top-auto{
  top:auto
}

.tw-top-px{
  top:1px
}

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

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

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

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

.tw--top-0{
  top:0px
}

.tw--top-1{
  top:-0.25rem
}

.tw--top-2{
  top:-0.5rem
}

.tw--top-3{
  top:-0.75rem
}

.tw--top-4{
  top:-1rem
}

.tw--top-5{
  top:-1.25rem
}

.tw--top-6{
  top:-1.5rem
}

.tw--top-7{
  top:-1.75rem
}

.tw--top-8{
  top:-2rem
}

.tw--top-9{
  top:-2.25rem
}

.tw--top-10{
  top:-2.5rem
}

.tw--top-11{
  top:-2.75rem
}

.tw--top-12{
  top:-3rem
}

.tw--top-14{
  top:-3.5rem
}

.tw--top-16{
  top:-4rem
}

.tw--top-20{
  top:-5rem
}

.tw--top-24{
  top:-6rem
}

.tw--top-28{
  top:-7rem
}

.tw--top-32{
  top:-8rem
}

.tw--top-36{
  top:-9rem
}

.tw--top-40{
  top:-10rem
}

.tw--top-44{
  top:-11rem
}

.tw--top-48{
  top:-12rem
}

.tw--top-52{
  top:-13rem
}

.tw--top-56{
  top:-14rem
}

.tw--top-60{
  top:-15rem
}

.tw--top-64{
  top:-16rem
}

.tw--top-72{
  top:-18rem
}

.tw--top-80{
  top:-20rem
}

.tw--top-96{
  top:-24rem
}

.tw--top-px{
  top:-1px
}

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

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

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

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

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

.tw-top-1\/3{
  top:33.333333%
}

.tw-top-2\/3{
  top:66.666667%
}

.tw-top-1\/4{
  top:25%
}

.tw-top-2\/4{
  top:50%
}

.tw-top-3\/4{
  top:75%
}

.tw-top-full{
  top:100%
}

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

.tw--top-1\/3{
  top:-33.333333%
}

.tw--top-2\/3{
  top:-66.666667%
}

.tw--top-1\/4{
  top:-25%
}

.tw--top-2\/4{
  top:-50%
}

.tw--top-3\/4{
  top:-75%
}

.tw--top-full{
  top:-100%
}

.tw-right-0{
  right:0px
}

.tw-right-1{
  right:0.25rem
}

.tw-right-2{
  right:0.5rem
}

.tw-right-3{
  right:0.75rem
}

.tw-right-4{
  right:1rem
}

.tw-right-5{
  right:1.25rem
}

.tw-right-6{
  right:1.5rem
}

.tw-right-7{
  right:1.75rem
}

.tw-right-8{
  right:2rem
}

.tw-right-9{
  right:2.25rem
}

.tw-right-10{
  right:2.5rem
}

.tw-right-11{
  right:2.75rem
}

.tw-right-12{
  right:3rem
}

.tw-right-14{
  right:3.5rem
}

.tw-right-16{
  right:4rem
}

.tw-right-20{
  right:5rem
}

.tw-right-24{
  right:6rem
}

.tw-right-28{
  right:7rem
}

.tw-right-32{
  right:8rem
}

.tw-right-36{
  right:9rem
}

.tw-right-40{
  right:10rem
}

.tw-right-44{
  right:11rem
}

.tw-right-48{
  right:12rem
}

.tw-right-52{
  right:13rem
}

.tw-right-56{
  right:14rem
}

.tw-right-60{
  right:15rem
}

.tw-right-64{
  right:16rem
}

.tw-right-72{
  right:18rem
}

.tw-right-80{
  right:20rem
}

.tw-right-96{
  right:24rem
}

.tw-right-auto{
  right:auto
}

.tw-right-px{
  right:1px
}

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

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

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

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

.tw--right-0{
  right:0px
}

.tw--right-1{
  right:-0.25rem
}

.tw--right-2{
  right:-0.5rem
}

.tw--right-3{
  right:-0.75rem
}

.tw--right-4{
  right:-1rem
}

.tw--right-5{
  right:-1.25rem
}

.tw--right-6{
  right:-1.5rem
}

.tw--right-7{
  right:-1.75rem
}

.tw--right-8{
  right:-2rem
}

.tw--right-9{
  right:-2.25rem
}

.tw--right-10{
  right:-2.5rem
}

.tw--right-11{
  right:-2.75rem
}

.tw--right-12{
  right:-3rem
}

.tw--right-14{
  right:-3.5rem
}

.tw--right-16{
  right:-4rem
}

.tw--right-20{
  right:-5rem
}

.tw--right-24{
  right:-6rem
}

.tw--right-28{
  right:-7rem
}

.tw--right-32{
  right:-8rem
}

.tw--right-36{
  right:-9rem
}

.tw--right-40{
  right:-10rem
}

.tw--right-44{
  right:-11rem
}

.tw--right-48{
  right:-12rem
}

.tw--right-52{
  right:-13rem
}

.tw--right-56{
  right:-14rem
}

.tw--right-60{
  right:-15rem
}

.tw--right-64{
  right:-16rem
}

.tw--right-72{
  right:-18rem
}

.tw--right-80{
  right:-20rem
}

.tw--right-96{
  right:-24rem
}

.tw--right-px{
  right:-1px
}

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

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

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

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

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

.tw-right-1\/3{
  right:33.333333%
}

.tw-right-2\/3{
  right:66.666667%
}

.tw-right-1\/4{
  right:25%
}

.tw-right-2\/4{
  right:50%
}

.tw-right-3\/4{
  right:75%
}

.tw-right-full{
  right:100%
}

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

.tw--right-1\/3{
  right:-33.333333%
}

.tw--right-2\/3{
  right:-66.666667%
}

.tw--right-1\/4{
  right:-25%
}

.tw--right-2\/4{
  right:-50%
}

.tw--right-3\/4{
  right:-75%
}

.tw--right-full{
  right:-100%
}

.tw-bottom-0{
  bottom:0px
}

.tw-bottom-1{
  bottom:0.25rem
}

.tw-bottom-2{
  bottom:0.5rem
}

.tw-bottom-3{
  bottom:0.75rem
}

.tw-bottom-4{
  bottom:1rem
}

.tw-bottom-5{
  bottom:1.25rem
}

.tw-bottom-6{
  bottom:1.5rem
}

.tw-bottom-7{
  bottom:1.75rem
}

.tw-bottom-8{
  bottom:2rem
}

.tw-bottom-9{
  bottom:2.25rem
}

.tw-bottom-10{
  bottom:2.5rem
}

.tw-bottom-11{
  bottom:2.75rem
}

.tw-bottom-12{
  bottom:3rem
}

.tw-bottom-14{
  bottom:3.5rem
}

.tw-bottom-16{
  bottom:4rem
}

.tw-bottom-20{
  bottom:5rem
}

.tw-bottom-24{
  bottom:6rem
}

.tw-bottom-28{
  bottom:7rem
}

.tw-bottom-32{
  bottom:8rem
}

.tw-bottom-36{
  bottom:9rem
}

.tw-bottom-40{
  bottom:10rem
}

.tw-bottom-44{
  bottom:11rem
}

.tw-bottom-48{
  bottom:12rem
}

.tw-bottom-52{
  bottom:13rem
}

.tw-bottom-56{
  bottom:14rem
}

.tw-bottom-60{
  bottom:15rem
}

.tw-bottom-64{
  bottom:16rem
}

.tw-bottom-72{
  bottom:18rem
}

.tw-bottom-80{
  bottom:20rem
}

.tw-bottom-96{
  bottom:24rem
}

.tw-bottom-auto{
  bottom:auto
}

.tw-bottom-px{
  bottom:1px
}

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

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

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

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

.tw--bottom-0{
  bottom:0px
}

.tw--bottom-1{
  bottom:-0.25rem
}

.tw--bottom-2{
  bottom:-0.5rem
}

.tw--bottom-3{
  bottom:-0.75rem
}

.tw--bottom-4{
  bottom:-1rem
}

.tw--bottom-5{
  bottom:-1.25rem
}

.tw--bottom-6{
  bottom:-1.5rem
}

.tw--bottom-7{
  bottom:-1.75rem
}

.tw--bottom-8{
  bottom:-2rem
}

.tw--bottom-9{
  bottom:-2.25rem
}

.tw--bottom-10{
  bottom:-2.5rem
}

.tw--bottom-11{
  bottom:-2.75rem
}

.tw--bottom-12{
  bottom:-3rem
}

.tw--bottom-14{
  bottom:-3.5rem
}

.tw--bottom-16{
  bottom:-4rem
}

.tw--bottom-20{
  bottom:-5rem
}

.tw--bottom-24{
  bottom:-6rem
}

.tw--bottom-28{
  bottom:-7rem
}

.tw--bottom-32{
  bottom:-8rem
}

.tw--bottom-36{
  bottom:-9rem
}

.tw--bottom-40{
  bottom:-10rem
}

.tw--bottom-44{
  bottom:-11rem
}

.tw--bottom-48{
  bottom:-12rem
}

.tw--bottom-52{
  bottom:-13rem
}

.tw--bottom-56{
  bottom:-14rem
}

.tw--bottom-60{
  bottom:-15rem
}

.tw--bottom-64{
  bottom:-16rem
}

.tw--bottom-72{
  bottom:-18rem
}

.tw--bottom-80{
  bottom:-20rem
}

.tw--bottom-96{
  bottom:-24rem
}

.tw--bottom-px{
  bottom:-1px
}

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

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

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

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

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

.tw-bottom-1\/3{
  bottom:33.333333%
}

.tw-bottom-2\/3{
  bottom:66.666667%
}

.tw-bottom-1\/4{
  bottom:25%
}

.tw-bottom-2\/4{
  bottom:50%
}

.tw-bottom-3\/4{
  bottom:75%
}

.tw-bottom-full{
  bottom:100%
}

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

.tw--bottom-1\/3{
  bottom:-33.333333%
}

.tw--bottom-2\/3{
  bottom:-66.666667%
}

.tw--bottom-1\/4{
  bottom:-25%
}

.tw--bottom-2\/4{
  bottom:-50%
}

.tw--bottom-3\/4{
  bottom:-75%
}

.tw--bottom-full{
  bottom:-100%
}

.tw-left-0{
  left:0px
}

.tw-left-1{
  left:0.25rem
}

.tw-left-2{
  left:0.5rem
}

.tw-left-3{
  left:0.75rem
}

.tw-left-4{
  left:1rem
}

.tw-left-5{
  left:1.25rem
}

.tw-left-6{
  left:1.5rem
}

.tw-left-7{
  left:1.75rem
}

.tw-left-8{
  left:2rem
}

.tw-left-9{
  left:2.25rem
}

.tw-left-10{
  left:2.5rem
}

.tw-left-11{
  left:2.75rem
}

.tw-left-12{
  left:3rem
}

.tw-left-14{
  left:3.5rem
}

.tw-left-16{
  left:4rem
}

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

.tw-left-24{
  left:6rem
}

.tw-left-28{
  left:7rem
}

.tw-left-32{
  left:8rem
}

.tw-left-36{
  left:9rem
}

.tw-left-40{
  left:10rem
}

.tw-left-44{
  left:11rem
}

.tw-left-48{
  left:12rem
}

.tw-left-52{
  left:13rem
}

.tw-left-56{
  left:14rem
}

.tw-left-60{
  left:15rem
}

.tw-left-64{
  left:16rem
}

.tw-left-72{
  left:18rem
}

.tw-left-80{
  left:20rem
}

.tw-left-96{
  left:24rem
}

.tw-left-auto{
  left:auto
}

.tw-left-px{
  left:1px
}

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

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

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

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

.tw--left-0{
  left:0px
}

.tw--left-1{
  left:-0.25rem
}

.tw--left-2{
  left:-0.5rem
}

.tw--left-3{
  left:-0.75rem
}

.tw--left-4{
  left:-1rem
}

.tw--left-5{
  left:-1.25rem
}

.tw--left-6{
  left:-1.5rem
}

.tw--left-7{
  left:-1.75rem
}

.tw--left-8{
  left:-2rem
}

.tw--left-9{
  left:-2.25rem
}

.tw--left-10{
  left:-2.5rem
}

.tw--left-11{
  left:-2.75rem
}

.tw--left-12{
  left:-3rem
}

.tw--left-14{
  left:-3.5rem
}

.tw--left-16{
  left:-4rem
}

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

.tw--left-24{
  left:-6rem
}

.tw--left-28{
  left:-7rem
}

.tw--left-32{
  left:-8rem
}

.tw--left-36{
  left:-9rem
}

.tw--left-40{
  left:-10rem
}

.tw--left-44{
  left:-11rem
}

.tw--left-48{
  left:-12rem
}

.tw--left-52{
  left:-13rem
}

.tw--left-56{
  left:-14rem
}

.tw--left-60{
  left:-15rem
}

.tw--left-64{
  left:-16rem
}

.tw--left-72{
  left:-18rem
}

.tw--left-80{
  left:-20rem
}

.tw--left-96{
  left:-24rem
}

.tw--left-px{
  left:-1px
}

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

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

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

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

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

.tw-left-1\/3{
  left:33.333333%
}

.tw-left-2\/3{
  left:66.666667%
}

.tw-left-1\/4{
  left:25%
}

.tw-left-2\/4{
  left:50%
}

.tw-left-3\/4{
  left:75%
}

.tw-left-full{
  left:100%
}

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

.tw--left-1\/3{
  left:-33.333333%
}

.tw--left-2\/3{
  left:-66.666667%
}

.tw--left-1\/4{
  left:-25%
}

.tw--left-2\/4{
  left:-50%
}

.tw--left-3\/4{
  left:-75%
}

.tw--left-full{
  left:-100%
}

.tw-isolate{
  isolation:isolate
}

.tw-isolation-auto{
  isolation:auto
}

.tw-z-0{
  z-index:0
}

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

.tw-z-20{
  z-index:20
}

.tw-z-30{
  z-index:30
}

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

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

.tw-z-auto{
  z-index:auto
}

.focus-within\:tw-z-0:focus-within{
  z-index:0
}

.focus-within\:tw-z-10:focus-within{
  z-index:10
}

.focus-within\:tw-z-20:focus-within{
  z-index:20
}

.focus-within\:tw-z-30:focus-within{
  z-index:30
}

.focus-within\:tw-z-40:focus-within{
  z-index:40
}

.focus-within\:tw-z-50:focus-within{
  z-index:50
}

.focus-within\:tw-z-auto:focus-within{
  z-index:auto
}

.focus\:tw-z-0:focus{
  z-index:0
}

.focus\:tw-z-10:focus{
  z-index:10
}

.focus\:tw-z-20:focus{
  z-index:20
}

.focus\:tw-z-30:focus{
  z-index:30
}

.focus\:tw-z-40:focus{
  z-index:40
}

.focus\:tw-z-50:focus{
  z-index:50
}

.focus\:tw-z-auto:focus{
  z-index:auto
}

.tw-order-1{
  order:1
}

.tw-order-2{
  order:2
}

.tw-order-3{
  order:3
}

.tw-order-4{
  order:4
}

.tw-order-5{
  order:5
}

.tw-order-6{
  order:6
}

.tw-order-7{
  order:7
}

.tw-order-8{
  order:8
}

.tw-order-9{
  order:9
}

.tw-order-10{
  order:10
}

.tw-order-11{
  order:11
}

.tw-order-12{
  order:12
}

.tw-order-first{
  order:-9999
}

.tw-order-last{
  order:9999
}

.tw-order-none{
  order:0
}

.tw-col-auto{
  grid-column:auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-col-start-1{
  grid-column-start:1
}

.tw-col-start-2{
  grid-column-start:2
}

.tw-col-start-3{
  grid-column-start:3
}

.tw-col-start-4{
  grid-column-start:4
}

.tw-col-start-5{
  grid-column-start:5
}

.tw-col-start-6{
  grid-column-start:6
}

.tw-col-start-7{
  grid-column-start:7
}

.tw-col-start-8{
  grid-column-start:8
}

.tw-col-start-9{
  grid-column-start:9
}

.tw-col-start-10{
  grid-column-start:10
}

.tw-col-start-11{
  grid-column-start:11
}

.tw-col-start-12{
  grid-column-start:12
}

.tw-col-start-13{
  grid-column-start:13
}

.tw-col-start-auto{
  grid-column-start:auto
}

.tw-col-end-1{
  grid-column-end:1
}

.tw-col-end-2{
  grid-column-end:2
}

.tw-col-end-3{
  grid-column-end:3
}

.tw-col-end-4{
  grid-column-end:4
}

.tw-col-end-5{
  grid-column-end:5
}

.tw-col-end-6{
  grid-column-end:6
}

.tw-col-end-7{
  grid-column-end:7
}

.tw-col-end-8{
  grid-column-end:8
}

.tw-col-end-9{
  grid-column-end:9
}

.tw-col-end-10{
  grid-column-end:10
}

.tw-col-end-11{
  grid-column-end:11
}

.tw-col-end-12{
  grid-column-end:12
}

.tw-col-end-13{
  grid-column-end:13
}

.tw-col-end-auto{
  grid-column-end:auto
}

.tw-row-auto{
  grid-row:auto
}

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

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

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

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

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

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

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

.tw-row-start-1{
  grid-row-start:1
}

.tw-row-start-2{
  grid-row-start:2
}

.tw-row-start-3{
  grid-row-start:3
}

.tw-row-start-4{
  grid-row-start:4
}

.tw-row-start-5{
  grid-row-start:5
}

.tw-row-start-6{
  grid-row-start:6
}

.tw-row-start-7{
  grid-row-start:7
}

.tw-row-start-auto{
  grid-row-start:auto
}

.tw-row-end-1{
  grid-row-end:1
}

.tw-row-end-2{
  grid-row-end:2
}

.tw-row-end-3{
  grid-row-end:3
}

.tw-row-end-4{
  grid-row-end:4
}

.tw-row-end-5{
  grid-row-end:5
}

.tw-row-end-6{
  grid-row-end:6
}

.tw-row-end-7{
  grid-row-end:7
}

.tw-row-end-auto{
  grid-row-end:auto
}

.tw-float-right{
  float:right
}

.tw-float-left{
  float:left
}

.tw-float-none{
  float:none
}

.tw-clear-left{
  clear:left
}

.tw-clear-right{
  clear:right
}

.tw-clear-both{
  clear:both
}

.tw-clear-none{
  clear:none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-m-auto{
  margin:auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-mt-0{
  margin-top:0px
}

.tw-mt-1{
  margin-top:0.25rem
}

.tw-mt-2{
  margin-top:0.5rem
}

.tw-mt-3{
  margin-top:0.75rem
}

.tw-mt-4{
  margin-top:1rem
}

.tw-mt-5{
  margin-top:1.25rem
}

.tw-mt-6{
  margin-top:1.5rem
}

.tw-mt-7{
  margin-top:1.75rem
}

.tw-mt-8{
  margin-top:2rem
}

.tw-mt-9{
  margin-top:2.25rem
}

.tw-mt-10{
  margin-top:2.5rem
}

.tw-mt-11{
  margin-top:2.75rem
}

.tw-mt-12{
  margin-top:3rem
}

.tw-mt-14{
  margin-top:3.5rem
}

.tw-mt-16{
  margin-top:4rem
}

.tw-mt-20{
  margin-top:5rem
}

.tw-mt-24{
  margin-top:6rem
}

.tw-mt-28{
  margin-top:7rem
}

.tw-mt-32{
  margin-top:8rem
}

.tw-mt-36{
  margin-top:9rem
}

.tw-mt-40{
  margin-top:10rem
}

.tw-mt-44{
  margin-top:11rem
}

.tw-mt-48{
  margin-top:12rem
}

.tw-mt-52{
  margin-top:13rem
}

.tw-mt-56{
  margin-top:14rem
}

.tw-mt-60{
  margin-top:15rem
}

.tw-mt-64{
  margin-top:16rem
}

.tw-mt-72{
  margin-top:18rem
}

.tw-mt-80{
  margin-top:20rem
}

.tw-mt-96{
  margin-top:24rem
}

.tw-mt-auto{
  margin-top:auto
}

.tw-mt-px{
  margin-top:1px
}

.tw-mt-0\.5{
  margin-top:0.125rem
}

.tw-mt-1\.5{
  margin-top:0.375rem
}

.tw-mt-2\.5{
  margin-top:0.625rem
}

.tw-mt-3\.5{
  margin-top:0.875rem
}

.tw--mt-0{
  margin-top:0px
}

.tw--mt-1{
  margin-top:-0.25rem
}

.tw--mt-2{
  margin-top:-0.5rem
}

.tw--mt-3{
  margin-top:-0.75rem
}

.tw--mt-4{
  margin-top:-1rem
}

.tw--mt-5{
  margin-top:-1.25rem
}

.tw--mt-6{
  margin-top:-1.5rem
}

.tw--mt-7{
  margin-top:-1.75rem
}

.tw--mt-8{
  margin-top:-2rem
}

.tw--mt-9{
  margin-top:-2.25rem
}

.tw--mt-10{
  margin-top:-2.5rem
}

.tw--mt-11{
  margin-top:-2.75rem
}

.tw--mt-12{
  margin-top:-3rem
}

.tw--mt-14{
  margin-top:-3.5rem
}

.tw--mt-16{
  margin-top:-4rem
}

.tw--mt-20{
  margin-top:-5rem
}

.tw--mt-24{
  margin-top:-6rem
}

.tw--mt-28{
  margin-top:-7rem
}

.tw--mt-32{
  margin-top:-8rem
}

.tw--mt-36{
  margin-top:-9rem
}

.tw--mt-40{
  margin-top:-10rem
}

.tw--mt-44{
  margin-top:-11rem
}

.tw--mt-48{
  margin-top:-12rem
}

.tw--mt-52{
  margin-top:-13rem
}

.tw--mt-56{
  margin-top:-14rem
}

.tw--mt-60{
  margin-top:-15rem
}

.tw--mt-64{
  margin-top:-16rem
}

.tw--mt-72{
  margin-top:-18rem
}

.tw--mt-80{
  margin-top:-20rem
}

.tw--mt-96{
  margin-top:-24rem
}

.tw--mt-px{
  margin-top:-1px
}

.tw--mt-0\.5{
  margin-top:-0.125rem
}

.tw--mt-1\.5{
  margin-top:-0.375rem
}

.tw--mt-2\.5{
  margin-top:-0.625rem
}

.tw--mt-3\.5{
  margin-top:-0.875rem
}

.tw-mr-0{
  margin-right:0px
}

.tw-mr-1{
  margin-right:0.25rem
}

.tw-mr-2{
  margin-right:0.5rem
}

.tw-mr-3{
  margin-right:0.75rem
}

.tw-mr-4{
  margin-right:1rem
}

.tw-mr-5{
  margin-right:1.25rem
}

.tw-mr-6{
  margin-right:1.5rem
}

.tw-mr-7{
  margin-right:1.75rem
}

.tw-mr-8{
  margin-right:2rem
}

.tw-mr-9{
  margin-right:2.25rem
}

.tw-mr-10{
  margin-right:2.5rem
}

.tw-mr-11{
  margin-right:2.75rem
}

.tw-mr-12{
  margin-right:3rem
}

.tw-mr-14{
  margin-right:3.5rem
}

.tw-mr-16{
  margin-right:4rem
}

.tw-mr-20{
  margin-right:5rem
}

.tw-mr-24{
  margin-right:6rem
}

.tw-mr-28{
  margin-right:7rem
}

.tw-mr-32{
  margin-right:8rem
}

.tw-mr-36{
  margin-right:9rem
}

.tw-mr-40{
  margin-right:10rem
}

.tw-mr-44{
  margin-right:11rem
}

.tw-mr-48{
  margin-right:12rem
}

.tw-mr-52{
  margin-right:13rem
}

.tw-mr-56{
  margin-right:14rem
}

.tw-mr-60{
  margin-right:15rem
}

.tw-mr-64{
  margin-right:16rem
}

.tw-mr-72{
  margin-right:18rem
}

.tw-mr-80{
  margin-right:20rem
}

.tw-mr-96{
  margin-right:24rem
}

.tw-mr-auto{
  margin-right:auto
}

.tw-mr-px{
  margin-right:1px
}

.tw-mr-0\.5{
  margin-right:0.125rem
}

.tw-mr-1\.5{
  margin-right:0.375rem
}

.tw-mr-2\.5{
  margin-right:0.625rem
}

.tw-mr-3\.5{
  margin-right:0.875rem
}

.tw--mr-0{
  margin-right:0px
}

.tw--mr-1{
  margin-right:-0.25rem
}

.tw--mr-2{
  margin-right:-0.5rem
}

.tw--mr-3{
  margin-right:-0.75rem
}

.tw--mr-4{
  margin-right:-1rem
}

.tw--mr-5{
  margin-right:-1.25rem
}

.tw--mr-6{
  margin-right:-1.5rem
}

.tw--mr-7{
  margin-right:-1.75rem
}

.tw--mr-8{
  margin-right:-2rem
}

.tw--mr-9{
  margin-right:-2.25rem
}

.tw--mr-10{
  margin-right:-2.5rem
}

.tw--mr-11{
  margin-right:-2.75rem
}

.tw--mr-12{
  margin-right:-3rem
}

.tw--mr-14{
  margin-right:-3.5rem
}

.tw--mr-16{
  margin-right:-4rem
}

.tw--mr-20{
  margin-right:-5rem
}

.tw--mr-24{
  margin-right:-6rem
}

.tw--mr-28{
  margin-right:-7rem
}

.tw--mr-32{
  margin-right:-8rem
}

.tw--mr-36{
  margin-right:-9rem
}

.tw--mr-40{
  margin-right:-10rem
}

.tw--mr-44{
  margin-right:-11rem
}

.tw--mr-48{
  margin-right:-12rem
}

.tw--mr-52{
  margin-right:-13rem
}

.tw--mr-56{
  margin-right:-14rem
}

.tw--mr-60{
  margin-right:-15rem
}

.tw--mr-64{
  margin-right:-16rem
}

.tw--mr-72{
  margin-right:-18rem
}

.tw--mr-80{
  margin-right:-20rem
}

.tw--mr-96{
  margin-right:-24rem
}

.tw--mr-px{
  margin-right:-1px
}

.tw--mr-0\.5{
  margin-right:-0.125rem
}

.tw--mr-1\.5{
  margin-right:-0.375rem
}

.tw--mr-2\.5{
  margin-right:-0.625rem
}

.tw--mr-3\.5{
  margin-right:-0.875rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-ml-6{
  margin-left:1.5rem
}

.tw-ml-7{
  margin-left:1.75rem
}

.tw-ml-8{
  margin-left:2rem
}

.tw-ml-9{
  margin-left:2.25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-ml-56{
  margin-left:14rem
}

.tw-ml-60{
  margin-left:15rem
}

.tw-ml-64{
  margin-left:16rem
}

.tw-ml-72{
  margin-left:18rem
}

.tw-ml-80{
  margin-left:20rem
}

.tw-ml-96{
  margin-left:24rem
}

.tw-ml-auto{
  margin-left:auto
}

.tw-ml-px{
  margin-left:1px
}

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

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

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

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

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

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

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

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

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

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

.tw--ml-6{
  margin-left:-1.5rem
}

.tw--ml-7{
  margin-left:-1.75rem
}

.tw--ml-8{
  margin-left:-2rem
}

.tw--ml-9{
  margin-left:-2.25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--ml-56{
  margin-left:-14rem
}

.tw--ml-60{
  margin-left:-15rem
}

.tw--ml-64{
  margin-left:-16rem
}

.tw--ml-72{
  margin-left:-18rem
}

.tw--ml-80{
  margin-left:-20rem
}

.tw--ml-96{
  margin-left:-24rem
}

.tw--ml-px{
  margin-left:-1px
}

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

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

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

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

.tw-box-border{
  box-sizing:border-box
}

.tw-box-content{
  box-sizing:content-box
}

.tw-block{
  display:block
}

.tw-inline-block{
  display:inline-block
}

.tw-inline{
  display:inline
}

.tw-flex{
  display:flex
}

.tw-inline-flex{
  display:inline-flex
}

.tw-table{
  display:table
}

.tw-inline-table{
  display:inline-table
}

.tw-table-caption{
  display:table-caption
}

.tw-table-cell{
  display:table-cell
}

.tw-table-column{
  display:table-column
}

.tw-table-column-group{
  display:table-column-group
}

.tw-table-footer-group{
  display:table-footer-group
}

.tw-table-header-group{
  display:table-header-group
}

.tw-table-row-group{
  display:table-row-group
}

.tw-table-row{
  display:table-row
}

.tw-flow-root{
  display:flow-root
}

.tw-grid{
  display:grid
}

.tw-inline-grid{
  display:inline-grid
}

.tw-contents{
  display:contents
}

.tw-list-item{
  display:list-item
}

.tw-hidden{
  display:none
}

.tw-h-0{
  height:0px
}

.tw-h-1{
  height:0.25rem
}

.tw-h-2{
  height:0.5rem
}

.tw-h-3{
  height:0.75rem
}

.tw-h-4{
  height:1rem
}

.tw-h-5{
  height:1.25rem
}

.tw-h-6{
  height:1.5rem
}

.tw-h-7{
  height:1.75rem
}

.tw-h-8{
  height:2rem
}

.tw-h-9{
  height:2.25rem
}

.tw-h-10{
  height:2.5rem
}

.tw-h-11{
  height:2.75rem
}

.tw-h-12{
  height:3rem
}

.tw-h-14{
  height:3.5rem
}

.tw-h-16{
  height:4rem
}

.tw-h-20{
  height:5rem
}

.tw-h-24{
  height:6rem
}

.tw-h-28{
  height:7rem
}

.tw-h-32{
  height:8rem
}

.tw-h-36{
  height:9rem
}

.tw-h-40{
  height:10rem
}

.tw-h-44{
  height:11rem
}

.tw-h-48{
  height:12rem
}

.tw-h-52{
  height:13rem
}

.tw-h-56{
  height:14rem
}

.tw-h-60{
  height:15rem
}

.tw-h-64{
  height:16rem
}

.tw-h-72{
  height:18rem
}

.tw-h-80{
  height:20rem
}

.tw-h-96{
  height:24rem
}

.tw-h-auto{
  height:auto
}

.tw-h-px{
  height:1px
}

.tw-h-0\.5{
  height:0.125rem
}

.tw-h-1\.5{
  height:0.375rem
}

.tw-h-2\.5{
  height:0.625rem
}

.tw-h-3\.5{
  height:0.875rem
}

.tw-h-1\/2{
  height:50%
}

.tw-h-1\/3{
  height:33.333333%
}

.tw-h-2\/3{
  height:66.666667%
}

.tw-h-1\/4{
  height:25%
}

.tw-h-2\/4{
  height:50%
}

.tw-h-3\/4{
  height:75%
}

.tw-h-1\/5{
  height:20%
}

.tw-h-2\/5{
  height:40%
}

.tw-h-3\/5{
  height:60%
}

.tw-h-4\/5{
  height:80%
}

.tw-h-1\/6{
  height:16.666667%
}

.tw-h-2\/6{
  height:33.333333%
}

.tw-h-3\/6{
  height:50%
}

.tw-h-4\/6{
  height:66.666667%
}

.tw-h-5\/6{
  height:83.333333%
}

.tw-h-full{
  height:100%
}

.tw-h-screen{
  height:100vh
}

.tw-max-h-0{
  max-height:0px
}

.tw-max-h-1{
  max-height:0.25rem
}

.tw-max-h-2{
  max-height:0.5rem
}

.tw-max-h-3{
  max-height:0.75rem
}

.tw-max-h-4{
  max-height:1rem
}

.tw-max-h-5{
  max-height:1.25rem
}

.tw-max-h-6{
  max-height:1.5rem
}

.tw-max-h-7{
  max-height:1.75rem
}

.tw-max-h-8{
  max-height:2rem
}

.tw-max-h-9{
  max-height:2.25rem
}

.tw-max-h-10{
  max-height:2.5rem
}

.tw-max-h-11{
  max-height:2.75rem
}

.tw-max-h-12{
  max-height:3rem
}

.tw-max-h-14{
  max-height:3.5rem
}

.tw-max-h-16{
  max-height:4rem
}

.tw-max-h-20{
  max-height:5rem
}

.tw-max-h-24{
  max-height:6rem
}

.tw-max-h-28{
  max-height:7rem
}

.tw-max-h-32{
  max-height:8rem
}

.tw-max-h-36{
  max-height:9rem
}

.tw-max-h-40{
  max-height:10rem
}

.tw-max-h-44{
  max-height:11rem
}

.tw-max-h-48{
  max-height:12rem
}

.tw-max-h-52{
  max-height:13rem
}

.tw-max-h-56{
  max-height:14rem
}

.tw-max-h-60{
  max-height:15rem
}

.tw-max-h-64{
  max-height:16rem
}

.tw-max-h-72{
  max-height:18rem
}

.tw-max-h-80{
  max-height:20rem
}

.tw-max-h-96{
  max-height:24rem
}

.tw-max-h-px{
  max-height:1px
}

.tw-max-h-0\.5{
  max-height:0.125rem
}

.tw-max-h-1\.5{
  max-height:0.375rem
}

.tw-max-h-2\.5{
  max-height:0.625rem
}

.tw-max-h-3\.5{
  max-height:0.875rem
}

.tw-max-h-full{
  max-height:100%
}

.tw-max-h-screen{
  max-height:100vh
}

.tw-min-h-0{
  min-height:0px
}

.tw-min-h-full{
  min-height:100%
}

.tw-min-h-screen{
  min-height:100vh
}

.tw-w-0{
  width:0px
}

.tw-w-1{
  width:0.25rem
}

.tw-w-2{
  width:0.5rem
}

.tw-w-3{
  width:0.75rem
}

.tw-w-4{
  width:1rem
}

.tw-w-5{
  width:1.25rem
}

.tw-w-6{
  width:1.5rem
}

.tw-w-7{
  width:1.75rem
}

.tw-w-8{
  width:2rem
}

.tw-w-9{
  width:2.25rem
}

.tw-w-10{
  width:2.5rem
}

.tw-w-11{
  width:2.75rem
}

.tw-w-12{
  width:3rem
}

.tw-w-14{
  width:3.5rem
}

.tw-w-16{
  width:4rem
}

.tw-w-20{
  width:5rem
}

.tw-w-24{
  width:6rem
}

.tw-w-28{
  width:7rem
}

.tw-w-32{
  width:8rem
}

.tw-w-36{
  width:9rem
}

.tw-w-40{
  width:10rem
}

.tw-w-44{
  width:11rem
}

.tw-w-48{
  width:12rem
}

.tw-w-52{
  width:13rem
}

.tw-w-56{
  width:14rem
}

.tw-w-60{
  width:15rem
}

.tw-w-64{
  width:16rem
}

.tw-w-72{
  width:18rem
}

.tw-w-80{
  width:20rem
}

.tw-w-96{
  width:24rem
}

.tw-w-auto{
  width:auto
}

.tw-w-px{
  width:1px
}

.tw-w-0\.5{
  width:0.125rem
}

.tw-w-1\.5{
  width:0.375rem
}

.tw-w-2\.5{
  width:0.625rem
}

.tw-w-3\.5{
  width:0.875rem
}

.tw-w-1\/2{
  width:50%
}

.tw-w-1\/3{
  width:33.333333%
}

.tw-w-2\/3{
  width:66.666667%
}

.tw-w-1\/4{
  width:25%
}

.tw-w-2\/4{
  width:50%
}

.tw-w-3\/4{
  width:75%
}

.tw-w-1\/5{
  width:20%
}

.tw-w-2\/5{
  width:40%
}

.tw-w-3\/5{
  width:60%
}

.tw-w-4\/5{
  width:80%
}

.tw-w-1\/6{
  width:16.666667%
}

.tw-w-2\/6{
  width:33.333333%
}

.tw-w-3\/6{
  width:50%
}

.tw-w-4\/6{
  width:66.666667%
}

.tw-w-5\/6{
  width:83.333333%
}

.tw-w-1\/12{
  width:8.333333%
}

.tw-w-2\/12{
  width:16.666667%
}

.tw-w-3\/12{
  width:25%
}

.tw-w-4\/12{
  width:33.333333%
}

.tw-w-5\/12{
  width:41.666667%
}

.tw-w-6\/12{
  width:50%
}

.tw-w-7\/12{
  width:58.333333%
}

.tw-w-8\/12{
  width:66.666667%
}

.tw-w-9\/12{
  width:75%
}

.tw-w-10\/12{
  width:83.333333%
}

.tw-w-11\/12{
  width:91.666667%
}

.tw-w-full{
  width:100%
}

.tw-w-screen{
  width:100vw
}

.tw-w-min{
  width:min-content
}

.tw-w-max{
  width:max-content
}

.tw-min-w-0{
  min-width:0px
}

.tw-min-w-full{
  min-width:100%
}

.tw-min-w-min{
  min-width:min-content
}

.tw-min-w-max{
  min-width:max-content
}

.tw-max-w-0{
  max-width:0rem
}

.tw-max-w-none{
  max-width:none
}

.tw-max-w-xs{
  max-width:20rem
}

.tw-max-w-sm{
  max-width:24rem
}

.tw-max-w-md{
  max-width:28rem
}

.tw-max-w-lg{
  max-width:32rem
}

.tw-max-w-xl{
  max-width:36rem
}

.tw-max-w-2xl{
  max-width:42rem
}

.tw-max-w-3xl{
  max-width:48rem
}

.tw-max-w-4xl{
  max-width:56rem
}

.tw-max-w-5xl{
  max-width:64rem
}

.tw-max-w-6xl{
  max-width:72rem
}

.tw-max-w-7xl{
  max-width:80rem
}

.tw-max-w-full{
  max-width:100%
}

.tw-max-w-min{
  max-width:min-content
}

.tw-max-w-max{
  max-width:max-content
}

.tw-max-w-prose{
  max-width:65ch
}

.tw-max-w-screen-sm{
  max-width:640px
}

.tw-max-w-screen-md{
  max-width:768px
}

.tw-max-w-screen-lg{
  max-width:1024px
}

.tw-max-w-screen-xl{
  max-width:1280px
}

.tw-max-w-screen-2xl{
  max-width:1536px
}

.tw-flex-1{
  flex:1 1 0%
}

.tw-flex-auto{
  flex:1 1 auto
}

.tw-flex-initial{
  flex:0 1 auto
}

.tw-flex-none{
  flex:none
}

.tw-flex-shrink-0{
  flex-shrink:0
}

.tw-flex-shrink{
  flex-shrink:1
}

.tw-flex-grow-0{
  flex-grow:0
}

.tw-flex-grow{
  flex-grow:1
}

.tw-table-auto{
  table-layout:auto
}

.tw-table-fixed{
  table-layout:fixed
}

.tw-border-collapse{
  border-collapse:collapse
}

.tw-border-separate{
  border-collapse:separate
}

.tw-origin-center{
  transform-origin:center
}

.tw-origin-top{
  transform-origin:top
}

.tw-origin-top-right{
  transform-origin:top right
}

.tw-origin-right{
  transform-origin:right
}

.tw-origin-bottom-right{
  transform-origin:bottom right
}

.tw-origin-bottom{
  transform-origin:bottom
}

.tw-origin-bottom-left{
  transform-origin:bottom left
}

.tw-origin-left{
  transform-origin:left
}

.tw-origin-top-left{
  transform-origin:top left
}

.tw-transform{
  --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;
  transform:translateX(var(--tw-translate-x)) translateY(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))
}

.tw-transform-gpu{
  --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;
  transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.tw-transform-none{
  transform:none
}

.tw-translate-x-0{
  --tw-translate-x:0px
}

.tw-translate-x-1{
  --tw-translate-x:0.25rem
}

.tw-translate-x-2{
  --tw-translate-x:0.5rem
}

.tw-translate-x-3{
  --tw-translate-x:0.75rem
}

.tw-translate-x-4{
  --tw-translate-x:1rem
}

.tw-translate-x-5{
  --tw-translate-x:1.25rem
}

.tw-translate-x-6{
  --tw-translate-x:1.5rem
}

.tw-translate-x-7{
  --tw-translate-x:1.75rem
}

.tw-translate-x-8{
  --tw-translate-x:2rem
}

.tw-translate-x-9{
  --tw-translate-x:2.25rem
}

.tw-translate-x-10{
  --tw-translate-x:2.5rem
}

.tw-translate-x-11{
  --tw-translate-x:2.75rem
}

.tw-translate-x-12{
  --tw-translate-x:3rem
}

.tw-translate-x-14{
  --tw-translate-x:3.5rem
}

.tw-translate-x-16{
  --tw-translate-x:4rem
}

.tw-translate-x-20{
  --tw-translate-x:5rem
}

.tw-translate-x-24{
  --tw-translate-x:6rem
}

.tw-translate-x-28{
  --tw-translate-x:7rem
}

.tw-translate-x-32{
  --tw-translate-x:8rem
}

.tw-translate-x-36{
  --tw-translate-x:9rem
}

.tw-translate-x-40{
  --tw-translate-x:10rem
}

.tw-translate-x-44{
  --tw-translate-x:11rem
}

.tw-translate-x-48{
  --tw-translate-x:12rem
}

.tw-translate-x-52{
  --tw-translate-x:13rem
}

.tw-translate-x-56{
  --tw-translate-x:14rem
}

.tw-translate-x-60{
  --tw-translate-x:15rem
}

.tw-translate-x-64{
  --tw-translate-x:16rem
}

.tw-translate-x-72{
  --tw-translate-x:18rem
}

.tw-translate-x-80{
  --tw-translate-x:20rem
}

.tw-translate-x-96{
  --tw-translate-x:24rem
}

.tw-translate-x-px{
  --tw-translate-x:1px
}

.tw-translate-x-0\.5{
  --tw-translate-x:0.125rem
}

.tw-translate-x-1\.5{
  --tw-translate-x:0.375rem
}

.tw-translate-x-2\.5{
  --tw-translate-x:0.625rem
}

.tw-translate-x-3\.5{
  --tw-translate-x:0.875rem
}

.tw--translate-x-0{
  --tw-translate-x:0px
}

.tw--translate-x-1{
  --tw-translate-x:-0.25rem
}

.tw--translate-x-2{
  --tw-translate-x:-0.5rem
}

.tw--translate-x-3{
  --tw-translate-x:-0.75rem
}

.tw--translate-x-4{
  --tw-translate-x:-1rem
}

.tw--translate-x-5{
  --tw-translate-x:-1.25rem
}

.tw--translate-x-6{
  --tw-translate-x:-1.5rem
}

.tw--translate-x-7{
  --tw-translate-x:-1.75rem
}

.tw--translate-x-8{
  --tw-translate-x:-2rem
}

.tw--translate-x-9{
  --tw-translate-x:-2.25rem
}

.tw--translate-x-10{
  --tw-translate-x:-2.5rem
}

.tw--translate-x-11{
  --tw-translate-x:-2.75rem
}

.tw--translate-x-12{
  --tw-translate-x:-3rem
}

.tw--translate-x-14{
  --tw-translate-x:-3.5rem
}

.tw--translate-x-16{
  --tw-translate-x:-4rem
}

.tw--translate-x-20{
  --tw-translate-x:-5rem
}

.tw--translate-x-24{
  --tw-translate-x:-6rem
}

.tw--translate-x-28{
  --tw-translate-x:-7rem
}

.tw--translate-x-32{
  --tw-translate-x:-8rem
}

.tw--translate-x-36{
  --tw-translate-x:-9rem
}

.tw--translate-x-40{
  --tw-translate-x:-10rem
}

.tw--translate-x-44{
  --tw-translate-x:-11rem
}

.tw--translate-x-48{
  --tw-translate-x:-12rem
}

.tw--translate-x-52{
  --tw-translate-x:-13rem
}

.tw--translate-x-56{
  --tw-translate-x:-14rem
}

.tw--translate-x-60{
  --tw-translate-x:-15rem
}

.tw--translate-x-64{
  --tw-translate-x:-16rem
}

.tw--translate-x-72{
  --tw-translate-x:-18rem
}

.tw--translate-x-80{
  --tw-translate-x:-20rem
}

.tw--translate-x-96{
  --tw-translate-x:-24rem
}

.tw--translate-x-px{
  --tw-translate-x:-1px
}

.tw--translate-x-0\.5{
  --tw-translate-x:-0.125rem
}

.tw--translate-x-1\.5{
  --tw-translate-x:-0.375rem
}

.tw--translate-x-2\.5{
  --tw-translate-x:-0.625rem
}

.tw--translate-x-3\.5{
  --tw-translate-x:-0.875rem
}

.tw-translate-x-1\/2{
  --tw-translate-x:50%
}

.tw-translate-x-1\/3{
  --tw-translate-x:33.333333%
}

.tw-translate-x-2\/3{
  --tw-translate-x:66.666667%
}

.tw-translate-x-1\/4{
  --tw-translate-x:25%
}

.tw-translate-x-2\/4{
  --tw-translate-x:50%
}

.tw-translate-x-3\/4{
  --tw-translate-x:75%
}

.tw-translate-x-full{
  --tw-translate-x:100%
}

.tw--translate-x-1\/2{
  --tw-translate-x:-50%
}

.tw--translate-x-1\/3{
  --tw-translate-x:-33.333333%
}

.tw--translate-x-2\/3{
  --tw-translate-x:-66.666667%
}

.tw--translate-x-1\/4{
  --tw-translate-x:-25%
}

.tw--translate-x-2\/4{
  --tw-translate-x:-50%
}

.tw--translate-x-3\/4{
  --tw-translate-x:-75%
}

.tw--translate-x-full{
  --tw-translate-x:-100%
}

.tw-translate-y-0{
  --tw-translate-y:0px
}

.tw-translate-y-1{
  --tw-translate-y:0.25rem
}

.tw-translate-y-2{
  --tw-translate-y:0.5rem
}

.tw-translate-y-3{
  --tw-translate-y:0.75rem
}

.tw-translate-y-4{
  --tw-translate-y:1rem
}

.tw-translate-y-5{
  --tw-translate-y:1.25rem
}

.tw-translate-y-6{
  --tw-translate-y:1.5rem
}

.tw-translate-y-7{
  --tw-translate-y:1.75rem
}

.tw-translate-y-8{
  --tw-translate-y:2rem
}

.tw-translate-y-9{
  --tw-translate-y:2.25rem
}

.tw-translate-y-10{
  --tw-translate-y:2.5rem
}

.tw-translate-y-11{
  --tw-translate-y:2.75rem
}

.tw-translate-y-12{
  --tw-translate-y:3rem
}

.tw-translate-y-14{
  --tw-translate-y:3.5rem
}

.tw-translate-y-16{
  --tw-translate-y:4rem
}

.tw-translate-y-20{
  --tw-translate-y:5rem
}

.tw-translate-y-24{
  --tw-translate-y:6rem
}

.tw-translate-y-28{
  --tw-translate-y:7rem
}

.tw-translate-y-32{
  --tw-translate-y:8rem
}

.tw-translate-y-36{
  --tw-translate-y:9rem
}

.tw-translate-y-40{
  --tw-translate-y:10rem
}

.tw-translate-y-44{
  --tw-translate-y:11rem
}

.tw-translate-y-48{
  --tw-translate-y:12rem
}

.tw-translate-y-52{
  --tw-translate-y:13rem
}

.tw-translate-y-56{
  --tw-translate-y:14rem
}

.tw-translate-y-60{
  --tw-translate-y:15rem
}

.tw-translate-y-64{
  --tw-translate-y:16rem
}

.tw-translate-y-72{
  --tw-translate-y:18rem
}

.tw-translate-y-80{
  --tw-translate-y:20rem
}

.tw-translate-y-96{
  --tw-translate-y:24rem
}

.tw-translate-y-px{
  --tw-translate-y:1px
}

.tw-translate-y-0\.5{
  --tw-translate-y:0.125rem
}

.tw-translate-y-1\.5{
  --tw-translate-y:0.375rem
}

.tw-translate-y-2\.5{
  --tw-translate-y:0.625rem
}

.tw-translate-y-3\.5{
  --tw-translate-y:0.875rem
}

.tw--translate-y-0{
  --tw-translate-y:0px
}

.tw--translate-y-1{
  --tw-translate-y:-0.25rem
}

.tw--translate-y-2{
  --tw-translate-y:-0.5rem
}

.tw--translate-y-3{
  --tw-translate-y:-0.75rem
}

.tw--translate-y-4{
  --tw-translate-y:-1rem
}

.tw--translate-y-5{
  --tw-translate-y:-1.25rem
}

.tw--translate-y-6{
  --tw-translate-y:-1.5rem
}

.tw--translate-y-7{
  --tw-translate-y:-1.75rem
}

.tw--translate-y-8{
  --tw-translate-y:-2rem
}

.tw--translate-y-9{
  --tw-translate-y:-2.25rem
}

.tw--translate-y-10{
  --tw-translate-y:-2.5rem
}

.tw--translate-y-11{
  --tw-translate-y:-2.75rem
}

.tw--translate-y-12{
  --tw-translate-y:-3rem
}

.tw--translate-y-14{
  --tw-translate-y:-3.5rem
}

.tw--translate-y-16{
  --tw-translate-y:-4rem
}

.tw--translate-y-20{
  --tw-translate-y:-5rem
}

.tw--translate-y-24{
  --tw-translate-y:-6rem
}

.tw--translate-y-28{
  --tw-translate-y:-7rem
}

.tw--translate-y-32{
  --tw-translate-y:-8rem
}

.tw--translate-y-36{
  --tw-translate-y:-9rem
}

.tw--translate-y-40{
  --tw-translate-y:-10rem
}

.tw--translate-y-44{
  --tw-translate-y:-11rem
}

.tw--translate-y-48{
  --tw-translate-y:-12rem
}

.tw--translate-y-52{
  --tw-translate-y:-13rem
}

.tw--translate-y-56{
  --tw-translate-y:-14rem
}

.tw--translate-y-60{
  --tw-translate-y:-15rem
}

.tw--translate-y-64{
  --tw-translate-y:-16rem
}

.tw--translate-y-72{
  --tw-translate-y:-18rem
}

.tw--translate-y-80{
  --tw-translate-y:-20rem
}

.tw--translate-y-96{
  --tw-translate-y:-24rem
}

.tw--translate-y-px{
  --tw-translate-y:-1px
}

.tw--translate-y-0\.5{
  --tw-translate-y:-0.125rem
}

.tw--translate-y-1\.5{
  --tw-translate-y:-0.375rem
}

.tw--translate-y-2\.5{
  --tw-translate-y:-0.625rem
}

.tw--translate-y-3\.5{
  --tw-translate-y:-0.875rem
}

.tw-translate-y-1\/2{
  --tw-translate-y:50%
}

.tw-translate-y-1\/3{
  --tw-translate-y:33.333333%
}

.tw-translate-y-2\/3{
  --tw-translate-y:66.666667%
}

.tw-translate-y-1\/4{
  --tw-translate-y:25%
}

.tw-translate-y-2\/4{
  --tw-translate-y:50%
}

.tw-translate-y-3\/4{
  --tw-translate-y:75%
}

.tw-translate-y-full{
  --tw-translate-y:100%
}

.tw--translate-y-1\/2{
  --tw-translate-y:-50%
}

.tw--translate-y-1\/3{
  --tw-translate-y:-33.333333%
}

.tw--translate-y-2\/3{
  --tw-translate-y:-66.666667%
}

.tw--translate-y-1\/4{
  --tw-translate-y:-25%
}

.tw--translate-y-2\/4{
  --tw-translate-y:-50%
}

.tw--translate-y-3\/4{
  --tw-translate-y:-75%
}

.tw--translate-y-full{
  --tw-translate-y:-100%
}

.hover\:tw-translate-x-0:hover{
  --tw-translate-x:0px
}

.hover\:tw-translate-x-1:hover{
  --tw-translate-x:0.25rem
}

.hover\:tw-translate-x-2:hover{
  --tw-translate-x:0.5rem
}

.hover\:tw-translate-x-3:hover{
  --tw-translate-x:0.75rem
}

.hover\:tw-translate-x-4:hover{
  --tw-translate-x:1rem
}

.hover\:tw-translate-x-5:hover{
  --tw-translate-x:1.25rem
}

.hover\:tw-translate-x-6:hover{
  --tw-translate-x:1.5rem
}

.hover\:tw-translate-x-7:hover{
  --tw-translate-x:1.75rem
}

.hover\:tw-translate-x-8:hover{
  --tw-translate-x:2rem
}

.hover\:tw-translate-x-9:hover{
  --tw-translate-x:2.25rem
}

.hover\:tw-translate-x-10:hover{
  --tw-translate-x:2.5rem
}

.hover\:tw-translate-x-11:hover{
  --tw-translate-x:2.75rem
}

.hover\:tw-translate-x-12:hover{
  --tw-translate-x:3rem
}

.hover\:tw-translate-x-14:hover{
  --tw-translate-x:3.5rem
}

.hover\:tw-translate-x-16:hover{
  --tw-translate-x:4rem
}

.hover\:tw-translate-x-20:hover{
  --tw-translate-x:5rem
}

.hover\:tw-translate-x-24:hover{
  --tw-translate-x:6rem
}

.hover\:tw-translate-x-28:hover{
  --tw-translate-x:7rem
}

.hover\:tw-translate-x-32:hover{
  --tw-translate-x:8rem
}

.hover\:tw-translate-x-36:hover{
  --tw-translate-x:9rem
}

.hover\:tw-translate-x-40:hover{
  --tw-translate-x:10rem
}

.hover\:tw-translate-x-44:hover{
  --tw-translate-x:11rem
}

.hover\:tw-translate-x-48:hover{
  --tw-translate-x:12rem
}

.hover\:tw-translate-x-52:hover{
  --tw-translate-x:13rem
}

.hover\:tw-translate-x-56:hover{
  --tw-translate-x:14rem
}

.hover\:tw-translate-x-60:hover{
  --tw-translate-x:15rem
}

.hover\:tw-translate-x-64:hover{
  --tw-translate-x:16rem
}

.hover\:tw-translate-x-72:hover{
  --tw-translate-x:18rem
}

.hover\:tw-translate-x-80:hover{
  --tw-translate-x:20rem
}

.hover\:tw-translate-x-96:hover{
  --tw-translate-x:24rem
}

.hover\:tw-translate-x-px:hover{
  --tw-translate-x:1px
}

.hover\:tw-translate-x-0\.5:hover{
  --tw-translate-x:0.125rem
}

.hover\:tw-translate-x-1\.5:hover{
  --tw-translate-x:0.375rem
}

.hover\:tw-translate-x-2\.5:hover{
  --tw-translate-x:0.625rem
}

.hover\:tw-translate-x-3\.5:hover{
  --tw-translate-x:0.875rem
}

.hover\:tw--translate-x-0:hover{
  --tw-translate-x:0px
}

.hover\:tw--translate-x-1:hover{
  --tw-translate-x:-0.25rem
}

.hover\:tw--translate-x-2:hover{
  --tw-translate-x:-0.5rem
}

.hover\:tw--translate-x-3:hover{
  --tw-translate-x:-0.75rem
}

.hover\:tw--translate-x-4:hover{
  --tw-translate-x:-1rem
}

.hover\:tw--translate-x-5:hover{
  --tw-translate-x:-1.25rem
}

.hover\:tw--translate-x-6:hover{
  --tw-translate-x:-1.5rem
}

.hover\:tw--translate-x-7:hover{
  --tw-translate-x:-1.75rem
}

.hover\:tw--translate-x-8:hover{
  --tw-translate-x:-2rem
}

.hover\:tw--translate-x-9:hover{
  --tw-translate-x:-2.25rem
}

.hover\:tw--translate-x-10:hover{
  --tw-translate-x:-2.5rem
}

.hover\:tw--translate-x-11:hover{
  --tw-translate-x:-2.75rem
}

.hover\:tw--translate-x-12:hover{
  --tw-translate-x:-3rem
}

.hover\:tw--translate-x-14:hover{
  --tw-translate-x:-3.5rem
}

.hover\:tw--translate-x-16:hover{
  --tw-translate-x:-4rem
}

.hover\:tw--translate-x-20:hover{
  --tw-translate-x:-5rem
}

.hover\:tw--translate-x-24:hover{
  --tw-translate-x:-6rem
}

.hover\:tw--translate-x-28:hover{
  --tw-translate-x:-7rem
}

.hover\:tw--translate-x-32:hover{
  --tw-translate-x:-8rem
}

.hover\:tw--translate-x-36:hover{
  --tw-translate-x:-9rem
}

.hover\:tw--translate-x-40:hover{
  --tw-translate-x:-10rem
}

.hover\:tw--translate-x-44:hover{
  --tw-translate-x:-11rem
}

.hover\:tw--translate-x-48:hover{
  --tw-translate-x:-12rem
}

.hover\:tw--translate-x-52:hover{
  --tw-translate-x:-13rem
}

.hover\:tw--translate-x-56:hover{
  --tw-translate-x:-14rem
}

.hover\:tw--translate-x-60:hover{
  --tw-translate-x:-15rem
}

.hover\:tw--translate-x-64:hover{
  --tw-translate-x:-16rem
}

.hover\:tw--translate-x-72:hover{
  --tw-translate-x:-18rem
}

.hover\:tw--translate-x-80:hover{
  --tw-translate-x:-20rem
}

.hover\:tw--translate-x-96:hover{
  --tw-translate-x:-24rem
}

.hover\:tw--translate-x-px:hover{
  --tw-translate-x:-1px
}

.hover\:tw--translate-x-0\.5:hover{
  --tw-translate-x:-0.125rem
}

.hover\:tw--translate-x-1\.5:hover{
  --tw-translate-x:-0.375rem
}

.hover\:tw--translate-x-2\.5:hover{
  --tw-translate-x:-0.625rem
}

.hover\:tw--translate-x-3\.5:hover{
  --tw-translate-x:-0.875rem
}

.hover\:tw-translate-x-1\/2:hover{
  --tw-translate-x:50%
}

.hover\:tw-translate-x-1\/3:hover{
  --tw-translate-x:33.333333%
}

.hover\:tw-translate-x-2\/3:hover{
  --tw-translate-x:66.666667%
}

.hover\:tw-translate-x-1\/4:hover{
  --tw-translate-x:25%
}

.hover\:tw-translate-x-2\/4:hover{
  --tw-translate-x:50%
}

.hover\:tw-translate-x-3\/4:hover{
  --tw-translate-x:75%
}

.hover\:tw-translate-x-full:hover{
  --tw-translate-x:100%
}

.hover\:tw--translate-x-1\/2:hover{
  --tw-translate-x:-50%
}

.hover\:tw--translate-x-1\/3:hover{
  --tw-translate-x:-33.333333%
}

.hover\:tw--translate-x-2\/3:hover{
  --tw-translate-x:-66.666667%
}

.hover\:tw--translate-x-1\/4:hover{
  --tw-translate-x:-25%
}

.hover\:tw--translate-x-2\/4:hover{
  --tw-translate-x:-50%
}

.hover\:tw--translate-x-3\/4:hover{
  --tw-translate-x:-75%
}

.hover\:tw--translate-x-full:hover{
  --tw-translate-x:-100%
}

.hover\:tw-translate-y-0:hover{
  --tw-translate-y:0px
}

.hover\:tw-translate-y-1:hover{
  --tw-translate-y:0.25rem
}

.hover\:tw-translate-y-2:hover{
  --tw-translate-y:0.5rem
}

.hover\:tw-translate-y-3:hover{
  --tw-translate-y:0.75rem
}

.hover\:tw-translate-y-4:hover{
  --tw-translate-y:1rem
}

.hover\:tw-translate-y-5:hover{
  --tw-translate-y:1.25rem
}

.hover\:tw-translate-y-6:hover{
  --tw-translate-y:1.5rem
}

.hover\:tw-translate-y-7:hover{
  --tw-translate-y:1.75rem
}

.hover\:tw-translate-y-8:hover{
  --tw-translate-y:2rem
}

.hover\:tw-translate-y-9:hover{
  --tw-translate-y:2.25rem
}

.hover\:tw-translate-y-10:hover{
  --tw-translate-y:2.5rem
}

.hover\:tw-translate-y-11:hover{
  --tw-translate-y:2.75rem
}

.hover\:tw-translate-y-12:hover{
  --tw-translate-y:3rem
}

.hover\:tw-translate-y-14:hover{
  --tw-translate-y:3.5rem
}

.hover\:tw-translate-y-16:hover{
  --tw-translate-y:4rem
}

.hover\:tw-translate-y-20:hover{
  --tw-translate-y:5rem
}

.hover\:tw-translate-y-24:hover{
  --tw-translate-y:6rem
}

.hover\:tw-translate-y-28:hover{
  --tw-translate-y:7rem
}

.hover\:tw-translate-y-32:hover{
  --tw-translate-y:8rem
}

.hover\:tw-translate-y-36:hover{
  --tw-translate-y:9rem
}

.hover\:tw-translate-y-40:hover{
  --tw-translate-y:10rem
}

.hover\:tw-translate-y-44:hover{
  --tw-translate-y:11rem
}

.hover\:tw-translate-y-48:hover{
  --tw-translate-y:12rem
}

.hover\:tw-translate-y-52:hover{
  --tw-translate-y:13rem
}

.hover\:tw-translate-y-56:hover{
  --tw-translate-y:14rem
}

.hover\:tw-translate-y-60:hover{
  --tw-translate-y:15rem
}

.hover\:tw-translate-y-64:hover{
  --tw-translate-y:16rem
}

.hover\:tw-translate-y-72:hover{
  --tw-translate-y:18rem
}

.hover\:tw-translate-y-80:hover{
  --tw-translate-y:20rem
}

.hover\:tw-translate-y-96:hover{
  --tw-translate-y:24rem
}

.hover\:tw-translate-y-px:hover{
  --tw-translate-y:1px
}

.hover\:tw-translate-y-0\.5:hover{
  --tw-translate-y:0.125rem
}

.hover\:tw-translate-y-1\.5:hover{
  --tw-translate-y:0.375rem
}

.hover\:tw-translate-y-2\.5:hover{
  --tw-translate-y:0.625rem
}

.hover\:tw-translate-y-3\.5:hover{
  --tw-translate-y:0.875rem
}

.hover\:tw--translate-y-0:hover{
  --tw-translate-y:0px
}

.hover\:tw--translate-y-1:hover{
  --tw-translate-y:-0.25rem
}

.hover\:tw--translate-y-2:hover{
  --tw-translate-y:-0.5rem
}

.hover\:tw--translate-y-3:hover{
  --tw-translate-y:-0.75rem
}

.hover\:tw--translate-y-4:hover{
  --tw-translate-y:-1rem
}

.hover\:tw--translate-y-5:hover{
  --tw-translate-y:-1.25rem
}

.hover\:tw--translate-y-6:hover{
  --tw-translate-y:-1.5rem
}

.hover\:tw--translate-y-7:hover{
  --tw-translate-y:-1.75rem
}

.hover\:tw--translate-y-8:hover{
  --tw-translate-y:-2rem
}

.hover\:tw--translate-y-9:hover{
  --tw-translate-y:-2.25rem
}

.hover\:tw--translate-y-10:hover{
  --tw-translate-y:-2.5rem
}

.hover\:tw--translate-y-11:hover{
  --tw-translate-y:-2.75rem
}

.hover\:tw--translate-y-12:hover{
  --tw-translate-y:-3rem
}

.hover\:tw--translate-y-14:hover{
  --tw-translate-y:-3.5rem
}

.hover\:tw--translate-y-16:hover{
  --tw-translate-y:-4rem
}

.hover\:tw--translate-y-20:hover{
  --tw-translate-y:-5rem
}

.hover\:tw--translate-y-24:hover{
  --tw-translate-y:-6rem
}

.hover\:tw--translate-y-28:hover{
  --tw-translate-y:-7rem
}

.hover\:tw--translate-y-32:hover{
  --tw-translate-y:-8rem
}

.hover\:tw--translate-y-36:hover{
  --tw-translate-y:-9rem
}

.hover\:tw--translate-y-40:hover{
  --tw-translate-y:-10rem
}

.hover\:tw--translate-y-44:hover{
  --tw-translate-y:-11rem
}

.hover\:tw--translate-y-48:hover{
  --tw-translate-y:-12rem
}

.hover\:tw--translate-y-52:hover{
  --tw-translate-y:-13rem
}

.hover\:tw--translate-y-56:hover{
  --tw-translate-y:-14rem
}

.hover\:tw--translate-y-60:hover{
  --tw-translate-y:-15rem
}

.hover\:tw--translate-y-64:hover{
  --tw-translate-y:-16rem
}

.hover\:tw--translate-y-72:hover{
  --tw-translate-y:-18rem
}

.hover\:tw--translate-y-80:hover{
  --tw-translate-y:-20rem
}

.hover\:tw--translate-y-96:hover{
  --tw-translate-y:-24rem
}

.hover\:tw--translate-y-px:hover{
  --tw-translate-y:-1px
}

.hover\:tw--translate-y-0\.5:hover{
  --tw-translate-y:-0.125rem
}

.hover\:tw--translate-y-1\.5:hover{
  --tw-translate-y:-0.375rem
}

.hover\:tw--translate-y-2\.5:hover{
  --tw-translate-y:-0.625rem
}

.hover\:tw--translate-y-3\.5:hover{
  --tw-translate-y:-0.875rem
}

.hover\:tw-translate-y-1\/2:hover{
  --tw-translate-y:50%
}

.hover\:tw-translate-y-1\/3:hover{
  --tw-translate-y:33.333333%
}

.hover\:tw-translate-y-2\/3:hover{
  --tw-translate-y:66.666667%
}

.hover\:tw-translate-y-1\/4:hover{
  --tw-translate-y:25%
}

.hover\:tw-translate-y-2\/4:hover{
  --tw-translate-y:50%
}

.hover\:tw-translate-y-3\/4:hover{
  --tw-translate-y:75%
}

.hover\:tw-translate-y-full:hover{
  --tw-translate-y:100%
}

.hover\:tw--translate-y-1\/2:hover{
  --tw-translate-y:-50%
}

.hover\:tw--translate-y-1\/3:hover{
  --tw-translate-y:-33.333333%
}

.hover\:tw--translate-y-2\/3:hover{
  --tw-translate-y:-66.666667%
}

.hover\:tw--translate-y-1\/4:hover{
  --tw-translate-y:-25%
}

.hover\:tw--translate-y-2\/4:hover{
  --tw-translate-y:-50%
}

.hover\:tw--translate-y-3\/4:hover{
  --tw-translate-y:-75%
}

.hover\:tw--translate-y-full:hover{
  --tw-translate-y:-100%
}

.focus\:tw-translate-x-0:focus{
  --tw-translate-x:0px
}

.focus\:tw-translate-x-1:focus{
  --tw-translate-x:0.25rem
}

.focus\:tw-translate-x-2:focus{
  --tw-translate-x:0.5rem
}

.focus\:tw-translate-x-3:focus{
  --tw-translate-x:0.75rem
}

.focus\:tw-translate-x-4:focus{
  --tw-translate-x:1rem
}

.focus\:tw-translate-x-5:focus{
  --tw-translate-x:1.25rem
}

.focus\:tw-translate-x-6:focus{
  --tw-translate-x:1.5rem
}

.focus\:tw-translate-x-7:focus{
  --tw-translate-x:1.75rem
}

.focus\:tw-translate-x-8:focus{
  --tw-translate-x:2rem
}

.focus\:tw-translate-x-9:focus{
  --tw-translate-x:2.25rem
}

.focus\:tw-translate-x-10:focus{
  --tw-translate-x:2.5rem
}

.focus\:tw-translate-x-11:focus{
  --tw-translate-x:2.75rem
}

.focus\:tw-translate-x-12:focus{
  --tw-translate-x:3rem
}

.focus\:tw-translate-x-14:focus{
  --tw-translate-x:3.5rem
}

.focus\:tw-translate-x-16:focus{
  --tw-translate-x:4rem
}

.focus\:tw-translate-x-20:focus{
  --tw-translate-x:5rem
}

.focus\:tw-translate-x-24:focus{
  --tw-translate-x:6rem
}

.focus\:tw-translate-x-28:focus{
  --tw-translate-x:7rem
}

.focus\:tw-translate-x-32:focus{
  --tw-translate-x:8rem
}

.focus\:tw-translate-x-36:focus{
  --tw-translate-x:9rem
}

.focus\:tw-translate-x-40:focus{
  --tw-translate-x:10rem
}

.focus\:tw-translate-x-44:focus{
  --tw-translate-x:11rem
}

.focus\:tw-translate-x-48:focus{
  --tw-translate-x:12rem
}

.focus\:tw-translate-x-52:focus{
  --tw-translate-x:13rem
}

.focus\:tw-translate-x-56:focus{
  --tw-translate-x:14rem
}

.focus\:tw-translate-x-60:focus{
  --tw-translate-x:15rem
}

.focus\:tw-translate-x-64:focus{
  --tw-translate-x:16rem
}

.focus\:tw-translate-x-72:focus{
  --tw-translate-x:18rem
}

.focus\:tw-translate-x-80:focus{
  --tw-translate-x:20rem
}

.focus\:tw-translate-x-96:focus{
  --tw-translate-x:24rem
}

.focus\:tw-translate-x-px:focus{
  --tw-translate-x:1px
}

.focus\:tw-translate-x-0\.5:focus{
  --tw-translate-x:0.125rem
}

.focus\:tw-translate-x-1\.5:focus{
  --tw-translate-x:0.375rem
}

.focus\:tw-translate-x-2\.5:focus{
  --tw-translate-x:0.625rem
}

.focus\:tw-translate-x-3\.5:focus{
  --tw-translate-x:0.875rem
}

.focus\:tw--translate-x-0:focus{
  --tw-translate-x:0px
}

.focus\:tw--translate-x-1:focus{
  --tw-translate-x:-0.25rem
}

.focus\:tw--translate-x-2:focus{
  --tw-translate-x:-0.5rem
}

.focus\:tw--translate-x-3:focus{
  --tw-translate-x:-0.75rem
}

.focus\:tw--translate-x-4:focus{
  --tw-translate-x:-1rem
}

.focus\:tw--translate-x-5:focus{
  --tw-translate-x:-1.25rem
}

.focus\:tw--translate-x-6:focus{
  --tw-translate-x:-1.5rem
}

.focus\:tw--translate-x-7:focus{
  --tw-translate-x:-1.75rem
}

.focus\:tw--translate-x-8:focus{
  --tw-translate-x:-2rem
}

.focus\:tw--translate-x-9:focus{
  --tw-translate-x:-2.25rem
}

.focus\:tw--translate-x-10:focus{
  --tw-translate-x:-2.5rem
}

.focus\:tw--translate-x-11:focus{
  --tw-translate-x:-2.75rem
}

.focus\:tw--translate-x-12:focus{
  --tw-translate-x:-3rem
}

.focus\:tw--translate-x-14:focus{
  --tw-translate-x:-3.5rem
}

.focus\:tw--translate-x-16:focus{
  --tw-translate-x:-4rem
}

.focus\:tw--translate-x-20:focus{
  --tw-translate-x:-5rem
}

.focus\:tw--translate-x-24:focus{
  --tw-translate-x:-6rem
}

.focus\:tw--translate-x-28:focus{
  --tw-translate-x:-7rem
}

.focus\:tw--translate-x-32:focus{
  --tw-translate-x:-8rem
}

.focus\:tw--translate-x-36:focus{
  --tw-translate-x:-9rem
}

.focus\:tw--translate-x-40:focus{
  --tw-translate-x:-10rem
}

.focus\:tw--translate-x-44:focus{
  --tw-translate-x:-11rem
}

.focus\:tw--translate-x-48:focus{
  --tw-translate-x:-12rem
}

.focus\:tw--translate-x-52:focus{
  --tw-translate-x:-13rem
}

.focus\:tw--translate-x-56:focus{
  --tw-translate-x:-14rem
}

.focus\:tw--translate-x-60:focus{
  --tw-translate-x:-15rem
}

.focus\:tw--translate-x-64:focus{
  --tw-translate-x:-16rem
}

.focus\:tw--translate-x-72:focus{
  --tw-translate-x:-18rem
}

.focus\:tw--translate-x-80:focus{
  --tw-translate-x:-20rem
}

.focus\:tw--translate-x-96:focus{
  --tw-translate-x:-24rem
}

.focus\:tw--translate-x-px:focus{
  --tw-translate-x:-1px
}

.focus\:tw--translate-x-0\.5:focus{
  --tw-translate-x:-0.125rem
}

.focus\:tw--translate-x-1\.5:focus{
  --tw-translate-x:-0.375rem
}

.focus\:tw--translate-x-2\.5:focus{
  --tw-translate-x:-0.625rem
}

.focus\:tw--translate-x-3\.5:focus{
  --tw-translate-x:-0.875rem
}

.focus\:tw-translate-x-1\/2:focus{
  --tw-translate-x:50%
}

.focus\:tw-translate-x-1\/3:focus{
  --tw-translate-x:33.333333%
}

.focus\:tw-translate-x-2\/3:focus{
  --tw-translate-x:66.666667%
}

.focus\:tw-translate-x-1\/4:focus{
  --tw-translate-x:25%
}

.focus\:tw-translate-x-2\/4:focus{
  --tw-translate-x:50%
}

.focus\:tw-translate-x-3\/4:focus{
  --tw-translate-x:75%
}

.focus\:tw-translate-x-full:focus{
  --tw-translate-x:100%
}

.focus\:tw--translate-x-1\/2:focus{
  --tw-translate-x:-50%
}

.focus\:tw--translate-x-1\/3:focus{
  --tw-translate-x:-33.333333%
}

.focus\:tw--translate-x-2\/3:focus{
  --tw-translate-x:-66.666667%
}

.focus\:tw--translate-x-1\/4:focus{
  --tw-translate-x:-25%
}

.focus\:tw--translate-x-2\/4:focus{
  --tw-translate-x:-50%
}

.focus\:tw--translate-x-3\/4:focus{
  --tw-translate-x:-75%
}

.focus\:tw--translate-x-full:focus{
  --tw-translate-x:-100%
}

.focus\:tw-translate-y-0:focus{
  --tw-translate-y:0px
}

.focus\:tw-translate-y-1:focus{
  --tw-translate-y:0.25rem
}

.focus\:tw-translate-y-2:focus{
  --tw-translate-y:0.5rem
}

.focus\:tw-translate-y-3:focus{
  --tw-translate-y:0.75rem
}

.focus\:tw-translate-y-4:focus{
  --tw-translate-y:1rem
}

.focus\:tw-translate-y-5:focus{
  --tw-translate-y:1.25rem
}

.focus\:tw-translate-y-6:focus{
  --tw-translate-y:1.5rem
}

.focus\:tw-translate-y-7:focus{
  --tw-translate-y:1.75rem
}

.focus\:tw-translate-y-8:focus{
  --tw-translate-y:2rem
}

.focus\:tw-translate-y-9:focus{
  --tw-translate-y:2.25rem
}

.focus\:tw-translate-y-10:focus{
  --tw-translate-y:2.5rem
}

.focus\:tw-translate-y-11:focus{
  --tw-translate-y:2.75rem
}

.focus\:tw-translate-y-12:focus{
  --tw-translate-y:3rem
}

.focus\:tw-translate-y-14:focus{
  --tw-translate-y:3.5rem
}

.focus\:tw-translate-y-16:focus{
  --tw-translate-y:4rem
}

.focus\:tw-translate-y-20:focus{
  --tw-translate-y:5rem
}

.focus\:tw-translate-y-24:focus{
  --tw-translate-y:6rem
}

.focus\:tw-translate-y-28:focus{
  --tw-translate-y:7rem
}

.focus\:tw-translate-y-32:focus{
  --tw-translate-y:8rem
}

.focus\:tw-translate-y-36:focus{
  --tw-translate-y:9rem
}

.focus\:tw-translate-y-40:focus{
  --tw-translate-y:10rem
}

.focus\:tw-translate-y-44:focus{
  --tw-translate-y:11rem
}

.focus\:tw-translate-y-48:focus{
  --tw-translate-y:12rem
}

.focus\:tw-translate-y-52:focus{
  --tw-translate-y:13rem
}

.focus\:tw-translate-y-56:focus{
  --tw-translate-y:14rem
}

.focus\:tw-translate-y-60:focus{
  --tw-translate-y:15rem
}

.focus\:tw-translate-y-64:focus{
  --tw-translate-y:16rem
}

.focus\:tw-translate-y-72:focus{
  --tw-translate-y:18rem
}

.focus\:tw-translate-y-80:focus{
  --tw-translate-y:20rem
}

.focus\:tw-translate-y-96:focus{
  --tw-translate-y:24rem
}

.focus\:tw-translate-y-px:focus{
  --tw-translate-y:1px
}

.focus\:tw-translate-y-0\.5:focus{
  --tw-translate-y:0.125rem
}

.focus\:tw-translate-y-1\.5:focus{
  --tw-translate-y:0.375rem
}

.focus\:tw-translate-y-2\.5:focus{
  --tw-translate-y:0.625rem
}

.focus\:tw-translate-y-3\.5:focus{
  --tw-translate-y:0.875rem
}

.focus\:tw--translate-y-0:focus{
  --tw-translate-y:0px
}

.focus\:tw--translate-y-1:focus{
  --tw-translate-y:-0.25rem
}

.focus\:tw--translate-y-2:focus{
  --tw-translate-y:-0.5rem
}

.focus\:tw--translate-y-3:focus{
  --tw-translate-y:-0.75rem
}

.focus\:tw--translate-y-4:focus{
  --tw-translate-y:-1rem
}

.focus\:tw--translate-y-5:focus{
  --tw-translate-y:-1.25rem
}

.focus\:tw--translate-y-6:focus{
  --tw-translate-y:-1.5rem
}

.focus\:tw--translate-y-7:focus{
  --tw-translate-y:-1.75rem
}

.focus\:tw--translate-y-8:focus{
  --tw-translate-y:-2rem
}

.focus\:tw--translate-y-9:focus{
  --tw-translate-y:-2.25rem
}

.focus\:tw--translate-y-10:focus{
  --tw-translate-y:-2.5rem
}

.focus\:tw--translate-y-11:focus{
  --tw-translate-y:-2.75rem
}

.focus\:tw--translate-y-12:focus{
  --tw-translate-y:-3rem
}

.focus\:tw--translate-y-14:focus{
  --tw-translate-y:-3.5rem
}

.focus\:tw--translate-y-16:focus{
  --tw-translate-y:-4rem
}

.focus\:tw--translate-y-20:focus{
  --tw-translate-y:-5rem
}

.focus\:tw--translate-y-24:focus{
  --tw-translate-y:-6rem
}

.focus\:tw--translate-y-28:focus{
  --tw-translate-y:-7rem
}

.focus\:tw--translate-y-32:focus{
  --tw-translate-y:-8rem
}

.focus\:tw--translate-y-36:focus{
  --tw-translate-y:-9rem
}

.focus\:tw--translate-y-40:focus{
  --tw-translate-y:-10rem
}

.focus\:tw--translate-y-44:focus{
  --tw-translate-y:-11rem
}

.focus\:tw--translate-y-48:focus{
  --tw-translate-y:-12rem
}

.focus\:tw--translate-y-52:focus{
  --tw-translate-y:-13rem
}

.focus\:tw--translate-y-56:focus{
  --tw-translate-y:-14rem
}

.focus\:tw--translate-y-60:focus{
  --tw-translate-y:-15rem
}

.focus\:tw--translate-y-64:focus{
  --tw-translate-y:-16rem
}

.focus\:tw--translate-y-72:focus{
  --tw-translate-y:-18rem
}

.focus\:tw--translate-y-80:focus{
  --tw-translate-y:-20rem
}

.focus\:tw--translate-y-96:focus{
  --tw-translate-y:-24rem
}

.focus\:tw--translate-y-px:focus{
  --tw-translate-y:-1px
}

.focus\:tw--translate-y-0\.5:focus{
  --tw-translate-y:-0.125rem
}

.focus\:tw--translate-y-1\.5:focus{
  --tw-translate-y:-0.375rem
}

.focus\:tw--translate-y-2\.5:focus{
  --tw-translate-y:-0.625rem
}

.focus\:tw--translate-y-3\.5:focus{
  --tw-translate-y:-0.875rem
}

.focus\:tw-translate-y-1\/2:focus{
  --tw-translate-y:50%
}

.focus\:tw-translate-y-1\/3:focus{
  --tw-translate-y:33.333333%
}

.focus\:tw-translate-y-2\/3:focus{
  --tw-translate-y:66.666667%
}

.focus\:tw-translate-y-1\/4:focus{
  --tw-translate-y:25%
}

.focus\:tw-translate-y-2\/4:focus{
  --tw-translate-y:50%
}

.focus\:tw-translate-y-3\/4:focus{
  --tw-translate-y:75%
}

.focus\:tw-translate-y-full:focus{
  --tw-translate-y:100%
}

.focus\:tw--translate-y-1\/2:focus{
  --tw-translate-y:-50%
}

.focus\:tw--translate-y-1\/3:focus{
  --tw-translate-y:-33.333333%
}

.focus\:tw--translate-y-2\/3:focus{
  --tw-translate-y:-66.666667%
}

.focus\:tw--translate-y-1\/4:focus{
  --tw-translate-y:-25%
}

.focus\:tw--translate-y-2\/4:focus{
  --tw-translate-y:-50%
}

.focus\:tw--translate-y-3\/4:focus{
  --tw-translate-y:-75%
}

.focus\:tw--translate-y-full:focus{
  --tw-translate-y:-100%
}

.tw-rotate-0{
  --tw-rotate:0deg
}

.tw-rotate-1{
  --tw-rotate:1deg
}

.tw-rotate-2{
  --tw-rotate:2deg
}

.tw-rotate-3{
  --tw-rotate:3deg
}

.tw-rotate-6{
  --tw-rotate:6deg
}

.tw-rotate-12{
  --tw-rotate:12deg
}

.tw-rotate-45{
  --tw-rotate:45deg
}

.tw-rotate-90{
  --tw-rotate:90deg
}

.tw-rotate-180{
  --tw-rotate:180deg
}

.tw--rotate-180{
  --tw-rotate:-180deg
}

.tw--rotate-90{
  --tw-rotate:-90deg
}

.tw--rotate-45{
  --tw-rotate:-45deg
}

.tw--rotate-12{
  --tw-rotate:-12deg
}

.tw--rotate-6{
  --tw-rotate:-6deg
}

.tw--rotate-3{
  --tw-rotate:-3deg
}

.tw--rotate-2{
  --tw-rotate:-2deg
}

.tw--rotate-1{
  --tw-rotate:-1deg
}

.hover\:tw-rotate-0:hover{
  --tw-rotate:0deg
}

.hover\:tw-rotate-1:hover{
  --tw-rotate:1deg
}

.hover\:tw-rotate-2:hover{
  --tw-rotate:2deg
}

.hover\:tw-rotate-3:hover{
  --tw-rotate:3deg
}

.hover\:tw-rotate-6:hover{
  --tw-rotate:6deg
}

.hover\:tw-rotate-12:hover{
  --tw-rotate:12deg
}

.hover\:tw-rotate-45:hover{
  --tw-rotate:45deg
}

.hover\:tw-rotate-90:hover{
  --tw-rotate:90deg
}

.hover\:tw-rotate-180:hover{
  --tw-rotate:180deg
}

.hover\:tw--rotate-180:hover{
  --tw-rotate:-180deg
}

.hover\:tw--rotate-90:hover{
  --tw-rotate:-90deg
}

.hover\:tw--rotate-45:hover{
  --tw-rotate:-45deg
}

.hover\:tw--rotate-12:hover{
  --tw-rotate:-12deg
}

.hover\:tw--rotate-6:hover{
  --tw-rotate:-6deg
}

.hover\:tw--rotate-3:hover{
  --tw-rotate:-3deg
}

.hover\:tw--rotate-2:hover{
  --tw-rotate:-2deg
}

.hover\:tw--rotate-1:hover{
  --tw-rotate:-1deg
}

.focus\:tw-rotate-0:focus{
  --tw-rotate:0deg
}

.focus\:tw-rotate-1:focus{
  --tw-rotate:1deg
}

.focus\:tw-rotate-2:focus{
  --tw-rotate:2deg
}

.focus\:tw-rotate-3:focus{
  --tw-rotate:3deg
}

.focus\:tw-rotate-6:focus{
  --tw-rotate:6deg
}

.focus\:tw-rotate-12:focus{
  --tw-rotate:12deg
}

.focus\:tw-rotate-45:focus{
  --tw-rotate:45deg
}

.focus\:tw-rotate-90:focus{
  --tw-rotate:90deg
}

.focus\:tw-rotate-180:focus{
  --tw-rotate:180deg
}

.focus\:tw--rotate-180:focus{
  --tw-rotate:-180deg
}

.focus\:tw--rotate-90:focus{
  --tw-rotate:-90deg
}

.focus\:tw--rotate-45:focus{
  --tw-rotate:-45deg
}

.focus\:tw--rotate-12:focus{
  --tw-rotate:-12deg
}

.focus\:tw--rotate-6:focus{
  --tw-rotate:-6deg
}

.focus\:tw--rotate-3:focus{
  --tw-rotate:-3deg
}

.focus\:tw--rotate-2:focus{
  --tw-rotate:-2deg
}

.focus\:tw--rotate-1:focus{
  --tw-rotate:-1deg
}

.tw-skew-x-0{
  --tw-skew-x:0deg
}

.tw-skew-x-1{
  --tw-skew-x:1deg
}

.tw-skew-x-2{
  --tw-skew-x:2deg
}

.tw-skew-x-3{
  --tw-skew-x:3deg
}

.tw-skew-x-6{
  --tw-skew-x:6deg
}

.tw-skew-x-12{
  --tw-skew-x:12deg
}

.tw--skew-x-12{
  --tw-skew-x:-12deg
}

.tw--skew-x-6{
  --tw-skew-x:-6deg
}

.tw--skew-x-3{
  --tw-skew-x:-3deg
}

.tw--skew-x-2{
  --tw-skew-x:-2deg
}

.tw--skew-x-1{
  --tw-skew-x:-1deg
}

.tw-skew-y-0{
  --tw-skew-y:0deg
}

.tw-skew-y-1{
  --tw-skew-y:1deg
}

.tw-skew-y-2{
  --tw-skew-y:2deg
}

.tw-skew-y-3{
  --tw-skew-y:3deg
}

.tw-skew-y-6{
  --tw-skew-y:6deg
}

.tw-skew-y-12{
  --tw-skew-y:12deg
}

.tw--skew-y-12{
  --tw-skew-y:-12deg
}

.tw--skew-y-6{
  --tw-skew-y:-6deg
}

.tw--skew-y-3{
  --tw-skew-y:-3deg
}

.tw--skew-y-2{
  --tw-skew-y:-2deg
}

.tw--skew-y-1{
  --tw-skew-y:-1deg
}

.hover\:tw-skew-x-0:hover{
  --tw-skew-x:0deg
}

.hover\:tw-skew-x-1:hover{
  --tw-skew-x:1deg
}

.hover\:tw-skew-x-2:hover{
  --tw-skew-x:2deg
}

.hover\:tw-skew-x-3:hover{
  --tw-skew-x:3deg
}

.hover\:tw-skew-x-6:hover{
  --tw-skew-x:6deg
}

.hover\:tw-skew-x-12:hover{
  --tw-skew-x:12deg
}

.hover\:tw--skew-x-12:hover{
  --tw-skew-x:-12deg
}

.hover\:tw--skew-x-6:hover{
  --tw-skew-x:-6deg
}

.hover\:tw--skew-x-3:hover{
  --tw-skew-x:-3deg
}

.hover\:tw--skew-x-2:hover{
  --tw-skew-x:-2deg
}

.hover\:tw--skew-x-1:hover{
  --tw-skew-x:-1deg
}

.hover\:tw-skew-y-0:hover{
  --tw-skew-y:0deg
}

.hover\:tw-skew-y-1:hover{
  --tw-skew-y:1deg
}

.hover\:tw-skew-y-2:hover{
  --tw-skew-y:2deg
}

.hover\:tw-skew-y-3:hover{
  --tw-skew-y:3deg
}

.hover\:tw-skew-y-6:hover{
  --tw-skew-y:6deg
}

.hover\:tw-skew-y-12:hover{
  --tw-skew-y:12deg
}

.hover\:tw--skew-y-12:hover{
  --tw-skew-y:-12deg
}

.hover\:tw--skew-y-6:hover{
  --tw-skew-y:-6deg
}

.hover\:tw--skew-y-3:hover{
  --tw-skew-y:-3deg
}

.hover\:tw--skew-y-2:hover{
  --tw-skew-y:-2deg
}

.hover\:tw--skew-y-1:hover{
  --tw-skew-y:-1deg
}

.focus\:tw-skew-x-0:focus{
  --tw-skew-x:0deg
}

.focus\:tw-skew-x-1:focus{
  --tw-skew-x:1deg
}

.focus\:tw-skew-x-2:focus{
  --tw-skew-x:2deg
}

.focus\:tw-skew-x-3:focus{
  --tw-skew-x:3deg
}

.focus\:tw-skew-x-6:focus{
  --tw-skew-x:6deg
}

.focus\:tw-skew-x-12:focus{
  --tw-skew-x:12deg
}

.focus\:tw--skew-x-12:focus{
  --tw-skew-x:-12deg
}

.focus\:tw--skew-x-6:focus{
  --tw-skew-x:-6deg
}

.focus\:tw--skew-x-3:focus{
  --tw-skew-x:-3deg
}

.focus\:tw--skew-x-2:focus{
  --tw-skew-x:-2deg
}

.focus\:tw--skew-x-1:focus{
  --tw-skew-x:-1deg
}

.focus\:tw-skew-y-0:focus{
  --tw-skew-y:0deg
}

.focus\:tw-skew-y-1:focus{
  --tw-skew-y:1deg
}

.focus\:tw-skew-y-2:focus{
  --tw-skew-y:2deg
}

.focus\:tw-skew-y-3:focus{
  --tw-skew-y:3deg
}

.focus\:tw-skew-y-6:focus{
  --tw-skew-y:6deg
}

.focus\:tw-skew-y-12:focus{
  --tw-skew-y:12deg
}

.focus\:tw--skew-y-12:focus{
  --tw-skew-y:-12deg
}

.focus\:tw--skew-y-6:focus{
  --tw-skew-y:-6deg
}

.focus\:tw--skew-y-3:focus{
  --tw-skew-y:-3deg
}

.focus\:tw--skew-y-2:focus{
  --tw-skew-y:-2deg
}

.focus\:tw--skew-y-1:focus{
  --tw-skew-y:-1deg
}

.tw-scale-0{
  --tw-scale-x:0;
  --tw-scale-y:0
}

.tw-scale-50{
  --tw-scale-x:.5;
  --tw-scale-y:.5
}

.tw-scale-75{
  --tw-scale-x:.75;
  --tw-scale-y:.75
}

.tw-scale-90{
  --tw-scale-x:.9;
  --tw-scale-y:.9
}

.tw-scale-95{
  --tw-scale-x:.95;
  --tw-scale-y:.95
}

.tw-scale-100{
  --tw-scale-x:1;
  --tw-scale-y:1
}

.tw-scale-105{
  --tw-scale-x:1.05;
  --tw-scale-y:1.05
}

.tw-scale-110{
  --tw-scale-x:1.1;
  --tw-scale-y:1.1
}

.tw-scale-125{
  --tw-scale-x:1.25;
  --tw-scale-y:1.25
}

.tw-scale-150{
  --tw-scale-x:1.5;
  --tw-scale-y:1.5
}

.hover\:tw-scale-0:hover{
  --tw-scale-x:0;
  --tw-scale-y:0
}

.hover\:tw-scale-50:hover{
  --tw-scale-x:.5;
  --tw-scale-y:.5
}

.hover\:tw-scale-75:hover{
  --tw-scale-x:.75;
  --tw-scale-y:.75
}

.hover\:tw-scale-90:hover{
  --tw-scale-x:.9;
  --tw-scale-y:.9
}

.hover\:tw-scale-95:hover{
  --tw-scale-x:.95;
  --tw-scale-y:.95
}

.hover\:tw-scale-100:hover{
  --tw-scale-x:1;
  --tw-scale-y:1
}

.hover\:tw-scale-105:hover{
  --tw-scale-x:1.05;
  --tw-scale-y:1.05
}

.hover\:tw-scale-110:hover{
  --tw-scale-x:1.1;
  --tw-scale-y:1.1
}

.hover\:tw-scale-125:hover{
  --tw-scale-x:1.25;
  --tw-scale-y:1.25
}

.hover\:tw-scale-150:hover{
  --tw-scale-x:1.5;
  --tw-scale-y:1.5
}

.focus\:tw-scale-0:focus{
  --tw-scale-x:0;
  --tw-scale-y:0
}

.focus\:tw-scale-50:focus{
  --tw-scale-x:.5;
  --tw-scale-y:.5
}

.focus\:tw-scale-75:focus{
  --tw-scale-x:.75;
  --tw-scale-y:.75
}

.focus\:tw-scale-90:focus{
  --tw-scale-x:.9;
  --tw-scale-y:.9
}

.focus\:tw-scale-95:focus{
  --tw-scale-x:.95;
  --tw-scale-y:.95
}

.focus\:tw-scale-100:focus{
  --tw-scale-x:1;
  --tw-scale-y:1
}

.focus\:tw-scale-105:focus{
  --tw-scale-x:1.05;
  --tw-scale-y:1.05
}

.focus\:tw-scale-110:focus{
  --tw-scale-x:1.1;
  --tw-scale-y:1.1
}

.focus\:tw-scale-125:focus{
  --tw-scale-x:1.25;
  --tw-scale-y:1.25
}

.focus\:tw-scale-150:focus{
  --tw-scale-x:1.5;
  --tw-scale-y:1.5
}

.tw-scale-x-0{
  --tw-scale-x:0
}

.tw-scale-x-50{
  --tw-scale-x:.5
}

.tw-scale-x-75{
  --tw-scale-x:.75
}

.tw-scale-x-90{
  --tw-scale-x:.9
}

.tw-scale-x-95{
  --tw-scale-x:.95
}

.tw-scale-x-100{
  --tw-scale-x:1
}

.tw-scale-x-105{
  --tw-scale-x:1.05
}

.tw-scale-x-110{
  --tw-scale-x:1.1
}

.tw-scale-x-125{
  --tw-scale-x:1.25
}

.tw-scale-x-150{
  --tw-scale-x:1.5
}

.tw-scale-y-0{
  --tw-scale-y:0
}

.tw-scale-y-50{
  --tw-scale-y:.5
}

.tw-scale-y-75{
  --tw-scale-y:.75
}

.tw-scale-y-90{
  --tw-scale-y:.9
}

.tw-scale-y-95{
  --tw-scale-y:.95
}

.tw-scale-y-100{
  --tw-scale-y:1
}

.tw-scale-y-105{
  --tw-scale-y:1.05
}

.tw-scale-y-110{
  --tw-scale-y:1.1
}

.tw-scale-y-125{
  --tw-scale-y:1.25
}

.tw-scale-y-150{
  --tw-scale-y:1.5
}

.hover\:tw-scale-x-0:hover{
  --tw-scale-x:0
}

.hover\:tw-scale-x-50:hover{
  --tw-scale-x:.5
}

.hover\:tw-scale-x-75:hover{
  --tw-scale-x:.75
}

.hover\:tw-scale-x-90:hover{
  --tw-scale-x:.9
}

.hover\:tw-scale-x-95:hover{
  --tw-scale-x:.95
}

.hover\:tw-scale-x-100:hover{
  --tw-scale-x:1
}

.hover\:tw-scale-x-105:hover{
  --tw-scale-x:1.05
}

.hover\:tw-scale-x-110:hover{
  --tw-scale-x:1.1
}

.hover\:tw-scale-x-125:hover{
  --tw-scale-x:1.25
}

.hover\:tw-scale-x-150:hover{
  --tw-scale-x:1.5
}

.hover\:tw-scale-y-0:hover{
  --tw-scale-y:0
}

.hover\:tw-scale-y-50:hover{
  --tw-scale-y:.5
}

.hover\:tw-scale-y-75:hover{
  --tw-scale-y:.75
}

.hover\:tw-scale-y-90:hover{
  --tw-scale-y:.9
}

.hover\:tw-scale-y-95:hover{
  --tw-scale-y:.95
}

.hover\:tw-scale-y-100:hover{
  --tw-scale-y:1
}

.hover\:tw-scale-y-105:hover{
  --tw-scale-y:1.05
}

.hover\:tw-scale-y-110:hover{
  --tw-scale-y:1.1
}

.hover\:tw-scale-y-125:hover{
  --tw-scale-y:1.25
}

.hover\:tw-scale-y-150:hover{
  --tw-scale-y:1.5
}

.focus\:tw-scale-x-0:focus{
  --tw-scale-x:0
}

.focus\:tw-scale-x-50:focus{
  --tw-scale-x:.5
}

.focus\:tw-scale-x-75:focus{
  --tw-scale-x:.75
}

.focus\:tw-scale-x-90:focus{
  --tw-scale-x:.9
}

.focus\:tw-scale-x-95:focus{
  --tw-scale-x:.95
}

.focus\:tw-scale-x-100:focus{
  --tw-scale-x:1
}

.focus\:tw-scale-x-105:focus{
  --tw-scale-x:1.05
}

.focus\:tw-scale-x-110:focus{
  --tw-scale-x:1.1
}

.focus\:tw-scale-x-125:focus{
  --tw-scale-x:1.25
}

.focus\:tw-scale-x-150:focus{
  --tw-scale-x:1.5
}

.focus\:tw-scale-y-0:focus{
  --tw-scale-y:0
}

.focus\:tw-scale-y-50:focus{
  --tw-scale-y:.5
}

.focus\:tw-scale-y-75:focus{
  --tw-scale-y:.75
}

.focus\:tw-scale-y-90:focus{
  --tw-scale-y:.9
}

.focus\:tw-scale-y-95:focus{
  --tw-scale-y:.95
}

.focus\:tw-scale-y-100:focus{
  --tw-scale-y:1
}

.focus\:tw-scale-y-105:focus{
  --tw-scale-y:1.05
}

.focus\:tw-scale-y-110:focus{
  --tw-scale-y:1.1
}

.focus\:tw-scale-y-125:focus{
  --tw-scale-y:1.25
}

.focus\:tw-scale-y-150:focus{
  --tw-scale-y:1.5
}

@keyframes tw-spin{
  to{
    transform:rotate(360deg)
  }
}

@keyframes tw-ping{
  75%, 100%{
    transform:scale(2);
    opacity:0
  }
}

@keyframes tw-pulse{
  50%{
    opacity:.5
  }
}

@keyframes tw-bounce{
  0%, 100%{
    transform:translateY(-25%);
    animation-timing-function:cubic-bezier(0.8,0,1,1)
  }

  50%{
    transform:none;
    animation-timing-function:cubic-bezier(0,0,0.2,1)
  }
}

.tw-animate-none{
  animation:none
}

.tw-animate-spin{
  animation:tw-spin 1s linear infinite
}

.tw-animate-ping{
  animation:tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
}

.tw-animate-pulse{
  animation:tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

.tw-animate-bounce{
  animation:tw-bounce 1s infinite
}

.tw-cursor-auto{
  cursor:auto
}

.tw-cursor-default{
  cursor:default
}

.tw-cursor-pointer{
  cursor:pointer
}

.tw-cursor-wait{
  cursor:wait
}

.tw-cursor-text{
  cursor:text
}

.tw-cursor-move{
  cursor:move
}

.tw-cursor-help{
  cursor:help
}

.tw-cursor-not-allowed{
  cursor:not-allowed
}

.tw-select-none{
  -webkit-user-select:none;
          user-select:none
}

.tw-select-text{
  -webkit-user-select:text;
          user-select:text
}

.tw-select-all{
  -webkit-user-select:all;
          user-select:all
}

.tw-select-auto{
  -webkit-user-select:auto;
          user-select:auto
}

.tw-resize-none{
  resize:none
}

.tw-resize-y{
  resize:vertical
}

.tw-resize-x{
  resize:horizontal
}

.tw-resize{
  resize:both
}

.tw-list-inside{
  list-style-position:inside
}

.tw-list-outside{
  list-style-position:outside
}

.tw-list-none{
  list-style-type:none
}

.tw-list-disc{
  list-style-type:disc
}

.tw-list-decimal{
  list-style-type:decimal
}

.tw-appearance-none{
  appearance:none
}

.tw-auto-cols-auto{
  grid-auto-columns:auto
}

.tw-auto-cols-min{
  grid-auto-columns:min-content
}

.tw-auto-cols-max{
  grid-auto-columns:max-content
}

.tw-auto-cols-fr{
  grid-auto-columns:minmax(0, 1fr)
}

.tw-grid-flow-row{
  grid-auto-flow:row
}

.tw-grid-flow-col{
  grid-auto-flow:column
}

.tw-grid-flow-row-dense{
  grid-auto-flow:row dense
}

.tw-grid-flow-col-dense{
  grid-auto-flow:column dense
}

.tw-auto-rows-auto{
  grid-auto-rows:auto
}

.tw-auto-rows-min{
  grid-auto-rows:min-content
}

.tw-auto-rows-max{
  grid-auto-rows:max-content
}

.tw-auto-rows-fr{
  grid-auto-rows:minmax(0, 1fr)
}

.tw-grid-cols-1{
  grid-template-columns:repeat(1, minmax(0, 1fr))
}

.tw-grid-cols-2{
  grid-template-columns:repeat(2, minmax(0, 1fr))
}

.tw-grid-cols-3{
  grid-template-columns:repeat(3, minmax(0, 1fr))
}

.tw-grid-cols-4{
  grid-template-columns:repeat(4, minmax(0, 1fr))
}

.tw-grid-cols-5{
  grid-template-columns:repeat(5, minmax(0, 1fr))
}

.tw-grid-cols-6{
  grid-template-columns:repeat(6, minmax(0, 1fr))
}

.tw-grid-cols-7{
  grid-template-columns:repeat(7, minmax(0, 1fr))
}

.tw-grid-cols-8{
  grid-template-columns:repeat(8, minmax(0, 1fr))
}

.tw-grid-cols-9{
  grid-template-columns:repeat(9, minmax(0, 1fr))
}

.tw-grid-cols-10{
  grid-template-columns:repeat(10, minmax(0, 1fr))
}

.tw-grid-cols-11{
  grid-template-columns:repeat(11, minmax(0, 1fr))
}

.tw-grid-cols-12{
  grid-template-columns:repeat(12, minmax(0, 1fr))
}

.tw-grid-cols-none{
  grid-template-columns:none
}

.tw-grid-rows-1{
  grid-template-rows:repeat(1, minmax(0, 1fr))
}

.tw-grid-rows-2{
  grid-template-rows:repeat(2, minmax(0, 1fr))
}

.tw-grid-rows-3{
  grid-template-rows:repeat(3, minmax(0, 1fr))
}

.tw-grid-rows-4{
  grid-template-rows:repeat(4, minmax(0, 1fr))
}

.tw-grid-rows-5{
  grid-template-rows:repeat(5, minmax(0, 1fr))
}

.tw-grid-rows-6{
  grid-template-rows:repeat(6, minmax(0, 1fr))
}

.tw-grid-rows-none{
  grid-template-rows:none
}

.tw-flex-row{
  flex-direction:row
}

.tw-flex-row-reverse{
  flex-direction:row-reverse
}

.tw-flex-col{
  flex-direction:column
}

.tw-flex-col-reverse{
  flex-direction:column-reverse
}

.tw-flex-wrap{
  flex-wrap:wrap
}

.tw-flex-wrap-reverse{
  flex-wrap:wrap-reverse
}

.tw-flex-nowrap{
  flex-wrap:nowrap
}

.tw-place-content-center{
  place-content:center
}

.tw-place-content-start{
  place-content:start
}

.tw-place-content-end{
  place-content:end
}

.tw-place-content-between{
  place-content:space-between
}

.tw-place-content-around{
  place-content:space-around
}

.tw-place-content-evenly{
  place-content:space-evenly
}

.tw-place-content-stretch{
  place-content:stretch
}

.tw-place-items-start{
  place-items:start
}

.tw-place-items-end{
  place-items:end
}

.tw-place-items-center{
  place-items:center
}

.tw-place-items-stretch{
  place-items:stretch
}

.tw-content-center{
  align-content:center
}

.tw-content-start{
  align-content:flex-start
}

.tw-content-end{
  align-content:flex-end
}

.tw-content-between{
  align-content:space-between
}

.tw-content-around{
  align-content:space-around
}

.tw-content-evenly{
  align-content:space-evenly
}

.tw-items-start{
  align-items:flex-start
}

.tw-items-end{
  align-items:flex-end
}

.tw-items-center{
  align-items:center
}

.tw-items-baseline{
  align-items:baseline
}

.tw-items-stretch{
  align-items:stretch
}

.tw-justify-start{
  justify-content:flex-start
}

.tw-justify-end{
  justify-content:flex-end
}

.tw-justify-center{
  justify-content:center
}

.tw-justify-between{
  justify-content:space-between
}

.tw-justify-around{
  justify-content:space-around
}

.tw-justify-evenly{
  justify-content:space-evenly
}

.tw-justify-items-start{
  justify-items:start
}

.tw-justify-items-end{
  justify-items:end
}

.tw-justify-items-center{
  justify-items:center
}

.tw-justify-items-stretch{
  justify-items:stretch
}

.tw-gap-0{
  grid-gap:0px;
  gap:0px
}

.tw-gap-1{
  grid-gap:0.25rem;
  gap:0.25rem
}

.tw-gap-2{
  grid-gap:0.5rem;
  gap:0.5rem
}

.tw-gap-3{
  grid-gap:0.75rem;
  gap:0.75rem
}

.tw-gap-4{
  grid-gap:1rem;
  gap:1rem
}

.tw-gap-5{
  grid-gap:1.25rem;
  gap:1.25rem
}

.tw-gap-6{
  grid-gap:1.5rem;
  gap:1.5rem
}

.tw-gap-7{
  grid-gap:1.75rem;
  gap:1.75rem
}

.tw-gap-8{
  grid-gap:2rem;
  gap:2rem
}

.tw-gap-9{
  grid-gap:2.25rem;
  gap:2.25rem
}

.tw-gap-10{
  grid-gap:2.5rem;
  gap:2.5rem
}

.tw-gap-11{
  grid-gap:2.75rem;
  gap:2.75rem
}

.tw-gap-12{
  grid-gap:3rem;
  gap:3rem
}

.tw-gap-14{
  grid-gap:3.5rem;
  gap:3.5rem
}

.tw-gap-16{
  grid-gap:4rem;
  gap:4rem
}

.tw-gap-20{
  grid-gap:5rem;
  gap:5rem
}

.tw-gap-24{
  grid-gap:6rem;
  gap:6rem
}

.tw-gap-28{
  grid-gap:7rem;
  gap:7rem
}

.tw-gap-32{
  grid-gap:8rem;
  gap:8rem
}

.tw-gap-36{
  grid-gap:9rem;
  gap:9rem
}

.tw-gap-40{
  grid-gap:10rem;
  gap:10rem
}

.tw-gap-44{
  grid-gap:11rem;
  gap:11rem
}

.tw-gap-48{
  grid-gap:12rem;
  gap:12rem
}

.tw-gap-52{
  grid-gap:13rem;
  gap:13rem
}

.tw-gap-56{
  grid-gap:14rem;
  gap:14rem
}

.tw-gap-60{
  grid-gap:15rem;
  gap:15rem
}

.tw-gap-64{
  grid-gap:16rem;
  gap:16rem
}

.tw-gap-72{
  grid-gap:18rem;
  gap:18rem
}

.tw-gap-80{
  grid-gap:20rem;
  gap:20rem
}

.tw-gap-96{
  grid-gap:24rem;
  gap:24rem
}

.tw-gap-px{
  grid-gap:1px;
  gap:1px
}

.tw-gap-0\.5{
  grid-gap:0.125rem;
  gap:0.125rem
}

.tw-gap-1\.5{
  grid-gap:0.375rem;
  gap:0.375rem
}

.tw-gap-2\.5{
  grid-gap:0.625rem;
  gap:0.625rem
}

.tw-gap-3\.5{
  grid-gap:0.875rem;
  gap:0.875rem
}

.tw-gap-x-0{
  grid-column-gap:0px;
  column-gap:0px
}

.tw-gap-x-1{
  grid-column-gap:0.25rem;
  column-gap:0.25rem
}

.tw-gap-x-2{
  grid-column-gap:0.5rem;
  column-gap:0.5rem
}

.tw-gap-x-3{
  grid-column-gap:0.75rem;
  column-gap:0.75rem
}

.tw-gap-x-4{
  grid-column-gap:1rem;
  column-gap:1rem
}

.tw-gap-x-5{
  grid-column-gap:1.25rem;
  column-gap:1.25rem
}

.tw-gap-x-6{
  grid-column-gap:1.5rem;
  column-gap:1.5rem
}

.tw-gap-x-7{
  grid-column-gap:1.75rem;
  column-gap:1.75rem
}

.tw-gap-x-8{
  grid-column-gap:2rem;
  column-gap:2rem
}

.tw-gap-x-9{
  grid-column-gap:2.25rem;
  column-gap:2.25rem
}

.tw-gap-x-10{
  grid-column-gap:2.5rem;
  column-gap:2.5rem
}

.tw-gap-x-11{
  grid-column-gap:2.75rem;
  column-gap:2.75rem
}

.tw-gap-x-12{
  grid-column-gap:3rem;
  column-gap:3rem
}

.tw-gap-x-14{
  grid-column-gap:3.5rem;
  column-gap:3.5rem
}

.tw-gap-x-16{
  grid-column-gap:4rem;
  column-gap:4rem
}

.tw-gap-x-20{
  grid-column-gap:5rem;
  column-gap:5rem
}

.tw-gap-x-24{
  grid-column-gap:6rem;
  column-gap:6rem
}

.tw-gap-x-28{
  grid-column-gap:7rem;
  column-gap:7rem
}

.tw-gap-x-32{
  grid-column-gap:8rem;
  column-gap:8rem
}

.tw-gap-x-36{
  grid-column-gap:9rem;
  column-gap:9rem
}

.tw-gap-x-40{
  grid-column-gap:10rem;
  column-gap:10rem
}

.tw-gap-x-44{
  grid-column-gap:11rem;
  column-gap:11rem
}

.tw-gap-x-48{
  grid-column-gap:12rem;
  column-gap:12rem
}

.tw-gap-x-52{
  grid-column-gap:13rem;
  column-gap:13rem
}

.tw-gap-x-56{
  grid-column-gap:14rem;
  column-gap:14rem
}

.tw-gap-x-60{
  grid-column-gap:15rem;
  column-gap:15rem
}

.tw-gap-x-64{
  grid-column-gap:16rem;
  column-gap:16rem
}

.tw-gap-x-72{
  grid-column-gap:18rem;
  column-gap:18rem
}

.tw-gap-x-80{
  grid-column-gap:20rem;
  column-gap:20rem
}

.tw-gap-x-96{
  grid-column-gap:24rem;
  column-gap:24rem
}

.tw-gap-x-px{
  grid-column-gap:1px;
  column-gap:1px
}

.tw-gap-x-0\.5{
  grid-column-gap:0.125rem;
  column-gap:0.125rem
}

.tw-gap-x-1\.5{
  grid-column-gap:0.375rem;
  column-gap:0.375rem
}

.tw-gap-x-2\.5{
  grid-column-gap:0.625rem;
  column-gap:0.625rem
}

.tw-gap-x-3\.5{
  grid-column-gap:0.875rem;
  column-gap:0.875rem
}

.tw-gap-y-0{
  grid-row-gap:0px;
  row-gap:0px
}

.tw-gap-y-1{
  grid-row-gap:0.25rem;
  row-gap:0.25rem
}

.tw-gap-y-2{
  grid-row-gap:0.5rem;
  row-gap:0.5rem
}

.tw-gap-y-3{
  grid-row-gap:0.75rem;
  row-gap:0.75rem
}

.tw-gap-y-4{
  grid-row-gap:1rem;
  row-gap:1rem
}

.tw-gap-y-5{
  grid-row-gap:1.25rem;
  row-gap:1.25rem
}

.tw-gap-y-6{
  grid-row-gap:1.5rem;
  row-gap:1.5rem
}

.tw-gap-y-7{
  grid-row-gap:1.75rem;
  row-gap:1.75rem
}

.tw-gap-y-8{
  grid-row-gap:2rem;
  row-gap:2rem
}

.tw-gap-y-9{
  grid-row-gap:2.25rem;
  row-gap:2.25rem
}

.tw-gap-y-10{
  grid-row-gap:2.5rem;
  row-gap:2.5rem
}

.tw-gap-y-11{
  grid-row-gap:2.75rem;
  row-gap:2.75rem
}

.tw-gap-y-12{
  grid-row-gap:3rem;
  row-gap:3rem
}

.tw-gap-y-14{
  grid-row-gap:3.5rem;
  row-gap:3.5rem
}

.tw-gap-y-16{
  grid-row-gap:4rem;
  row-gap:4rem
}

.tw-gap-y-20{
  grid-row-gap:5rem;
  row-gap:5rem
}

.tw-gap-y-24{
  grid-row-gap:6rem;
  row-gap:6rem
}

.tw-gap-y-28{
  grid-row-gap:7rem;
  row-gap:7rem
}

.tw-gap-y-32{
  grid-row-gap:8rem;
  row-gap:8rem
}

.tw-gap-y-36{
  grid-row-gap:9rem;
  row-gap:9rem
}

.tw-gap-y-40{
  grid-row-gap:10rem;
  row-gap:10rem
}

.tw-gap-y-44{
  grid-row-gap:11rem;
  row-gap:11rem
}

.tw-gap-y-48{
  grid-row-gap:12rem;
  row-gap:12rem
}

.tw-gap-y-52{
  grid-row-gap:13rem;
  row-gap:13rem
}

.tw-gap-y-56{
  grid-row-gap:14rem;
  row-gap:14rem
}

.tw-gap-y-60{
  grid-row-gap:15rem;
  row-gap:15rem
}

.tw-gap-y-64{
  grid-row-gap:16rem;
  row-gap:16rem
}

.tw-gap-y-72{
  grid-row-gap:18rem;
  row-gap:18rem
}

.tw-gap-y-80{
  grid-row-gap:20rem;
  row-gap:20rem
}

.tw-gap-y-96{
  grid-row-gap:24rem;
  row-gap:24rem
}

.tw-gap-y-px{
  grid-row-gap:1px;
  row-gap:1px
}

.tw-gap-y-0\.5{
  grid-row-gap:0.125rem;
  row-gap:0.125rem
}

.tw-gap-y-1\.5{
  grid-row-gap:0.375rem;
  row-gap:0.375rem
}

.tw-gap-y-2\.5{
  grid-row-gap:0.625rem;
  row-gap:0.625rem
}

.tw-gap-y-3\.5{
  grid-row-gap:0.875rem;
  row-gap:0.875rem
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw--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)))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw--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))
}

.tw-space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:1
}

.tw-space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:1
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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)))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-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))
}

.tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:1
}

.tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse:1
}

.tw-divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style:solid
}

.tw-divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style:dashed
}

.tw-divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style:dotted
}

.tw-divide-double > :not([hidden]) ~ :not([hidden]){
  border-style:double
}

.tw-divide-none > :not([hidden]) ~ :not([hidden]){
  border-style:none
}

.tw-divide-transparent > :not([hidden]) ~ :not([hidden]){
  border-color:transparent
}

.tw-divide-current > :not([hidden]) ~ :not([hidden]){
  border-color:currentColor
}

.tw-divide-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(0, 0, 0, var(--tw-divide-opacity))
}

.tw-divide-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(255, 255, 255, var(--tw-divide-opacity))
}

.tw-divide-gray-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(249, 250, 251, var(--tw-divide-opacity))
}

.tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(243, 244, 246, var(--tw-divide-opacity))
}

.tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-divide-opacity))
}

.tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-divide-opacity))
}

.tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(156, 163, 175, var(--tw-divide-opacity))
}

.tw-divide-gray-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(107, 114, 128, var(--tw-divide-opacity))
}

.tw-divide-gray-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(75, 85, 99, var(--tw-divide-opacity))
}

.tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(55, 65, 81, var(--tw-divide-opacity))
}

.tw-divide-gray-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(31, 41, 55, var(--tw-divide-opacity))
}

.tw-divide-gray-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(17, 24, 39, var(--tw-divide-opacity))
}

.tw-divide-red-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(254, 242, 242, var(--tw-divide-opacity))
}

.tw-divide-red-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(254, 226, 226, var(--tw-divide-opacity))
}

.tw-divide-red-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(254, 202, 202, var(--tw-divide-opacity))
}

.tw-divide-red-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(252, 165, 165, var(--tw-divide-opacity))
}

.tw-divide-red-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(248, 113, 113, var(--tw-divide-opacity))
}

.tw-divide-red-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(239, 68, 68, var(--tw-divide-opacity))
}

.tw-divide-red-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(220, 38, 38, var(--tw-divide-opacity))
}

.tw-divide-red-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(185, 28, 28, var(--tw-divide-opacity))
}

.tw-divide-red-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(153, 27, 27, var(--tw-divide-opacity))
}

.tw-divide-red-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(127, 29, 29, var(--tw-divide-opacity))
}

.tw-divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(255, 251, 235, var(--tw-divide-opacity))
}

.tw-divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(254, 243, 199, var(--tw-divide-opacity))
}

.tw-divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(253, 230, 138, var(--tw-divide-opacity))
}

.tw-divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(252, 211, 77, var(--tw-divide-opacity))
}

.tw-divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(251, 191, 36, var(--tw-divide-opacity))
}

.tw-divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(245, 158, 11, var(--tw-divide-opacity))
}

.tw-divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(217, 119, 6, var(--tw-divide-opacity))
}

.tw-divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(180, 83, 9, var(--tw-divide-opacity))
}

.tw-divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(146, 64, 14, var(--tw-divide-opacity))
}

.tw-divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(120, 53, 15, var(--tw-divide-opacity))
}

.tw-divide-green-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(236, 253, 245, var(--tw-divide-opacity))
}

.tw-divide-green-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(209, 250, 229, var(--tw-divide-opacity))
}

.tw-divide-green-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(167, 243, 208, var(--tw-divide-opacity))
}

.tw-divide-green-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(110, 231, 183, var(--tw-divide-opacity))
}

.tw-divide-green-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(52, 211, 153, var(--tw-divide-opacity))
}

.tw-divide-green-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(16, 185, 129, var(--tw-divide-opacity))
}

.tw-divide-green-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(5, 150, 105, var(--tw-divide-opacity))
}

.tw-divide-green-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(4, 120, 87, var(--tw-divide-opacity))
}

.tw-divide-green-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(6, 95, 70, var(--tw-divide-opacity))
}

.tw-divide-green-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(6, 78, 59, var(--tw-divide-opacity))
}

.tw-divide-blue-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(239, 246, 255, var(--tw-divide-opacity))
}

.tw-divide-blue-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(219, 234, 254, var(--tw-divide-opacity))
}

.tw-divide-blue-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(191, 219, 254, var(--tw-divide-opacity))
}

.tw-divide-blue-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(147, 197, 253, var(--tw-divide-opacity))
}

.tw-divide-blue-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(96, 165, 250, var(--tw-divide-opacity))
}

.tw-divide-blue-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(59, 130, 246, var(--tw-divide-opacity))
}

.tw-divide-blue-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(37, 99, 235, var(--tw-divide-opacity))
}

.tw-divide-blue-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(29, 78, 216, var(--tw-divide-opacity))
}

.tw-divide-blue-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(30, 64, 175, var(--tw-divide-opacity))
}

.tw-divide-blue-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(30, 58, 138, var(--tw-divide-opacity))
}

.tw-divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(238, 242, 255, var(--tw-divide-opacity))
}

.tw-divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(224, 231, 255, var(--tw-divide-opacity))
}

.tw-divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(199, 210, 254, var(--tw-divide-opacity))
}

.tw-divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(165, 180, 252, var(--tw-divide-opacity))
}

.tw-divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(129, 140, 248, var(--tw-divide-opacity))
}

.tw-divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(99, 102, 241, var(--tw-divide-opacity))
}

.tw-divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(79, 70, 229, var(--tw-divide-opacity))
}

.tw-divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(67, 56, 202, var(--tw-divide-opacity))
}

.tw-divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(55, 48, 163, var(--tw-divide-opacity))
}

.tw-divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(49, 46, 129, var(--tw-divide-opacity))
}

.tw-divide-purple-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(245, 243, 255, var(--tw-divide-opacity))
}

.tw-divide-purple-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(237, 233, 254, var(--tw-divide-opacity))
}

.tw-divide-purple-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(221, 214, 254, var(--tw-divide-opacity))
}

.tw-divide-purple-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(196, 181, 253, var(--tw-divide-opacity))
}

.tw-divide-purple-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(167, 139, 250, var(--tw-divide-opacity))
}

.tw-divide-purple-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(139, 92, 246, var(--tw-divide-opacity))
}

.tw-divide-purple-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(124, 58, 237, var(--tw-divide-opacity))
}

.tw-divide-purple-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(109, 40, 217, var(--tw-divide-opacity))
}

.tw-divide-purple-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(91, 33, 182, var(--tw-divide-opacity))
}

.tw-divide-purple-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(76, 29, 149, var(--tw-divide-opacity))
}

.tw-divide-pink-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(253, 242, 248, var(--tw-divide-opacity))
}

.tw-divide-pink-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(252, 231, 243, var(--tw-divide-opacity))
}

.tw-divide-pink-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(251, 207, 232, var(--tw-divide-opacity))
}

.tw-divide-pink-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(249, 168, 212, var(--tw-divide-opacity))
}

.tw-divide-pink-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(244, 114, 182, var(--tw-divide-opacity))
}

.tw-divide-pink-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(236, 72, 153, var(--tw-divide-opacity))
}

.tw-divide-pink-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(219, 39, 119, var(--tw-divide-opacity))
}

.tw-divide-pink-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(190, 24, 93, var(--tw-divide-opacity))
}

.tw-divide-pink-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(157, 23, 77, var(--tw-divide-opacity))
}

.tw-divide-pink-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(131, 24, 67, var(--tw-divide-opacity))
}

.tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0
}

.tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.05
}

.tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.1
}

.tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.2
}

.tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.25
}

.tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.3
}

.tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.4
}

.tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.5
}

.tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.6
}

.tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.7
}

.tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.75
}

.tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.8
}

.tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.9
}

.tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:0.95
}

.tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1
}

.tw-place-self-auto{
  place-self:auto
}

.tw-place-self-start{
  place-self:start
}

.tw-place-self-end{
  place-self:end
}

.tw-place-self-center{
  place-self:center
}

.tw-place-self-stretch{
  place-self:stretch
}

.tw-self-auto{
  align-self:auto
}

.tw-self-start{
  align-self:flex-start
}

.tw-self-end{
  align-self:flex-end
}

.tw-self-center{
  align-self:center
}

.tw-self-stretch{
  align-self:stretch
}

.tw-self-baseline{
  align-self:baseline
}

.tw-justify-self-auto{
  justify-self:auto
}

.tw-justify-self-start{
  justify-self:start
}

.tw-justify-self-end{
  justify-self:end
}

.tw-justify-self-center{
  justify-self:center
}

.tw-justify-self-stretch{
  justify-self:stretch
}

.tw-overflow-auto{
  overflow:auto
}

.tw-overflow-hidden{
  overflow:hidden
}

.tw-overflow-visible{
  overflow:visible
}

.tw-overflow-scroll{
  overflow:scroll
}

.tw-overflow-x-auto{
  overflow-x:auto
}

.tw-overflow-y-auto{
  overflow-y:auto
}

.tw-overflow-x-hidden{
  overflow-x:hidden
}

.tw-overflow-y-hidden{
  overflow-y:hidden
}

.tw-overflow-x-visible{
  overflow-x:visible
}

.tw-overflow-y-visible{
  overflow-y:visible
}

.tw-overflow-x-scroll{
  overflow-x:scroll
}

.tw-overflow-y-scroll{
  overflow-y:scroll
}

.tw-overscroll-auto{
  overscroll-behavior:auto
}

.tw-overscroll-contain{
  overscroll-behavior:contain
}

.tw-overscroll-none{
  overscroll-behavior:none
}

.tw-overscroll-y-auto{
  overscroll-behavior-y:auto
}

.tw-overscroll-y-contain{
  overscroll-behavior-y:contain
}

.tw-overscroll-y-none{
  overscroll-behavior-y:none
}

.tw-overscroll-x-auto{
  overscroll-behavior-x:auto
}

.tw-overscroll-x-contain{
  overscroll-behavior-x:contain
}

.tw-overscroll-x-none{
  overscroll-behavior-x:none
}

.tw-truncate{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.tw-overflow-ellipsis{
  text-overflow:ellipsis
}

.tw-overflow-clip{
  text-overflow:clip
}

.tw-whitespace-normal{
  white-space:normal
}

.tw-whitespace-nowrap{
  white-space:nowrap
}

.tw-whitespace-pre{
  white-space:pre
}

.tw-whitespace-pre-line{
  white-space:pre-line
}

.tw-whitespace-pre-wrap{
  white-space:pre-wrap
}

.tw-break-normal{
  overflow-wrap:normal;
  word-break:normal
}

.tw-break-words{
  overflow-wrap:break-word
}

.tw-break-all{
  word-break:break-all
}

.tw-rounded-none{
  border-radius:0px
}

.tw-rounded-sm{
  border-radius:0.125rem
}

.tw-rounded{
  border-radius:0.25rem
}

.tw-rounded-md{
  border-radius:0.375rem
}

.tw-rounded-lg{
  border-radius:0.5rem
}

.tw-rounded-xl{
  border-radius:0.75rem
}

.tw-rounded-2xl{
  border-radius:1rem
}

.tw-rounded-3xl{
  border-radius:1.5rem
}

.tw-rounded-full{
  border-radius:9999px
}

.tw-rounded-t-none{
  border-top-left-radius:0px;
  border-top-right-radius:0px
}

.tw-rounded-t-sm{
  border-top-left-radius:0.125rem;
  border-top-right-radius:0.125rem
}

.tw-rounded-t{
  border-top-left-radius:0.25rem;
  border-top-right-radius:0.25rem
}

.tw-rounded-t-md{
  border-top-left-radius:0.375rem;
  border-top-right-radius:0.375rem
}

.tw-rounded-t-lg{
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem
}

.tw-rounded-t-xl{
  border-top-left-radius:0.75rem;
  border-top-right-radius:0.75rem
}

.tw-rounded-t-2xl{
  border-top-left-radius:1rem;
  border-top-right-radius:1rem
}

.tw-rounded-t-3xl{
  border-top-left-radius:1.5rem;
  border-top-right-radius:1.5rem
}

.tw-rounded-t-full{
  border-top-left-radius:9999px;
  border-top-right-radius:9999px
}

.tw-rounded-r-none{
  border-top-right-radius:0px;
  border-bottom-right-radius:0px
}

.tw-rounded-r-sm{
  border-top-right-radius:0.125rem;
  border-bottom-right-radius:0.125rem
}

.tw-rounded-r{
  border-top-right-radius:0.25rem;
  border-bottom-right-radius:0.25rem
}

.tw-rounded-r-md{
  border-top-right-radius:0.375rem;
  border-bottom-right-radius:0.375rem
}

.tw-rounded-r-lg{
  border-top-right-radius:0.5rem;
  border-bottom-right-radius:0.5rem
}

.tw-rounded-r-xl{
  border-top-right-radius:0.75rem;
  border-bottom-right-radius:0.75rem
}

.tw-rounded-r-2xl{
  border-top-right-radius:1rem;
  border-bottom-right-radius:1rem
}

.tw-rounded-r-3xl{
  border-top-right-radius:1.5rem;
  border-bottom-right-radius:1.5rem
}

.tw-rounded-r-full{
  border-top-right-radius:9999px;
  border-bottom-right-radius:9999px
}

.tw-rounded-b-none{
  border-bottom-right-radius:0px;
  border-bottom-left-radius:0px
}

.tw-rounded-b-sm{
  border-bottom-right-radius:0.125rem;
  border-bottom-left-radius:0.125rem
}

.tw-rounded-b{
  border-bottom-right-radius:0.25rem;
  border-bottom-left-radius:0.25rem
}

.tw-rounded-b-md{
  border-bottom-right-radius:0.375rem;
  border-bottom-left-radius:0.375rem
}

.tw-rounded-b-lg{
  border-bottom-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem
}

.tw-rounded-b-xl{
  border-bottom-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem
}

.tw-rounded-b-2xl{
  border-bottom-right-radius:1rem;
  border-bottom-left-radius:1rem
}

.tw-rounded-b-3xl{
  border-bottom-right-radius:1.5rem;
  border-bottom-left-radius:1.5rem
}

.tw-rounded-b-full{
  border-bottom-right-radius:9999px;
  border-bottom-left-radius:9999px
}

.tw-rounded-l-none{
  border-top-left-radius:0px;
  border-bottom-left-radius:0px
}

.tw-rounded-l-sm{
  border-top-left-radius:0.125rem;
  border-bottom-left-radius:0.125rem
}

.tw-rounded-l{
  border-top-left-radius:0.25rem;
  border-bottom-left-radius:0.25rem
}

.tw-rounded-l-md{
  border-top-left-radius:0.375rem;
  border-bottom-left-radius:0.375rem
}

.tw-rounded-l-lg{
  border-top-left-radius:0.5rem;
  border-bottom-left-radius:0.5rem
}

.tw-rounded-l-xl{
  border-top-left-radius:0.75rem;
  border-bottom-left-radius:0.75rem
}

.tw-rounded-l-2xl{
  border-top-left-radius:1rem;
  border-bottom-left-radius:1rem
}

.tw-rounded-l-3xl{
  border-top-left-radius:1.5rem;
  border-bottom-left-radius:1.5rem
}

.tw-rounded-l-full{
  border-top-left-radius:9999px;
  border-bottom-left-radius:9999px
}

.tw-rounded-tl-none{
  border-top-left-radius:0px
}

.tw-rounded-tl-sm{
  border-top-left-radius:0.125rem
}

.tw-rounded-tl{
  border-top-left-radius:0.25rem
}

.tw-rounded-tl-md{
  border-top-left-radius:0.375rem
}

.tw-rounded-tl-lg{
  border-top-left-radius:0.5rem
}

.tw-rounded-tl-xl{
  border-top-left-radius:0.75rem
}

.tw-rounded-tl-2xl{
  border-top-left-radius:1rem
}

.tw-rounded-tl-3xl{
  border-top-left-radius:1.5rem
}

.tw-rounded-tl-full{
  border-top-left-radius:9999px
}

.tw-rounded-tr-none{
  border-top-right-radius:0px
}

.tw-rounded-tr-sm{
  border-top-right-radius:0.125rem
}

.tw-rounded-tr{
  border-top-right-radius:0.25rem
}

.tw-rounded-tr-md{
  border-top-right-radius:0.375rem
}

.tw-rounded-tr-lg{
  border-top-right-radius:0.5rem
}

.tw-rounded-tr-xl{
  border-top-right-radius:0.75rem
}

.tw-rounded-tr-2xl{
  border-top-right-radius:1rem
}

.tw-rounded-tr-3xl{
  border-top-right-radius:1.5rem
}

.tw-rounded-tr-full{
  border-top-right-radius:9999px
}

.tw-rounded-br-none{
  border-bottom-right-radius:0px
}

.tw-rounded-br-sm{
  border-bottom-right-radius:0.125rem
}

.tw-rounded-br{
  border-bottom-right-radius:0.25rem
}

.tw-rounded-br-md{
  border-bottom-right-radius:0.375rem
}

.tw-rounded-br-lg{
  border-bottom-right-radius:0.5rem
}

.tw-rounded-br-xl{
  border-bottom-right-radius:0.75rem
}

.tw-rounded-br-2xl{
  border-bottom-right-radius:1rem
}

.tw-rounded-br-3xl{
  border-bottom-right-radius:1.5rem
}

.tw-rounded-br-full{
  border-bottom-right-radius:9999px
}

.tw-rounded-bl-none{
  border-bottom-left-radius:0px
}

.tw-rounded-bl-sm{
  border-bottom-left-radius:0.125rem
}

.tw-rounded-bl{
  border-bottom-left-radius:0.25rem
}

.tw-rounded-bl-md{
  border-bottom-left-radius:0.375rem
}

.tw-rounded-bl-lg{
  border-bottom-left-radius:0.5rem
}

.tw-rounded-bl-xl{
  border-bottom-left-radius:0.75rem
}

.tw-rounded-bl-2xl{
  border-bottom-left-radius:1rem
}

.tw-rounded-bl-3xl{
  border-bottom-left-radius:1.5rem
}

.tw-rounded-bl-full{
  border-bottom-left-radius:9999px
}

.tw-border-0{
  border-width:0px
}

.tw-border-2{
  border-width:2px
}

.tw-border-4{
  border-width:4px
}

.tw-border-8{
  border-width:8px
}

.tw-border{
  border-width:1px
}

.tw-border-t-0{
  border-top-width:0px
}

.tw-border-t-2{
  border-top-width:2px
}

.tw-border-t-4{
  border-top-width:4px
}

.tw-border-t-8{
  border-top-width:8px
}

.tw-border-t{
  border-top-width:1px
}

.tw-border-r-0{
  border-right-width:0px
}

.tw-border-r-2{
  border-right-width:2px
}

.tw-border-r-4{
  border-right-width:4px
}

.tw-border-r-8{
  border-right-width:8px
}

.tw-border-r{
  border-right-width:1px
}

.tw-border-b-0{
  border-bottom-width:0px
}

.tw-border-b-2{
  border-bottom-width:2px
}

.tw-border-b-4{
  border-bottom-width:4px
}

.tw-border-b-8{
  border-bottom-width:8px
}

.tw-border-b{
  border-bottom-width:1px
}

.tw-border-l-0{
  border-left-width:0px
}

.tw-border-l-2{
  border-left-width:2px
}

.tw-border-l-4{
  border-left-width:4px
}

.tw-border-l-8{
  border-left-width:8px
}

.tw-border-l{
  border-left-width:1px
}

.tw-border-solid{
  border-style:solid
}

.tw-border-dashed{
  border-style:dashed
}

.tw-border-dotted{
  border-style:dotted
}

.tw-border-double{
  border-style:double
}

.tw-border-none{
  border-style:none
}

.tw-border-transparent{
  border-color:transparent
}

.tw-border-current{
  border-color:currentColor
}

.tw-border-black{
  --tw-border-opacity:1;
  border-color:rgba(0, 0, 0, var(--tw-border-opacity))
}

.tw-border-white{
  --tw-border-opacity:1;
  border-color:rgba(255, 255, 255, var(--tw-border-opacity))
}

.tw-border-gray-50{
  --tw-border-opacity:1;
  border-color:rgba(249, 250, 251, var(--tw-border-opacity))
}

.tw-border-gray-100{
  --tw-border-opacity:1;
  border-color:rgba(243, 244, 246, var(--tw-border-opacity))
}

.tw-border-gray-200{
  --tw-border-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-border-opacity))
}

.tw-border-gray-300{
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity))
}

.tw-border-gray-400{
  --tw-border-opacity:1;
  border-color:rgba(156, 163, 175, var(--tw-border-opacity))
}

.tw-border-gray-500{
  --tw-border-opacity:1;
  border-color:rgba(107, 114, 128, var(--tw-border-opacity))
}

.tw-border-gray-600{
  --tw-border-opacity:1;
  border-color:rgba(75, 85, 99, var(--tw-border-opacity))
}

.tw-border-gray-700{
  --tw-border-opacity:1;
  border-color:rgba(55, 65, 81, var(--tw-border-opacity))
}

.tw-border-gray-800{
  --tw-border-opacity:1;
  border-color:rgba(31, 41, 55, var(--tw-border-opacity))
}

.tw-border-gray-900{
  --tw-border-opacity:1;
  border-color:rgba(17, 24, 39, var(--tw-border-opacity))
}

.tw-border-red-50{
  --tw-border-opacity:1;
  border-color:rgba(254, 242, 242, var(--tw-border-opacity))
}

.tw-border-red-100{
  --tw-border-opacity:1;
  border-color:rgba(254, 226, 226, var(--tw-border-opacity))
}

.tw-border-red-200{
  --tw-border-opacity:1;
  border-color:rgba(254, 202, 202, var(--tw-border-opacity))
}

.tw-border-red-300{
  --tw-border-opacity:1;
  border-color:rgba(252, 165, 165, var(--tw-border-opacity))
}

.tw-border-red-400{
  --tw-border-opacity:1;
  border-color:rgba(248, 113, 113, var(--tw-border-opacity))
}

.tw-border-red-500{
  --tw-border-opacity:1;
  border-color:rgba(239, 68, 68, var(--tw-border-opacity))
}

.tw-border-red-600{
  --tw-border-opacity:1;
  border-color:rgba(220, 38, 38, var(--tw-border-opacity))
}

.tw-border-red-700{
  --tw-border-opacity:1;
  border-color:rgba(185, 28, 28, var(--tw-border-opacity))
}

.tw-border-red-800{
  --tw-border-opacity:1;
  border-color:rgba(153, 27, 27, var(--tw-border-opacity))
}

.tw-border-red-900{
  --tw-border-opacity:1;
  border-color:rgba(127, 29, 29, var(--tw-border-opacity))
}

.tw-border-yellow-50{
  --tw-border-opacity:1;
  border-color:rgba(255, 251, 235, var(--tw-border-opacity))
}

.tw-border-yellow-100{
  --tw-border-opacity:1;
  border-color:rgba(254, 243, 199, var(--tw-border-opacity))
}

.tw-border-yellow-200{
  --tw-border-opacity:1;
  border-color:rgba(253, 230, 138, var(--tw-border-opacity))
}

.tw-border-yellow-300{
  --tw-border-opacity:1;
  border-color:rgba(252, 211, 77, var(--tw-border-opacity))
}

.tw-border-yellow-400{
  --tw-border-opacity:1;
  border-color:rgba(251, 191, 36, var(--tw-border-opacity))
}

.tw-border-yellow-500{
  --tw-border-opacity:1;
  border-color:rgba(245, 158, 11, var(--tw-border-opacity))
}

.tw-border-yellow-600{
  --tw-border-opacity:1;
  border-color:rgba(217, 119, 6, var(--tw-border-opacity))
}

.tw-border-yellow-700{
  --tw-border-opacity:1;
  border-color:rgba(180, 83, 9, var(--tw-border-opacity))
}

.tw-border-yellow-800{
  --tw-border-opacity:1;
  border-color:rgba(146, 64, 14, var(--tw-border-opacity))
}

.tw-border-yellow-900{
  --tw-border-opacity:1;
  border-color:rgba(120, 53, 15, var(--tw-border-opacity))
}

.tw-border-green-50{
  --tw-border-opacity:1;
  border-color:rgba(236, 253, 245, var(--tw-border-opacity))
}

.tw-border-green-100{
  --tw-border-opacity:1;
  border-color:rgba(209, 250, 229, var(--tw-border-opacity))
}

.tw-border-green-200{
  --tw-border-opacity:1;
  border-color:rgba(167, 243, 208, var(--tw-border-opacity))
}

.tw-border-green-300{
  --tw-border-opacity:1;
  border-color:rgba(110, 231, 183, var(--tw-border-opacity))
}

.tw-border-green-400{
  --tw-border-opacity:1;
  border-color:rgba(52, 211, 153, var(--tw-border-opacity))
}

.tw-border-green-500{
  --tw-border-opacity:1;
  border-color:rgba(16, 185, 129, var(--tw-border-opacity))
}

.tw-border-green-600{
  --tw-border-opacity:1;
  border-color:rgba(5, 150, 105, var(--tw-border-opacity))
}

.tw-border-green-700{
  --tw-border-opacity:1;
  border-color:rgba(4, 120, 87, var(--tw-border-opacity))
}

.tw-border-green-800{
  --tw-border-opacity:1;
  border-color:rgba(6, 95, 70, var(--tw-border-opacity))
}

.tw-border-green-900{
  --tw-border-opacity:1;
  border-color:rgba(6, 78, 59, var(--tw-border-opacity))
}

.tw-border-blue-50{
  --tw-border-opacity:1;
  border-color:rgba(239, 246, 255, var(--tw-border-opacity))
}

.tw-border-blue-100{
  --tw-border-opacity:1;
  border-color:rgba(219, 234, 254, var(--tw-border-opacity))
}

.tw-border-blue-200{
  --tw-border-opacity:1;
  border-color:rgba(191, 219, 254, var(--tw-border-opacity))
}

.tw-border-blue-300{
  --tw-border-opacity:1;
  border-color:rgba(147, 197, 253, var(--tw-border-opacity))
}

.tw-border-blue-400{
  --tw-border-opacity:1;
  border-color:rgba(96, 165, 250, var(--tw-border-opacity))
}

.tw-border-blue-500{
  --tw-border-opacity:1;
  border-color:rgba(59, 130, 246, var(--tw-border-opacity))
}

.tw-border-blue-600{
  --tw-border-opacity:1;
  border-color:rgba(37, 99, 235, var(--tw-border-opacity))
}

.tw-border-blue-700{
  --tw-border-opacity:1;
  border-color:rgba(29, 78, 216, var(--tw-border-opacity))
}

.tw-border-blue-800{
  --tw-border-opacity:1;
  border-color:rgba(30, 64, 175, var(--tw-border-opacity))
}

.tw-border-blue-900{
  --tw-border-opacity:1;
  border-color:rgba(30, 58, 138, var(--tw-border-opacity))
}

.tw-border-indigo-50{
  --tw-border-opacity:1;
  border-color:rgba(238, 242, 255, var(--tw-border-opacity))
}

.tw-border-indigo-100{
  --tw-border-opacity:1;
  border-color:rgba(224, 231, 255, var(--tw-border-opacity))
}

.tw-border-indigo-200{
  --tw-border-opacity:1;
  border-color:rgba(199, 210, 254, var(--tw-border-opacity))
}

.tw-border-indigo-300{
  --tw-border-opacity:1;
  border-color:rgba(165, 180, 252, var(--tw-border-opacity))
}

.tw-border-indigo-400{
  --tw-border-opacity:1;
  border-color:rgba(129, 140, 248, var(--tw-border-opacity))
}

.tw-border-indigo-500{
  --tw-border-opacity:1;
  border-color:rgba(99, 102, 241, var(--tw-border-opacity))
}

.tw-border-indigo-600{
  --tw-border-opacity:1;
  border-color:rgba(79, 70, 229, var(--tw-border-opacity))
}

.tw-border-indigo-700{
  --tw-border-opacity:1;
  border-color:rgba(67, 56, 202, var(--tw-border-opacity))
}

.tw-border-indigo-800{
  --tw-border-opacity:1;
  border-color:rgba(55, 48, 163, var(--tw-border-opacity))
}

.tw-border-indigo-900{
  --tw-border-opacity:1;
  border-color:rgba(49, 46, 129, var(--tw-border-opacity))
}

.tw-border-purple-50{
  --tw-border-opacity:1;
  border-color:rgba(245, 243, 255, var(--tw-border-opacity))
}

.tw-border-purple-100{
  --tw-border-opacity:1;
  border-color:rgba(237, 233, 254, var(--tw-border-opacity))
}

.tw-border-purple-200{
  --tw-border-opacity:1;
  border-color:rgba(221, 214, 254, var(--tw-border-opacity))
}

.tw-border-purple-300{
  --tw-border-opacity:1;
  border-color:rgba(196, 181, 253, var(--tw-border-opacity))
}

.tw-border-purple-400{
  --tw-border-opacity:1;
  border-color:rgba(167, 139, 250, var(--tw-border-opacity))
}

.tw-border-purple-500{
  --tw-border-opacity:1;
  border-color:rgba(139, 92, 246, var(--tw-border-opacity))
}

.tw-border-purple-600{
  --tw-border-opacity:1;
  border-color:rgba(124, 58, 237, var(--tw-border-opacity))
}

.tw-border-purple-700{
  --tw-border-opacity:1;
  border-color:rgba(109, 40, 217, var(--tw-border-opacity))
}

.tw-border-purple-800{
  --tw-border-opacity:1;
  border-color:rgba(91, 33, 182, var(--tw-border-opacity))
}

.tw-border-purple-900{
  --tw-border-opacity:1;
  border-color:rgba(76, 29, 149, var(--tw-border-opacity))
}

.tw-border-pink-50{
  --tw-border-opacity:1;
  border-color:rgba(253, 242, 248, var(--tw-border-opacity))
}

.tw-border-pink-100{
  --tw-border-opacity:1;
  border-color:rgba(252, 231, 243, var(--tw-border-opacity))
}

.tw-border-pink-200{
  --tw-border-opacity:1;
  border-color:rgba(251, 207, 232, var(--tw-border-opacity))
}

.tw-border-pink-300{
  --tw-border-opacity:1;
  border-color:rgba(249, 168, 212, var(--tw-border-opacity))
}

.tw-border-pink-400{
  --tw-border-opacity:1;
  border-color:rgba(244, 114, 182, var(--tw-border-opacity))
}

.tw-border-pink-500{
  --tw-border-opacity:1;
  border-color:rgba(236, 72, 153, var(--tw-border-opacity))
}

.tw-border-pink-600{
  --tw-border-opacity:1;
  border-color:rgba(219, 39, 119, var(--tw-border-opacity))
}

.tw-border-pink-700{
  --tw-border-opacity:1;
  border-color:rgba(190, 24, 93, var(--tw-border-opacity))
}

.tw-border-pink-800{
  --tw-border-opacity:1;
  border-color:rgba(157, 23, 77, var(--tw-border-opacity))
}

.tw-border-pink-900{
  --tw-border-opacity:1;
  border-color:rgba(131, 24, 67, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-transparent{
  border-color:transparent
}

.tw-group:hover .group-hover\:tw-border-current{
  border-color:currentColor
}

.tw-group:hover .group-hover\:tw-border-black{
  --tw-border-opacity:1;
  border-color:rgba(0, 0, 0, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-white{
  --tw-border-opacity:1;
  border-color:rgba(255, 255, 255, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-gray-50{
  --tw-border-opacity:1;
  border-color:rgba(249, 250, 251, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-gray-100{
  --tw-border-opacity:1;
  border-color:rgba(243, 244, 246, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-gray-200{
  --tw-border-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-gray-300{
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-gray-400{
  --tw-border-opacity:1;
  border-color:rgba(156, 163, 175, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-gray-500{
  --tw-border-opacity:1;
  border-color:rgba(107, 114, 128, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-gray-600{
  --tw-border-opacity:1;
  border-color:rgba(75, 85, 99, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-gray-700{
  --tw-border-opacity:1;
  border-color:rgba(55, 65, 81, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-gray-800{
  --tw-border-opacity:1;
  border-color:rgba(31, 41, 55, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-gray-900{
  --tw-border-opacity:1;
  border-color:rgba(17, 24, 39, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-red-50{
  --tw-border-opacity:1;
  border-color:rgba(254, 242, 242, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-red-100{
  --tw-border-opacity:1;
  border-color:rgba(254, 226, 226, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-red-200{
  --tw-border-opacity:1;
  border-color:rgba(254, 202, 202, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-red-300{
  --tw-border-opacity:1;
  border-color:rgba(252, 165, 165, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-red-400{
  --tw-border-opacity:1;
  border-color:rgba(248, 113, 113, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-red-500{
  --tw-border-opacity:1;
  border-color:rgba(239, 68, 68, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-red-600{
  --tw-border-opacity:1;
  border-color:rgba(220, 38, 38, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-red-700{
  --tw-border-opacity:1;
  border-color:rgba(185, 28, 28, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-red-800{
  --tw-border-opacity:1;
  border-color:rgba(153, 27, 27, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-red-900{
  --tw-border-opacity:1;
  border-color:rgba(127, 29, 29, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-yellow-50{
  --tw-border-opacity:1;
  border-color:rgba(255, 251, 235, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-yellow-100{
  --tw-border-opacity:1;
  border-color:rgba(254, 243, 199, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-yellow-200{
  --tw-border-opacity:1;
  border-color:rgba(253, 230, 138, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-yellow-300{
  --tw-border-opacity:1;
  border-color:rgba(252, 211, 77, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-yellow-400{
  --tw-border-opacity:1;
  border-color:rgba(251, 191, 36, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-yellow-500{
  --tw-border-opacity:1;
  border-color:rgba(245, 158, 11, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-yellow-600{
  --tw-border-opacity:1;
  border-color:rgba(217, 119, 6, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-yellow-700{
  --tw-border-opacity:1;
  border-color:rgba(180, 83, 9, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-yellow-800{
  --tw-border-opacity:1;
  border-color:rgba(146, 64, 14, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-yellow-900{
  --tw-border-opacity:1;
  border-color:rgba(120, 53, 15, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-green-50{
  --tw-border-opacity:1;
  border-color:rgba(236, 253, 245, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-green-100{
  --tw-border-opacity:1;
  border-color:rgba(209, 250, 229, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-green-200{
  --tw-border-opacity:1;
  border-color:rgba(167, 243, 208, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-green-300{
  --tw-border-opacity:1;
  border-color:rgba(110, 231, 183, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-green-400{
  --tw-border-opacity:1;
  border-color:rgba(52, 211, 153, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-green-500{
  --tw-border-opacity:1;
  border-color:rgba(16, 185, 129, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-green-600{
  --tw-border-opacity:1;
  border-color:rgba(5, 150, 105, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-green-700{
  --tw-border-opacity:1;
  border-color:rgba(4, 120, 87, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-green-800{
  --tw-border-opacity:1;
  border-color:rgba(6, 95, 70, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-green-900{
  --tw-border-opacity:1;
  border-color:rgba(6, 78, 59, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-blue-50{
  --tw-border-opacity:1;
  border-color:rgba(239, 246, 255, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-blue-100{
  --tw-border-opacity:1;
  border-color:rgba(219, 234, 254, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-blue-200{
  --tw-border-opacity:1;
  border-color:rgba(191, 219, 254, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-blue-300{
  --tw-border-opacity:1;
  border-color:rgba(147, 197, 253, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-blue-400{
  --tw-border-opacity:1;
  border-color:rgba(96, 165, 250, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-blue-500{
  --tw-border-opacity:1;
  border-color:rgba(59, 130, 246, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-blue-600{
  --tw-border-opacity:1;
  border-color:rgba(37, 99, 235, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-blue-700{
  --tw-border-opacity:1;
  border-color:rgba(29, 78, 216, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-blue-800{
  --tw-border-opacity:1;
  border-color:rgba(30, 64, 175, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-blue-900{
  --tw-border-opacity:1;
  border-color:rgba(30, 58, 138, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-indigo-50{
  --tw-border-opacity:1;
  border-color:rgba(238, 242, 255, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-indigo-100{
  --tw-border-opacity:1;
  border-color:rgba(224, 231, 255, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-indigo-200{
  --tw-border-opacity:1;
  border-color:rgba(199, 210, 254, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-indigo-300{
  --tw-border-opacity:1;
  border-color:rgba(165, 180, 252, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-indigo-400{
  --tw-border-opacity:1;
  border-color:rgba(129, 140, 248, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-indigo-500{
  --tw-border-opacity:1;
  border-color:rgba(99, 102, 241, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-indigo-600{
  --tw-border-opacity:1;
  border-color:rgba(79, 70, 229, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-indigo-700{
  --tw-border-opacity:1;
  border-color:rgba(67, 56, 202, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-indigo-800{
  --tw-border-opacity:1;
  border-color:rgba(55, 48, 163, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-indigo-900{
  --tw-border-opacity:1;
  border-color:rgba(49, 46, 129, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-purple-50{
  --tw-border-opacity:1;
  border-color:rgba(245, 243, 255, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-purple-100{
  --tw-border-opacity:1;
  border-color:rgba(237, 233, 254, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-purple-200{
  --tw-border-opacity:1;
  border-color:rgba(221, 214, 254, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-purple-300{
  --tw-border-opacity:1;
  border-color:rgba(196, 181, 253, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-purple-400{
  --tw-border-opacity:1;
  border-color:rgba(167, 139, 250, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-purple-500{
  --tw-border-opacity:1;
  border-color:rgba(139, 92, 246, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-purple-600{
  --tw-border-opacity:1;
  border-color:rgba(124, 58, 237, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-purple-700{
  --tw-border-opacity:1;
  border-color:rgba(109, 40, 217, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-purple-800{
  --tw-border-opacity:1;
  border-color:rgba(91, 33, 182, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-purple-900{
  --tw-border-opacity:1;
  border-color:rgba(76, 29, 149, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-pink-50{
  --tw-border-opacity:1;
  border-color:rgba(253, 242, 248, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-pink-100{
  --tw-border-opacity:1;
  border-color:rgba(252, 231, 243, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-pink-200{
  --tw-border-opacity:1;
  border-color:rgba(251, 207, 232, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-pink-300{
  --tw-border-opacity:1;
  border-color:rgba(249, 168, 212, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-pink-400{
  --tw-border-opacity:1;
  border-color:rgba(244, 114, 182, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-pink-500{
  --tw-border-opacity:1;
  border-color:rgba(236, 72, 153, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-pink-600{
  --tw-border-opacity:1;
  border-color:rgba(219, 39, 119, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-pink-700{
  --tw-border-opacity:1;
  border-color:rgba(190, 24, 93, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-pink-800{
  --tw-border-opacity:1;
  border-color:rgba(157, 23, 77, var(--tw-border-opacity))
}

.tw-group:hover .group-hover\:tw-border-pink-900{
  --tw-border-opacity:1;
  border-color:rgba(131, 24, 67, var(--tw-border-opacity))
}

.focus-within\:tw-border-transparent:focus-within{
  border-color:transparent
}

.focus-within\:tw-border-current:focus-within{
  border-color:currentColor
}

.focus-within\:tw-border-black:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(0, 0, 0, var(--tw-border-opacity))
}

.focus-within\:tw-border-white:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(255, 255, 255, var(--tw-border-opacity))
}

.focus-within\:tw-border-gray-50:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(249, 250, 251, var(--tw-border-opacity))
}

.focus-within\:tw-border-gray-100:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(243, 244, 246, var(--tw-border-opacity))
}

.focus-within\:tw-border-gray-200:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-border-opacity))
}

.focus-within\:tw-border-gray-300:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity))
}

.focus-within\:tw-border-gray-400:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(156, 163, 175, var(--tw-border-opacity))
}

.focus-within\:tw-border-gray-500:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(107, 114, 128, var(--tw-border-opacity))
}

.focus-within\:tw-border-gray-600:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(75, 85, 99, var(--tw-border-opacity))
}

.focus-within\:tw-border-gray-700:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(55, 65, 81, var(--tw-border-opacity))
}

.focus-within\:tw-border-gray-800:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(31, 41, 55, var(--tw-border-opacity))
}

.focus-within\:tw-border-gray-900:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(17, 24, 39, var(--tw-border-opacity))
}

.focus-within\:tw-border-red-50:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(254, 242, 242, var(--tw-border-opacity))
}

.focus-within\:tw-border-red-100:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(254, 226, 226, var(--tw-border-opacity))
}

.focus-within\:tw-border-red-200:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(254, 202, 202, var(--tw-border-opacity))
}

.focus-within\:tw-border-red-300:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(252, 165, 165, var(--tw-border-opacity))
}

.focus-within\:tw-border-red-400:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(248, 113, 113, var(--tw-border-opacity))
}

.focus-within\:tw-border-red-500:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(239, 68, 68, var(--tw-border-opacity))
}

.focus-within\:tw-border-red-600:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(220, 38, 38, var(--tw-border-opacity))
}

.focus-within\:tw-border-red-700:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(185, 28, 28, var(--tw-border-opacity))
}

.focus-within\:tw-border-red-800:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(153, 27, 27, var(--tw-border-opacity))
}

.focus-within\:tw-border-red-900:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(127, 29, 29, var(--tw-border-opacity))
}

.focus-within\:tw-border-yellow-50:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(255, 251, 235, var(--tw-border-opacity))
}

.focus-within\:tw-border-yellow-100:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(254, 243, 199, var(--tw-border-opacity))
}

.focus-within\:tw-border-yellow-200:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(253, 230, 138, var(--tw-border-opacity))
}

.focus-within\:tw-border-yellow-300:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(252, 211, 77, var(--tw-border-opacity))
}

.focus-within\:tw-border-yellow-400:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(251, 191, 36, var(--tw-border-opacity))
}

.focus-within\:tw-border-yellow-500:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(245, 158, 11, var(--tw-border-opacity))
}

.focus-within\:tw-border-yellow-600:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(217, 119, 6, var(--tw-border-opacity))
}

.focus-within\:tw-border-yellow-700:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(180, 83, 9, var(--tw-border-opacity))
}

.focus-within\:tw-border-yellow-800:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(146, 64, 14, var(--tw-border-opacity))
}

.focus-within\:tw-border-yellow-900:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(120, 53, 15, var(--tw-border-opacity))
}

.focus-within\:tw-border-green-50:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(236, 253, 245, var(--tw-border-opacity))
}

.focus-within\:tw-border-green-100:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(209, 250, 229, var(--tw-border-opacity))
}

.focus-within\:tw-border-green-200:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(167, 243, 208, var(--tw-border-opacity))
}

.focus-within\:tw-border-green-300:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(110, 231, 183, var(--tw-border-opacity))
}

.focus-within\:tw-border-green-400:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(52, 211, 153, var(--tw-border-opacity))
}

.focus-within\:tw-border-green-500:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(16, 185, 129, var(--tw-border-opacity))
}

.focus-within\:tw-border-green-600:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(5, 150, 105, var(--tw-border-opacity))
}

.focus-within\:tw-border-green-700:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(4, 120, 87, var(--tw-border-opacity))
}

.focus-within\:tw-border-green-800:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(6, 95, 70, var(--tw-border-opacity))
}

.focus-within\:tw-border-green-900:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(6, 78, 59, var(--tw-border-opacity))
}

.focus-within\:tw-border-blue-50:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(239, 246, 255, var(--tw-border-opacity))
}

.focus-within\:tw-border-blue-100:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(219, 234, 254, var(--tw-border-opacity))
}

.focus-within\:tw-border-blue-200:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(191, 219, 254, var(--tw-border-opacity))
}

.focus-within\:tw-border-blue-300:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(147, 197, 253, var(--tw-border-opacity))
}

.focus-within\:tw-border-blue-400:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(96, 165, 250, var(--tw-border-opacity))
}

.focus-within\:tw-border-blue-500:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(59, 130, 246, var(--tw-border-opacity))
}

.focus-within\:tw-border-blue-600:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(37, 99, 235, var(--tw-border-opacity))
}

.focus-within\:tw-border-blue-700:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(29, 78, 216, var(--tw-border-opacity))
}

.focus-within\:tw-border-blue-800:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(30, 64, 175, var(--tw-border-opacity))
}

.focus-within\:tw-border-blue-900:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(30, 58, 138, var(--tw-border-opacity))
}

.focus-within\:tw-border-indigo-50:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(238, 242, 255, var(--tw-border-opacity))
}

.focus-within\:tw-border-indigo-100:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(224, 231, 255, var(--tw-border-opacity))
}

.focus-within\:tw-border-indigo-200:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(199, 210, 254, var(--tw-border-opacity))
}

.focus-within\:tw-border-indigo-300:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(165, 180, 252, var(--tw-border-opacity))
}

.focus-within\:tw-border-indigo-400:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(129, 140, 248, var(--tw-border-opacity))
}

.focus-within\:tw-border-indigo-500:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(99, 102, 241, var(--tw-border-opacity))
}

.focus-within\:tw-border-indigo-600:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(79, 70, 229, var(--tw-border-opacity))
}

.focus-within\:tw-border-indigo-700:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(67, 56, 202, var(--tw-border-opacity))
}

.focus-within\:tw-border-indigo-800:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(55, 48, 163, var(--tw-border-opacity))
}

.focus-within\:tw-border-indigo-900:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(49, 46, 129, var(--tw-border-opacity))
}

.focus-within\:tw-border-purple-50:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(245, 243, 255, var(--tw-border-opacity))
}

.focus-within\:tw-border-purple-100:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(237, 233, 254, var(--tw-border-opacity))
}

.focus-within\:tw-border-purple-200:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(221, 214, 254, var(--tw-border-opacity))
}

.focus-within\:tw-border-purple-300:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(196, 181, 253, var(--tw-border-opacity))
}

.focus-within\:tw-border-purple-400:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(167, 139, 250, var(--tw-border-opacity))
}

.focus-within\:tw-border-purple-500:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(139, 92, 246, var(--tw-border-opacity))
}

.focus-within\:tw-border-purple-600:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(124, 58, 237, var(--tw-border-opacity))
}

.focus-within\:tw-border-purple-700:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(109, 40, 217, var(--tw-border-opacity))
}

.focus-within\:tw-border-purple-800:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(91, 33, 182, var(--tw-border-opacity))
}

.focus-within\:tw-border-purple-900:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(76, 29, 149, var(--tw-border-opacity))
}

.focus-within\:tw-border-pink-50:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(253, 242, 248, var(--tw-border-opacity))
}

.focus-within\:tw-border-pink-100:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(252, 231, 243, var(--tw-border-opacity))
}

.focus-within\:tw-border-pink-200:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(251, 207, 232, var(--tw-border-opacity))
}

.focus-within\:tw-border-pink-300:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(249, 168, 212, var(--tw-border-opacity))
}

.focus-within\:tw-border-pink-400:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(244, 114, 182, var(--tw-border-opacity))
}

.focus-within\:tw-border-pink-500:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(236, 72, 153, var(--tw-border-opacity))
}

.focus-within\:tw-border-pink-600:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(219, 39, 119, var(--tw-border-opacity))
}

.focus-within\:tw-border-pink-700:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(190, 24, 93, var(--tw-border-opacity))
}

.focus-within\:tw-border-pink-800:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(157, 23, 77, var(--tw-border-opacity))
}

.focus-within\:tw-border-pink-900:focus-within{
  --tw-border-opacity:1;
  border-color:rgba(131, 24, 67, var(--tw-border-opacity))
}

.hover\:tw-border-transparent:hover{
  border-color:transparent
}

.hover\:tw-border-current:hover{
  border-color:currentColor
}

.hover\:tw-border-black:hover{
  --tw-border-opacity:1;
  border-color:rgba(0, 0, 0, var(--tw-border-opacity))
}

.hover\:tw-border-white:hover{
  --tw-border-opacity:1;
  border-color:rgba(255, 255, 255, var(--tw-border-opacity))
}

.hover\:tw-border-gray-50:hover{
  --tw-border-opacity:1;
  border-color:rgba(249, 250, 251, var(--tw-border-opacity))
}

.hover\:tw-border-gray-100:hover{
  --tw-border-opacity:1;
  border-color:rgba(243, 244, 246, var(--tw-border-opacity))
}

.hover\:tw-border-gray-200:hover{
  --tw-border-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-border-opacity))
}

.hover\:tw-border-gray-300:hover{
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity))
}

.hover\:tw-border-gray-400:hover{
  --tw-border-opacity:1;
  border-color:rgba(156, 163, 175, var(--tw-border-opacity))
}

.hover\:tw-border-gray-500:hover{
  --tw-border-opacity:1;
  border-color:rgba(107, 114, 128, var(--tw-border-opacity))
}

.hover\:tw-border-gray-600:hover{
  --tw-border-opacity:1;
  border-color:rgba(75, 85, 99, var(--tw-border-opacity))
}

.hover\:tw-border-gray-700:hover{
  --tw-border-opacity:1;
  border-color:rgba(55, 65, 81, var(--tw-border-opacity))
}

.hover\:tw-border-gray-800:hover{
  --tw-border-opacity:1;
  border-color:rgba(31, 41, 55, var(--tw-border-opacity))
}

.hover\:tw-border-gray-900:hover{
  --tw-border-opacity:1;
  border-color:rgba(17, 24, 39, var(--tw-border-opacity))
}

.hover\:tw-border-red-50:hover{
  --tw-border-opacity:1;
  border-color:rgba(254, 242, 242, var(--tw-border-opacity))
}

.hover\:tw-border-red-100:hover{
  --tw-border-opacity:1;
  border-color:rgba(254, 226, 226, var(--tw-border-opacity))
}

.hover\:tw-border-red-200:hover{
  --tw-border-opacity:1;
  border-color:rgba(254, 202, 202, var(--tw-border-opacity))
}

.hover\:tw-border-red-300:hover{
  --tw-border-opacity:1;
  border-color:rgba(252, 165, 165, var(--tw-border-opacity))
}

.hover\:tw-border-red-400:hover{
  --tw-border-opacity:1;
  border-color:rgba(248, 113, 113, var(--tw-border-opacity))
}

.hover\:tw-border-red-500:hover{
  --tw-border-opacity:1;
  border-color:rgba(239, 68, 68, var(--tw-border-opacity))
}

.hover\:tw-border-red-600:hover{
  --tw-border-opacity:1;
  border-color:rgba(220, 38, 38, var(--tw-border-opacity))
}

.hover\:tw-border-red-700:hover{
  --tw-border-opacity:1;
  border-color:rgba(185, 28, 28, var(--tw-border-opacity))
}

.hover\:tw-border-red-800:hover{
  --tw-border-opacity:1;
  border-color:rgba(153, 27, 27, var(--tw-border-opacity))
}

.hover\:tw-border-red-900:hover{
  --tw-border-opacity:1;
  border-color:rgba(127, 29, 29, var(--tw-border-opacity))
}

.hover\:tw-border-yellow-50:hover{
  --tw-border-opacity:1;
  border-color:rgba(255, 251, 235, var(--tw-border-opacity))
}

.hover\:tw-border-yellow-100:hover{
  --tw-border-opacity:1;
  border-color:rgba(254, 243, 199, var(--tw-border-opacity))
}

.hover\:tw-border-yellow-200:hover{
  --tw-border-opacity:1;
  border-color:rgba(253, 230, 138, var(--tw-border-opacity))
}

.hover\:tw-border-yellow-300:hover{
  --tw-border-opacity:1;
  border-color:rgba(252, 211, 77, var(--tw-border-opacity))
}

.hover\:tw-border-yellow-400:hover{
  --tw-border-opacity:1;
  border-color:rgba(251, 191, 36, var(--tw-border-opacity))
}

.hover\:tw-border-yellow-500:hover{
  --tw-border-opacity:1;
  border-color:rgba(245, 158, 11, var(--tw-border-opacity))
}

.hover\:tw-border-yellow-600:hover{
  --tw-border-opacity:1;
  border-color:rgba(217, 119, 6, var(--tw-border-opacity))
}

.hover\:tw-border-yellow-700:hover{
  --tw-border-opacity:1;
  border-color:rgba(180, 83, 9, var(--tw-border-opacity))
}

.hover\:tw-border-yellow-800:hover{
  --tw-border-opacity:1;
  border-color:rgba(146, 64, 14, var(--tw-border-opacity))
}

.hover\:tw-border-yellow-900:hover{
  --tw-border-opacity:1;
  border-color:rgba(120, 53, 15, var(--tw-border-opacity))
}

.hover\:tw-border-green-50:hover{
  --tw-border-opacity:1;
  border-color:rgba(236, 253, 245, var(--tw-border-opacity))
}

.hover\:tw-border-green-100:hover{
  --tw-border-opacity:1;
  border-color:rgba(209, 250, 229, var(--tw-border-opacity))
}

.hover\:tw-border-green-200:hover{
  --tw-border-opacity:1;
  border-color:rgba(167, 243, 208, var(--tw-border-opacity))
}

.hover\:tw-border-green-300:hover{
  --tw-border-opacity:1;
  border-color:rgba(110, 231, 183, var(--tw-border-opacity))
}

.hover\:tw-border-green-400:hover{
  --tw-border-opacity:1;
  border-color:rgba(52, 211, 153, var(--tw-border-opacity))
}

.hover\:tw-border-green-500:hover{
  --tw-border-opacity:1;
  border-color:rgba(16, 185, 129, var(--tw-border-opacity))
}

.hover\:tw-border-green-600:hover{
  --tw-border-opacity:1;
  border-color:rgba(5, 150, 105, var(--tw-border-opacity))
}

.hover\:tw-border-green-700:hover{
  --tw-border-opacity:1;
  border-color:rgba(4, 120, 87, var(--tw-border-opacity))
}

.hover\:tw-border-green-800:hover{
  --tw-border-opacity:1;
  border-color:rgba(6, 95, 70, var(--tw-border-opacity))
}

.hover\:tw-border-green-900:hover{
  --tw-border-opacity:1;
  border-color:rgba(6, 78, 59, var(--tw-border-opacity))
}

.hover\:tw-border-blue-50:hover{
  --tw-border-opacity:1;
  border-color:rgba(239, 246, 255, var(--tw-border-opacity))
}

.hover\:tw-border-blue-100:hover{
  --tw-border-opacity:1;
  border-color:rgba(219, 234, 254, var(--tw-border-opacity))
}

.hover\:tw-border-blue-200:hover{
  --tw-border-opacity:1;
  border-color:rgba(191, 219, 254, var(--tw-border-opacity))
}

.hover\:tw-border-blue-300:hover{
  --tw-border-opacity:1;
  border-color:rgba(147, 197, 253, var(--tw-border-opacity))
}

.hover\:tw-border-blue-400:hover{
  --tw-border-opacity:1;
  border-color:rgba(96, 165, 250, var(--tw-border-opacity))
}

.hover\:tw-border-blue-500:hover{
  --tw-border-opacity:1;
  border-color:rgba(59, 130, 246, var(--tw-border-opacity))
}

.hover\:tw-border-blue-600:hover{
  --tw-border-opacity:1;
  border-color:rgba(37, 99, 235, var(--tw-border-opacity))
}

.hover\:tw-border-blue-700:hover{
  --tw-border-opacity:1;
  border-color:rgba(29, 78, 216, var(--tw-border-opacity))
}

.hover\:tw-border-blue-800:hover{
  --tw-border-opacity:1;
  border-color:rgba(30, 64, 175, var(--tw-border-opacity))
}

.hover\:tw-border-blue-900:hover{
  --tw-border-opacity:1;
  border-color:rgba(30, 58, 138, var(--tw-border-opacity))
}

.hover\:tw-border-indigo-50:hover{
  --tw-border-opacity:1;
  border-color:rgba(238, 242, 255, var(--tw-border-opacity))
}

.hover\:tw-border-indigo-100:hover{
  --tw-border-opacity:1;
  border-color:rgba(224, 231, 255, var(--tw-border-opacity))
}

.hover\:tw-border-indigo-200:hover{
  --tw-border-opacity:1;
  border-color:rgba(199, 210, 254, var(--tw-border-opacity))
}

.hover\:tw-border-indigo-300:hover{
  --tw-border-opacity:1;
  border-color:rgba(165, 180, 252, var(--tw-border-opacity))
}

.hover\:tw-border-indigo-400:hover{
  --tw-border-opacity:1;
  border-color:rgba(129, 140, 248, var(--tw-border-opacity))
}

.hover\:tw-border-indigo-500:hover{
  --tw-border-opacity:1;
  border-color:rgba(99, 102, 241, var(--tw-border-opacity))
}

.hover\:tw-border-indigo-600:hover{
  --tw-border-opacity:1;
  border-color:rgba(79, 70, 229, var(--tw-border-opacity))
}

.hover\:tw-border-indigo-700:hover{
  --tw-border-opacity:1;
  border-color:rgba(67, 56, 202, var(--tw-border-opacity))
}

.hover\:tw-border-indigo-800:hover{
  --tw-border-opacity:1;
  border-color:rgba(55, 48, 163, var(--tw-border-opacity))
}

.hover\:tw-border-indigo-900:hover{
  --tw-border-opacity:1;
  border-color:rgba(49, 46, 129, var(--tw-border-opacity))
}

.hover\:tw-border-purple-50:hover{
  --tw-border-opacity:1;
  border-color:rgba(245, 243, 255, var(--tw-border-opacity))
}

.hover\:tw-border-purple-100:hover{
  --tw-border-opacity:1;
  border-color:rgba(237, 233, 254, var(--tw-border-opacity))
}

.hover\:tw-border-purple-200:hover{
  --tw-border-opacity:1;
  border-color:rgba(221, 214, 254, var(--tw-border-opacity))
}

.hover\:tw-border-purple-300:hover{
  --tw-border-opacity:1;
  border-color:rgba(196, 181, 253, var(--tw-border-opacity))
}

.hover\:tw-border-purple-400:hover{
  --tw-border-opacity:1;
  border-color:rgba(167, 139, 250, var(--tw-border-opacity))
}

.hover\:tw-border-purple-500:hover{
  --tw-border-opacity:1;
  border-color:rgba(139, 92, 246, var(--tw-border-opacity))
}

.hover\:tw-border-purple-600:hover{
  --tw-border-opacity:1;
  border-color:rgba(124, 58, 237, var(--tw-border-opacity))
}

.hover\:tw-border-purple-700:hover{
  --tw-border-opacity:1;
  border-color:rgba(109, 40, 217, var(--tw-border-opacity))
}

.hover\:tw-border-purple-800:hover{
  --tw-border-opacity:1;
  border-color:rgba(91, 33, 182, var(--tw-border-opacity))
}

.hover\:tw-border-purple-900:hover{
  --tw-border-opacity:1;
  border-color:rgba(76, 29, 149, var(--tw-border-opacity))
}

.hover\:tw-border-pink-50:hover{
  --tw-border-opacity:1;
  border-color:rgba(253, 242, 248, var(--tw-border-opacity))
}

.hover\:tw-border-pink-100:hover{
  --tw-border-opacity:1;
  border-color:rgba(252, 231, 243, var(--tw-border-opacity))
}

.hover\:tw-border-pink-200:hover{
  --tw-border-opacity:1;
  border-color:rgba(251, 207, 232, var(--tw-border-opacity))
}

.hover\:tw-border-pink-300:hover{
  --tw-border-opacity:1;
  border-color:rgba(249, 168, 212, var(--tw-border-opacity))
}

.hover\:tw-border-pink-400:hover{
  --tw-border-opacity:1;
  border-color:rgba(244, 114, 182, var(--tw-border-opacity))
}

.hover\:tw-border-pink-500:hover{
  --tw-border-opacity:1;
  border-color:rgba(236, 72, 153, var(--tw-border-opacity))
}

.hover\:tw-border-pink-600:hover{
  --tw-border-opacity:1;
  border-color:rgba(219, 39, 119, var(--tw-border-opacity))
}

.hover\:tw-border-pink-700:hover{
  --tw-border-opacity:1;
  border-color:rgba(190, 24, 93, var(--tw-border-opacity))
}

.hover\:tw-border-pink-800:hover{
  --tw-border-opacity:1;
  border-color:rgba(157, 23, 77, var(--tw-border-opacity))
}

.hover\:tw-border-pink-900:hover{
  --tw-border-opacity:1;
  border-color:rgba(131, 24, 67, var(--tw-border-opacity))
}

.focus\:tw-border-transparent:focus{
  border-color:transparent
}

.focus\:tw-border-current:focus{
  border-color:currentColor
}

.focus\:tw-border-black:focus{
  --tw-border-opacity:1;
  border-color:rgba(0, 0, 0, var(--tw-border-opacity))
}

.focus\:tw-border-white:focus{
  --tw-border-opacity:1;
  border-color:rgba(255, 255, 255, var(--tw-border-opacity))
}

.focus\:tw-border-gray-50:focus{
  --tw-border-opacity:1;
  border-color:rgba(249, 250, 251, var(--tw-border-opacity))
}

.focus\:tw-border-gray-100:focus{
  --tw-border-opacity:1;
  border-color:rgba(243, 244, 246, var(--tw-border-opacity))
}

.focus\:tw-border-gray-200:focus{
  --tw-border-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-border-opacity))
}

.focus\:tw-border-gray-300:focus{
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity))
}

.focus\:tw-border-gray-400:focus{
  --tw-border-opacity:1;
  border-color:rgba(156, 163, 175, var(--tw-border-opacity))
}

.focus\:tw-border-gray-500:focus{
  --tw-border-opacity:1;
  border-color:rgba(107, 114, 128, var(--tw-border-opacity))
}

.focus\:tw-border-gray-600:focus{
  --tw-border-opacity:1;
  border-color:rgba(75, 85, 99, var(--tw-border-opacity))
}

.focus\:tw-border-gray-700:focus{
  --tw-border-opacity:1;
  border-color:rgba(55, 65, 81, var(--tw-border-opacity))
}

.focus\:tw-border-gray-800:focus{
  --tw-border-opacity:1;
  border-color:rgba(31, 41, 55, var(--tw-border-opacity))
}

.focus\:tw-border-gray-900:focus{
  --tw-border-opacity:1;
  border-color:rgba(17, 24, 39, var(--tw-border-opacity))
}

.focus\:tw-border-red-50:focus{
  --tw-border-opacity:1;
  border-color:rgba(254, 242, 242, var(--tw-border-opacity))
}

.focus\:tw-border-red-100:focus{
  --tw-border-opacity:1;
  border-color:rgba(254, 226, 226, var(--tw-border-opacity))
}

.focus\:tw-border-red-200:focus{
  --tw-border-opacity:1;
  border-color:rgba(254, 202, 202, var(--tw-border-opacity))
}

.focus\:tw-border-red-300:focus{
  --tw-border-opacity:1;
  border-color:rgba(252, 165, 165, var(--tw-border-opacity))
}

.focus\:tw-border-red-400:focus{
  --tw-border-opacity:1;
  border-color:rgba(248, 113, 113, var(--tw-border-opacity))
}

.focus\:tw-border-red-500:focus{
  --tw-border-opacity:1;
  border-color:rgba(239, 68, 68, var(--tw-border-opacity))
}

.focus\:tw-border-red-600:focus{
  --tw-border-opacity:1;
  border-color:rgba(220, 38, 38, var(--tw-border-opacity))
}

.focus\:tw-border-red-700:focus{
  --tw-border-opacity:1;
  border-color:rgba(185, 28, 28, var(--tw-border-opacity))
}

.focus\:tw-border-red-800:focus{
  --tw-border-opacity:1;
  border-color:rgba(153, 27, 27, var(--tw-border-opacity))
}

.focus\:tw-border-red-900:focus{
  --tw-border-opacity:1;
  border-color:rgba(127, 29, 29, var(--tw-border-opacity))
}

.focus\:tw-border-yellow-50:focus{
  --tw-border-opacity:1;
  border-color:rgba(255, 251, 235, var(--tw-border-opacity))
}

.focus\:tw-border-yellow-100:focus{
  --tw-border-opacity:1;
  border-color:rgba(254, 243, 199, var(--tw-border-opacity))
}

.focus\:tw-border-yellow-200:focus{
  --tw-border-opacity:1;
  border-color:rgba(253, 230, 138, var(--tw-border-opacity))
}

.focus\:tw-border-yellow-300:focus{
  --tw-border-opacity:1;
  border-color:rgba(252, 211, 77, var(--tw-border-opacity))
}

.focus\:tw-border-yellow-400:focus{
  --tw-border-opacity:1;
  border-color:rgba(251, 191, 36, var(--tw-border-opacity))
}

.focus\:tw-border-yellow-500:focus{
  --tw-border-opacity:1;
  border-color:rgba(245, 158, 11, var(--tw-border-opacity))
}

.focus\:tw-border-yellow-600:focus{
  --tw-border-opacity:1;
  border-color:rgba(217, 119, 6, var(--tw-border-opacity))
}

.focus\:tw-border-yellow-700:focus{
  --tw-border-opacity:1;
  border-color:rgba(180, 83, 9, var(--tw-border-opacity))
}

.focus\:tw-border-yellow-800:focus{
  --tw-border-opacity:1;
  border-color:rgba(146, 64, 14, var(--tw-border-opacity))
}

.focus\:tw-border-yellow-900:focus{
  --tw-border-opacity:1;
  border-color:rgba(120, 53, 15, var(--tw-border-opacity))
}

.focus\:tw-border-green-50:focus{
  --tw-border-opacity:1;
  border-color:rgba(236, 253, 245, var(--tw-border-opacity))
}

.focus\:tw-border-green-100:focus{
  --tw-border-opacity:1;
  border-color:rgba(209, 250, 229, var(--tw-border-opacity))
}

.focus\:tw-border-green-200:focus{
  --tw-border-opacity:1;
  border-color:rgba(167, 243, 208, var(--tw-border-opacity))
}

.focus\:tw-border-green-300:focus{
  --tw-border-opacity:1;
  border-color:rgba(110, 231, 183, var(--tw-border-opacity))
}

.focus\:tw-border-green-400:focus{
  --tw-border-opacity:1;
  border-color:rgba(52, 211, 153, var(--tw-border-opacity))
}

.focus\:tw-border-green-500:focus{
  --tw-border-opacity:1;
  border-color:rgba(16, 185, 129, var(--tw-border-opacity))
}

.focus\:tw-border-green-600:focus{
  --tw-border-opacity:1;
  border-color:rgba(5, 150, 105, var(--tw-border-opacity))
}

.focus\:tw-border-green-700:focus{
  --tw-border-opacity:1;
  border-color:rgba(4, 120, 87, var(--tw-border-opacity))
}

.focus\:tw-border-green-800:focus{
  --tw-border-opacity:1;
  border-color:rgba(6, 95, 70, var(--tw-border-opacity))
}

.focus\:tw-border-green-900:focus{
  --tw-border-opacity:1;
  border-color:rgba(6, 78, 59, var(--tw-border-opacity))
}

.focus\:tw-border-blue-50:focus{
  --tw-border-opacity:1;
  border-color:rgba(239, 246, 255, var(--tw-border-opacity))
}

.focus\:tw-border-blue-100:focus{
  --tw-border-opacity:1;
  border-color:rgba(219, 234, 254, var(--tw-border-opacity))
}

.focus\:tw-border-blue-200:focus{
  --tw-border-opacity:1;
  border-color:rgba(191, 219, 254, var(--tw-border-opacity))
}

.focus\:tw-border-blue-300:focus{
  --tw-border-opacity:1;
  border-color:rgba(147, 197, 253, var(--tw-border-opacity))
}

.focus\:tw-border-blue-400:focus{
  --tw-border-opacity:1;
  border-color:rgba(96, 165, 250, var(--tw-border-opacity))
}

.focus\:tw-border-blue-500:focus{
  --tw-border-opacity:1;
  border-color:rgba(59, 130, 246, var(--tw-border-opacity))
}

.focus\:tw-border-blue-600:focus{
  --tw-border-opacity:1;
  border-color:rgba(37, 99, 235, var(--tw-border-opacity))
}

.focus\:tw-border-blue-700:focus{
  --tw-border-opacity:1;
  border-color:rgba(29, 78, 216, var(--tw-border-opacity))
}

.focus\:tw-border-blue-800:focus{
  --tw-border-opacity:1;
  border-color:rgba(30, 64, 175, var(--tw-border-opacity))
}

.focus\:tw-border-blue-900:focus{
  --tw-border-opacity:1;
  border-color:rgba(30, 58, 138, var(--tw-border-opacity))
}

.focus\:tw-border-indigo-50:focus{
  --tw-border-opacity:1;
  border-color:rgba(238, 242, 255, var(--tw-border-opacity))
}

.focus\:tw-border-indigo-100:focus{
  --tw-border-opacity:1;
  border-color:rgba(224, 231, 255, var(--tw-border-opacity))
}

.focus\:tw-border-indigo-200:focus{
  --tw-border-opacity:1;
  border-color:rgba(199, 210, 254, var(--tw-border-opacity))
}

.focus\:tw-border-indigo-300:focus{
  --tw-border-opacity:1;
  border-color:rgba(165, 180, 252, var(--tw-border-opacity))
}

.focus\:tw-border-indigo-400:focus{
  --tw-border-opacity:1;
  border-color:rgba(129, 140, 248, var(--tw-border-opacity))
}

.focus\:tw-border-indigo-500:focus{
  --tw-border-opacity:1;
  border-color:rgba(99, 102, 241, var(--tw-border-opacity))
}

.focus\:tw-border-indigo-600:focus{
  --tw-border-opacity:1;
  border-color:rgba(79, 70, 229, var(--tw-border-opacity))
}

.focus\:tw-border-indigo-700:focus{
  --tw-border-opacity:1;
  border-color:rgba(67, 56, 202, var(--tw-border-opacity))
}

.focus\:tw-border-indigo-800:focus{
  --tw-border-opacity:1;
  border-color:rgba(55, 48, 163, var(--tw-border-opacity))
}

.focus\:tw-border-indigo-900:focus{
  --tw-border-opacity:1;
  border-color:rgba(49, 46, 129, var(--tw-border-opacity))
}

.focus\:tw-border-purple-50:focus{
  --tw-border-opacity:1;
  border-color:rgba(245, 243, 255, var(--tw-border-opacity))
}

.focus\:tw-border-purple-100:focus{
  --tw-border-opacity:1;
  border-color:rgba(237, 233, 254, var(--tw-border-opacity))
}

.focus\:tw-border-purple-200:focus{
  --tw-border-opacity:1;
  border-color:rgba(221, 214, 254, var(--tw-border-opacity))
}

.focus\:tw-border-purple-300:focus{
  --tw-border-opacity:1;
  border-color:rgba(196, 181, 253, var(--tw-border-opacity))
}

.focus\:tw-border-purple-400:focus{
  --tw-border-opacity:1;
  border-color:rgba(167, 139, 250, var(--tw-border-opacity))
}

.focus\:tw-border-purple-500:focus{
  --tw-border-opacity:1;
  border-color:rgba(139, 92, 246, var(--tw-border-opacity))
}

.focus\:tw-border-purple-600:focus{
  --tw-border-opacity:1;
  border-color:rgba(124, 58, 237, var(--tw-border-opacity))
}

.focus\:tw-border-purple-700:focus{
  --tw-border-opacity:1;
  border-color:rgba(109, 40, 217, var(--tw-border-opacity))
}

.focus\:tw-border-purple-800:focus{
  --tw-border-opacity:1;
  border-color:rgba(91, 33, 182, var(--tw-border-opacity))
}

.focus\:tw-border-purple-900:focus{
  --tw-border-opacity:1;
  border-color:rgba(76, 29, 149, var(--tw-border-opacity))
}

.focus\:tw-border-pink-50:focus{
  --tw-border-opacity:1;
  border-color:rgba(253, 242, 248, var(--tw-border-opacity))
}

.focus\:tw-border-pink-100:focus{
  --tw-border-opacity:1;
  border-color:rgba(252, 231, 243, var(--tw-border-opacity))
}

.focus\:tw-border-pink-200:focus{
  --tw-border-opacity:1;
  border-color:rgba(251, 207, 232, var(--tw-border-opacity))
}

.focus\:tw-border-pink-300:focus{
  --tw-border-opacity:1;
  border-color:rgba(249, 168, 212, var(--tw-border-opacity))
}

.focus\:tw-border-pink-400:focus{
  --tw-border-opacity:1;
  border-color:rgba(244, 114, 182, var(--tw-border-opacity))
}

.focus\:tw-border-pink-500:focus{
  --tw-border-opacity:1;
  border-color:rgba(236, 72, 153, var(--tw-border-opacity))
}

.focus\:tw-border-pink-600:focus{
  --tw-border-opacity:1;
  border-color:rgba(219, 39, 119, var(--tw-border-opacity))
}

.focus\:tw-border-pink-700:focus{
  --tw-border-opacity:1;
  border-color:rgba(190, 24, 93, var(--tw-border-opacity))
}

.focus\:tw-border-pink-800:focus{
  --tw-border-opacity:1;
  border-color:rgba(157, 23, 77, var(--tw-border-opacity))
}

.focus\:tw-border-pink-900:focus{
  --tw-border-opacity:1;
  border-color:rgba(131, 24, 67, var(--tw-border-opacity))
}

.tw-border-opacity-0{
  --tw-border-opacity:0
}

.tw-border-opacity-5{
  --tw-border-opacity:0.05
}

.tw-border-opacity-10{
  --tw-border-opacity:0.1
}

.tw-border-opacity-20{
  --tw-border-opacity:0.2
}

.tw-border-opacity-25{
  --tw-border-opacity:0.25
}

.tw-border-opacity-30{
  --tw-border-opacity:0.3
}

.tw-border-opacity-40{
  --tw-border-opacity:0.4
}

.tw-border-opacity-50{
  --tw-border-opacity:0.5
}

.tw-border-opacity-60{
  --tw-border-opacity:0.6
}

.tw-border-opacity-70{
  --tw-border-opacity:0.7
}

.tw-border-opacity-75{
  --tw-border-opacity:0.75
}

.tw-border-opacity-80{
  --tw-border-opacity:0.8
}

.tw-border-opacity-90{
  --tw-border-opacity:0.9
}

.tw-border-opacity-95{
  --tw-border-opacity:0.95
}

.tw-border-opacity-100{
  --tw-border-opacity:1
}

.tw-group:hover .group-hover\:tw-border-opacity-0{
  --tw-border-opacity:0
}

.tw-group:hover .group-hover\:tw-border-opacity-5{
  --tw-border-opacity:0.05
}

.tw-group:hover .group-hover\:tw-border-opacity-10{
  --tw-border-opacity:0.1
}

.tw-group:hover .group-hover\:tw-border-opacity-20{
  --tw-border-opacity:0.2
}

.tw-group:hover .group-hover\:tw-border-opacity-25{
  --tw-border-opacity:0.25
}

.tw-group:hover .group-hover\:tw-border-opacity-30{
  --tw-border-opacity:0.3
}

.tw-group:hover .group-hover\:tw-border-opacity-40{
  --tw-border-opacity:0.4
}

.tw-group:hover .group-hover\:tw-border-opacity-50{
  --tw-border-opacity:0.5
}

.tw-group:hover .group-hover\:tw-border-opacity-60{
  --tw-border-opacity:0.6
}

.tw-group:hover .group-hover\:tw-border-opacity-70{
  --tw-border-opacity:0.7
}

.tw-group:hover .group-hover\:tw-border-opacity-75{
  --tw-border-opacity:0.75
}

.tw-group:hover .group-hover\:tw-border-opacity-80{
  --tw-border-opacity:0.8
}

.tw-group:hover .group-hover\:tw-border-opacity-90{
  --tw-border-opacity:0.9
}

.tw-group:hover .group-hover\:tw-border-opacity-95{
  --tw-border-opacity:0.95
}

.tw-group:hover .group-hover\:tw-border-opacity-100{
  --tw-border-opacity:1
}

.focus-within\:tw-border-opacity-0:focus-within{
  --tw-border-opacity:0
}

.focus-within\:tw-border-opacity-5:focus-within{
  --tw-border-opacity:0.05
}

.focus-within\:tw-border-opacity-10:focus-within{
  --tw-border-opacity:0.1
}

.focus-within\:tw-border-opacity-20:focus-within{
  --tw-border-opacity:0.2
}

.focus-within\:tw-border-opacity-25:focus-within{
  --tw-border-opacity:0.25
}

.focus-within\:tw-border-opacity-30:focus-within{
  --tw-border-opacity:0.3
}

.focus-within\:tw-border-opacity-40:focus-within{
  --tw-border-opacity:0.4
}

.focus-within\:tw-border-opacity-50:focus-within{
  --tw-border-opacity:0.5
}

.focus-within\:tw-border-opacity-60:focus-within{
  --tw-border-opacity:0.6
}

.focus-within\:tw-border-opacity-70:focus-within{
  --tw-border-opacity:0.7
}

.focus-within\:tw-border-opacity-75:focus-within{
  --tw-border-opacity:0.75
}

.focus-within\:tw-border-opacity-80:focus-within{
  --tw-border-opacity:0.8
}

.focus-within\:tw-border-opacity-90:focus-within{
  --tw-border-opacity:0.9
}

.focus-within\:tw-border-opacity-95:focus-within{
  --tw-border-opacity:0.95
}

.focus-within\:tw-border-opacity-100:focus-within{
  --tw-border-opacity:1
}

.hover\:tw-border-opacity-0:hover{
  --tw-border-opacity:0
}

.hover\:tw-border-opacity-5:hover{
  --tw-border-opacity:0.05
}

.hover\:tw-border-opacity-10:hover{
  --tw-border-opacity:0.1
}

.hover\:tw-border-opacity-20:hover{
  --tw-border-opacity:0.2
}

.hover\:tw-border-opacity-25:hover{
  --tw-border-opacity:0.25
}

.hover\:tw-border-opacity-30:hover{
  --tw-border-opacity:0.3
}

.hover\:tw-border-opacity-40:hover{
  --tw-border-opacity:0.4
}

.hover\:tw-border-opacity-50:hover{
  --tw-border-opacity:0.5
}

.hover\:tw-border-opacity-60:hover{
  --tw-border-opacity:0.6
}

.hover\:tw-border-opacity-70:hover{
  --tw-border-opacity:0.7
}

.hover\:tw-border-opacity-75:hover{
  --tw-border-opacity:0.75
}

.hover\:tw-border-opacity-80:hover{
  --tw-border-opacity:0.8
}

.hover\:tw-border-opacity-90:hover{
  --tw-border-opacity:0.9
}

.hover\:tw-border-opacity-95:hover{
  --tw-border-opacity:0.95
}

.hover\:tw-border-opacity-100:hover{
  --tw-border-opacity:1
}

.focus\:tw-border-opacity-0:focus{
  --tw-border-opacity:0
}

.focus\:tw-border-opacity-5:focus{
  --tw-border-opacity:0.05
}

.focus\:tw-border-opacity-10:focus{
  --tw-border-opacity:0.1
}

.focus\:tw-border-opacity-20:focus{
  --tw-border-opacity:0.2
}

.focus\:tw-border-opacity-25:focus{
  --tw-border-opacity:0.25
}

.focus\:tw-border-opacity-30:focus{
  --tw-border-opacity:0.3
}

.focus\:tw-border-opacity-40:focus{
  --tw-border-opacity:0.4
}

.focus\:tw-border-opacity-50:focus{
  --tw-border-opacity:0.5
}

.focus\:tw-border-opacity-60:focus{
  --tw-border-opacity:0.6
}

.focus\:tw-border-opacity-70:focus{
  --tw-border-opacity:0.7
}

.focus\:tw-border-opacity-75:focus{
  --tw-border-opacity:0.75
}

.focus\:tw-border-opacity-80:focus{
  --tw-border-opacity:0.8
}

.focus\:tw-border-opacity-90:focus{
  --tw-border-opacity:0.9
}

.focus\:tw-border-opacity-95:focus{
  --tw-border-opacity:0.95
}

.focus\:tw-border-opacity-100:focus{
  --tw-border-opacity:1
}

.tw-bg-transparent{
  background-color:transparent
}

.tw-bg-current{
  background-color:currentColor
}

.tw-bg-black{
  --tw-bg-opacity:1;
  background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
}

.tw-bg-white{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
}

.tw-bg-gray-50{
  --tw-bg-opacity:1;
  background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
}

.tw-bg-gray-100{
  --tw-bg-opacity:1;
  background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
}

.tw-bg-gray-200{
  --tw-bg-opacity:1;
  background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
}

.tw-bg-gray-300{
  --tw-bg-opacity:1;
  background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
}

.tw-bg-gray-400{
  --tw-bg-opacity:1;
  background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
}

.tw-bg-gray-500{
  --tw-bg-opacity:1;
  background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
}

.tw-bg-gray-600{
  --tw-bg-opacity:1;
  background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
}

.tw-bg-gray-700{
  --tw-bg-opacity:1;
  background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
}

.tw-bg-gray-800{
  --tw-bg-opacity:1;
  background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
}

.tw-bg-gray-900{
  --tw-bg-opacity:1;
  background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
}

.tw-bg-red-50{
  --tw-bg-opacity:1;
  background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
}

.tw-bg-red-100{
  --tw-bg-opacity:1;
  background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
}

.tw-bg-red-200{
  --tw-bg-opacity:1;
  background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
}

.tw-bg-red-300{
  --tw-bg-opacity:1;
  background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
}

.tw-bg-red-400{
  --tw-bg-opacity:1;
  background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
}

.tw-bg-red-500{
  --tw-bg-opacity:1;
  background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
}

.tw-bg-red-600{
  --tw-bg-opacity:1;
  background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
}

.tw-bg-red-700{
  --tw-bg-opacity:1;
  background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
}

.tw-bg-red-800{
  --tw-bg-opacity:1;
  background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
}

.tw-bg-red-900{
  --tw-bg-opacity:1;
  background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
}

.tw-bg-yellow-50{
  --tw-bg-opacity:1;
  background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
}

.tw-bg-yellow-100{
  --tw-bg-opacity:1;
  background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
}

.tw-bg-yellow-200{
  --tw-bg-opacity:1;
  background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
}

.tw-bg-yellow-300{
  --tw-bg-opacity:1;
  background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
}

.tw-bg-yellow-400{
  --tw-bg-opacity:1;
  background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
}

.tw-bg-yellow-500{
  --tw-bg-opacity:1;
  background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
}

.tw-bg-yellow-600{
  --tw-bg-opacity:1;
  background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
}

.tw-bg-yellow-700{
  --tw-bg-opacity:1;
  background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
}

.tw-bg-yellow-800{
  --tw-bg-opacity:1;
  background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
}

.tw-bg-yellow-900{
  --tw-bg-opacity:1;
  background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
}

.tw-bg-green-50{
  --tw-bg-opacity:1;
  background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
}

.tw-bg-green-100{
  --tw-bg-opacity:1;
  background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
}

.tw-bg-green-200{
  --tw-bg-opacity:1;
  background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
}

.tw-bg-green-300{
  --tw-bg-opacity:1;
  background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
}

.tw-bg-green-400{
  --tw-bg-opacity:1;
  background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
}

.tw-bg-green-500{
  --tw-bg-opacity:1;
  background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
}

.tw-bg-green-600{
  --tw-bg-opacity:1;
  background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
}

.tw-bg-green-700{
  --tw-bg-opacity:1;
  background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
}

.tw-bg-green-800{
  --tw-bg-opacity:1;
  background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
}

.tw-bg-green-900{
  --tw-bg-opacity:1;
  background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
}

.tw-bg-blue-50{
  --tw-bg-opacity:1;
  background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
}

.tw-bg-blue-100{
  --tw-bg-opacity:1;
  background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
}

.tw-bg-blue-200{
  --tw-bg-opacity:1;
  background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
}

.tw-bg-blue-300{
  --tw-bg-opacity:1;
  background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
}

.tw-bg-blue-400{
  --tw-bg-opacity:1;
  background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
}

.tw-bg-blue-500{
  --tw-bg-opacity:1;
  background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
}

.tw-bg-blue-600{
  --tw-bg-opacity:1;
  background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
}

.tw-bg-blue-700{
  --tw-bg-opacity:1;
  background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
}

.tw-bg-blue-800{
  --tw-bg-opacity:1;
  background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
}

.tw-bg-blue-900{
  --tw-bg-opacity:1;
  background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
}

.tw-bg-indigo-50{
  --tw-bg-opacity:1;
  background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
}

.tw-bg-indigo-100{
  --tw-bg-opacity:1;
  background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
}

.tw-bg-indigo-200{
  --tw-bg-opacity:1;
  background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
}

.tw-bg-indigo-300{
  --tw-bg-opacity:1;
  background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
}

.tw-bg-indigo-400{
  --tw-bg-opacity:1;
  background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
}

.tw-bg-indigo-500{
  --tw-bg-opacity:1;
  background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
}

.tw-bg-indigo-600{
  --tw-bg-opacity:1;
  background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
}

.tw-bg-indigo-700{
  --tw-bg-opacity:1;
  background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
}

.tw-bg-indigo-800{
  --tw-bg-opacity:1;
  background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
}

.tw-bg-indigo-900{
  --tw-bg-opacity:1;
  background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
}

.tw-bg-purple-50{
  --tw-bg-opacity:1;
  background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
}

.tw-bg-purple-100{
  --tw-bg-opacity:1;
  background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
}

.tw-bg-purple-200{
  --tw-bg-opacity:1;
  background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
}

.tw-bg-purple-300{
  --tw-bg-opacity:1;
  background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
}

.tw-bg-purple-400{
  --tw-bg-opacity:1;
  background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
}

.tw-bg-purple-500{
  --tw-bg-opacity:1;
  background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
}

.tw-bg-purple-600{
  --tw-bg-opacity:1;
  background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
}

.tw-bg-purple-700{
  --tw-bg-opacity:1;
  background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
}

.tw-bg-purple-800{
  --tw-bg-opacity:1;
  background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
}

.tw-bg-purple-900{
  --tw-bg-opacity:1;
  background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
}

.tw-bg-pink-50{
  --tw-bg-opacity:1;
  background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
}

.tw-bg-pink-100{
  --tw-bg-opacity:1;
  background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
}

.tw-bg-pink-200{
  --tw-bg-opacity:1;
  background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
}

.tw-bg-pink-300{
  --tw-bg-opacity:1;
  background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
}

.tw-bg-pink-400{
  --tw-bg-opacity:1;
  background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
}

.tw-bg-pink-500{
  --tw-bg-opacity:1;
  background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
}

.tw-bg-pink-600{
  --tw-bg-opacity:1;
  background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
}

.tw-bg-pink-700{
  --tw-bg-opacity:1;
  background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
}

.tw-bg-pink-800{
  --tw-bg-opacity:1;
  background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
}

.tw-bg-pink-900{
  --tw-bg-opacity:1;
  background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-transparent{
  background-color:transparent
}

.tw-group:hover .group-hover\:tw-bg-current{
  background-color:currentColor
}

.tw-group:hover .group-hover\:tw-bg-black{
  --tw-bg-opacity:1;
  background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-white{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-gray-50{
  --tw-bg-opacity:1;
  background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-gray-100{
  --tw-bg-opacity:1;
  background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-gray-200{
  --tw-bg-opacity:1;
  background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-gray-300{
  --tw-bg-opacity:1;
  background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-gray-400{
  --tw-bg-opacity:1;
  background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-gray-500{
  --tw-bg-opacity:1;
  background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-gray-600{
  --tw-bg-opacity:1;
  background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-gray-700{
  --tw-bg-opacity:1;
  background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-gray-800{
  --tw-bg-opacity:1;
  background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-gray-900{
  --tw-bg-opacity:1;
  background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-red-50{
  --tw-bg-opacity:1;
  background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-red-100{
  --tw-bg-opacity:1;
  background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-red-200{
  --tw-bg-opacity:1;
  background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-red-300{
  --tw-bg-opacity:1;
  background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-red-400{
  --tw-bg-opacity:1;
  background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-red-500{
  --tw-bg-opacity:1;
  background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-red-600{
  --tw-bg-opacity:1;
  background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-red-700{
  --tw-bg-opacity:1;
  background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-red-800{
  --tw-bg-opacity:1;
  background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-red-900{
  --tw-bg-opacity:1;
  background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-yellow-50{
  --tw-bg-opacity:1;
  background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-yellow-100{
  --tw-bg-opacity:1;
  background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-yellow-200{
  --tw-bg-opacity:1;
  background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-yellow-300{
  --tw-bg-opacity:1;
  background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-yellow-400{
  --tw-bg-opacity:1;
  background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-yellow-500{
  --tw-bg-opacity:1;
  background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-yellow-600{
  --tw-bg-opacity:1;
  background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-yellow-700{
  --tw-bg-opacity:1;
  background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-yellow-800{
  --tw-bg-opacity:1;
  background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-yellow-900{
  --tw-bg-opacity:1;
  background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-green-50{
  --tw-bg-opacity:1;
  background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-green-100{
  --tw-bg-opacity:1;
  background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-green-200{
  --tw-bg-opacity:1;
  background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-green-300{
  --tw-bg-opacity:1;
  background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-green-400{
  --tw-bg-opacity:1;
  background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-green-500{
  --tw-bg-opacity:1;
  background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-green-600{
  --tw-bg-opacity:1;
  background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-green-700{
  --tw-bg-opacity:1;
  background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-green-800{
  --tw-bg-opacity:1;
  background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-green-900{
  --tw-bg-opacity:1;
  background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-blue-50{
  --tw-bg-opacity:1;
  background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-blue-100{
  --tw-bg-opacity:1;
  background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-blue-200{
  --tw-bg-opacity:1;
  background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-blue-300{
  --tw-bg-opacity:1;
  background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-blue-400{
  --tw-bg-opacity:1;
  background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-blue-500{
  --tw-bg-opacity:1;
  background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-blue-600{
  --tw-bg-opacity:1;
  background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-blue-700{
  --tw-bg-opacity:1;
  background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-blue-800{
  --tw-bg-opacity:1;
  background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-blue-900{
  --tw-bg-opacity:1;
  background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-indigo-50{
  --tw-bg-opacity:1;
  background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-indigo-100{
  --tw-bg-opacity:1;
  background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-indigo-200{
  --tw-bg-opacity:1;
  background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-indigo-300{
  --tw-bg-opacity:1;
  background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-indigo-400{
  --tw-bg-opacity:1;
  background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-indigo-500{
  --tw-bg-opacity:1;
  background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-indigo-600{
  --tw-bg-opacity:1;
  background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-indigo-700{
  --tw-bg-opacity:1;
  background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-indigo-800{
  --tw-bg-opacity:1;
  background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-indigo-900{
  --tw-bg-opacity:1;
  background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-purple-50{
  --tw-bg-opacity:1;
  background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-purple-100{
  --tw-bg-opacity:1;
  background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-purple-200{
  --tw-bg-opacity:1;
  background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-purple-300{
  --tw-bg-opacity:1;
  background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-purple-400{
  --tw-bg-opacity:1;
  background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-purple-500{
  --tw-bg-opacity:1;
  background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-purple-600{
  --tw-bg-opacity:1;
  background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-purple-700{
  --tw-bg-opacity:1;
  background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-purple-800{
  --tw-bg-opacity:1;
  background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-purple-900{
  --tw-bg-opacity:1;
  background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-pink-50{
  --tw-bg-opacity:1;
  background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-pink-100{
  --tw-bg-opacity:1;
  background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-pink-200{
  --tw-bg-opacity:1;
  background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-pink-300{
  --tw-bg-opacity:1;
  background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-pink-400{
  --tw-bg-opacity:1;
  background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-pink-500{
  --tw-bg-opacity:1;
  background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-pink-600{
  --tw-bg-opacity:1;
  background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-pink-700{
  --tw-bg-opacity:1;
  background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-pink-800{
  --tw-bg-opacity:1;
  background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
}

.tw-group:hover .group-hover\:tw-bg-pink-900{
  --tw-bg-opacity:1;
  background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-transparent:focus-within{
  background-color:transparent
}

.focus-within\:tw-bg-current:focus-within{
  background-color:currentColor
}

.focus-within\:tw-bg-black:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-white:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-gray-50:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-gray-100:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-gray-200:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-gray-300:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-gray-400:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-gray-500:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-gray-600:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-gray-700:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-gray-800:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-gray-900:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-red-50:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-red-100:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-red-200:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-red-300:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-red-400:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-red-500:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-red-600:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-red-700:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-red-800:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-red-900:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-yellow-50:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-yellow-100:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-yellow-200:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-yellow-300:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-yellow-400:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-yellow-500:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-yellow-600:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-yellow-700:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-yellow-800:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-yellow-900:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-green-50:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-green-100:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-green-200:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-green-300:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-green-400:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-green-500:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-green-600:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-green-700:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-green-800:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-green-900:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-blue-50:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-blue-100:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-blue-200:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-blue-300:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-blue-400:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-blue-500:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-blue-600:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-blue-700:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-blue-800:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-blue-900:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-indigo-50:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-indigo-100:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-indigo-200:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-indigo-300:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-indigo-400:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-indigo-500:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-indigo-600:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-indigo-700:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-indigo-800:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-indigo-900:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-purple-50:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-purple-100:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-purple-200:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-purple-300:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-purple-400:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-purple-500:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-purple-600:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-purple-700:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-purple-800:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-purple-900:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-pink-50:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-pink-100:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-pink-200:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-pink-300:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-pink-400:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-pink-500:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-pink-600:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-pink-700:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-pink-800:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
}

.focus-within\:tw-bg-pink-900:focus-within{
  --tw-bg-opacity:1;
  background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
}

.hover\:tw-bg-transparent:hover{
  background-color:transparent
}

.hover\:tw-bg-current:hover{
  background-color:currentColor
}

.hover\:tw-bg-black:hover{
  --tw-bg-opacity:1;
  background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
}

.hover\:tw-bg-white:hover{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
}

.hover\:tw-bg-gray-50:hover{
  --tw-bg-opacity:1;
  background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
}

.hover\:tw-bg-gray-100:hover{
  --tw-bg-opacity:1;
  background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
}

.hover\:tw-bg-gray-200:hover{
  --tw-bg-opacity:1;
  background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
}

.hover\:tw-bg-gray-300:hover{
  --tw-bg-opacity:1;
  background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
}

.hover\:tw-bg-gray-400:hover{
  --tw-bg-opacity:1;
  background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
}

.hover\:tw-bg-gray-500:hover{
  --tw-bg-opacity:1;
  background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
}

.hover\:tw-bg-gray-600:hover{
  --tw-bg-opacity:1;
  background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
}

.hover\:tw-bg-gray-700:hover{
  --tw-bg-opacity:1;
  background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
}

.hover\:tw-bg-gray-800:hover{
  --tw-bg-opacity:1;
  background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
}

.hover\:tw-bg-gray-900:hover{
  --tw-bg-opacity:1;
  background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
}

.hover\:tw-bg-red-50:hover{
  --tw-bg-opacity:1;
  background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
}

.hover\:tw-bg-red-100:hover{
  --tw-bg-opacity:1;
  background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
}

.hover\:tw-bg-red-200:hover{
  --tw-bg-opacity:1;
  background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
}

.hover\:tw-bg-red-300:hover{
  --tw-bg-opacity:1;
  background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
}

.hover\:tw-bg-red-400:hover{
  --tw-bg-opacity:1;
  background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
}

.hover\:tw-bg-red-500:hover{
  --tw-bg-opacity:1;
  background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
}

.hover\:tw-bg-red-600:hover{
  --tw-bg-opacity:1;
  background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
}

.hover\:tw-bg-red-700:hover{
  --tw-bg-opacity:1;
  background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
}

.hover\:tw-bg-red-800:hover{
  --tw-bg-opacity:1;
  background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
}

.hover\:tw-bg-red-900:hover{
  --tw-bg-opacity:1;
  background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
}

.hover\:tw-bg-yellow-50:hover{
  --tw-bg-opacity:1;
  background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
}

.hover\:tw-bg-yellow-100:hover{
  --tw-bg-opacity:1;
  background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
}

.hover\:tw-bg-yellow-200:hover{
  --tw-bg-opacity:1;
  background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
}

.hover\:tw-bg-yellow-300:hover{
  --tw-bg-opacity:1;
  background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
}

.hover\:tw-bg-yellow-400:hover{
  --tw-bg-opacity:1;
  background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
}

.hover\:tw-bg-yellow-500:hover{
  --tw-bg-opacity:1;
  background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
}

.hover\:tw-bg-yellow-600:hover{
  --tw-bg-opacity:1;
  background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
}

.hover\:tw-bg-yellow-700:hover{
  --tw-bg-opacity:1;
  background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
}

.hover\:tw-bg-yellow-800:hover{
  --tw-bg-opacity:1;
  background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
}

.hover\:tw-bg-yellow-900:hover{
  --tw-bg-opacity:1;
  background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
}

.hover\:tw-bg-green-50:hover{
  --tw-bg-opacity:1;
  background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
}

.hover\:tw-bg-green-100:hover{
  --tw-bg-opacity:1;
  background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
}

.hover\:tw-bg-green-200:hover{
  --tw-bg-opacity:1;
  background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
}

.hover\:tw-bg-green-300:hover{
  --tw-bg-opacity:1;
  background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
}

.hover\:tw-bg-green-400:hover{
  --tw-bg-opacity:1;
  background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
}

.hover\:tw-bg-green-500:hover{
  --tw-bg-opacity:1;
  background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
}

.hover\:tw-bg-green-600:hover{
  --tw-bg-opacity:1;
  background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
}

.hover\:tw-bg-green-700:hover{
  --tw-bg-opacity:1;
  background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
}

.hover\:tw-bg-green-800:hover{
  --tw-bg-opacity:1;
  background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
}

.hover\:tw-bg-green-900:hover{
  --tw-bg-opacity:1;
  background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
}

.hover\:tw-bg-blue-50:hover{
  --tw-bg-opacity:1;
  background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
}

.hover\:tw-bg-blue-100:hover{
  --tw-bg-opacity:1;
  background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
}

.hover\:tw-bg-blue-200:hover{
  --tw-bg-opacity:1;
  background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
}

.hover\:tw-bg-blue-300:hover{
  --tw-bg-opacity:1;
  background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
}

.hover\:tw-bg-blue-400:hover{
  --tw-bg-opacity:1;
  background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
}

.hover\:tw-bg-blue-500:hover{
  --tw-bg-opacity:1;
  background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
}

.hover\:tw-bg-blue-600:hover{
  --tw-bg-opacity:1;
  background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
}

.hover\:tw-bg-blue-700:hover{
  --tw-bg-opacity:1;
  background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
}

.hover\:tw-bg-blue-800:hover{
  --tw-bg-opacity:1;
  background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
}

.hover\:tw-bg-blue-900:hover{
  --tw-bg-opacity:1;
  background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
}

.hover\:tw-bg-indigo-50:hover{
  --tw-bg-opacity:1;
  background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
}

.hover\:tw-bg-indigo-100:hover{
  --tw-bg-opacity:1;
  background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
}

.hover\:tw-bg-indigo-200:hover{
  --tw-bg-opacity:1;
  background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
}

.hover\:tw-bg-indigo-300:hover{
  --tw-bg-opacity:1;
  background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
}

.hover\:tw-bg-indigo-400:hover{
  --tw-bg-opacity:1;
  background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
}

.hover\:tw-bg-indigo-500:hover{
  --tw-bg-opacity:1;
  background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
}

.hover\:tw-bg-indigo-600:hover{
  --tw-bg-opacity:1;
  background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
}

.hover\:tw-bg-indigo-700:hover{
  --tw-bg-opacity:1;
  background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
}

.hover\:tw-bg-indigo-800:hover{
  --tw-bg-opacity:1;
  background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
}

.hover\:tw-bg-indigo-900:hover{
  --tw-bg-opacity:1;
  background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
}

.hover\:tw-bg-purple-50:hover{
  --tw-bg-opacity:1;
  background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
}

.hover\:tw-bg-purple-100:hover{
  --tw-bg-opacity:1;
  background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
}

.hover\:tw-bg-purple-200:hover{
  --tw-bg-opacity:1;
  background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
}

.hover\:tw-bg-purple-300:hover{
  --tw-bg-opacity:1;
  background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
}

.hover\:tw-bg-purple-400:hover{
  --tw-bg-opacity:1;
  background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
}

.hover\:tw-bg-purple-500:hover{
  --tw-bg-opacity:1;
  background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
}

.hover\:tw-bg-purple-600:hover{
  --tw-bg-opacity:1;
  background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
}

.hover\:tw-bg-purple-700:hover{
  --tw-bg-opacity:1;
  background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
}

.hover\:tw-bg-purple-800:hover{
  --tw-bg-opacity:1;
  background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
}

.hover\:tw-bg-purple-900:hover{
  --tw-bg-opacity:1;
  background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
}

.hover\:tw-bg-pink-50:hover{
  --tw-bg-opacity:1;
  background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
}

.hover\:tw-bg-pink-100:hover{
  --tw-bg-opacity:1;
  background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
}

.hover\:tw-bg-pink-200:hover{
  --tw-bg-opacity:1;
  background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
}

.hover\:tw-bg-pink-300:hover{
  --tw-bg-opacity:1;
  background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
}

.hover\:tw-bg-pink-400:hover{
  --tw-bg-opacity:1;
  background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
}

.hover\:tw-bg-pink-500:hover{
  --tw-bg-opacity:1;
  background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
}

.hover\:tw-bg-pink-600:hover{
  --tw-bg-opacity:1;
  background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
}

.hover\:tw-bg-pink-700:hover{
  --tw-bg-opacity:1;
  background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
}

.hover\:tw-bg-pink-800:hover{
  --tw-bg-opacity:1;
  background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
}

.hover\:tw-bg-pink-900:hover{
  --tw-bg-opacity:1;
  background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
}

.focus\:tw-bg-transparent:focus{
  background-color:transparent
}

.focus\:tw-bg-current:focus{
  background-color:currentColor
}

.focus\:tw-bg-black:focus{
  --tw-bg-opacity:1;
  background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
}

.focus\:tw-bg-white:focus{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
}

.focus\:tw-bg-gray-50:focus{
  --tw-bg-opacity:1;
  background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
}

.focus\:tw-bg-gray-100:focus{
  --tw-bg-opacity:1;
  background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
}

.focus\:tw-bg-gray-200:focus{
  --tw-bg-opacity:1;
  background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
}

.focus\:tw-bg-gray-300:focus{
  --tw-bg-opacity:1;
  background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
}

.focus\:tw-bg-gray-400:focus{
  --tw-bg-opacity:1;
  background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
}

.focus\:tw-bg-gray-500:focus{
  --tw-bg-opacity:1;
  background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
}

.focus\:tw-bg-gray-600:focus{
  --tw-bg-opacity:1;
  background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
}

.focus\:tw-bg-gray-700:focus{
  --tw-bg-opacity:1;
  background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
}

.focus\:tw-bg-gray-800:focus{
  --tw-bg-opacity:1;
  background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
}

.focus\:tw-bg-gray-900:focus{
  --tw-bg-opacity:1;
  background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
}

.focus\:tw-bg-red-50:focus{
  --tw-bg-opacity:1;
  background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
}

.focus\:tw-bg-red-100:focus{
  --tw-bg-opacity:1;
  background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
}

.focus\:tw-bg-red-200:focus{
  --tw-bg-opacity:1;
  background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
}

.focus\:tw-bg-red-300:focus{
  --tw-bg-opacity:1;
  background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
}

.focus\:tw-bg-red-400:focus{
  --tw-bg-opacity:1;
  background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
}

.focus\:tw-bg-red-500:focus{
  --tw-bg-opacity:1;
  background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
}

.focus\:tw-bg-red-600:focus{
  --tw-bg-opacity:1;
  background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
}

.focus\:tw-bg-red-700:focus{
  --tw-bg-opacity:1;
  background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
}

.focus\:tw-bg-red-800:focus{
  --tw-bg-opacity:1;
  background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
}

.focus\:tw-bg-red-900:focus{
  --tw-bg-opacity:1;
  background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
}

.focus\:tw-bg-yellow-50:focus{
  --tw-bg-opacity:1;
  background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
}

.focus\:tw-bg-yellow-100:focus{
  --tw-bg-opacity:1;
  background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
}

.focus\:tw-bg-yellow-200:focus{
  --tw-bg-opacity:1;
  background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
}

.focus\:tw-bg-yellow-300:focus{
  --tw-bg-opacity:1;
  background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
}

.focus\:tw-bg-yellow-400:focus{
  --tw-bg-opacity:1;
  background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
}

.focus\:tw-bg-yellow-500:focus{
  --tw-bg-opacity:1;
  background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
}

.focus\:tw-bg-yellow-600:focus{
  --tw-bg-opacity:1;
  background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
}

.focus\:tw-bg-yellow-700:focus{
  --tw-bg-opacity:1;
  background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
}

.focus\:tw-bg-yellow-800:focus{
  --tw-bg-opacity:1;
  background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
}

.focus\:tw-bg-yellow-900:focus{
  --tw-bg-opacity:1;
  background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
}

.focus\:tw-bg-green-50:focus{
  --tw-bg-opacity:1;
  background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
}

.focus\:tw-bg-green-100:focus{
  --tw-bg-opacity:1;
  background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
}

.focus\:tw-bg-green-200:focus{
  --tw-bg-opacity:1;
  background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
}

.focus\:tw-bg-green-300:focus{
  --tw-bg-opacity:1;
  background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
}

.focus\:tw-bg-green-400:focus{
  --tw-bg-opacity:1;
  background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
}

.focus\:tw-bg-green-500:focus{
  --tw-bg-opacity:1;
  background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
}

.focus\:tw-bg-green-600:focus{
  --tw-bg-opacity:1;
  background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
}

.focus\:tw-bg-green-700:focus{
  --tw-bg-opacity:1;
  background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
}

.focus\:tw-bg-green-800:focus{
  --tw-bg-opacity:1;
  background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
}

.focus\:tw-bg-green-900:focus{
  --tw-bg-opacity:1;
  background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
}

.focus\:tw-bg-blue-50:focus{
  --tw-bg-opacity:1;
  background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
}

.focus\:tw-bg-blue-100:focus{
  --tw-bg-opacity:1;
  background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
}

.focus\:tw-bg-blue-200:focus{
  --tw-bg-opacity:1;
  background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
}

.focus\:tw-bg-blue-300:focus{
  --tw-bg-opacity:1;
  background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
}

.focus\:tw-bg-blue-400:focus{
  --tw-bg-opacity:1;
  background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
}

.focus\:tw-bg-blue-500:focus{
  --tw-bg-opacity:1;
  background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
}

.focus\:tw-bg-blue-600:focus{
  --tw-bg-opacity:1;
  background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
}

.focus\:tw-bg-blue-700:focus{
  --tw-bg-opacity:1;
  background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
}

.focus\:tw-bg-blue-800:focus{
  --tw-bg-opacity:1;
  background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
}

.focus\:tw-bg-blue-900:focus{
  --tw-bg-opacity:1;
  background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
}

.focus\:tw-bg-indigo-50:focus{
  --tw-bg-opacity:1;
  background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
}

.focus\:tw-bg-indigo-100:focus{
  --tw-bg-opacity:1;
  background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
}

.focus\:tw-bg-indigo-200:focus{
  --tw-bg-opacity:1;
  background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
}

.focus\:tw-bg-indigo-300:focus{
  --tw-bg-opacity:1;
  background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
}

.focus\:tw-bg-indigo-400:focus{
  --tw-bg-opacity:1;
  background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
}

.focus\:tw-bg-indigo-500:focus{
  --tw-bg-opacity:1;
  background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
}

.focus\:tw-bg-indigo-600:focus{
  --tw-bg-opacity:1;
  background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
}

.focus\:tw-bg-indigo-700:focus{
  --tw-bg-opacity:1;
  background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
}

.focus\:tw-bg-indigo-800:focus{
  --tw-bg-opacity:1;
  background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
}

.focus\:tw-bg-indigo-900:focus{
  --tw-bg-opacity:1;
  background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
}

.focus\:tw-bg-purple-50:focus{
  --tw-bg-opacity:1;
  background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
}

.focus\:tw-bg-purple-100:focus{
  --tw-bg-opacity:1;
  background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
}

.focus\:tw-bg-purple-200:focus{
  --tw-bg-opacity:1;
  background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
}

.focus\:tw-bg-purple-300:focus{
  --tw-bg-opacity:1;
  background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
}

.focus\:tw-bg-purple-400:focus{
  --tw-bg-opacity:1;
  background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
}

.focus\:tw-bg-purple-500:focus{
  --tw-bg-opacity:1;
  background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
}

.focus\:tw-bg-purple-600:focus{
  --tw-bg-opacity:1;
  background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
}

.focus\:tw-bg-purple-700:focus{
  --tw-bg-opacity:1;
  background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
}

.focus\:tw-bg-purple-800:focus{
  --tw-bg-opacity:1;
  background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
}

.focus\:tw-bg-purple-900:focus{
  --tw-bg-opacity:1;
  background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
}

.focus\:tw-bg-pink-50:focus{
  --tw-bg-opacity:1;
  background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
}

.focus\:tw-bg-pink-100:focus{
  --tw-bg-opacity:1;
  background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
}

.focus\:tw-bg-pink-200:focus{
  --tw-bg-opacity:1;
  background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
}

.focus\:tw-bg-pink-300:focus{
  --tw-bg-opacity:1;
  background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
}

.focus\:tw-bg-pink-400:focus{
  --tw-bg-opacity:1;
  background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
}

.focus\:tw-bg-pink-500:focus{
  --tw-bg-opacity:1;
  background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
}

.focus\:tw-bg-pink-600:focus{
  --tw-bg-opacity:1;
  background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
}

.focus\:tw-bg-pink-700:focus{
  --tw-bg-opacity:1;
  background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
}

.focus\:tw-bg-pink-800:focus{
  --tw-bg-opacity:1;
  background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
}

.focus\:tw-bg-pink-900:focus{
  --tw-bg-opacity:1;
  background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
}

.tw-bg-opacity-0{
  --tw-bg-opacity:0
}

.tw-bg-opacity-5{
  --tw-bg-opacity:0.05
}

.tw-bg-opacity-10{
  --tw-bg-opacity:0.1
}

.tw-bg-opacity-20{
  --tw-bg-opacity:0.2
}

.tw-bg-opacity-25{
  --tw-bg-opacity:0.25
}

.tw-bg-opacity-30{
  --tw-bg-opacity:0.3
}

.tw-bg-opacity-40{
  --tw-bg-opacity:0.4
}

.tw-bg-opacity-50{
  --tw-bg-opacity:0.5
}

.tw-bg-opacity-60{
  --tw-bg-opacity:0.6
}

.tw-bg-opacity-70{
  --tw-bg-opacity:0.7
}

.tw-bg-opacity-75{
  --tw-bg-opacity:0.75
}

.tw-bg-opacity-80{
  --tw-bg-opacity:0.8
}

.tw-bg-opacity-90{
  --tw-bg-opacity:0.9
}

.tw-bg-opacity-95{
  --tw-bg-opacity:0.95
}

.tw-bg-opacity-100{
  --tw-bg-opacity:1
}

.tw-group:hover .group-hover\:tw-bg-opacity-0{
  --tw-bg-opacity:0
}

.tw-group:hover .group-hover\:tw-bg-opacity-5{
  --tw-bg-opacity:0.05
}

.tw-group:hover .group-hover\:tw-bg-opacity-10{
  --tw-bg-opacity:0.1
}

.tw-group:hover .group-hover\:tw-bg-opacity-20{
  --tw-bg-opacity:0.2
}

.tw-group:hover .group-hover\:tw-bg-opacity-25{
  --tw-bg-opacity:0.25
}

.tw-group:hover .group-hover\:tw-bg-opacity-30{
  --tw-bg-opacity:0.3
}

.tw-group:hover .group-hover\:tw-bg-opacity-40{
  --tw-bg-opacity:0.4
}

.tw-group:hover .group-hover\:tw-bg-opacity-50{
  --tw-bg-opacity:0.5
}

.tw-group:hover .group-hover\:tw-bg-opacity-60{
  --tw-bg-opacity:0.6
}

.tw-group:hover .group-hover\:tw-bg-opacity-70{
  --tw-bg-opacity:0.7
}

.tw-group:hover .group-hover\:tw-bg-opacity-75{
  --tw-bg-opacity:0.75
}

.tw-group:hover .group-hover\:tw-bg-opacity-80{
  --tw-bg-opacity:0.8
}

.tw-group:hover .group-hover\:tw-bg-opacity-90{
  --tw-bg-opacity:0.9
}

.tw-group:hover .group-hover\:tw-bg-opacity-95{
  --tw-bg-opacity:0.95
}

.tw-group:hover .group-hover\:tw-bg-opacity-100{
  --tw-bg-opacity:1
}

.focus-within\:tw-bg-opacity-0:focus-within{
  --tw-bg-opacity:0
}

.focus-within\:tw-bg-opacity-5:focus-within{
  --tw-bg-opacity:0.05
}

.focus-within\:tw-bg-opacity-10:focus-within{
  --tw-bg-opacity:0.1
}

.focus-within\:tw-bg-opacity-20:focus-within{
  --tw-bg-opacity:0.2
}

.focus-within\:tw-bg-opacity-25:focus-within{
  --tw-bg-opacity:0.25
}

.focus-within\:tw-bg-opacity-30:focus-within{
  --tw-bg-opacity:0.3
}

.focus-within\:tw-bg-opacity-40:focus-within{
  --tw-bg-opacity:0.4
}

.focus-within\:tw-bg-opacity-50:focus-within{
  --tw-bg-opacity:0.5
}

.focus-within\:tw-bg-opacity-60:focus-within{
  --tw-bg-opacity:0.6
}

.focus-within\:tw-bg-opacity-70:focus-within{
  --tw-bg-opacity:0.7
}

.focus-within\:tw-bg-opacity-75:focus-within{
  --tw-bg-opacity:0.75
}

.focus-within\:tw-bg-opacity-80:focus-within{
  --tw-bg-opacity:0.8
}

.focus-within\:tw-bg-opacity-90:focus-within{
  --tw-bg-opacity:0.9
}

.focus-within\:tw-bg-opacity-95:focus-within{
  --tw-bg-opacity:0.95
}

.focus-within\:tw-bg-opacity-100:focus-within{
  --tw-bg-opacity:1
}

.hover\:tw-bg-opacity-0:hover{
  --tw-bg-opacity:0
}

.hover\:tw-bg-opacity-5:hover{
  --tw-bg-opacity:0.05
}

.hover\:tw-bg-opacity-10:hover{
  --tw-bg-opacity:0.1
}

.hover\:tw-bg-opacity-20:hover{
  --tw-bg-opacity:0.2
}

.hover\:tw-bg-opacity-25:hover{
  --tw-bg-opacity:0.25
}

.hover\:tw-bg-opacity-30:hover{
  --tw-bg-opacity:0.3
}

.hover\:tw-bg-opacity-40:hover{
  --tw-bg-opacity:0.4
}

.hover\:tw-bg-opacity-50:hover{
  --tw-bg-opacity:0.5
}

.hover\:tw-bg-opacity-60:hover{
  --tw-bg-opacity:0.6
}

.hover\:tw-bg-opacity-70:hover{
  --tw-bg-opacity:0.7
}

.hover\:tw-bg-opacity-75:hover{
  --tw-bg-opacity:0.75
}

.hover\:tw-bg-opacity-80:hover{
  --tw-bg-opacity:0.8
}

.hover\:tw-bg-opacity-90:hover{
  --tw-bg-opacity:0.9
}

.hover\:tw-bg-opacity-95:hover{
  --tw-bg-opacity:0.95
}

.hover\:tw-bg-opacity-100:hover{
  --tw-bg-opacity:1
}

.focus\:tw-bg-opacity-0:focus{
  --tw-bg-opacity:0
}

.focus\:tw-bg-opacity-5:focus{
  --tw-bg-opacity:0.05
}

.focus\:tw-bg-opacity-10:focus{
  --tw-bg-opacity:0.1
}

.focus\:tw-bg-opacity-20:focus{
  --tw-bg-opacity:0.2
}

.focus\:tw-bg-opacity-25:focus{
  --tw-bg-opacity:0.25
}

.focus\:tw-bg-opacity-30:focus{
  --tw-bg-opacity:0.3
}

.focus\:tw-bg-opacity-40:focus{
  --tw-bg-opacity:0.4
}

.focus\:tw-bg-opacity-50:focus{
  --tw-bg-opacity:0.5
}

.focus\:tw-bg-opacity-60:focus{
  --tw-bg-opacity:0.6
}

.focus\:tw-bg-opacity-70:focus{
  --tw-bg-opacity:0.7
}

.focus\:tw-bg-opacity-75:focus{
  --tw-bg-opacity:0.75
}

.focus\:tw-bg-opacity-80:focus{
  --tw-bg-opacity:0.8
}

.focus\:tw-bg-opacity-90:focus{
  --tw-bg-opacity:0.9
}

.focus\:tw-bg-opacity-95:focus{
  --tw-bg-opacity:0.95
}

.focus\:tw-bg-opacity-100:focus{
  --tw-bg-opacity:1
}

.tw-bg-none{
  background-image:none
}

.tw-bg-gradient-to-t{
  background-image:linear-gradient(to top, var(--tw-gradient-stops))
}

.tw-bg-gradient-to-tr{
  background-image:linear-gradient(to top right, var(--tw-gradient-stops))
}

.tw-bg-gradient-to-r{
  background-image:linear-gradient(to right, var(--tw-gradient-stops))
}

.tw-bg-gradient-to-br{
  background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.tw-bg-gradient-to-b{
  background-image:linear-gradient(to bottom, var(--tw-gradient-stops))
}

.tw-bg-gradient-to-bl{
  background-image:linear-gradient(to bottom left, var(--tw-gradient-stops))
}

.tw-bg-gradient-to-l{
  background-image:linear-gradient(to left, var(--tw-gradient-stops))
}

.tw-bg-gradient-to-tl{
  background-image:linear-gradient(to top left, var(--tw-gradient-stops))
}

.tw-from-transparent{
  --tw-gradient-from:transparent;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.tw-from-current{
  --tw-gradient-from:currentColor;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.tw-from-black{
  --tw-gradient-from:#000;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.tw-from-white{
  --tw-gradient-from:#fff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.tw-from-gray-50{
  --tw-gradient-from:#f9fafb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
}

.tw-from-gray-100{
  --tw-gradient-from:#f3f4f6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
}

.tw-from-gray-200{
  --tw-gradient-from:#e5e7eb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
}

.tw-from-gray-300{
  --tw-gradient-from:#d1d5db;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
}

.tw-from-gray-400{
  --tw-gradient-from:#9ca3af;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
}

.tw-from-gray-500{
  --tw-gradient-from:#6b7280;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
}

.tw-from-gray-600{
  --tw-gradient-from:#4b5563;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
}

.tw-from-gray-700{
  --tw-gradient-from:#374151;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
}

.tw-from-gray-800{
  --tw-gradient-from:#1f2937;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
}

.tw-from-gray-900{
  --tw-gradient-from:#111827;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
}

.tw-from-red-50{
  --tw-gradient-from:#fef2f2;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
}

.tw-from-red-100{
  --tw-gradient-from:#fee2e2;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
}

.tw-from-red-200{
  --tw-gradient-from:#fecaca;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
}

.tw-from-red-300{
  --tw-gradient-from:#fca5a5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
}

.tw-from-red-400{
  --tw-gradient-from:#f87171;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
}

.tw-from-red-500{
  --tw-gradient-from:#ef4444;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
}

.tw-from-red-600{
  --tw-gradient-from:#dc2626;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
}

.tw-from-red-700{
  --tw-gradient-from:#b91c1c;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
}

.tw-from-red-800{
  --tw-gradient-from:#991b1b;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
}

.tw-from-red-900{
  --tw-gradient-from:#7f1d1d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
}

.tw-from-yellow-50{
  --tw-gradient-from:#fffbeb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
}

.tw-from-yellow-100{
  --tw-gradient-from:#fef3c7;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
}

.tw-from-yellow-200{
  --tw-gradient-from:#fde68a;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
}

.tw-from-yellow-300{
  --tw-gradient-from:#fcd34d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
}

.tw-from-yellow-400{
  --tw-gradient-from:#fbbf24;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
}

.tw-from-yellow-500{
  --tw-gradient-from:#f59e0b;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
}

.tw-from-yellow-600{
  --tw-gradient-from:#d97706;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
}

.tw-from-yellow-700{
  --tw-gradient-from:#b45309;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
}

.tw-from-yellow-800{
  --tw-gradient-from:#92400e;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
}

.tw-from-yellow-900{
  --tw-gradient-from:#78350f;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
}

.tw-from-green-50{
  --tw-gradient-from:#ecfdf5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
}

.tw-from-green-100{
  --tw-gradient-from:#d1fae5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
}

.tw-from-green-200{
  --tw-gradient-from:#a7f3d0;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
}

.tw-from-green-300{
  --tw-gradient-from:#6ee7b7;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
}

.tw-from-green-400{
  --tw-gradient-from:#34d399;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
}

.tw-from-green-500{
  --tw-gradient-from:#10b981;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
}

.tw-from-green-600{
  --tw-gradient-from:#059669;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
}

.tw-from-green-700{
  --tw-gradient-from:#047857;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
}

.tw-from-green-800{
  --tw-gradient-from:#065f46;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
}

.tw-from-green-900{
  --tw-gradient-from:#064e3b;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
}

.tw-from-blue-50{
  --tw-gradient-from:#eff6ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
}

.tw-from-blue-100{
  --tw-gradient-from:#dbeafe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
}

.tw-from-blue-200{
  --tw-gradient-from:#bfdbfe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
}

.tw-from-blue-300{
  --tw-gradient-from:#93c5fd;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
}

.tw-from-blue-400{
  --tw-gradient-from:#60a5fa;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
}

.tw-from-blue-500{
  --tw-gradient-from:#3b82f6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
}

.tw-from-blue-600{
  --tw-gradient-from:#2563eb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
}

.tw-from-blue-700{
  --tw-gradient-from:#1d4ed8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
}

.tw-from-blue-800{
  --tw-gradient-from:#1e40af;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
}

.tw-from-blue-900{
  --tw-gradient-from:#1e3a8a;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
}

.tw-from-indigo-50{
  --tw-gradient-from:#eef2ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
}

.tw-from-indigo-100{
  --tw-gradient-from:#e0e7ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
}

.tw-from-indigo-200{
  --tw-gradient-from:#c7d2fe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
}

.tw-from-indigo-300{
  --tw-gradient-from:#a5b4fc;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
}

.tw-from-indigo-400{
  --tw-gradient-from:#818cf8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
}

.tw-from-indigo-500{
  --tw-gradient-from:#6366f1;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
}

.tw-from-indigo-600{
  --tw-gradient-from:#4f46e5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
}

.tw-from-indigo-700{
  --tw-gradient-from:#4338ca;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
}

.tw-from-indigo-800{
  --tw-gradient-from:#3730a3;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
}

.tw-from-indigo-900{
  --tw-gradient-from:#312e81;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
}

.tw-from-purple-50{
  --tw-gradient-from:#f5f3ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
}

.tw-from-purple-100{
  --tw-gradient-from:#ede9fe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
}

.tw-from-purple-200{
  --tw-gradient-from:#ddd6fe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
}

.tw-from-purple-300{
  --tw-gradient-from:#c4b5fd;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
}

.tw-from-purple-400{
  --tw-gradient-from:#a78bfa;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
}

.tw-from-purple-500{
  --tw-gradient-from:#8b5cf6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
}

.tw-from-purple-600{
  --tw-gradient-from:#7c3aed;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
}

.tw-from-purple-700{
  --tw-gradient-from:#6d28d9;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
}

.tw-from-purple-800{
  --tw-gradient-from:#5b21b6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
}

.tw-from-purple-900{
  --tw-gradient-from:#4c1d95;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
}

.tw-from-pink-50{
  --tw-gradient-from:#fdf2f8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
}

.tw-from-pink-100{
  --tw-gradient-from:#fce7f3;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
}

.tw-from-pink-200{
  --tw-gradient-from:#fbcfe8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
}

.tw-from-pink-300{
  --tw-gradient-from:#f9a8d4;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
}

.tw-from-pink-400{
  --tw-gradient-from:#f472b6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
}

.tw-from-pink-500{
  --tw-gradient-from:#ec4899;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
}

.tw-from-pink-600{
  --tw-gradient-from:#db2777;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
}

.tw-from-pink-700{
  --tw-gradient-from:#be185d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
}

.tw-from-pink-800{
  --tw-gradient-from:#9d174d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
}

.tw-from-pink-900{
  --tw-gradient-from:#831843;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
}

.hover\:tw-from-transparent:hover{
  --tw-gradient-from:transparent;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.hover\:tw-from-current:hover{
  --tw-gradient-from:currentColor;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.hover\:tw-from-black:hover{
  --tw-gradient-from:#000;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.hover\:tw-from-white:hover{
  --tw-gradient-from:#fff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.hover\:tw-from-gray-50:hover{
  --tw-gradient-from:#f9fafb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
}

.hover\:tw-from-gray-100:hover{
  --tw-gradient-from:#f3f4f6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
}

.hover\:tw-from-gray-200:hover{
  --tw-gradient-from:#e5e7eb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
}

.hover\:tw-from-gray-300:hover{
  --tw-gradient-from:#d1d5db;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
}

.hover\:tw-from-gray-400:hover{
  --tw-gradient-from:#9ca3af;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
}

.hover\:tw-from-gray-500:hover{
  --tw-gradient-from:#6b7280;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
}

.hover\:tw-from-gray-600:hover{
  --tw-gradient-from:#4b5563;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
}

.hover\:tw-from-gray-700:hover{
  --tw-gradient-from:#374151;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
}

.hover\:tw-from-gray-800:hover{
  --tw-gradient-from:#1f2937;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
}

.hover\:tw-from-gray-900:hover{
  --tw-gradient-from:#111827;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
}

.hover\:tw-from-red-50:hover{
  --tw-gradient-from:#fef2f2;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
}

.hover\:tw-from-red-100:hover{
  --tw-gradient-from:#fee2e2;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
}

.hover\:tw-from-red-200:hover{
  --tw-gradient-from:#fecaca;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
}

.hover\:tw-from-red-300:hover{
  --tw-gradient-from:#fca5a5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
}

.hover\:tw-from-red-400:hover{
  --tw-gradient-from:#f87171;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
}

.hover\:tw-from-red-500:hover{
  --tw-gradient-from:#ef4444;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
}

.hover\:tw-from-red-600:hover{
  --tw-gradient-from:#dc2626;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
}

.hover\:tw-from-red-700:hover{
  --tw-gradient-from:#b91c1c;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
}

.hover\:tw-from-red-800:hover{
  --tw-gradient-from:#991b1b;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
}

.hover\:tw-from-red-900:hover{
  --tw-gradient-from:#7f1d1d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
}

.hover\:tw-from-yellow-50:hover{
  --tw-gradient-from:#fffbeb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
}

.hover\:tw-from-yellow-100:hover{
  --tw-gradient-from:#fef3c7;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
}

.hover\:tw-from-yellow-200:hover{
  --tw-gradient-from:#fde68a;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
}

.hover\:tw-from-yellow-300:hover{
  --tw-gradient-from:#fcd34d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
}

.hover\:tw-from-yellow-400:hover{
  --tw-gradient-from:#fbbf24;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
}

.hover\:tw-from-yellow-500:hover{
  --tw-gradient-from:#f59e0b;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
}

.hover\:tw-from-yellow-600:hover{
  --tw-gradient-from:#d97706;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
}

.hover\:tw-from-yellow-700:hover{
  --tw-gradient-from:#b45309;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
}

.hover\:tw-from-yellow-800:hover{
  --tw-gradient-from:#92400e;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
}

.hover\:tw-from-yellow-900:hover{
  --tw-gradient-from:#78350f;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
}

.hover\:tw-from-green-50:hover{
  --tw-gradient-from:#ecfdf5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
}

.hover\:tw-from-green-100:hover{
  --tw-gradient-from:#d1fae5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
}

.hover\:tw-from-green-200:hover{
  --tw-gradient-from:#a7f3d0;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
}

.hover\:tw-from-green-300:hover{
  --tw-gradient-from:#6ee7b7;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
}

.hover\:tw-from-green-400:hover{
  --tw-gradient-from:#34d399;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
}

.hover\:tw-from-green-500:hover{
  --tw-gradient-from:#10b981;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
}

.hover\:tw-from-green-600:hover{
  --tw-gradient-from:#059669;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
}

.hover\:tw-from-green-700:hover{
  --tw-gradient-from:#047857;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
}

.hover\:tw-from-green-800:hover{
  --tw-gradient-from:#065f46;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
}

.hover\:tw-from-green-900:hover{
  --tw-gradient-from:#064e3b;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
}

.hover\:tw-from-blue-50:hover{
  --tw-gradient-from:#eff6ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
}

.hover\:tw-from-blue-100:hover{
  --tw-gradient-from:#dbeafe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
}

.hover\:tw-from-blue-200:hover{
  --tw-gradient-from:#bfdbfe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
}

.hover\:tw-from-blue-300:hover{
  --tw-gradient-from:#93c5fd;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
}

.hover\:tw-from-blue-400:hover{
  --tw-gradient-from:#60a5fa;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
}

.hover\:tw-from-blue-500:hover{
  --tw-gradient-from:#3b82f6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
}

.hover\:tw-from-blue-600:hover{
  --tw-gradient-from:#2563eb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
}

.hover\:tw-from-blue-700:hover{
  --tw-gradient-from:#1d4ed8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
}

.hover\:tw-from-blue-800:hover{
  --tw-gradient-from:#1e40af;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
}

.hover\:tw-from-blue-900:hover{
  --tw-gradient-from:#1e3a8a;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
}

.hover\:tw-from-indigo-50:hover{
  --tw-gradient-from:#eef2ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
}

.hover\:tw-from-indigo-100:hover{
  --tw-gradient-from:#e0e7ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
}

.hover\:tw-from-indigo-200:hover{
  --tw-gradient-from:#c7d2fe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
}

.hover\:tw-from-indigo-300:hover{
  --tw-gradient-from:#a5b4fc;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
}

.hover\:tw-from-indigo-400:hover{
  --tw-gradient-from:#818cf8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
}

.hover\:tw-from-indigo-500:hover{
  --tw-gradient-from:#6366f1;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
}

.hover\:tw-from-indigo-600:hover{
  --tw-gradient-from:#4f46e5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
}

.hover\:tw-from-indigo-700:hover{
  --tw-gradient-from:#4338ca;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
}

.hover\:tw-from-indigo-800:hover{
  --tw-gradient-from:#3730a3;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
}

.hover\:tw-from-indigo-900:hover{
  --tw-gradient-from:#312e81;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
}

.hover\:tw-from-purple-50:hover{
  --tw-gradient-from:#f5f3ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
}

.hover\:tw-from-purple-100:hover{
  --tw-gradient-from:#ede9fe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
}

.hover\:tw-from-purple-200:hover{
  --tw-gradient-from:#ddd6fe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
}

.hover\:tw-from-purple-300:hover{
  --tw-gradient-from:#c4b5fd;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
}

.hover\:tw-from-purple-400:hover{
  --tw-gradient-from:#a78bfa;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
}

.hover\:tw-from-purple-500:hover{
  --tw-gradient-from:#8b5cf6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
}

.hover\:tw-from-purple-600:hover{
  --tw-gradient-from:#7c3aed;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
}

.hover\:tw-from-purple-700:hover{
  --tw-gradient-from:#6d28d9;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
}

.hover\:tw-from-purple-800:hover{
  --tw-gradient-from:#5b21b6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
}

.hover\:tw-from-purple-900:hover{
  --tw-gradient-from:#4c1d95;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
}

.hover\:tw-from-pink-50:hover{
  --tw-gradient-from:#fdf2f8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
}

.hover\:tw-from-pink-100:hover{
  --tw-gradient-from:#fce7f3;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
}

.hover\:tw-from-pink-200:hover{
  --tw-gradient-from:#fbcfe8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
}

.hover\:tw-from-pink-300:hover{
  --tw-gradient-from:#f9a8d4;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
}

.hover\:tw-from-pink-400:hover{
  --tw-gradient-from:#f472b6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
}

.hover\:tw-from-pink-500:hover{
  --tw-gradient-from:#ec4899;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
}

.hover\:tw-from-pink-600:hover{
  --tw-gradient-from:#db2777;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
}

.hover\:tw-from-pink-700:hover{
  --tw-gradient-from:#be185d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
}

.hover\:tw-from-pink-800:hover{
  --tw-gradient-from:#9d174d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
}

.hover\:tw-from-pink-900:hover{
  --tw-gradient-from:#831843;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
}

.focus\:tw-from-transparent:focus{
  --tw-gradient-from:transparent;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.focus\:tw-from-current:focus{
  --tw-gradient-from:currentColor;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.focus\:tw-from-black:focus{
  --tw-gradient-from:#000;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.focus\:tw-from-white:focus{
  --tw-gradient-from:#fff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.focus\:tw-from-gray-50:focus{
  --tw-gradient-from:#f9fafb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
}

.focus\:tw-from-gray-100:focus{
  --tw-gradient-from:#f3f4f6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
}

.focus\:tw-from-gray-200:focus{
  --tw-gradient-from:#e5e7eb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
}

.focus\:tw-from-gray-300:focus{
  --tw-gradient-from:#d1d5db;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
}

.focus\:tw-from-gray-400:focus{
  --tw-gradient-from:#9ca3af;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
}

.focus\:tw-from-gray-500:focus{
  --tw-gradient-from:#6b7280;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
}

.focus\:tw-from-gray-600:focus{
  --tw-gradient-from:#4b5563;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
}

.focus\:tw-from-gray-700:focus{
  --tw-gradient-from:#374151;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
}

.focus\:tw-from-gray-800:focus{
  --tw-gradient-from:#1f2937;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
}

.focus\:tw-from-gray-900:focus{
  --tw-gradient-from:#111827;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
}

.focus\:tw-from-red-50:focus{
  --tw-gradient-from:#fef2f2;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
}

.focus\:tw-from-red-100:focus{
  --tw-gradient-from:#fee2e2;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
}

.focus\:tw-from-red-200:focus{
  --tw-gradient-from:#fecaca;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
}

.focus\:tw-from-red-300:focus{
  --tw-gradient-from:#fca5a5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
}

.focus\:tw-from-red-400:focus{
  --tw-gradient-from:#f87171;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
}

.focus\:tw-from-red-500:focus{
  --tw-gradient-from:#ef4444;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
}

.focus\:tw-from-red-600:focus{
  --tw-gradient-from:#dc2626;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
}

.focus\:tw-from-red-700:focus{
  --tw-gradient-from:#b91c1c;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
}

.focus\:tw-from-red-800:focus{
  --tw-gradient-from:#991b1b;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
}

.focus\:tw-from-red-900:focus{
  --tw-gradient-from:#7f1d1d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
}

.focus\:tw-from-yellow-50:focus{
  --tw-gradient-from:#fffbeb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
}

.focus\:tw-from-yellow-100:focus{
  --tw-gradient-from:#fef3c7;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
}

.focus\:tw-from-yellow-200:focus{
  --tw-gradient-from:#fde68a;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
}

.focus\:tw-from-yellow-300:focus{
  --tw-gradient-from:#fcd34d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
}

.focus\:tw-from-yellow-400:focus{
  --tw-gradient-from:#fbbf24;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
}

.focus\:tw-from-yellow-500:focus{
  --tw-gradient-from:#f59e0b;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
}

.focus\:tw-from-yellow-600:focus{
  --tw-gradient-from:#d97706;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
}

.focus\:tw-from-yellow-700:focus{
  --tw-gradient-from:#b45309;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
}

.focus\:tw-from-yellow-800:focus{
  --tw-gradient-from:#92400e;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
}

.focus\:tw-from-yellow-900:focus{
  --tw-gradient-from:#78350f;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
}

.focus\:tw-from-green-50:focus{
  --tw-gradient-from:#ecfdf5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
}

.focus\:tw-from-green-100:focus{
  --tw-gradient-from:#d1fae5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
}

.focus\:tw-from-green-200:focus{
  --tw-gradient-from:#a7f3d0;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
}

.focus\:tw-from-green-300:focus{
  --tw-gradient-from:#6ee7b7;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
}

.focus\:tw-from-green-400:focus{
  --tw-gradient-from:#34d399;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
}

.focus\:tw-from-green-500:focus{
  --tw-gradient-from:#10b981;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
}

.focus\:tw-from-green-600:focus{
  --tw-gradient-from:#059669;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
}

.focus\:tw-from-green-700:focus{
  --tw-gradient-from:#047857;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
}

.focus\:tw-from-green-800:focus{
  --tw-gradient-from:#065f46;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
}

.focus\:tw-from-green-900:focus{
  --tw-gradient-from:#064e3b;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
}

.focus\:tw-from-blue-50:focus{
  --tw-gradient-from:#eff6ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
}

.focus\:tw-from-blue-100:focus{
  --tw-gradient-from:#dbeafe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
}

.focus\:tw-from-blue-200:focus{
  --tw-gradient-from:#bfdbfe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
}

.focus\:tw-from-blue-300:focus{
  --tw-gradient-from:#93c5fd;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
}

.focus\:tw-from-blue-400:focus{
  --tw-gradient-from:#60a5fa;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
}

.focus\:tw-from-blue-500:focus{
  --tw-gradient-from:#3b82f6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
}

.focus\:tw-from-blue-600:focus{
  --tw-gradient-from:#2563eb;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
}

.focus\:tw-from-blue-700:focus{
  --tw-gradient-from:#1d4ed8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
}

.focus\:tw-from-blue-800:focus{
  --tw-gradient-from:#1e40af;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
}

.focus\:tw-from-blue-900:focus{
  --tw-gradient-from:#1e3a8a;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
}

.focus\:tw-from-indigo-50:focus{
  --tw-gradient-from:#eef2ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
}

.focus\:tw-from-indigo-100:focus{
  --tw-gradient-from:#e0e7ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
}

.focus\:tw-from-indigo-200:focus{
  --tw-gradient-from:#c7d2fe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
}

.focus\:tw-from-indigo-300:focus{
  --tw-gradient-from:#a5b4fc;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
}

.focus\:tw-from-indigo-400:focus{
  --tw-gradient-from:#818cf8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
}

.focus\:tw-from-indigo-500:focus{
  --tw-gradient-from:#6366f1;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
}

.focus\:tw-from-indigo-600:focus{
  --tw-gradient-from:#4f46e5;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
}

.focus\:tw-from-indigo-700:focus{
  --tw-gradient-from:#4338ca;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
}

.focus\:tw-from-indigo-800:focus{
  --tw-gradient-from:#3730a3;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
}

.focus\:tw-from-indigo-900:focus{
  --tw-gradient-from:#312e81;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
}

.focus\:tw-from-purple-50:focus{
  --tw-gradient-from:#f5f3ff;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
}

.focus\:tw-from-purple-100:focus{
  --tw-gradient-from:#ede9fe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
}

.focus\:tw-from-purple-200:focus{
  --tw-gradient-from:#ddd6fe;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
}

.focus\:tw-from-purple-300:focus{
  --tw-gradient-from:#c4b5fd;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
}

.focus\:tw-from-purple-400:focus{
  --tw-gradient-from:#a78bfa;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
}

.focus\:tw-from-purple-500:focus{
  --tw-gradient-from:#8b5cf6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
}

.focus\:tw-from-purple-600:focus{
  --tw-gradient-from:#7c3aed;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
}

.focus\:tw-from-purple-700:focus{
  --tw-gradient-from:#6d28d9;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
}

.focus\:tw-from-purple-800:focus{
  --tw-gradient-from:#5b21b6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
}

.focus\:tw-from-purple-900:focus{
  --tw-gradient-from:#4c1d95;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
}

.focus\:tw-from-pink-50:focus{
  --tw-gradient-from:#fdf2f8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
}

.focus\:tw-from-pink-100:focus{
  --tw-gradient-from:#fce7f3;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
}

.focus\:tw-from-pink-200:focus{
  --tw-gradient-from:#fbcfe8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
}

.focus\:tw-from-pink-300:focus{
  --tw-gradient-from:#f9a8d4;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
}

.focus\:tw-from-pink-400:focus{
  --tw-gradient-from:#f472b6;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
}

.focus\:tw-from-pink-500:focus{
  --tw-gradient-from:#ec4899;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
}

.focus\:tw-from-pink-600:focus{
  --tw-gradient-from:#db2777;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
}

.focus\:tw-from-pink-700:focus{
  --tw-gradient-from:#be185d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
}

.focus\:tw-from-pink-800:focus{
  --tw-gradient-from:#9d174d;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
}

.focus\:tw-from-pink-900:focus{
  --tw-gradient-from:#831843;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
}

.tw-via-transparent{
  --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.tw-via-current{
  --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.tw-via-black{
  --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.tw-via-white{
  --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.tw-via-gray-50{
  --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
}

.tw-via-gray-100{
  --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
}

.tw-via-gray-200{
  --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
}

.tw-via-gray-300{
  --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
}

.tw-via-gray-400{
  --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
}

.tw-via-gray-500{
  --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
}

.tw-via-gray-600{
  --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
}

.tw-via-gray-700{
  --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
}

.tw-via-gray-800{
  --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
}

.tw-via-gray-900{
  --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
}

.tw-via-red-50{
  --tw-gradient-stops:var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
}

.tw-via-red-100{
  --tw-gradient-stops:var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
}

.tw-via-red-200{
  --tw-gradient-stops:var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
}

.tw-via-red-300{
  --tw-gradient-stops:var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
}

.tw-via-red-400{
  --tw-gradient-stops:var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
}

.tw-via-red-500{
  --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
}

.tw-via-red-600{
  --tw-gradient-stops:var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
}

.tw-via-red-700{
  --tw-gradient-stops:var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
}

.tw-via-red-800{
  --tw-gradient-stops:var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
}

.tw-via-red-900{
  --tw-gradient-stops:var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
}

.tw-via-yellow-50{
  --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
}

.tw-via-yellow-100{
  --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
}

.tw-via-yellow-200{
  --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
}

.tw-via-yellow-300{
  --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
}

.tw-via-yellow-400{
  --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
}

.tw-via-yellow-500{
  --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
}

.tw-via-yellow-600{
  --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
}

.tw-via-yellow-700{
  --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
}

.tw-via-yellow-800{
  --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
}

.tw-via-yellow-900{
  --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
}

.tw-via-green-50{
  --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
}

.tw-via-green-100{
  --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
}

.tw-via-green-200{
  --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
}

.tw-via-green-300{
  --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
}

.tw-via-green-400{
  --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
}

.tw-via-green-500{
  --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
}

.tw-via-green-600{
  --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
}

.tw-via-green-700{
  --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
}

.tw-via-green-800{
  --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
}

.tw-via-green-900{
  --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
}

.tw-via-blue-50{
  --tw-gradient-stops:var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
}

.tw-via-blue-100{
  --tw-gradient-stops:var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
}

.tw-via-blue-200{
  --tw-gradient-stops:var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
}

.tw-via-blue-300{
  --tw-gradient-stops:var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
}

.tw-via-blue-400{
  --tw-gradient-stops:var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
}

.tw-via-blue-500{
  --tw-gradient-stops:var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
}

.tw-via-blue-600{
  --tw-gradient-stops:var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
}

.tw-via-blue-700{
  --tw-gradient-stops:var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
}

.tw-via-blue-800{
  --tw-gradient-stops:var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
}

.tw-via-blue-900{
  --tw-gradient-stops:var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
}

.tw-via-indigo-50{
  --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
}

.tw-via-indigo-100{
  --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
}

.tw-via-indigo-200{
  --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
}

.tw-via-indigo-300{
  --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
}

.tw-via-indigo-400{
  --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
}

.tw-via-indigo-500{
  --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
}

.tw-via-indigo-600{
  --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
}

.tw-via-indigo-700{
  --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
}

.tw-via-indigo-800{
  --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
}

.tw-via-indigo-900{
  --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
}

.tw-via-purple-50{
  --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
}

.tw-via-purple-100{
  --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
}

.tw-via-purple-200{
  --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
}

.tw-via-purple-300{
  --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
}

.tw-via-purple-400{
  --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
}

.tw-via-purple-500{
  --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
}

.tw-via-purple-600{
  --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
}

.tw-via-purple-700{
  --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
}

.tw-via-purple-800{
  --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
}

.tw-via-purple-900{
  --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
}

.tw-via-pink-50{
  --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
}

.tw-via-pink-100{
  --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
}

.tw-via-pink-200{
  --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
}

.tw-via-pink-300{
  --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
}

.tw-via-pink-400{
  --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
}

.tw-via-pink-500{
  --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
}

.tw-via-pink-600{
  --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
}

.tw-via-pink-700{
  --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
}

.tw-via-pink-800{
  --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
}

.tw-via-pink-900{
  --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
}

.hover\:tw-via-transparent:hover{
  --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.hover\:tw-via-current:hover{
  --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.hover\:tw-via-black:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.hover\:tw-via-white:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.hover\:tw-via-gray-50:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
}

.hover\:tw-via-gray-100:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
}

.hover\:tw-via-gray-200:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
}

.hover\:tw-via-gray-300:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
}

.hover\:tw-via-gray-400:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
}

.hover\:tw-via-gray-500:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
}

.hover\:tw-via-gray-600:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
}

.hover\:tw-via-gray-700:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
}

.hover\:tw-via-gray-800:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
}

.hover\:tw-via-gray-900:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
}

.hover\:tw-via-red-50:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
}

.hover\:tw-via-red-100:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
}

.hover\:tw-via-red-200:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
}

.hover\:tw-via-red-300:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
}

.hover\:tw-via-red-400:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
}

.hover\:tw-via-red-500:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
}

.hover\:tw-via-red-600:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
}

.hover\:tw-via-red-700:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
}

.hover\:tw-via-red-800:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
}

.hover\:tw-via-red-900:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
}

.hover\:tw-via-yellow-50:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
}

.hover\:tw-via-yellow-100:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
}

.hover\:tw-via-yellow-200:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
}

.hover\:tw-via-yellow-300:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
}

.hover\:tw-via-yellow-400:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
}

.hover\:tw-via-yellow-500:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
}

.hover\:tw-via-yellow-600:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
}

.hover\:tw-via-yellow-700:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
}

.hover\:tw-via-yellow-800:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
}

.hover\:tw-via-yellow-900:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
}

.hover\:tw-via-green-50:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
}

.hover\:tw-via-green-100:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
}

.hover\:tw-via-green-200:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
}

.hover\:tw-via-green-300:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
}

.hover\:tw-via-green-400:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
}

.hover\:tw-via-green-500:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
}

.hover\:tw-via-green-600:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
}

.hover\:tw-via-green-700:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
}

.hover\:tw-via-green-800:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
}

.hover\:tw-via-green-900:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
}

.hover\:tw-via-blue-50:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
}

.hover\:tw-via-blue-100:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
}

.hover\:tw-via-blue-200:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
}

.hover\:tw-via-blue-300:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
}

.hover\:tw-via-blue-400:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
}

.hover\:tw-via-blue-500:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
}

.hover\:tw-via-blue-600:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
}

.hover\:tw-via-blue-700:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
}

.hover\:tw-via-blue-800:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
}

.hover\:tw-via-blue-900:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
}

.hover\:tw-via-indigo-50:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
}

.hover\:tw-via-indigo-100:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
}

.hover\:tw-via-indigo-200:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
}

.hover\:tw-via-indigo-300:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
}

.hover\:tw-via-indigo-400:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
}

.hover\:tw-via-indigo-500:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
}

.hover\:tw-via-indigo-600:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
}

.hover\:tw-via-indigo-700:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
}

.hover\:tw-via-indigo-800:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
}

.hover\:tw-via-indigo-900:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
}

.hover\:tw-via-purple-50:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
}

.hover\:tw-via-purple-100:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
}

.hover\:tw-via-purple-200:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
}

.hover\:tw-via-purple-300:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
}

.hover\:tw-via-purple-400:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
}

.hover\:tw-via-purple-500:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
}

.hover\:tw-via-purple-600:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
}

.hover\:tw-via-purple-700:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
}

.hover\:tw-via-purple-800:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
}

.hover\:tw-via-purple-900:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
}

.hover\:tw-via-pink-50:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
}

.hover\:tw-via-pink-100:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
}

.hover\:tw-via-pink-200:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
}

.hover\:tw-via-pink-300:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
}

.hover\:tw-via-pink-400:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
}

.hover\:tw-via-pink-500:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
}

.hover\:tw-via-pink-600:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
}

.hover\:tw-via-pink-700:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
}

.hover\:tw-via-pink-800:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
}

.hover\:tw-via-pink-900:hover{
  --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
}

.focus\:tw-via-transparent:focus{
  --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.focus\:tw-via-current:focus{
  --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.focus\:tw-via-black:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.focus\:tw-via-white:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.focus\:tw-via-gray-50:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
}

.focus\:tw-via-gray-100:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
}

.focus\:tw-via-gray-200:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
}

.focus\:tw-via-gray-300:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
}

.focus\:tw-via-gray-400:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
}

.focus\:tw-via-gray-500:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
}

.focus\:tw-via-gray-600:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
}

.focus\:tw-via-gray-700:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
}

.focus\:tw-via-gray-800:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
}

.focus\:tw-via-gray-900:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
}

.focus\:tw-via-red-50:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
}

.focus\:tw-via-red-100:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
}

.focus\:tw-via-red-200:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
}

.focus\:tw-via-red-300:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
}

.focus\:tw-via-red-400:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
}

.focus\:tw-via-red-500:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
}

.focus\:tw-via-red-600:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
}

.focus\:tw-via-red-700:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
}

.focus\:tw-via-red-800:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
}

.focus\:tw-via-red-900:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
}

.focus\:tw-via-yellow-50:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
}

.focus\:tw-via-yellow-100:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
}

.focus\:tw-via-yellow-200:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
}

.focus\:tw-via-yellow-300:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
}

.focus\:tw-via-yellow-400:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
}

.focus\:tw-via-yellow-500:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
}

.focus\:tw-via-yellow-600:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
}

.focus\:tw-via-yellow-700:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
}

.focus\:tw-via-yellow-800:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
}

.focus\:tw-via-yellow-900:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
}

.focus\:tw-via-green-50:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
}

.focus\:tw-via-green-100:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
}

.focus\:tw-via-green-200:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
}

.focus\:tw-via-green-300:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
}

.focus\:tw-via-green-400:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
}

.focus\:tw-via-green-500:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
}

.focus\:tw-via-green-600:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
}

.focus\:tw-via-green-700:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
}

.focus\:tw-via-green-800:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
}

.focus\:tw-via-green-900:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
}

.focus\:tw-via-blue-50:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
}

.focus\:tw-via-blue-100:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
}

.focus\:tw-via-blue-200:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
}

.focus\:tw-via-blue-300:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
}

.focus\:tw-via-blue-400:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
}

.focus\:tw-via-blue-500:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
}

.focus\:tw-via-blue-600:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
}

.focus\:tw-via-blue-700:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
}

.focus\:tw-via-blue-800:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
}

.focus\:tw-via-blue-900:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
}

.focus\:tw-via-indigo-50:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
}

.focus\:tw-via-indigo-100:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
}

.focus\:tw-via-indigo-200:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
}

.focus\:tw-via-indigo-300:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
}

.focus\:tw-via-indigo-400:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
}

.focus\:tw-via-indigo-500:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
}

.focus\:tw-via-indigo-600:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
}

.focus\:tw-via-indigo-700:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
}

.focus\:tw-via-indigo-800:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
}

.focus\:tw-via-indigo-900:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
}

.focus\:tw-via-purple-50:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
}

.focus\:tw-via-purple-100:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
}

.focus\:tw-via-purple-200:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
}

.focus\:tw-via-purple-300:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
}

.focus\:tw-via-purple-400:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
}

.focus\:tw-via-purple-500:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
}

.focus\:tw-via-purple-600:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
}

.focus\:tw-via-purple-700:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
}

.focus\:tw-via-purple-800:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
}

.focus\:tw-via-purple-900:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
}

.focus\:tw-via-pink-50:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
}

.focus\:tw-via-pink-100:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
}

.focus\:tw-via-pink-200:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
}

.focus\:tw-via-pink-300:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
}

.focus\:tw-via-pink-400:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
}

.focus\:tw-via-pink-500:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
}

.focus\:tw-via-pink-600:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
}

.focus\:tw-via-pink-700:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
}

.focus\:tw-via-pink-800:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
}

.focus\:tw-via-pink-900:focus{
  --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
}

.tw-to-transparent{
  --tw-gradient-to:transparent
}

.tw-to-current{
  --tw-gradient-to:currentColor
}

.tw-to-black{
  --tw-gradient-to:#000
}

.tw-to-white{
  --tw-gradient-to:#fff
}

.tw-to-gray-50{
  --tw-gradient-to:#f9fafb
}

.tw-to-gray-100{
  --tw-gradient-to:#f3f4f6
}

.tw-to-gray-200{
  --tw-gradient-to:#e5e7eb
}

.tw-to-gray-300{
  --tw-gradient-to:#d1d5db
}

.tw-to-gray-400{
  --tw-gradient-to:#9ca3af
}

.tw-to-gray-500{
  --tw-gradient-to:#6b7280
}

.tw-to-gray-600{
  --tw-gradient-to:#4b5563
}

.tw-to-gray-700{
  --tw-gradient-to:#374151
}

.tw-to-gray-800{
  --tw-gradient-to:#1f2937
}

.tw-to-gray-900{
  --tw-gradient-to:#111827
}

.tw-to-red-50{
  --tw-gradient-to:#fef2f2
}

.tw-to-red-100{
  --tw-gradient-to:#fee2e2
}

.tw-to-red-200{
  --tw-gradient-to:#fecaca
}

.tw-to-red-300{
  --tw-gradient-to:#fca5a5
}

.tw-to-red-400{
  --tw-gradient-to:#f87171
}

.tw-to-red-500{
  --tw-gradient-to:#ef4444
}

.tw-to-red-600{
  --tw-gradient-to:#dc2626
}

.tw-to-red-700{
  --tw-gradient-to:#b91c1c
}

.tw-to-red-800{
  --tw-gradient-to:#991b1b
}

.tw-to-red-900{
  --tw-gradient-to:#7f1d1d
}

.tw-to-yellow-50{
  --tw-gradient-to:#fffbeb
}

.tw-to-yellow-100{
  --tw-gradient-to:#fef3c7
}

.tw-to-yellow-200{
  --tw-gradient-to:#fde68a
}

.tw-to-yellow-300{
  --tw-gradient-to:#fcd34d
}

.tw-to-yellow-400{
  --tw-gradient-to:#fbbf24
}

.tw-to-yellow-500{
  --tw-gradient-to:#f59e0b
}

.tw-to-yellow-600{
  --tw-gradient-to:#d97706
}

.tw-to-yellow-700{
  --tw-gradient-to:#b45309
}

.tw-to-yellow-800{
  --tw-gradient-to:#92400e
}

.tw-to-yellow-900{
  --tw-gradient-to:#78350f
}

.tw-to-green-50{
  --tw-gradient-to:#ecfdf5
}

.tw-to-green-100{
  --tw-gradient-to:#d1fae5
}

.tw-to-green-200{
  --tw-gradient-to:#a7f3d0
}

.tw-to-green-300{
  --tw-gradient-to:#6ee7b7
}

.tw-to-green-400{
  --tw-gradient-to:#34d399
}

.tw-to-green-500{
  --tw-gradient-to:#10b981
}

.tw-to-green-600{
  --tw-gradient-to:#059669
}

.tw-to-green-700{
  --tw-gradient-to:#047857
}

.tw-to-green-800{
  --tw-gradient-to:#065f46
}

.tw-to-green-900{
  --tw-gradient-to:#064e3b
}

.tw-to-blue-50{
  --tw-gradient-to:#eff6ff
}

.tw-to-blue-100{
  --tw-gradient-to:#dbeafe
}

.tw-to-blue-200{
  --tw-gradient-to:#bfdbfe
}

.tw-to-blue-300{
  --tw-gradient-to:#93c5fd
}

.tw-to-blue-400{
  --tw-gradient-to:#60a5fa
}

.tw-to-blue-500{
  --tw-gradient-to:#3b82f6
}

.tw-to-blue-600{
  --tw-gradient-to:#2563eb
}

.tw-to-blue-700{
  --tw-gradient-to:#1d4ed8
}

.tw-to-blue-800{
  --tw-gradient-to:#1e40af
}

.tw-to-blue-900{
  --tw-gradient-to:#1e3a8a
}

.tw-to-indigo-50{
  --tw-gradient-to:#eef2ff
}

.tw-to-indigo-100{
  --tw-gradient-to:#e0e7ff
}

.tw-to-indigo-200{
  --tw-gradient-to:#c7d2fe
}

.tw-to-indigo-300{
  --tw-gradient-to:#a5b4fc
}

.tw-to-indigo-400{
  --tw-gradient-to:#818cf8
}

.tw-to-indigo-500{
  --tw-gradient-to:#6366f1
}

.tw-to-indigo-600{
  --tw-gradient-to:#4f46e5
}

.tw-to-indigo-700{
  --tw-gradient-to:#4338ca
}

.tw-to-indigo-800{
  --tw-gradient-to:#3730a3
}

.tw-to-indigo-900{
  --tw-gradient-to:#312e81
}

.tw-to-purple-50{
  --tw-gradient-to:#f5f3ff
}

.tw-to-purple-100{
  --tw-gradient-to:#ede9fe
}

.tw-to-purple-200{
  --tw-gradient-to:#ddd6fe
}

.tw-to-purple-300{
  --tw-gradient-to:#c4b5fd
}

.tw-to-purple-400{
  --tw-gradient-to:#a78bfa
}

.tw-to-purple-500{
  --tw-gradient-to:#8b5cf6
}

.tw-to-purple-600{
  --tw-gradient-to:#7c3aed
}

.tw-to-purple-700{
  --tw-gradient-to:#6d28d9
}

.tw-to-purple-800{
  --tw-gradient-to:#5b21b6
}

.tw-to-purple-900{
  --tw-gradient-to:#4c1d95
}

.tw-to-pink-50{
  --tw-gradient-to:#fdf2f8
}

.tw-to-pink-100{
  --tw-gradient-to:#fce7f3
}

.tw-to-pink-200{
  --tw-gradient-to:#fbcfe8
}

.tw-to-pink-300{
  --tw-gradient-to:#f9a8d4
}

.tw-to-pink-400{
  --tw-gradient-to:#f472b6
}

.tw-to-pink-500{
  --tw-gradient-to:#ec4899
}

.tw-to-pink-600{
  --tw-gradient-to:#db2777
}

.tw-to-pink-700{
  --tw-gradient-to:#be185d
}

.tw-to-pink-800{
  --tw-gradient-to:#9d174d
}

.tw-to-pink-900{
  --tw-gradient-to:#831843
}

.hover\:tw-to-transparent:hover{
  --tw-gradient-to:transparent
}

.hover\:tw-to-current:hover{
  --tw-gradient-to:currentColor
}

.hover\:tw-to-black:hover{
  --tw-gradient-to:#000
}

.hover\:tw-to-white:hover{
  --tw-gradient-to:#fff
}

.hover\:tw-to-gray-50:hover{
  --tw-gradient-to:#f9fafb
}

.hover\:tw-to-gray-100:hover{
  --tw-gradient-to:#f3f4f6
}

.hover\:tw-to-gray-200:hover{
  --tw-gradient-to:#e5e7eb
}

.hover\:tw-to-gray-300:hover{
  --tw-gradient-to:#d1d5db
}

.hover\:tw-to-gray-400:hover{
  --tw-gradient-to:#9ca3af
}

.hover\:tw-to-gray-500:hover{
  --tw-gradient-to:#6b7280
}

.hover\:tw-to-gray-600:hover{
  --tw-gradient-to:#4b5563
}

.hover\:tw-to-gray-700:hover{
  --tw-gradient-to:#374151
}

.hover\:tw-to-gray-800:hover{
  --tw-gradient-to:#1f2937
}

.hover\:tw-to-gray-900:hover{
  --tw-gradient-to:#111827
}

.hover\:tw-to-red-50:hover{
  --tw-gradient-to:#fef2f2
}

.hover\:tw-to-red-100:hover{
  --tw-gradient-to:#fee2e2
}

.hover\:tw-to-red-200:hover{
  --tw-gradient-to:#fecaca
}

.hover\:tw-to-red-300:hover{
  --tw-gradient-to:#fca5a5
}

.hover\:tw-to-red-400:hover{
  --tw-gradient-to:#f87171
}

.hover\:tw-to-red-500:hover{
  --tw-gradient-to:#ef4444
}

.hover\:tw-to-red-600:hover{
  --tw-gradient-to:#dc2626
}

.hover\:tw-to-red-700:hover{
  --tw-gradient-to:#b91c1c
}

.hover\:tw-to-red-800:hover{
  --tw-gradient-to:#991b1b
}

.hover\:tw-to-red-900:hover{
  --tw-gradient-to:#7f1d1d
}

.hover\:tw-to-yellow-50:hover{
  --tw-gradient-to:#fffbeb
}

.hover\:tw-to-yellow-100:hover{
  --tw-gradient-to:#fef3c7
}

.hover\:tw-to-yellow-200:hover{
  --tw-gradient-to:#fde68a
}

.hover\:tw-to-yellow-300:hover{
  --tw-gradient-to:#fcd34d
}

.hover\:tw-to-yellow-400:hover{
  --tw-gradient-to:#fbbf24
}

.hover\:tw-to-yellow-500:hover{
  --tw-gradient-to:#f59e0b
}

.hover\:tw-to-yellow-600:hover{
  --tw-gradient-to:#d97706
}

.hover\:tw-to-yellow-700:hover{
  --tw-gradient-to:#b45309
}

.hover\:tw-to-yellow-800:hover{
  --tw-gradient-to:#92400e
}

.hover\:tw-to-yellow-900:hover{
  --tw-gradient-to:#78350f
}

.hover\:tw-to-green-50:hover{
  --tw-gradient-to:#ecfdf5
}

.hover\:tw-to-green-100:hover{
  --tw-gradient-to:#d1fae5
}

.hover\:tw-to-green-200:hover{
  --tw-gradient-to:#a7f3d0
}

.hover\:tw-to-green-300:hover{
  --tw-gradient-to:#6ee7b7
}

.hover\:tw-to-green-400:hover{
  --tw-gradient-to:#34d399
}

.hover\:tw-to-green-500:hover{
  --tw-gradient-to:#10b981
}

.hover\:tw-to-green-600:hover{
  --tw-gradient-to:#059669
}

.hover\:tw-to-green-700:hover{
  --tw-gradient-to:#047857
}

.hover\:tw-to-green-800:hover{
  --tw-gradient-to:#065f46
}

.hover\:tw-to-green-900:hover{
  --tw-gradient-to:#064e3b
}

.hover\:tw-to-blue-50:hover{
  --tw-gradient-to:#eff6ff
}

.hover\:tw-to-blue-100:hover{
  --tw-gradient-to:#dbeafe
}

.hover\:tw-to-blue-200:hover{
  --tw-gradient-to:#bfdbfe
}

.hover\:tw-to-blue-300:hover{
  --tw-gradient-to:#93c5fd
}

.hover\:tw-to-blue-400:hover{
  --tw-gradient-to:#60a5fa
}

.hover\:tw-to-blue-500:hover{
  --tw-gradient-to:#3b82f6
}

.hover\:tw-to-blue-600:hover{
  --tw-gradient-to:#2563eb
}

.hover\:tw-to-blue-700:hover{
  --tw-gradient-to:#1d4ed8
}

.hover\:tw-to-blue-800:hover{
  --tw-gradient-to:#1e40af
}

.hover\:tw-to-blue-900:hover{
  --tw-gradient-to:#1e3a8a
}

.hover\:tw-to-indigo-50:hover{
  --tw-gradient-to:#eef2ff
}

.hover\:tw-to-indigo-100:hover{
  --tw-gradient-to:#e0e7ff
}

.hover\:tw-to-indigo-200:hover{
  --tw-gradient-to:#c7d2fe
}

.hover\:tw-to-indigo-300:hover{
  --tw-gradient-to:#a5b4fc
}

.hover\:tw-to-indigo-400:hover{
  --tw-gradient-to:#818cf8
}

.hover\:tw-to-indigo-500:hover{
  --tw-gradient-to:#6366f1
}

.hover\:tw-to-indigo-600:hover{
  --tw-gradient-to:#4f46e5
}

.hover\:tw-to-indigo-700:hover{
  --tw-gradient-to:#4338ca
}

.hover\:tw-to-indigo-800:hover{
  --tw-gradient-to:#3730a3
}

.hover\:tw-to-indigo-900:hover{
  --tw-gradient-to:#312e81
}

.hover\:tw-to-purple-50:hover{
  --tw-gradient-to:#f5f3ff
}

.hover\:tw-to-purple-100:hover{
  --tw-gradient-to:#ede9fe
}

.hover\:tw-to-purple-200:hover{
  --tw-gradient-to:#ddd6fe
}

.hover\:tw-to-purple-300:hover{
  --tw-gradient-to:#c4b5fd
}

.hover\:tw-to-purple-400:hover{
  --tw-gradient-to:#a78bfa
}

.hover\:tw-to-purple-500:hover{
  --tw-gradient-to:#8b5cf6
}

.hover\:tw-to-purple-600:hover{
  --tw-gradient-to:#7c3aed
}

.hover\:tw-to-purple-700:hover{
  --tw-gradient-to:#6d28d9
}

.hover\:tw-to-purple-800:hover{
  --tw-gradient-to:#5b21b6
}

.hover\:tw-to-purple-900:hover{
  --tw-gradient-to:#4c1d95
}

.hover\:tw-to-pink-50:hover{
  --tw-gradient-to:#fdf2f8
}

.hover\:tw-to-pink-100:hover{
  --tw-gradient-to:#fce7f3
}

.hover\:tw-to-pink-200:hover{
  --tw-gradient-to:#fbcfe8
}

.hover\:tw-to-pink-300:hover{
  --tw-gradient-to:#f9a8d4
}

.hover\:tw-to-pink-400:hover{
  --tw-gradient-to:#f472b6
}

.hover\:tw-to-pink-500:hover{
  --tw-gradient-to:#ec4899
}

.hover\:tw-to-pink-600:hover{
  --tw-gradient-to:#db2777
}

.hover\:tw-to-pink-700:hover{
  --tw-gradient-to:#be185d
}

.hover\:tw-to-pink-800:hover{
  --tw-gradient-to:#9d174d
}

.hover\:tw-to-pink-900:hover{
  --tw-gradient-to:#831843
}

.focus\:tw-to-transparent:focus{
  --tw-gradient-to:transparent
}

.focus\:tw-to-current:focus{
  --tw-gradient-to:currentColor
}

.focus\:tw-to-black:focus{
  --tw-gradient-to:#000
}

.focus\:tw-to-white:focus{
  --tw-gradient-to:#fff
}

.focus\:tw-to-gray-50:focus{
  --tw-gradient-to:#f9fafb
}

.focus\:tw-to-gray-100:focus{
  --tw-gradient-to:#f3f4f6
}

.focus\:tw-to-gray-200:focus{
  --tw-gradient-to:#e5e7eb
}

.focus\:tw-to-gray-300:focus{
  --tw-gradient-to:#d1d5db
}

.focus\:tw-to-gray-400:focus{
  --tw-gradient-to:#9ca3af
}

.focus\:tw-to-gray-500:focus{
  --tw-gradient-to:#6b7280
}

.focus\:tw-to-gray-600:focus{
  --tw-gradient-to:#4b5563
}

.focus\:tw-to-gray-700:focus{
  --tw-gradient-to:#374151
}

.focus\:tw-to-gray-800:focus{
  --tw-gradient-to:#1f2937
}

.focus\:tw-to-gray-900:focus{
  --tw-gradient-to:#111827
}

.focus\:tw-to-red-50:focus{
  --tw-gradient-to:#fef2f2
}

.focus\:tw-to-red-100:focus{
  --tw-gradient-to:#fee2e2
}

.focus\:tw-to-red-200:focus{
  --tw-gradient-to:#fecaca
}

.focus\:tw-to-red-300:focus{
  --tw-gradient-to:#fca5a5
}

.focus\:tw-to-red-400:focus{
  --tw-gradient-to:#f87171
}

.focus\:tw-to-red-500:focus{
  --tw-gradient-to:#ef4444
}

.focus\:tw-to-red-600:focus{
  --tw-gradient-to:#dc2626
}

.focus\:tw-to-red-700:focus{
  --tw-gradient-to:#b91c1c
}

.focus\:tw-to-red-800:focus{
  --tw-gradient-to:#991b1b
}

.focus\:tw-to-red-900:focus{
  --tw-gradient-to:#7f1d1d
}

.focus\:tw-to-yellow-50:focus{
  --tw-gradient-to:#fffbeb
}

.focus\:tw-to-yellow-100:focus{
  --tw-gradient-to:#fef3c7
}

.focus\:tw-to-yellow-200:focus{
  --tw-gradient-to:#fde68a
}

.focus\:tw-to-yellow-300:focus{
  --tw-gradient-to:#fcd34d
}

.focus\:tw-to-yellow-400:focus{
  --tw-gradient-to:#fbbf24
}

.focus\:tw-to-yellow-500:focus{
  --tw-gradient-to:#f59e0b
}

.focus\:tw-to-yellow-600:focus{
  --tw-gradient-to:#d97706
}

.focus\:tw-to-yellow-700:focus{
  --tw-gradient-to:#b45309
}

.focus\:tw-to-yellow-800:focus{
  --tw-gradient-to:#92400e
}

.focus\:tw-to-yellow-900:focus{
  --tw-gradient-to:#78350f
}

.focus\:tw-to-green-50:focus{
  --tw-gradient-to:#ecfdf5
}

.focus\:tw-to-green-100:focus{
  --tw-gradient-to:#d1fae5
}

.focus\:tw-to-green-200:focus{
  --tw-gradient-to:#a7f3d0
}

.focus\:tw-to-green-300:focus{
  --tw-gradient-to:#6ee7b7
}

.focus\:tw-to-green-400:focus{
  --tw-gradient-to:#34d399
}

.focus\:tw-to-green-500:focus{
  --tw-gradient-to:#10b981
}

.focus\:tw-to-green-600:focus{
  --tw-gradient-to:#059669
}

.focus\:tw-to-green-700:focus{
  --tw-gradient-to:#047857
}

.focus\:tw-to-green-800:focus{
  --tw-gradient-to:#065f46
}

.focus\:tw-to-green-900:focus{
  --tw-gradient-to:#064e3b
}

.focus\:tw-to-blue-50:focus{
  --tw-gradient-to:#eff6ff
}

.focus\:tw-to-blue-100:focus{
  --tw-gradient-to:#dbeafe
}

.focus\:tw-to-blue-200:focus{
  --tw-gradient-to:#bfdbfe
}

.focus\:tw-to-blue-300:focus{
  --tw-gradient-to:#93c5fd
}

.focus\:tw-to-blue-400:focus{
  --tw-gradient-to:#60a5fa
}

.focus\:tw-to-blue-500:focus{
  --tw-gradient-to:#3b82f6
}

.focus\:tw-to-blue-600:focus{
  --tw-gradient-to:#2563eb
}

.focus\:tw-to-blue-700:focus{
  --tw-gradient-to:#1d4ed8
}

.focus\:tw-to-blue-800:focus{
  --tw-gradient-to:#1e40af
}

.focus\:tw-to-blue-900:focus{
  --tw-gradient-to:#1e3a8a
}

.focus\:tw-to-indigo-50:focus{
  --tw-gradient-to:#eef2ff
}

.focus\:tw-to-indigo-100:focus{
  --tw-gradient-to:#e0e7ff
}

.focus\:tw-to-indigo-200:focus{
  --tw-gradient-to:#c7d2fe
}

.focus\:tw-to-indigo-300:focus{
  --tw-gradient-to:#a5b4fc
}

.focus\:tw-to-indigo-400:focus{
  --tw-gradient-to:#818cf8
}

.focus\:tw-to-indigo-500:focus{
  --tw-gradient-to:#6366f1
}

.focus\:tw-to-indigo-600:focus{
  --tw-gradient-to:#4f46e5
}

.focus\:tw-to-indigo-700:focus{
  --tw-gradient-to:#4338ca
}

.focus\:tw-to-indigo-800:focus{
  --tw-gradient-to:#3730a3
}

.focus\:tw-to-indigo-900:focus{
  --tw-gradient-to:#312e81
}

.focus\:tw-to-purple-50:focus{
  --tw-gradient-to:#f5f3ff
}

.focus\:tw-to-purple-100:focus{
  --tw-gradient-to:#ede9fe
}

.focus\:tw-to-purple-200:focus{
  --tw-gradient-to:#ddd6fe
}

.focus\:tw-to-purple-300:focus{
  --tw-gradient-to:#c4b5fd
}

.focus\:tw-to-purple-400:focus{
  --tw-gradient-to:#a78bfa
}

.focus\:tw-to-purple-500:focus{
  --tw-gradient-to:#8b5cf6
}

.focus\:tw-to-purple-600:focus{
  --tw-gradient-to:#7c3aed
}

.focus\:tw-to-purple-700:focus{
  --tw-gradient-to:#6d28d9
}

.focus\:tw-to-purple-800:focus{
  --tw-gradient-to:#5b21b6
}

.focus\:tw-to-purple-900:focus{
  --tw-gradient-to:#4c1d95
}

.focus\:tw-to-pink-50:focus{
  --tw-gradient-to:#fdf2f8
}

.focus\:tw-to-pink-100:focus{
  --tw-gradient-to:#fce7f3
}

.focus\:tw-to-pink-200:focus{
  --tw-gradient-to:#fbcfe8
}

.focus\:tw-to-pink-300:focus{
  --tw-gradient-to:#f9a8d4
}

.focus\:tw-to-pink-400:focus{
  --tw-gradient-to:#f472b6
}

.focus\:tw-to-pink-500:focus{
  --tw-gradient-to:#ec4899
}

.focus\:tw-to-pink-600:focus{
  --tw-gradient-to:#db2777
}

.focus\:tw-to-pink-700:focus{
  --tw-gradient-to:#be185d
}

.focus\:tw-to-pink-800:focus{
  --tw-gradient-to:#9d174d
}

.focus\:tw-to-pink-900:focus{
  --tw-gradient-to:#831843
}

.tw-decoration-slice{
  -webkit-box-decoration-break:slice;
          box-decoration-break:slice
}

.tw-decoration-clone{
  -webkit-box-decoration-break:clone;
          box-decoration-break:clone
}

.tw-bg-auto{
  background-size:auto
}

.tw-bg-cover{
  background-size:cover
}

.tw-bg-contain{
  background-size:contain
}

.tw-bg-fixed{
  background-attachment:fixed
}

.tw-bg-local{
  background-attachment:local
}

.tw-bg-scroll{
  background-attachment:scroll
}

.tw-bg-clip-border{
  background-clip:border-box
}

.tw-bg-clip-padding{
  background-clip:padding-box
}

.tw-bg-clip-content{
  background-clip:content-box
}

.tw-bg-clip-text{
  background-clip:text
}

.tw-bg-bottom{
  background-position:bottom
}

.tw-bg-center{
  background-position:center
}

.tw-bg-left{
  background-position:left
}

.tw-bg-left-bottom{
  background-position:left bottom
}

.tw-bg-left-top{
  background-position:left top
}

.tw-bg-right{
  background-position:right
}

.tw-bg-right-bottom{
  background-position:right bottom
}

.tw-bg-right-top{
  background-position:right top
}

.tw-bg-top{
  background-position:top
}

.tw-bg-repeat{
  background-repeat:repeat
}

.tw-bg-no-repeat{
  background-repeat:no-repeat
}

.tw-bg-repeat-x{
  background-repeat:repeat-x
}

.tw-bg-repeat-y{
  background-repeat:repeat-y
}

.tw-bg-repeat-round{
  background-repeat:round
}

.tw-bg-repeat-space{
  background-repeat:space
}

.tw-bg-origin-border{
  background-origin:border-box
}

.tw-bg-origin-padding{
  background-origin:padding-box
}

.tw-bg-origin-content{
  background-origin:content-box
}

.tw-fill-current{
  fill:currentColor
}

.tw-stroke-current{
  stroke:currentColor
}

.tw-stroke-0{
  stroke-width:0
}

.tw-stroke-1{
  stroke-width:1
}

.tw-stroke-2{
  stroke-width:2
}

.tw-object-contain{
  object-fit:contain
}

.tw-object-cover{
  object-fit:cover
}

.tw-object-fill{
  object-fit:fill
}

.tw-object-none{
  object-fit:none
}

.tw-object-scale-down{
  object-fit:scale-down
}

.tw-object-bottom{
  object-position:bottom
}

.tw-object-center{
  object-position:center
}

.tw-object-left{
  object-position:left
}

.tw-object-left-bottom{
  object-position:left bottom
}

.tw-object-left-top{
  object-position:left top
}

.tw-object-right{
  object-position:right
}

.tw-object-right-bottom{
  object-position:right bottom
}

.tw-object-right-top{
  object-position:right top
}

.tw-object-top{
  object-position:top
}

.tw-p-0{
  padding:0px
}

.tw-p-1{
  padding:0.25rem
}

.tw-p-2{
  padding:0.5rem
}

.tw-p-3{
  padding:0.75rem
}

.tw-p-4{
  padding:1rem
}

.tw-p-5{
  padding:1.25rem
}

.tw-p-6{
  padding:1.5rem
}

.tw-p-7{
  padding:1.75rem
}

.tw-p-8{
  padding:2rem
}

.tw-p-9{
  padding:2.25rem
}

.tw-p-10{
  padding:2.5rem
}

.tw-p-11{
  padding:2.75rem
}

.tw-p-12{
  padding:3rem
}

.tw-p-14{
  padding:3.5rem
}

.tw-p-16{
  padding:4rem
}

.tw-p-20{
  padding:5rem
}

.tw-p-24{
  padding:6rem
}

.tw-p-28{
  padding:7rem
}

.tw-p-32{
  padding:8rem
}

.tw-p-36{
  padding:9rem
}

.tw-p-40{
  padding:10rem
}

.tw-p-44{
  padding:11rem
}

.tw-p-48{
  padding:12rem
}

.tw-p-52{
  padding:13rem
}

.tw-p-56{
  padding:14rem
}

.tw-p-60{
  padding:15rem
}

.tw-p-64{
  padding:16rem
}

.tw-p-72{
  padding:18rem
}

.tw-p-80{
  padding:20rem
}

.tw-p-96{
  padding:24rem
}

.tw-p-px{
  padding:1px
}

.tw-p-0\.5{
  padding:0.125rem
}

.tw-p-1\.5{
  padding:0.375rem
}

.tw-p-2\.5{
  padding:0.625rem
}

.tw-p-3\.5{
  padding:0.875rem
}

.tw-px-0{
  padding-left:0px;
  padding-right:0px
}

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

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

.tw-px-3{
  padding-left:0.75rem;
  padding-right:0.75rem
}

.tw-px-4{
  padding-left:1rem;
  padding-right:1rem
}

.tw-px-5{
  padding-left:1.25rem;
  padding-right:1.25rem
}

.tw-px-6{
  padding-left:1.5rem;
  padding-right:1.5rem
}

.tw-px-7{
  padding-left:1.75rem;
  padding-right:1.75rem
}

.tw-px-8{
  padding-left:2rem;
  padding-right:2rem
}

.tw-px-9{
  padding-left:2.25rem;
  padding-right:2.25rem
}

.tw-px-10{
  padding-left:2.5rem;
  padding-right:2.5rem
}

.tw-px-11{
  padding-left:2.75rem;
  padding-right:2.75rem
}

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

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

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

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

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

.tw-px-28{
  padding-left:7rem;
  padding-right:7rem
}

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

.tw-px-36{
  padding-left:9rem;
  padding-right:9rem
}

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

.tw-px-44{
  padding-left:11rem;
  padding-right:11rem
}

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

.tw-px-52{
  padding-left:13rem;
  padding-right:13rem
}

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

.tw-px-60{
  padding-left:15rem;
  padding-right:15rem
}

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

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

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

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

.tw-px-px{
  padding-left:1px;
  padding-right:1px
}

.tw-px-0\.5{
  padding-left:0.125rem;
  padding-right:0.125rem
}

.tw-px-1\.5{
  padding-left:0.375rem;
  padding-right:0.375rem
}

.tw-px-2\.5{
  padding-left:0.625rem;
  padding-right:0.625rem
}

.tw-px-3\.5{
  padding-left:0.875rem;
  padding-right:0.875rem
}

.tw-py-0{
  padding-top:0px;
  padding-bottom:0px
}

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

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

.tw-py-3{
  padding-top:0.75rem;
  padding-bottom:0.75rem
}

.tw-py-4{
  padding-top:1rem;
  padding-bottom:1rem
}

.tw-py-5{
  padding-top:1.25rem;
  padding-bottom:1.25rem
}

.tw-py-6{
  padding-top:1.5rem;
  padding-bottom:1.5rem
}

.tw-py-7{
  padding-top:1.75rem;
  padding-bottom:1.75rem
}

.tw-py-8{
  padding-top:2rem;
  padding-bottom:2rem
}

.tw-py-9{
  padding-top:2.25rem;
  padding-bottom:2.25rem
}

.tw-py-10{
  padding-top:2.5rem;
  padding-bottom:2.5rem
}

.tw-py-11{
  padding-top:2.75rem;
  padding-bottom:2.75rem
}

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

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

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

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

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

.tw-py-28{
  padding-top:7rem;
  padding-bottom:7rem
}

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

.tw-py-36{
  padding-top:9rem;
  padding-bottom:9rem
}

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

.tw-py-44{
  padding-top:11rem;
  padding-bottom:11rem
}

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

.tw-py-52{
  padding-top:13rem;
  padding-bottom:13rem
}

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

.tw-py-60{
  padding-top:15rem;
  padding-bottom:15rem
}

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

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

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

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

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

.tw-py-0\.5{
  padding-top:0.125rem;
  padding-bottom:0.125rem
}

.tw-py-1\.5{
  padding-top:0.375rem;
  padding-bottom:0.375rem
}

.tw-py-2\.5{
  padding-top:0.625rem;
  padding-bottom:0.625rem
}

.tw-py-3\.5{
  padding-top:0.875rem;
  padding-bottom:0.875rem
}

.tw-pt-0{
  padding-top:0px
}

.tw-pt-1{
  padding-top:0.25rem
}

.tw-pt-2{
  padding-top:0.5rem
}

.tw-pt-3{
  padding-top:0.75rem
}

.tw-pt-4{
  padding-top:1rem
}

.tw-pt-5{
  padding-top:1.25rem
}

.tw-pt-6{
  padding-top:1.5rem
}

.tw-pt-7{
  padding-top:1.75rem
}

.tw-pt-8{
  padding-top:2rem
}

.tw-pt-9{
  padding-top:2.25rem
}

.tw-pt-10{
  padding-top:2.5rem
}

.tw-pt-11{
  padding-top:2.75rem
}

.tw-pt-12{
  padding-top:3rem
}

.tw-pt-14{
  padding-top:3.5rem
}

.tw-pt-16{
  padding-top:4rem
}

.tw-pt-20{
  padding-top:5rem
}

.tw-pt-24{
  padding-top:6rem
}

.tw-pt-28{
  padding-top:7rem
}

.tw-pt-32{
  padding-top:8rem
}

.tw-pt-36{
  padding-top:9rem
}

.tw-pt-40{
  padding-top:10rem
}

.tw-pt-44{
  padding-top:11rem
}

.tw-pt-48{
  padding-top:12rem
}

.tw-pt-52{
  padding-top:13rem
}

.tw-pt-56{
  padding-top:14rem
}

.tw-pt-60{
  padding-top:15rem
}

.tw-pt-64{
  padding-top:16rem
}

.tw-pt-72{
  padding-top:18rem
}

.tw-pt-80{
  padding-top:20rem
}

.tw-pt-96{
  padding-top:24rem
}

.tw-pt-px{
  padding-top:1px
}

.tw-pt-0\.5{
  padding-top:0.125rem
}

.tw-pt-1\.5{
  padding-top:0.375rem
}

.tw-pt-2\.5{
  padding-top:0.625rem
}

.tw-pt-3\.5{
  padding-top:0.875rem
}

.tw-pr-0{
  padding-right:0px
}

.tw-pr-1{
  padding-right:0.25rem
}

.tw-pr-2{
  padding-right:0.5rem
}

.tw-pr-3{
  padding-right:0.75rem
}

.tw-pr-4{
  padding-right:1rem
}

.tw-pr-5{
  padding-right:1.25rem
}

.tw-pr-6{
  padding-right:1.5rem
}

.tw-pr-7{
  padding-right:1.75rem
}

.tw-pr-8{
  padding-right:2rem
}

.tw-pr-9{
  padding-right:2.25rem
}

.tw-pr-10{
  padding-right:2.5rem
}

.tw-pr-11{
  padding-right:2.75rem
}

.tw-pr-12{
  padding-right:3rem
}

.tw-pr-14{
  padding-right:3.5rem
}

.tw-pr-16{
  padding-right:4rem
}

.tw-pr-20{
  padding-right:5rem
}

.tw-pr-24{
  padding-right:6rem
}

.tw-pr-28{
  padding-right:7rem
}

.tw-pr-32{
  padding-right:8rem
}

.tw-pr-36{
  padding-right:9rem
}

.tw-pr-40{
  padding-right:10rem
}

.tw-pr-44{
  padding-right:11rem
}

.tw-pr-48{
  padding-right:12rem
}

.tw-pr-52{
  padding-right:13rem
}

.tw-pr-56{
  padding-right:14rem
}

.tw-pr-60{
  padding-right:15rem
}

.tw-pr-64{
  padding-right:16rem
}

.tw-pr-72{
  padding-right:18rem
}

.tw-pr-80{
  padding-right:20rem
}

.tw-pr-96{
  padding-right:24rem
}

.tw-pr-px{
  padding-right:1px
}

.tw-pr-0\.5{
  padding-right:0.125rem
}

.tw-pr-1\.5{
  padding-right:0.375rem
}

.tw-pr-2\.5{
  padding-right:0.625rem
}

.tw-pr-3\.5{
  padding-right:0.875rem
}

.tw-pb-0{
  padding-bottom:0px
}

.tw-pb-1{
  padding-bottom:0.25rem
}

.tw-pb-2{
  padding-bottom:0.5rem
}

.tw-pb-3{
  padding-bottom:0.75rem
}

.tw-pb-4{
  padding-bottom:1rem
}

.tw-pb-5{
  padding-bottom:1.25rem
}

.tw-pb-6{
  padding-bottom:1.5rem
}

.tw-pb-7{
  padding-bottom:1.75rem
}

.tw-pb-8{
  padding-bottom:2rem
}

.tw-pb-9{
  padding-bottom:2.25rem
}

.tw-pb-10{
  padding-bottom:2.5rem
}

.tw-pb-11{
  padding-bottom:2.75rem
}

.tw-pb-12{
  padding-bottom:3rem
}

.tw-pb-14{
  padding-bottom:3.5rem
}

.tw-pb-16{
  padding-bottom:4rem
}

.tw-pb-20{
  padding-bottom:5rem
}

.tw-pb-24{
  padding-bottom:6rem
}

.tw-pb-28{
  padding-bottom:7rem
}

.tw-pb-32{
  padding-bottom:8rem
}

.tw-pb-36{
  padding-bottom:9rem
}

.tw-pb-40{
  padding-bottom:10rem
}

.tw-pb-44{
  padding-bottom:11rem
}

.tw-pb-48{
  padding-bottom:12rem
}

.tw-pb-52{
  padding-bottom:13rem
}

.tw-pb-56{
  padding-bottom:14rem
}

.tw-pb-60{
  padding-bottom:15rem
}

.tw-pb-64{
  padding-bottom:16rem
}

.tw-pb-72{
  padding-bottom:18rem
}

.tw-pb-80{
  padding-bottom:20rem
}

.tw-pb-96{
  padding-bottom:24rem
}

.tw-pb-px{
  padding-bottom:1px
}

.tw-pb-0\.5{
  padding-bottom:0.125rem
}

.tw-pb-1\.5{
  padding-bottom:0.375rem
}

.tw-pb-2\.5{
  padding-bottom:0.625rem
}

.tw-pb-3\.5{
  padding-bottom:0.875rem
}

.tw-pl-0{
  padding-left:0px
}

.tw-pl-1{
  padding-left:0.25rem
}

.tw-pl-2{
  padding-left:0.5rem
}

.tw-pl-3{
  padding-left:0.75rem
}

.tw-pl-4{
  padding-left:1rem
}

.tw-pl-5{
  padding-left:1.25rem
}

.tw-pl-6{
  padding-left:1.5rem
}

.tw-pl-7{
  padding-left:1.75rem
}

.tw-pl-8{
  padding-left:2rem
}

.tw-pl-9{
  padding-left:2.25rem
}

.tw-pl-10{
  padding-left:2.5rem
}

.tw-pl-11{
  padding-left:2.75rem
}

.tw-pl-12{
  padding-left:3rem
}

.tw-pl-14{
  padding-left:3.5rem
}

.tw-pl-16{
  padding-left:4rem
}

.tw-pl-20{
  padding-left:5rem
}

.tw-pl-24{
  padding-left:6rem
}

.tw-pl-28{
  padding-left:7rem
}

.tw-pl-32{
  padding-left:8rem
}

.tw-pl-36{
  padding-left:9rem
}

.tw-pl-40{
  padding-left:10rem
}

.tw-pl-44{
  padding-left:11rem
}

.tw-pl-48{
  padding-left:12rem
}

.tw-pl-52{
  padding-left:13rem
}

.tw-pl-56{
  padding-left:14rem
}

.tw-pl-60{
  padding-left:15rem
}

.tw-pl-64{
  padding-left:16rem
}

.tw-pl-72{
  padding-left:18rem
}

.tw-pl-80{
  padding-left:20rem
}

.tw-pl-96{
  padding-left:24rem
}

.tw-pl-px{
  padding-left:1px
}

.tw-pl-0\.5{
  padding-left:0.125rem
}

.tw-pl-1\.5{
  padding-left:0.375rem
}

.tw-pl-2\.5{
  padding-left:0.625rem
}

.tw-pl-3\.5{
  padding-left:0.875rem
}

.tw-text-left{
  text-align:left
}

.tw-text-center{
  text-align:center
}

.tw-text-right{
  text-align:right
}

.tw-text-justify{
  text-align:justify
}

.tw-align-baseline{
  vertical-align:baseline
}

.tw-align-top{
  vertical-align:top
}

.tw-align-middle{
  vertical-align:middle
}

.tw-align-bottom{
  vertical-align:bottom
}

.tw-align-text-top{
  vertical-align:text-top
}

.tw-align-text-bottom{
  vertical-align:text-bottom
}

.tw-font-sans{
  font-family:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.tw-font-serif{
  font-family:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif
}

.tw-font-mono{
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.tw-text-xs{
  font-size:10px;
  line-height:24px
}

.tw-text-sm{
  font-size:14px;
  line-height:28px
}

.tw-text-base{
  font-size:16px;
  line-height:24px
}

.tw-text-lg{
  font-size:20px;
  line-height:28px
}

.tw-text-xl{
  font-size:24px;
  line-height:32px
}

.tw-text-2xl{
  font-size:28px;
  line-height:36px
}

.tw-text-3xl{
  font-size:32px;
  line-height:40px
}

.tw-text-4xl{
  font-size:36px;
  line-height:44px
}

.tw-text-5xl{
  font-size:40px;
  line-height:48px
}

.tw-text-6xl{
  font-size:44px;
  line-height:52px
}

.tw-font-thin{
  font-weight:100
}

.tw-font-extralight{
  font-weight:200
}

.tw-font-light{
  font-weight:300
}

.tw-font-normal{
  font-weight:400
}

.tw-font-medium{
  font-weight:500
}

.tw-font-semibold{
  font-weight:600
}

.tw-font-bold{
  font-weight:700
}

.tw-font-extrabold{
  font-weight:800
}

.tw-font-black{
  font-weight:900
}

.tw-uppercase{
  text-transform:uppercase
}

.tw-lowercase{
  text-transform:lowercase
}

.tw-capitalize{
  text-transform:capitalize
}

.tw-normal-case{
  text-transform:none
}

.tw-italic{
  font-style:italic
}

.tw-not-italic{
  font-style:normal
}

.tw-ordinal, .tw-slashed-zero, .tw-lining-nums, .tw-oldstyle-nums, .tw-proportional-nums, .tw-tabular-nums, .tw-diagonal-fractions, .tw-stacked-fractions{
  --tw-ordinal:var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero:var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure:var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing:var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction:var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}

.tw-normal-nums{
  font-variant-numeric:normal
}

.tw-ordinal{
  --tw-ordinal:ordinal
}

.tw-slashed-zero{
  --tw-slashed-zero:slashed-zero
}

.tw-lining-nums{
  --tw-numeric-figure:lining-nums
}

.tw-oldstyle-nums{
  --tw-numeric-figure:oldstyle-nums
}

.tw-proportional-nums{
  --tw-numeric-spacing:proportional-nums
}

.tw-tabular-nums{
  --tw-numeric-spacing:tabular-nums
}

.tw-diagonal-fractions{
  --tw-numeric-fraction:diagonal-fractions
}

.tw-stacked-fractions{
  --tw-numeric-fraction:stacked-fractions
}

.tw-leading-3{
  line-height:.75rem
}

.tw-leading-4{
  line-height:1rem
}

.tw-leading-5{
  line-height:1.25rem
}

.tw-leading-6{
  line-height:1.5rem
}

.tw-leading-7{
  line-height:1.75rem
}

.tw-leading-8{
  line-height:2rem
}

.tw-leading-9{
  line-height:2.25rem
}

.tw-leading-10{
  line-height:2.5rem
}

.tw-leading-none{
  line-height:1
}

.tw-leading-tight{
  line-height:1.25
}

.tw-leading-snug{
  line-height:1.375
}

.tw-leading-normal{
  line-height:1.5
}

.tw-leading-relaxed{
  line-height:1.625
}

.tw-leading-loose{
  line-height:2
}

.tw-tracking-tighter{
  letter-spacing:-0.05em
}

.tw-tracking-tight{
  letter-spacing:-0.025em
}

.tw-tracking-normal{
  letter-spacing:0em
}

.tw-tracking-wide{
  letter-spacing:0.025em
}

.tw-tracking-wider{
  letter-spacing:0.05em
}

.tw-tracking-widest{
  letter-spacing:0.1em
}

.tw-text-transparent{
  color:transparent
}

.tw-text-current{
  color:currentColor
}

.tw-text-black{
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity))
}

.tw-text-white{
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.tw-text-gray-50{
  --tw-text-opacity:1;
  color:rgba(249, 250, 251, var(--tw-text-opacity))
}

.tw-text-gray-100{
  --tw-text-opacity:1;
  color:rgba(243, 244, 246, var(--tw-text-opacity))
}

.tw-text-gray-200{
  --tw-text-opacity:1;
  color:rgba(229, 231, 235, var(--tw-text-opacity))
}

.tw-text-gray-300{
  --tw-text-opacity:1;
  color:rgba(209, 213, 219, var(--tw-text-opacity))
}

.tw-text-gray-400{
  --tw-text-opacity:1;
  color:rgba(156, 163, 175, var(--tw-text-opacity))
}

.tw-text-gray-500{
  --tw-text-opacity:1;
  color:rgba(107, 114, 128, var(--tw-text-opacity))
}

.tw-text-gray-600{
  --tw-text-opacity:1;
  color:rgba(75, 85, 99, var(--tw-text-opacity))
}

.tw-text-gray-700{
  --tw-text-opacity:1;
  color:rgba(55, 65, 81, var(--tw-text-opacity))
}

.tw-text-gray-800{
  --tw-text-opacity:1;
  color:rgba(31, 41, 55, var(--tw-text-opacity))
}

.tw-text-gray-900{
  --tw-text-opacity:1;
  color:rgba(17, 24, 39, var(--tw-text-opacity))
}

.tw-text-red-50{
  --tw-text-opacity:1;
  color:rgba(254, 242, 242, var(--tw-text-opacity))
}

.tw-text-red-100{
  --tw-text-opacity:1;
  color:rgba(254, 226, 226, var(--tw-text-opacity))
}

.tw-text-red-200{
  --tw-text-opacity:1;
  color:rgba(254, 202, 202, var(--tw-text-opacity))
}

.tw-text-red-300{
  --tw-text-opacity:1;
  color:rgba(252, 165, 165, var(--tw-text-opacity))
}

.tw-text-red-400{
  --tw-text-opacity:1;
  color:rgba(248, 113, 113, var(--tw-text-opacity))
}

.tw-text-red-500{
  --tw-text-opacity:1;
  color:rgba(239, 68, 68, var(--tw-text-opacity))
}

.tw-text-red-600{
  --tw-text-opacity:1;
  color:rgba(220, 38, 38, var(--tw-text-opacity))
}

.tw-text-red-700{
  --tw-text-opacity:1;
  color:rgba(185, 28, 28, var(--tw-text-opacity))
}

.tw-text-red-800{
  --tw-text-opacity:1;
  color:rgba(153, 27, 27, var(--tw-text-opacity))
}

.tw-text-red-900{
  --tw-text-opacity:1;
  color:rgba(127, 29, 29, var(--tw-text-opacity))
}

.tw-text-yellow-50{
  --tw-text-opacity:1;
  color:rgba(255, 251, 235, var(--tw-text-opacity))
}

.tw-text-yellow-100{
  --tw-text-opacity:1;
  color:rgba(254, 243, 199, var(--tw-text-opacity))
}

.tw-text-yellow-200{
  --tw-text-opacity:1;
  color:rgba(253, 230, 138, var(--tw-text-opacity))
}

.tw-text-yellow-300{
  --tw-text-opacity:1;
  color:rgba(252, 211, 77, var(--tw-text-opacity))
}

.tw-text-yellow-400{
  --tw-text-opacity:1;
  color:rgba(251, 191, 36, var(--tw-text-opacity))
}

.tw-text-yellow-500{
  --tw-text-opacity:1;
  color:rgba(245, 158, 11, var(--tw-text-opacity))
}

.tw-text-yellow-600{
  --tw-text-opacity:1;
  color:rgba(217, 119, 6, var(--tw-text-opacity))
}

.tw-text-yellow-700{
  --tw-text-opacity:1;
  color:rgba(180, 83, 9, var(--tw-text-opacity))
}

.tw-text-yellow-800{
  --tw-text-opacity:1;
  color:rgba(146, 64, 14, var(--tw-text-opacity))
}

.tw-text-yellow-900{
  --tw-text-opacity:1;
  color:rgba(120, 53, 15, var(--tw-text-opacity))
}

.tw-text-green-50{
  --tw-text-opacity:1;
  color:rgba(236, 253, 245, var(--tw-text-opacity))
}

.tw-text-green-100{
  --tw-text-opacity:1;
  color:rgba(209, 250, 229, var(--tw-text-opacity))
}

.tw-text-green-200{
  --tw-text-opacity:1;
  color:rgba(167, 243, 208, var(--tw-text-opacity))
}

.tw-text-green-300{
  --tw-text-opacity:1;
  color:rgba(110, 231, 183, var(--tw-text-opacity))
}

.tw-text-green-400{
  --tw-text-opacity:1;
  color:rgba(52, 211, 153, var(--tw-text-opacity))
}

.tw-text-green-500{
  --tw-text-opacity:1;
  color:rgba(16, 185, 129, var(--tw-text-opacity))
}

.tw-text-green-600{
  --tw-text-opacity:1;
  color:rgba(5, 150, 105, var(--tw-text-opacity))
}

.tw-text-green-700{
  --tw-text-opacity:1;
  color:rgba(4, 120, 87, var(--tw-text-opacity))
}

.tw-text-green-800{
  --tw-text-opacity:1;
  color:rgba(6, 95, 70, var(--tw-text-opacity))
}

.tw-text-green-900{
  --tw-text-opacity:1;
  color:rgba(6, 78, 59, var(--tw-text-opacity))
}

.tw-text-blue-50{
  --tw-text-opacity:1;
  color:rgba(239, 246, 255, var(--tw-text-opacity))
}

.tw-text-blue-100{
  --tw-text-opacity:1;
  color:rgba(219, 234, 254, var(--tw-text-opacity))
}

.tw-text-blue-200{
  --tw-text-opacity:1;
  color:rgba(191, 219, 254, var(--tw-text-opacity))
}

.tw-text-blue-300{
  --tw-text-opacity:1;
  color:rgba(147, 197, 253, var(--tw-text-opacity))
}

.tw-text-blue-400{
  --tw-text-opacity:1;
  color:rgba(96, 165, 250, var(--tw-text-opacity))
}

.tw-text-blue-500{
  --tw-text-opacity:1;
  color:rgba(59, 130, 246, var(--tw-text-opacity))
}

.tw-text-blue-600{
  --tw-text-opacity:1;
  color:rgba(37, 99, 235, var(--tw-text-opacity))
}

.tw-text-blue-700{
  --tw-text-opacity:1;
  color:rgba(29, 78, 216, var(--tw-text-opacity))
}

.tw-text-blue-800{
  --tw-text-opacity:1;
  color:rgba(30, 64, 175, var(--tw-text-opacity))
}

.tw-text-blue-900{
  --tw-text-opacity:1;
  color:rgba(30, 58, 138, var(--tw-text-opacity))
}

.tw-text-indigo-50{
  --tw-text-opacity:1;
  color:rgba(238, 242, 255, var(--tw-text-opacity))
}

.tw-text-indigo-100{
  --tw-text-opacity:1;
  color:rgba(224, 231, 255, var(--tw-text-opacity))
}

.tw-text-indigo-200{
  --tw-text-opacity:1;
  color:rgba(199, 210, 254, var(--tw-text-opacity))
}

.tw-text-indigo-300{
  --tw-text-opacity:1;
  color:rgba(165, 180, 252, var(--tw-text-opacity))
}

.tw-text-indigo-400{
  --tw-text-opacity:1;
  color:rgba(129, 140, 248, var(--tw-text-opacity))
}

.tw-text-indigo-500{
  --tw-text-opacity:1;
  color:rgba(99, 102, 241, var(--tw-text-opacity))
}

.tw-text-indigo-600{
  --tw-text-opacity:1;
  color:rgba(79, 70, 229, var(--tw-text-opacity))
}

.tw-text-indigo-700{
  --tw-text-opacity:1;
  color:rgba(67, 56, 202, var(--tw-text-opacity))
}

.tw-text-indigo-800{
  --tw-text-opacity:1;
  color:rgba(55, 48, 163, var(--tw-text-opacity))
}

.tw-text-indigo-900{
  --tw-text-opacity:1;
  color:rgba(49, 46, 129, var(--tw-text-opacity))
}

.tw-text-purple-50{
  --tw-text-opacity:1;
  color:rgba(245, 243, 255, var(--tw-text-opacity))
}

.tw-text-purple-100{
  --tw-text-opacity:1;
  color:rgba(237, 233, 254, var(--tw-text-opacity))
}

.tw-text-purple-200{
  --tw-text-opacity:1;
  color:rgba(221, 214, 254, var(--tw-text-opacity))
}

.tw-text-purple-300{
  --tw-text-opacity:1;
  color:rgba(196, 181, 253, var(--tw-text-opacity))
}

.tw-text-purple-400{
  --tw-text-opacity:1;
  color:rgba(167, 139, 250, var(--tw-text-opacity))
}

.tw-text-purple-500{
  --tw-text-opacity:1;
  color:rgba(139, 92, 246, var(--tw-text-opacity))
}

.tw-text-purple-600{
  --tw-text-opacity:1;
  color:rgba(124, 58, 237, var(--tw-text-opacity))
}

.tw-text-purple-700{
  --tw-text-opacity:1;
  color:rgba(109, 40, 217, var(--tw-text-opacity))
}

.tw-text-purple-800{
  --tw-text-opacity:1;
  color:rgba(91, 33, 182, var(--tw-text-opacity))
}

.tw-text-purple-900{
  --tw-text-opacity:1;
  color:rgba(76, 29, 149, var(--tw-text-opacity))
}

.tw-text-pink-50{
  --tw-text-opacity:1;
  color:rgba(253, 242, 248, var(--tw-text-opacity))
}

.tw-text-pink-100{
  --tw-text-opacity:1;
  color:rgba(252, 231, 243, var(--tw-text-opacity))
}

.tw-text-pink-200{
  --tw-text-opacity:1;
  color:rgba(251, 207, 232, var(--tw-text-opacity))
}

.tw-text-pink-300{
  --tw-text-opacity:1;
  color:rgba(249, 168, 212, var(--tw-text-opacity))
}

.tw-text-pink-400{
  --tw-text-opacity:1;
  color:rgba(244, 114, 182, var(--tw-text-opacity))
}

.tw-text-pink-500{
  --tw-text-opacity:1;
  color:rgba(236, 72, 153, var(--tw-text-opacity))
}

.tw-text-pink-600{
  --tw-text-opacity:1;
  color:rgba(219, 39, 119, var(--tw-text-opacity))
}

.tw-text-pink-700{
  --tw-text-opacity:1;
  color:rgba(190, 24, 93, var(--tw-text-opacity))
}

.tw-text-pink-800{
  --tw-text-opacity:1;
  color:rgba(157, 23, 77, var(--tw-text-opacity))
}

.tw-text-pink-900{
  --tw-text-opacity:1;
  color:rgba(131, 24, 67, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-transparent{
  color:transparent
}

.tw-group:hover .group-hover\:tw-text-current{
  color:currentColor
}

.tw-group:hover .group-hover\:tw-text-black{
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-white{
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-gray-50{
  --tw-text-opacity:1;
  color:rgba(249, 250, 251, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-gray-100{
  --tw-text-opacity:1;
  color:rgba(243, 244, 246, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-gray-200{
  --tw-text-opacity:1;
  color:rgba(229, 231, 235, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-gray-300{
  --tw-text-opacity:1;
  color:rgba(209, 213, 219, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-gray-400{
  --tw-text-opacity:1;
  color:rgba(156, 163, 175, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-gray-500{
  --tw-text-opacity:1;
  color:rgba(107, 114, 128, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-gray-600{
  --tw-text-opacity:1;
  color:rgba(75, 85, 99, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-gray-700{
  --tw-text-opacity:1;
  color:rgba(55, 65, 81, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-gray-800{
  --tw-text-opacity:1;
  color:rgba(31, 41, 55, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-gray-900{
  --tw-text-opacity:1;
  color:rgba(17, 24, 39, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-red-50{
  --tw-text-opacity:1;
  color:rgba(254, 242, 242, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-red-100{
  --tw-text-opacity:1;
  color:rgba(254, 226, 226, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-red-200{
  --tw-text-opacity:1;
  color:rgba(254, 202, 202, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-red-300{
  --tw-text-opacity:1;
  color:rgba(252, 165, 165, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-red-400{
  --tw-text-opacity:1;
  color:rgba(248, 113, 113, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-red-500{
  --tw-text-opacity:1;
  color:rgba(239, 68, 68, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-red-600{
  --tw-text-opacity:1;
  color:rgba(220, 38, 38, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-red-700{
  --tw-text-opacity:1;
  color:rgba(185, 28, 28, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-red-800{
  --tw-text-opacity:1;
  color:rgba(153, 27, 27, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-red-900{
  --tw-text-opacity:1;
  color:rgba(127, 29, 29, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-yellow-50{
  --tw-text-opacity:1;
  color:rgba(255, 251, 235, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-yellow-100{
  --tw-text-opacity:1;
  color:rgba(254, 243, 199, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-yellow-200{
  --tw-text-opacity:1;
  color:rgba(253, 230, 138, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-yellow-300{
  --tw-text-opacity:1;
  color:rgba(252, 211, 77, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-yellow-400{
  --tw-text-opacity:1;
  color:rgba(251, 191, 36, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-yellow-500{
  --tw-text-opacity:1;
  color:rgba(245, 158, 11, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-yellow-600{
  --tw-text-opacity:1;
  color:rgba(217, 119, 6, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-yellow-700{
  --tw-text-opacity:1;
  color:rgba(180, 83, 9, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-yellow-800{
  --tw-text-opacity:1;
  color:rgba(146, 64, 14, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-yellow-900{
  --tw-text-opacity:1;
  color:rgba(120, 53, 15, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-green-50{
  --tw-text-opacity:1;
  color:rgba(236, 253, 245, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-green-100{
  --tw-text-opacity:1;
  color:rgba(209, 250, 229, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-green-200{
  --tw-text-opacity:1;
  color:rgba(167, 243, 208, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-green-300{
  --tw-text-opacity:1;
  color:rgba(110, 231, 183, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-green-400{
  --tw-text-opacity:1;
  color:rgba(52, 211, 153, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-green-500{
  --tw-text-opacity:1;
  color:rgba(16, 185, 129, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-green-600{
  --tw-text-opacity:1;
  color:rgba(5, 150, 105, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-green-700{
  --tw-text-opacity:1;
  color:rgba(4, 120, 87, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-green-800{
  --tw-text-opacity:1;
  color:rgba(6, 95, 70, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-green-900{
  --tw-text-opacity:1;
  color:rgba(6, 78, 59, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-blue-50{
  --tw-text-opacity:1;
  color:rgba(239, 246, 255, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-blue-100{
  --tw-text-opacity:1;
  color:rgba(219, 234, 254, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-blue-200{
  --tw-text-opacity:1;
  color:rgba(191, 219, 254, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-blue-300{
  --tw-text-opacity:1;
  color:rgba(147, 197, 253, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-blue-400{
  --tw-text-opacity:1;
  color:rgba(96, 165, 250, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-blue-500{
  --tw-text-opacity:1;
  color:rgba(59, 130, 246, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-blue-600{
  --tw-text-opacity:1;
  color:rgba(37, 99, 235, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-blue-700{
  --tw-text-opacity:1;
  color:rgba(29, 78, 216, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-blue-800{
  --tw-text-opacity:1;
  color:rgba(30, 64, 175, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-blue-900{
  --tw-text-opacity:1;
  color:rgba(30, 58, 138, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-indigo-50{
  --tw-text-opacity:1;
  color:rgba(238, 242, 255, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-indigo-100{
  --tw-text-opacity:1;
  color:rgba(224, 231, 255, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-indigo-200{
  --tw-text-opacity:1;
  color:rgba(199, 210, 254, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-indigo-300{
  --tw-text-opacity:1;
  color:rgba(165, 180, 252, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-indigo-400{
  --tw-text-opacity:1;
  color:rgba(129, 140, 248, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-indigo-500{
  --tw-text-opacity:1;
  color:rgba(99, 102, 241, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-indigo-600{
  --tw-text-opacity:1;
  color:rgba(79, 70, 229, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-indigo-700{
  --tw-text-opacity:1;
  color:rgba(67, 56, 202, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-indigo-800{
  --tw-text-opacity:1;
  color:rgba(55, 48, 163, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-indigo-900{
  --tw-text-opacity:1;
  color:rgba(49, 46, 129, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-purple-50{
  --tw-text-opacity:1;
  color:rgba(245, 243, 255, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-purple-100{
  --tw-text-opacity:1;
  color:rgba(237, 233, 254, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-purple-200{
  --tw-text-opacity:1;
  color:rgba(221, 214, 254, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-purple-300{
  --tw-text-opacity:1;
  color:rgba(196, 181, 253, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-purple-400{
  --tw-text-opacity:1;
  color:rgba(167, 139, 250, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-purple-500{
  --tw-text-opacity:1;
  color:rgba(139, 92, 246, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-purple-600{
  --tw-text-opacity:1;
  color:rgba(124, 58, 237, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-purple-700{
  --tw-text-opacity:1;
  color:rgba(109, 40, 217, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-purple-800{
  --tw-text-opacity:1;
  color:rgba(91, 33, 182, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-purple-900{
  --tw-text-opacity:1;
  color:rgba(76, 29, 149, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-pink-50{
  --tw-text-opacity:1;
  color:rgba(253, 242, 248, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-pink-100{
  --tw-text-opacity:1;
  color:rgba(252, 231, 243, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-pink-200{
  --tw-text-opacity:1;
  color:rgba(251, 207, 232, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-pink-300{
  --tw-text-opacity:1;
  color:rgba(249, 168, 212, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-pink-400{
  --tw-text-opacity:1;
  color:rgba(244, 114, 182, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-pink-500{
  --tw-text-opacity:1;
  color:rgba(236, 72, 153, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-pink-600{
  --tw-text-opacity:1;
  color:rgba(219, 39, 119, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-pink-700{
  --tw-text-opacity:1;
  color:rgba(190, 24, 93, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-pink-800{
  --tw-text-opacity:1;
  color:rgba(157, 23, 77, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-pink-900{
  --tw-text-opacity:1;
  color:rgba(131, 24, 67, var(--tw-text-opacity))
}

.focus-within\:tw-text-transparent:focus-within{
  color:transparent
}

.focus-within\:tw-text-current:focus-within{
  color:currentColor
}

.focus-within\:tw-text-black:focus-within{
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity))
}

.focus-within\:tw-text-white:focus-within{
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.focus-within\:tw-text-gray-50:focus-within{
  --tw-text-opacity:1;
  color:rgba(249, 250, 251, var(--tw-text-opacity))
}

.focus-within\:tw-text-gray-100:focus-within{
  --tw-text-opacity:1;
  color:rgba(243, 244, 246, var(--tw-text-opacity))
}

.focus-within\:tw-text-gray-200:focus-within{
  --tw-text-opacity:1;
  color:rgba(229, 231, 235, var(--tw-text-opacity))
}

.focus-within\:tw-text-gray-300:focus-within{
  --tw-text-opacity:1;
  color:rgba(209, 213, 219, var(--tw-text-opacity))
}

.focus-within\:tw-text-gray-400:focus-within{
  --tw-text-opacity:1;
  color:rgba(156, 163, 175, var(--tw-text-opacity))
}

.focus-within\:tw-text-gray-500:focus-within{
  --tw-text-opacity:1;
  color:rgba(107, 114, 128, var(--tw-text-opacity))
}

.focus-within\:tw-text-gray-600:focus-within{
  --tw-text-opacity:1;
  color:rgba(75, 85, 99, var(--tw-text-opacity))
}

.focus-within\:tw-text-gray-700:focus-within{
  --tw-text-opacity:1;
  color:rgba(55, 65, 81, var(--tw-text-opacity))
}

.focus-within\:tw-text-gray-800:focus-within{
  --tw-text-opacity:1;
  color:rgba(31, 41, 55, var(--tw-text-opacity))
}

.focus-within\:tw-text-gray-900:focus-within{
  --tw-text-opacity:1;
  color:rgba(17, 24, 39, var(--tw-text-opacity))
}

.focus-within\:tw-text-red-50:focus-within{
  --tw-text-opacity:1;
  color:rgba(254, 242, 242, var(--tw-text-opacity))
}

.focus-within\:tw-text-red-100:focus-within{
  --tw-text-opacity:1;
  color:rgba(254, 226, 226, var(--tw-text-opacity))
}

.focus-within\:tw-text-red-200:focus-within{
  --tw-text-opacity:1;
  color:rgba(254, 202, 202, var(--tw-text-opacity))
}

.focus-within\:tw-text-red-300:focus-within{
  --tw-text-opacity:1;
  color:rgba(252, 165, 165, var(--tw-text-opacity))
}

.focus-within\:tw-text-red-400:focus-within{
  --tw-text-opacity:1;
  color:rgba(248, 113, 113, var(--tw-text-opacity))
}

.focus-within\:tw-text-red-500:focus-within{
  --tw-text-opacity:1;
  color:rgba(239, 68, 68, var(--tw-text-opacity))
}

.focus-within\:tw-text-red-600:focus-within{
  --tw-text-opacity:1;
  color:rgba(220, 38, 38, var(--tw-text-opacity))
}

.focus-within\:tw-text-red-700:focus-within{
  --tw-text-opacity:1;
  color:rgba(185, 28, 28, var(--tw-text-opacity))
}

.focus-within\:tw-text-red-800:focus-within{
  --tw-text-opacity:1;
  color:rgba(153, 27, 27, var(--tw-text-opacity))
}

.focus-within\:tw-text-red-900:focus-within{
  --tw-text-opacity:1;
  color:rgba(127, 29, 29, var(--tw-text-opacity))
}

.focus-within\:tw-text-yellow-50:focus-within{
  --tw-text-opacity:1;
  color:rgba(255, 251, 235, var(--tw-text-opacity))
}

.focus-within\:tw-text-yellow-100:focus-within{
  --tw-text-opacity:1;
  color:rgba(254, 243, 199, var(--tw-text-opacity))
}

.focus-within\:tw-text-yellow-200:focus-within{
  --tw-text-opacity:1;
  color:rgba(253, 230, 138, var(--tw-text-opacity))
}

.focus-within\:tw-text-yellow-300:focus-within{
  --tw-text-opacity:1;
  color:rgba(252, 211, 77, var(--tw-text-opacity))
}

.focus-within\:tw-text-yellow-400:focus-within{
  --tw-text-opacity:1;
  color:rgba(251, 191, 36, var(--tw-text-opacity))
}

.focus-within\:tw-text-yellow-500:focus-within{
  --tw-text-opacity:1;
  color:rgba(245, 158, 11, var(--tw-text-opacity))
}

.focus-within\:tw-text-yellow-600:focus-within{
  --tw-text-opacity:1;
  color:rgba(217, 119, 6, var(--tw-text-opacity))
}

.focus-within\:tw-text-yellow-700:focus-within{
  --tw-text-opacity:1;
  color:rgba(180, 83, 9, var(--tw-text-opacity))
}

.focus-within\:tw-text-yellow-800:focus-within{
  --tw-text-opacity:1;
  color:rgba(146, 64, 14, var(--tw-text-opacity))
}

.focus-within\:tw-text-yellow-900:focus-within{
  --tw-text-opacity:1;
  color:rgba(120, 53, 15, var(--tw-text-opacity))
}

.focus-within\:tw-text-green-50:focus-within{
  --tw-text-opacity:1;
  color:rgba(236, 253, 245, var(--tw-text-opacity))
}

.focus-within\:tw-text-green-100:focus-within{
  --tw-text-opacity:1;
  color:rgba(209, 250, 229, var(--tw-text-opacity))
}

.focus-within\:tw-text-green-200:focus-within{
  --tw-text-opacity:1;
  color:rgba(167, 243, 208, var(--tw-text-opacity))
}

.focus-within\:tw-text-green-300:focus-within{
  --tw-text-opacity:1;
  color:rgba(110, 231, 183, var(--tw-text-opacity))
}

.focus-within\:tw-text-green-400:focus-within{
  --tw-text-opacity:1;
  color:rgba(52, 211, 153, var(--tw-text-opacity))
}

.focus-within\:tw-text-green-500:focus-within{
  --tw-text-opacity:1;
  color:rgba(16, 185, 129, var(--tw-text-opacity))
}

.focus-within\:tw-text-green-600:focus-within{
  --tw-text-opacity:1;
  color:rgba(5, 150, 105, var(--tw-text-opacity))
}

.focus-within\:tw-text-green-700:focus-within{
  --tw-text-opacity:1;
  color:rgba(4, 120, 87, var(--tw-text-opacity))
}

.focus-within\:tw-text-green-800:focus-within{
  --tw-text-opacity:1;
  color:rgba(6, 95, 70, var(--tw-text-opacity))
}

.focus-within\:tw-text-green-900:focus-within{
  --tw-text-opacity:1;
  color:rgba(6, 78, 59, var(--tw-text-opacity))
}

.focus-within\:tw-text-blue-50:focus-within{
  --tw-text-opacity:1;
  color:rgba(239, 246, 255, var(--tw-text-opacity))
}

.focus-within\:tw-text-blue-100:focus-within{
  --tw-text-opacity:1;
  color:rgba(219, 234, 254, var(--tw-text-opacity))
}

.focus-within\:tw-text-blue-200:focus-within{
  --tw-text-opacity:1;
  color:rgba(191, 219, 254, var(--tw-text-opacity))
}

.focus-within\:tw-text-blue-300:focus-within{
  --tw-text-opacity:1;
  color:rgba(147, 197, 253, var(--tw-text-opacity))
}

.focus-within\:tw-text-blue-400:focus-within{
  --tw-text-opacity:1;
  color:rgba(96, 165, 250, var(--tw-text-opacity))
}

.focus-within\:tw-text-blue-500:focus-within{
  --tw-text-opacity:1;
  color:rgba(59, 130, 246, var(--tw-text-opacity))
}

.focus-within\:tw-text-blue-600:focus-within{
  --tw-text-opacity:1;
  color:rgba(37, 99, 235, var(--tw-text-opacity))
}

.focus-within\:tw-text-blue-700:focus-within{
  --tw-text-opacity:1;
  color:rgba(29, 78, 216, var(--tw-text-opacity))
}

.focus-within\:tw-text-blue-800:focus-within{
  --tw-text-opacity:1;
  color:rgba(30, 64, 175, var(--tw-text-opacity))
}

.focus-within\:tw-text-blue-900:focus-within{
  --tw-text-opacity:1;
  color:rgba(30, 58, 138, var(--tw-text-opacity))
}

.focus-within\:tw-text-indigo-50:focus-within{
  --tw-text-opacity:1;
  color:rgba(238, 242, 255, var(--tw-text-opacity))
}

.focus-within\:tw-text-indigo-100:focus-within{
  --tw-text-opacity:1;
  color:rgba(224, 231, 255, var(--tw-text-opacity))
}

.focus-within\:tw-text-indigo-200:focus-within{
  --tw-text-opacity:1;
  color:rgba(199, 210, 254, var(--tw-text-opacity))
}

.focus-within\:tw-text-indigo-300:focus-within{
  --tw-text-opacity:1;
  color:rgba(165, 180, 252, var(--tw-text-opacity))
}

.focus-within\:tw-text-indigo-400:focus-within{
  --tw-text-opacity:1;
  color:rgba(129, 140, 248, var(--tw-text-opacity))
}

.focus-within\:tw-text-indigo-500:focus-within{
  --tw-text-opacity:1;
  color:rgba(99, 102, 241, var(--tw-text-opacity))
}

.focus-within\:tw-text-indigo-600:focus-within{
  --tw-text-opacity:1;
  color:rgba(79, 70, 229, var(--tw-text-opacity))
}

.focus-within\:tw-text-indigo-700:focus-within{
  --tw-text-opacity:1;
  color:rgba(67, 56, 202, var(--tw-text-opacity))
}

.focus-within\:tw-text-indigo-800:focus-within{
  --tw-text-opacity:1;
  color:rgba(55, 48, 163, var(--tw-text-opacity))
}

.focus-within\:tw-text-indigo-900:focus-within{
  --tw-text-opacity:1;
  color:rgba(49, 46, 129, var(--tw-text-opacity))
}

.focus-within\:tw-text-purple-50:focus-within{
  --tw-text-opacity:1;
  color:rgba(245, 243, 255, var(--tw-text-opacity))
}

.focus-within\:tw-text-purple-100:focus-within{
  --tw-text-opacity:1;
  color:rgba(237, 233, 254, var(--tw-text-opacity))
}

.focus-within\:tw-text-purple-200:focus-within{
  --tw-text-opacity:1;
  color:rgba(221, 214, 254, var(--tw-text-opacity))
}

.focus-within\:tw-text-purple-300:focus-within{
  --tw-text-opacity:1;
  color:rgba(196, 181, 253, var(--tw-text-opacity))
}

.focus-within\:tw-text-purple-400:focus-within{
  --tw-text-opacity:1;
  color:rgba(167, 139, 250, var(--tw-text-opacity))
}

.focus-within\:tw-text-purple-500:focus-within{
  --tw-text-opacity:1;
  color:rgba(139, 92, 246, var(--tw-text-opacity))
}

.focus-within\:tw-text-purple-600:focus-within{
  --tw-text-opacity:1;
  color:rgba(124, 58, 237, var(--tw-text-opacity))
}

.focus-within\:tw-text-purple-700:focus-within{
  --tw-text-opacity:1;
  color:rgba(109, 40, 217, var(--tw-text-opacity))
}

.focus-within\:tw-text-purple-800:focus-within{
  --tw-text-opacity:1;
  color:rgba(91, 33, 182, var(--tw-text-opacity))
}

.focus-within\:tw-text-purple-900:focus-within{
  --tw-text-opacity:1;
  color:rgba(76, 29, 149, var(--tw-text-opacity))
}

.focus-within\:tw-text-pink-50:focus-within{
  --tw-text-opacity:1;
  color:rgba(253, 242, 248, var(--tw-text-opacity))
}

.focus-within\:tw-text-pink-100:focus-within{
  --tw-text-opacity:1;
  color:rgba(252, 231, 243, var(--tw-text-opacity))
}

.focus-within\:tw-text-pink-200:focus-within{
  --tw-text-opacity:1;
  color:rgba(251, 207, 232, var(--tw-text-opacity))
}

.focus-within\:tw-text-pink-300:focus-within{
  --tw-text-opacity:1;
  color:rgba(249, 168, 212, var(--tw-text-opacity))
}

.focus-within\:tw-text-pink-400:focus-within{
  --tw-text-opacity:1;
  color:rgba(244, 114, 182, var(--tw-text-opacity))
}

.focus-within\:tw-text-pink-500:focus-within{
  --tw-text-opacity:1;
  color:rgba(236, 72, 153, var(--tw-text-opacity))
}

.focus-within\:tw-text-pink-600:focus-within{
  --tw-text-opacity:1;
  color:rgba(219, 39, 119, var(--tw-text-opacity))
}

.focus-within\:tw-text-pink-700:focus-within{
  --tw-text-opacity:1;
  color:rgba(190, 24, 93, var(--tw-text-opacity))
}

.focus-within\:tw-text-pink-800:focus-within{
  --tw-text-opacity:1;
  color:rgba(157, 23, 77, var(--tw-text-opacity))
}

.focus-within\:tw-text-pink-900:focus-within{
  --tw-text-opacity:1;
  color:rgba(131, 24, 67, var(--tw-text-opacity))
}

.hover\:tw-text-transparent:hover{
  color:transparent
}

.hover\:tw-text-current:hover{
  color:currentColor
}

.hover\:tw-text-black:hover{
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity))
}

.hover\:tw-text-white:hover{
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.hover\:tw-text-gray-50:hover{
  --tw-text-opacity:1;
  color:rgba(249, 250, 251, var(--tw-text-opacity))
}

.hover\:tw-text-gray-100:hover{
  --tw-text-opacity:1;
  color:rgba(243, 244, 246, var(--tw-text-opacity))
}

.hover\:tw-text-gray-200:hover{
  --tw-text-opacity:1;
  color:rgba(229, 231, 235, var(--tw-text-opacity))
}

.hover\:tw-text-gray-300:hover{
  --tw-text-opacity:1;
  color:rgba(209, 213, 219, var(--tw-text-opacity))
}

.hover\:tw-text-gray-400:hover{
  --tw-text-opacity:1;
  color:rgba(156, 163, 175, var(--tw-text-opacity))
}

.hover\:tw-text-gray-500:hover{
  --tw-text-opacity:1;
  color:rgba(107, 114, 128, var(--tw-text-opacity))
}

.hover\:tw-text-gray-600:hover{
  --tw-text-opacity:1;
  color:rgba(75, 85, 99, var(--tw-text-opacity))
}

.hover\:tw-text-gray-700:hover{
  --tw-text-opacity:1;
  color:rgba(55, 65, 81, var(--tw-text-opacity))
}

.hover\:tw-text-gray-800:hover{
  --tw-text-opacity:1;
  color:rgba(31, 41, 55, var(--tw-text-opacity))
}

.hover\:tw-text-gray-900:hover{
  --tw-text-opacity:1;
  color:rgba(17, 24, 39, var(--tw-text-opacity))
}

.hover\:tw-text-red-50:hover{
  --tw-text-opacity:1;
  color:rgba(254, 242, 242, var(--tw-text-opacity))
}

.hover\:tw-text-red-100:hover{
  --tw-text-opacity:1;
  color:rgba(254, 226, 226, var(--tw-text-opacity))
}

.hover\:tw-text-red-200:hover{
  --tw-text-opacity:1;
  color:rgba(254, 202, 202, var(--tw-text-opacity))
}

.hover\:tw-text-red-300:hover{
  --tw-text-opacity:1;
  color:rgba(252, 165, 165, var(--tw-text-opacity))
}

.hover\:tw-text-red-400:hover{
  --tw-text-opacity:1;
  color:rgba(248, 113, 113, var(--tw-text-opacity))
}

.hover\:tw-text-red-500:hover{
  --tw-text-opacity:1;
  color:rgba(239, 68, 68, var(--tw-text-opacity))
}

.hover\:tw-text-red-600:hover{
  --tw-text-opacity:1;
  color:rgba(220, 38, 38, var(--tw-text-opacity))
}

.hover\:tw-text-red-700:hover{
  --tw-text-opacity:1;
  color:rgba(185, 28, 28, var(--tw-text-opacity))
}

.hover\:tw-text-red-800:hover{
  --tw-text-opacity:1;
  color:rgba(153, 27, 27, var(--tw-text-opacity))
}

.hover\:tw-text-red-900:hover{
  --tw-text-opacity:1;
  color:rgba(127, 29, 29, var(--tw-text-opacity))
}

.hover\:tw-text-yellow-50:hover{
  --tw-text-opacity:1;
  color:rgba(255, 251, 235, var(--tw-text-opacity))
}

.hover\:tw-text-yellow-100:hover{
  --tw-text-opacity:1;
  color:rgba(254, 243, 199, var(--tw-text-opacity))
}

.hover\:tw-text-yellow-200:hover{
  --tw-text-opacity:1;
  color:rgba(253, 230, 138, var(--tw-text-opacity))
}

.hover\:tw-text-yellow-300:hover{
  --tw-text-opacity:1;
  color:rgba(252, 211, 77, var(--tw-text-opacity))
}

.hover\:tw-text-yellow-400:hover{
  --tw-text-opacity:1;
  color:rgba(251, 191, 36, var(--tw-text-opacity))
}

.hover\:tw-text-yellow-500:hover{
  --tw-text-opacity:1;
  color:rgba(245, 158, 11, var(--tw-text-opacity))
}

.hover\:tw-text-yellow-600:hover{
  --tw-text-opacity:1;
  color:rgba(217, 119, 6, var(--tw-text-opacity))
}

.hover\:tw-text-yellow-700:hover{
  --tw-text-opacity:1;
  color:rgba(180, 83, 9, var(--tw-text-opacity))
}

.hover\:tw-text-yellow-800:hover{
  --tw-text-opacity:1;
  color:rgba(146, 64, 14, var(--tw-text-opacity))
}

.hover\:tw-text-yellow-900:hover{
  --tw-text-opacity:1;
  color:rgba(120, 53, 15, var(--tw-text-opacity))
}

.hover\:tw-text-green-50:hover{
  --tw-text-opacity:1;
  color:rgba(236, 253, 245, var(--tw-text-opacity))
}

.hover\:tw-text-green-100:hover{
  --tw-text-opacity:1;
  color:rgba(209, 250, 229, var(--tw-text-opacity))
}

.hover\:tw-text-green-200:hover{
  --tw-text-opacity:1;
  color:rgba(167, 243, 208, var(--tw-text-opacity))
}

.hover\:tw-text-green-300:hover{
  --tw-text-opacity:1;
  color:rgba(110, 231, 183, var(--tw-text-opacity))
}

.hover\:tw-text-green-400:hover{
  --tw-text-opacity:1;
  color:rgba(52, 211, 153, var(--tw-text-opacity))
}

.hover\:tw-text-green-500:hover{
  --tw-text-opacity:1;
  color:rgba(16, 185, 129, var(--tw-text-opacity))
}

.hover\:tw-text-green-600:hover{
  --tw-text-opacity:1;
  color:rgba(5, 150, 105, var(--tw-text-opacity))
}

.hover\:tw-text-green-700:hover{
  --tw-text-opacity:1;
  color:rgba(4, 120, 87, var(--tw-text-opacity))
}

.hover\:tw-text-green-800:hover{
  --tw-text-opacity:1;
  color:rgba(6, 95, 70, var(--tw-text-opacity))
}

.hover\:tw-text-green-900:hover{
  --tw-text-opacity:1;
  color:rgba(6, 78, 59, var(--tw-text-opacity))
}

.hover\:tw-text-blue-50:hover{
  --tw-text-opacity:1;
  color:rgba(239, 246, 255, var(--tw-text-opacity))
}

.hover\:tw-text-blue-100:hover{
  --tw-text-opacity:1;
  color:rgba(219, 234, 254, var(--tw-text-opacity))
}

.hover\:tw-text-blue-200:hover{
  --tw-text-opacity:1;
  color:rgba(191, 219, 254, var(--tw-text-opacity))
}

.hover\:tw-text-blue-300:hover{
  --tw-text-opacity:1;
  color:rgba(147, 197, 253, var(--tw-text-opacity))
}

.hover\:tw-text-blue-400:hover{
  --tw-text-opacity:1;
  color:rgba(96, 165, 250, var(--tw-text-opacity))
}

.hover\:tw-text-blue-500:hover{
  --tw-text-opacity:1;
  color:rgba(59, 130, 246, var(--tw-text-opacity))
}

.hover\:tw-text-blue-600:hover{
  --tw-text-opacity:1;
  color:rgba(37, 99, 235, var(--tw-text-opacity))
}

.hover\:tw-text-blue-700:hover{
  --tw-text-opacity:1;
  color:rgba(29, 78, 216, var(--tw-text-opacity))
}

.hover\:tw-text-blue-800:hover{
  --tw-text-opacity:1;
  color:rgba(30, 64, 175, var(--tw-text-opacity))
}

.hover\:tw-text-blue-900:hover{
  --tw-text-opacity:1;
  color:rgba(30, 58, 138, var(--tw-text-opacity))
}

.hover\:tw-text-indigo-50:hover{
  --tw-text-opacity:1;
  color:rgba(238, 242, 255, var(--tw-text-opacity))
}

.hover\:tw-text-indigo-100:hover{
  --tw-text-opacity:1;
  color:rgba(224, 231, 255, var(--tw-text-opacity))
}

.hover\:tw-text-indigo-200:hover{
  --tw-text-opacity:1;
  color:rgba(199, 210, 254, var(--tw-text-opacity))
}

.hover\:tw-text-indigo-300:hover{
  --tw-text-opacity:1;
  color:rgba(165, 180, 252, var(--tw-text-opacity))
}

.hover\:tw-text-indigo-400:hover{
  --tw-text-opacity:1;
  color:rgba(129, 140, 248, var(--tw-text-opacity))
}

.hover\:tw-text-indigo-500:hover{
  --tw-text-opacity:1;
  color:rgba(99, 102, 241, var(--tw-text-opacity))
}

.hover\:tw-text-indigo-600:hover{
  --tw-text-opacity:1;
  color:rgba(79, 70, 229, var(--tw-text-opacity))
}

.hover\:tw-text-indigo-700:hover{
  --tw-text-opacity:1;
  color:rgba(67, 56, 202, var(--tw-text-opacity))
}

.hover\:tw-text-indigo-800:hover{
  --tw-text-opacity:1;
  color:rgba(55, 48, 163, var(--tw-text-opacity))
}

.hover\:tw-text-indigo-900:hover{
  --tw-text-opacity:1;
  color:rgba(49, 46, 129, var(--tw-text-opacity))
}

.hover\:tw-text-purple-50:hover{
  --tw-text-opacity:1;
  color:rgba(245, 243, 255, var(--tw-text-opacity))
}

.hover\:tw-text-purple-100:hover{
  --tw-text-opacity:1;
  color:rgba(237, 233, 254, var(--tw-text-opacity))
}

.hover\:tw-text-purple-200:hover{
  --tw-text-opacity:1;
  color:rgba(221, 214, 254, var(--tw-text-opacity))
}

.hover\:tw-text-purple-300:hover{
  --tw-text-opacity:1;
  color:rgba(196, 181, 253, var(--tw-text-opacity))
}

.hover\:tw-text-purple-400:hover{
  --tw-text-opacity:1;
  color:rgba(167, 139, 250, var(--tw-text-opacity))
}

.hover\:tw-text-purple-500:hover{
  --tw-text-opacity:1;
  color:rgba(139, 92, 246, var(--tw-text-opacity))
}

.hover\:tw-text-purple-600:hover{
  --tw-text-opacity:1;
  color:rgba(124, 58, 237, var(--tw-text-opacity))
}

.hover\:tw-text-purple-700:hover{
  --tw-text-opacity:1;
  color:rgba(109, 40, 217, var(--tw-text-opacity))
}

.hover\:tw-text-purple-800:hover{
  --tw-text-opacity:1;
  color:rgba(91, 33, 182, var(--tw-text-opacity))
}

.hover\:tw-text-purple-900:hover{
  --tw-text-opacity:1;
  color:rgba(76, 29, 149, var(--tw-text-opacity))
}

.hover\:tw-text-pink-50:hover{
  --tw-text-opacity:1;
  color:rgba(253, 242, 248, var(--tw-text-opacity))
}

.hover\:tw-text-pink-100:hover{
  --tw-text-opacity:1;
  color:rgba(252, 231, 243, var(--tw-text-opacity))
}

.hover\:tw-text-pink-200:hover{
  --tw-text-opacity:1;
  color:rgba(251, 207, 232, var(--tw-text-opacity))
}

.hover\:tw-text-pink-300:hover{
  --tw-text-opacity:1;
  color:rgba(249, 168, 212, var(--tw-text-opacity))
}

.hover\:tw-text-pink-400:hover{
  --tw-text-opacity:1;
  color:rgba(244, 114, 182, var(--tw-text-opacity))
}

.hover\:tw-text-pink-500:hover{
  --tw-text-opacity:1;
  color:rgba(236, 72, 153, var(--tw-text-opacity))
}

.hover\:tw-text-pink-600:hover{
  --tw-text-opacity:1;
  color:rgba(219, 39, 119, var(--tw-text-opacity))
}

.hover\:tw-text-pink-700:hover{
  --tw-text-opacity:1;
  color:rgba(190, 24, 93, var(--tw-text-opacity))
}

.hover\:tw-text-pink-800:hover{
  --tw-text-opacity:1;
  color:rgba(157, 23, 77, var(--tw-text-opacity))
}

.hover\:tw-text-pink-900:hover{
  --tw-text-opacity:1;
  color:rgba(131, 24, 67, var(--tw-text-opacity))
}

.focus\:tw-text-transparent:focus{
  color:transparent
}

.focus\:tw-text-current:focus{
  color:currentColor
}

.focus\:tw-text-black:focus{
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity))
}

.focus\:tw-text-white:focus{
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.focus\:tw-text-gray-50:focus{
  --tw-text-opacity:1;
  color:rgba(249, 250, 251, var(--tw-text-opacity))
}

.focus\:tw-text-gray-100:focus{
  --tw-text-opacity:1;
  color:rgba(243, 244, 246, var(--tw-text-opacity))
}

.focus\:tw-text-gray-200:focus{
  --tw-text-opacity:1;
  color:rgba(229, 231, 235, var(--tw-text-opacity))
}

.focus\:tw-text-gray-300:focus{
  --tw-text-opacity:1;
  color:rgba(209, 213, 219, var(--tw-text-opacity))
}

.focus\:tw-text-gray-400:focus{
  --tw-text-opacity:1;
  color:rgba(156, 163, 175, var(--tw-text-opacity))
}

.focus\:tw-text-gray-500:focus{
  --tw-text-opacity:1;
  color:rgba(107, 114, 128, var(--tw-text-opacity))
}

.focus\:tw-text-gray-600:focus{
  --tw-text-opacity:1;
  color:rgba(75, 85, 99, var(--tw-text-opacity))
}

.focus\:tw-text-gray-700:focus{
  --tw-text-opacity:1;
  color:rgba(55, 65, 81, var(--tw-text-opacity))
}

.focus\:tw-text-gray-800:focus{
  --tw-text-opacity:1;
  color:rgba(31, 41, 55, var(--tw-text-opacity))
}

.focus\:tw-text-gray-900:focus{
  --tw-text-opacity:1;
  color:rgba(17, 24, 39, var(--tw-text-opacity))
}

.focus\:tw-text-red-50:focus{
  --tw-text-opacity:1;
  color:rgba(254, 242, 242, var(--tw-text-opacity))
}

.focus\:tw-text-red-100:focus{
  --tw-text-opacity:1;
  color:rgba(254, 226, 226, var(--tw-text-opacity))
}

.focus\:tw-text-red-200:focus{
  --tw-text-opacity:1;
  color:rgba(254, 202, 202, var(--tw-text-opacity))
}

.focus\:tw-text-red-300:focus{
  --tw-text-opacity:1;
  color:rgba(252, 165, 165, var(--tw-text-opacity))
}

.focus\:tw-text-red-400:focus{
  --tw-text-opacity:1;
  color:rgba(248, 113, 113, var(--tw-text-opacity))
}

.focus\:tw-text-red-500:focus{
  --tw-text-opacity:1;
  color:rgba(239, 68, 68, var(--tw-text-opacity))
}

.focus\:tw-text-red-600:focus{
  --tw-text-opacity:1;
  color:rgba(220, 38, 38, var(--tw-text-opacity))
}

.focus\:tw-text-red-700:focus{
  --tw-text-opacity:1;
  color:rgba(185, 28, 28, var(--tw-text-opacity))
}

.focus\:tw-text-red-800:focus{
  --tw-text-opacity:1;
  color:rgba(153, 27, 27, var(--tw-text-opacity))
}

.focus\:tw-text-red-900:focus{
  --tw-text-opacity:1;
  color:rgba(127, 29, 29, var(--tw-text-opacity))
}

.focus\:tw-text-yellow-50:focus{
  --tw-text-opacity:1;
  color:rgba(255, 251, 235, var(--tw-text-opacity))
}

.focus\:tw-text-yellow-100:focus{
  --tw-text-opacity:1;
  color:rgba(254, 243, 199, var(--tw-text-opacity))
}

.focus\:tw-text-yellow-200:focus{
  --tw-text-opacity:1;
  color:rgba(253, 230, 138, var(--tw-text-opacity))
}

.focus\:tw-text-yellow-300:focus{
  --tw-text-opacity:1;
  color:rgba(252, 211, 77, var(--tw-text-opacity))
}

.focus\:tw-text-yellow-400:focus{
  --tw-text-opacity:1;
  color:rgba(251, 191, 36, var(--tw-text-opacity))
}

.focus\:tw-text-yellow-500:focus{
  --tw-text-opacity:1;
  color:rgba(245, 158, 11, var(--tw-text-opacity))
}

.focus\:tw-text-yellow-600:focus{
  --tw-text-opacity:1;
  color:rgba(217, 119, 6, var(--tw-text-opacity))
}

.focus\:tw-text-yellow-700:focus{
  --tw-text-opacity:1;
  color:rgba(180, 83, 9, var(--tw-text-opacity))
}

.focus\:tw-text-yellow-800:focus{
  --tw-text-opacity:1;
  color:rgba(146, 64, 14, var(--tw-text-opacity))
}

.focus\:tw-text-yellow-900:focus{
  --tw-text-opacity:1;
  color:rgba(120, 53, 15, var(--tw-text-opacity))
}

.focus\:tw-text-green-50:focus{
  --tw-text-opacity:1;
  color:rgba(236, 253, 245, var(--tw-text-opacity))
}

.focus\:tw-text-green-100:focus{
  --tw-text-opacity:1;
  color:rgba(209, 250, 229, var(--tw-text-opacity))
}

.focus\:tw-text-green-200:focus{
  --tw-text-opacity:1;
  color:rgba(167, 243, 208, var(--tw-text-opacity))
}

.focus\:tw-text-green-300:focus{
  --tw-text-opacity:1;
  color:rgba(110, 231, 183, var(--tw-text-opacity))
}

.focus\:tw-text-green-400:focus{
  --tw-text-opacity:1;
  color:rgba(52, 211, 153, var(--tw-text-opacity))
}

.focus\:tw-text-green-500:focus{
  --tw-text-opacity:1;
  color:rgba(16, 185, 129, var(--tw-text-opacity))
}

.focus\:tw-text-green-600:focus{
  --tw-text-opacity:1;
  color:rgba(5, 150, 105, var(--tw-text-opacity))
}

.focus\:tw-text-green-700:focus{
  --tw-text-opacity:1;
  color:rgba(4, 120, 87, var(--tw-text-opacity))
}

.focus\:tw-text-green-800:focus{
  --tw-text-opacity:1;
  color:rgba(6, 95, 70, var(--tw-text-opacity))
}

.focus\:tw-text-green-900:focus{
  --tw-text-opacity:1;
  color:rgba(6, 78, 59, var(--tw-text-opacity))
}

.focus\:tw-text-blue-50:focus{
  --tw-text-opacity:1;
  color:rgba(239, 246, 255, var(--tw-text-opacity))
}

.focus\:tw-text-blue-100:focus{
  --tw-text-opacity:1;
  color:rgba(219, 234, 254, var(--tw-text-opacity))
}

.focus\:tw-text-blue-200:focus{
  --tw-text-opacity:1;
  color:rgba(191, 219, 254, var(--tw-text-opacity))
}

.focus\:tw-text-blue-300:focus{
  --tw-text-opacity:1;
  color:rgba(147, 197, 253, var(--tw-text-opacity))
}

.focus\:tw-text-blue-400:focus{
  --tw-text-opacity:1;
  color:rgba(96, 165, 250, var(--tw-text-opacity))
}

.focus\:tw-text-blue-500:focus{
  --tw-text-opacity:1;
  color:rgba(59, 130, 246, var(--tw-text-opacity))
}

.focus\:tw-text-blue-600:focus{
  --tw-text-opacity:1;
  color:rgba(37, 99, 235, var(--tw-text-opacity))
}

.focus\:tw-text-blue-700:focus{
  --tw-text-opacity:1;
  color:rgba(29, 78, 216, var(--tw-text-opacity))
}

.focus\:tw-text-blue-800:focus{
  --tw-text-opacity:1;
  color:rgba(30, 64, 175, var(--tw-text-opacity))
}

.focus\:tw-text-blue-900:focus{
  --tw-text-opacity:1;
  color:rgba(30, 58, 138, var(--tw-text-opacity))
}

.focus\:tw-text-indigo-50:focus{
  --tw-text-opacity:1;
  color:rgba(238, 242, 255, var(--tw-text-opacity))
}

.focus\:tw-text-indigo-100:focus{
  --tw-text-opacity:1;
  color:rgba(224, 231, 255, var(--tw-text-opacity))
}

.focus\:tw-text-indigo-200:focus{
  --tw-text-opacity:1;
  color:rgba(199, 210, 254, var(--tw-text-opacity))
}

.focus\:tw-text-indigo-300:focus{
  --tw-text-opacity:1;
  color:rgba(165, 180, 252, var(--tw-text-opacity))
}

.focus\:tw-text-indigo-400:focus{
  --tw-text-opacity:1;
  color:rgba(129, 140, 248, var(--tw-text-opacity))
}

.focus\:tw-text-indigo-500:focus{
  --tw-text-opacity:1;
  color:rgba(99, 102, 241, var(--tw-text-opacity))
}

.focus\:tw-text-indigo-600:focus{
  --tw-text-opacity:1;
  color:rgba(79, 70, 229, var(--tw-text-opacity))
}

.focus\:tw-text-indigo-700:focus{
  --tw-text-opacity:1;
  color:rgba(67, 56, 202, var(--tw-text-opacity))
}

.focus\:tw-text-indigo-800:focus{
  --tw-text-opacity:1;
  color:rgba(55, 48, 163, var(--tw-text-opacity))
}

.focus\:tw-text-indigo-900:focus{
  --tw-text-opacity:1;
  color:rgba(49, 46, 129, var(--tw-text-opacity))
}

.focus\:tw-text-purple-50:focus{
  --tw-text-opacity:1;
  color:rgba(245, 243, 255, var(--tw-text-opacity))
}

.focus\:tw-text-purple-100:focus{
  --tw-text-opacity:1;
  color:rgba(237, 233, 254, var(--tw-text-opacity))
}

.focus\:tw-text-purple-200:focus{
  --tw-text-opacity:1;
  color:rgba(221, 214, 254, var(--tw-text-opacity))
}

.focus\:tw-text-purple-300:focus{
  --tw-text-opacity:1;
  color:rgba(196, 181, 253, var(--tw-text-opacity))
}

.focus\:tw-text-purple-400:focus{
  --tw-text-opacity:1;
  color:rgba(167, 139, 250, var(--tw-text-opacity))
}

.focus\:tw-text-purple-500:focus{
  --tw-text-opacity:1;
  color:rgba(139, 92, 246, var(--tw-text-opacity))
}

.focus\:tw-text-purple-600:focus{
  --tw-text-opacity:1;
  color:rgba(124, 58, 237, var(--tw-text-opacity))
}

.focus\:tw-text-purple-700:focus{
  --tw-text-opacity:1;
  color:rgba(109, 40, 217, var(--tw-text-opacity))
}

.focus\:tw-text-purple-800:focus{
  --tw-text-opacity:1;
  color:rgba(91, 33, 182, var(--tw-text-opacity))
}

.focus\:tw-text-purple-900:focus{
  --tw-text-opacity:1;
  color:rgba(76, 29, 149, var(--tw-text-opacity))
}

.focus\:tw-text-pink-50:focus{
  --tw-text-opacity:1;
  color:rgba(253, 242, 248, var(--tw-text-opacity))
}

.focus\:tw-text-pink-100:focus{
  --tw-text-opacity:1;
  color:rgba(252, 231, 243, var(--tw-text-opacity))
}

.focus\:tw-text-pink-200:focus{
  --tw-text-opacity:1;
  color:rgba(251, 207, 232, var(--tw-text-opacity))
}

.focus\:tw-text-pink-300:focus{
  --tw-text-opacity:1;
  color:rgba(249, 168, 212, var(--tw-text-opacity))
}

.focus\:tw-text-pink-400:focus{
  --tw-text-opacity:1;
  color:rgba(244, 114, 182, var(--tw-text-opacity))
}

.focus\:tw-text-pink-500:focus{
  --tw-text-opacity:1;
  color:rgba(236, 72, 153, var(--tw-text-opacity))
}

.focus\:tw-text-pink-600:focus{
  --tw-text-opacity:1;
  color:rgba(219, 39, 119, var(--tw-text-opacity))
}

.focus\:tw-text-pink-700:focus{
  --tw-text-opacity:1;
  color:rgba(190, 24, 93, var(--tw-text-opacity))
}

.focus\:tw-text-pink-800:focus{
  --tw-text-opacity:1;
  color:rgba(157, 23, 77, var(--tw-text-opacity))
}

.focus\:tw-text-pink-900:focus{
  --tw-text-opacity:1;
  color:rgba(131, 24, 67, var(--tw-text-opacity))
}

.tw-text-opacity-0{
  --tw-text-opacity:0
}

.tw-text-opacity-5{
  --tw-text-opacity:0.05
}

.tw-text-opacity-10{
  --tw-text-opacity:0.1
}

.tw-text-opacity-20{
  --tw-text-opacity:0.2
}

.tw-text-opacity-25{
  --tw-text-opacity:0.25
}

.tw-text-opacity-30{
  --tw-text-opacity:0.3
}

.tw-text-opacity-40{
  --tw-text-opacity:0.4
}

.tw-text-opacity-50{
  --tw-text-opacity:0.5
}

.tw-text-opacity-60{
  --tw-text-opacity:0.6
}

.tw-text-opacity-70{
  --tw-text-opacity:0.7
}

.tw-text-opacity-75{
  --tw-text-opacity:0.75
}

.tw-text-opacity-80{
  --tw-text-opacity:0.8
}

.tw-text-opacity-90{
  --tw-text-opacity:0.9
}

.tw-text-opacity-95{
  --tw-text-opacity:0.95
}

.tw-text-opacity-100{
  --tw-text-opacity:1
}

.tw-group:hover .group-hover\:tw-text-opacity-0{
  --tw-text-opacity:0
}

.tw-group:hover .group-hover\:tw-text-opacity-5{
  --tw-text-opacity:0.05
}

.tw-group:hover .group-hover\:tw-text-opacity-10{
  --tw-text-opacity:0.1
}

.tw-group:hover .group-hover\:tw-text-opacity-20{
  --tw-text-opacity:0.2
}

.tw-group:hover .group-hover\:tw-text-opacity-25{
  --tw-text-opacity:0.25
}

.tw-group:hover .group-hover\:tw-text-opacity-30{
  --tw-text-opacity:0.3
}

.tw-group:hover .group-hover\:tw-text-opacity-40{
  --tw-text-opacity:0.4
}

.tw-group:hover .group-hover\:tw-text-opacity-50{
  --tw-text-opacity:0.5
}

.tw-group:hover .group-hover\:tw-text-opacity-60{
  --tw-text-opacity:0.6
}

.tw-group:hover .group-hover\:tw-text-opacity-70{
  --tw-text-opacity:0.7
}

.tw-group:hover .group-hover\:tw-text-opacity-75{
  --tw-text-opacity:0.75
}

.tw-group:hover .group-hover\:tw-text-opacity-80{
  --tw-text-opacity:0.8
}

.tw-group:hover .group-hover\:tw-text-opacity-90{
  --tw-text-opacity:0.9
}

.tw-group:hover .group-hover\:tw-text-opacity-95{
  --tw-text-opacity:0.95
}

.tw-group:hover .group-hover\:tw-text-opacity-100{
  --tw-text-opacity:1
}

.focus-within\:tw-text-opacity-0:focus-within{
  --tw-text-opacity:0
}

.focus-within\:tw-text-opacity-5:focus-within{
  --tw-text-opacity:0.05
}

.focus-within\:tw-text-opacity-10:focus-within{
  --tw-text-opacity:0.1
}

.focus-within\:tw-text-opacity-20:focus-within{
  --tw-text-opacity:0.2
}

.focus-within\:tw-text-opacity-25:focus-within{
  --tw-text-opacity:0.25
}

.focus-within\:tw-text-opacity-30:focus-within{
  --tw-text-opacity:0.3
}

.focus-within\:tw-text-opacity-40:focus-within{
  --tw-text-opacity:0.4
}

.focus-within\:tw-text-opacity-50:focus-within{
  --tw-text-opacity:0.5
}

.focus-within\:tw-text-opacity-60:focus-within{
  --tw-text-opacity:0.6
}

.focus-within\:tw-text-opacity-70:focus-within{
  --tw-text-opacity:0.7
}

.focus-within\:tw-text-opacity-75:focus-within{
  --tw-text-opacity:0.75
}

.focus-within\:tw-text-opacity-80:focus-within{
  --tw-text-opacity:0.8
}

.focus-within\:tw-text-opacity-90:focus-within{
  --tw-text-opacity:0.9
}

.focus-within\:tw-text-opacity-95:focus-within{
  --tw-text-opacity:0.95
}

.focus-within\:tw-text-opacity-100:focus-within{
  --tw-text-opacity:1
}

.hover\:tw-text-opacity-0:hover{
  --tw-text-opacity:0
}

.hover\:tw-text-opacity-5:hover{
  --tw-text-opacity:0.05
}

.hover\:tw-text-opacity-10:hover{
  --tw-text-opacity:0.1
}

.hover\:tw-text-opacity-20:hover{
  --tw-text-opacity:0.2
}

.hover\:tw-text-opacity-25:hover{
  --tw-text-opacity:0.25
}

.hover\:tw-text-opacity-30:hover{
  --tw-text-opacity:0.3
}

.hover\:tw-text-opacity-40:hover{
  --tw-text-opacity:0.4
}

.hover\:tw-text-opacity-50:hover{
  --tw-text-opacity:0.5
}

.hover\:tw-text-opacity-60:hover{
  --tw-text-opacity:0.6
}

.hover\:tw-text-opacity-70:hover{
  --tw-text-opacity:0.7
}

.hover\:tw-text-opacity-75:hover{
  --tw-text-opacity:0.75
}

.hover\:tw-text-opacity-80:hover{
  --tw-text-opacity:0.8
}

.hover\:tw-text-opacity-90:hover{
  --tw-text-opacity:0.9
}

.hover\:tw-text-opacity-95:hover{
  --tw-text-opacity:0.95
}

.hover\:tw-text-opacity-100:hover{
  --tw-text-opacity:1
}

.focus\:tw-text-opacity-0:focus{
  --tw-text-opacity:0
}

.focus\:tw-text-opacity-5:focus{
  --tw-text-opacity:0.05
}

.focus\:tw-text-opacity-10:focus{
  --tw-text-opacity:0.1
}

.focus\:tw-text-opacity-20:focus{
  --tw-text-opacity:0.2
}

.focus\:tw-text-opacity-25:focus{
  --tw-text-opacity:0.25
}

.focus\:tw-text-opacity-30:focus{
  --tw-text-opacity:0.3
}

.focus\:tw-text-opacity-40:focus{
  --tw-text-opacity:0.4
}

.focus\:tw-text-opacity-50:focus{
  --tw-text-opacity:0.5
}

.focus\:tw-text-opacity-60:focus{
  --tw-text-opacity:0.6
}

.focus\:tw-text-opacity-70:focus{
  --tw-text-opacity:0.7
}

.focus\:tw-text-opacity-75:focus{
  --tw-text-opacity:0.75
}

.focus\:tw-text-opacity-80:focus{
  --tw-text-opacity:0.8
}

.focus\:tw-text-opacity-90:focus{
  --tw-text-opacity:0.9
}

.focus\:tw-text-opacity-95:focus{
  --tw-text-opacity:0.95
}

.focus\:tw-text-opacity-100:focus{
  --tw-text-opacity:1
}

.tw-underline{
  text-decoration:underline
}

.tw-line-through{
  text-decoration:line-through
}

.tw-no-underline{
  text-decoration:none
}

.tw-group:hover .group-hover\:tw-underline{
  text-decoration:underline
}

.tw-group:hover .group-hover\:tw-line-through{
  text-decoration:line-through
}

.tw-group:hover .group-hover\:tw-no-underline{
  text-decoration:none
}

.focus-within\:tw-underline:focus-within{
  text-decoration:underline
}

.focus-within\:tw-line-through:focus-within{
  text-decoration:line-through
}

.focus-within\:tw-no-underline:focus-within{
  text-decoration:none
}

.hover\:tw-underline:hover{
  text-decoration:underline
}

.hover\:tw-line-through:hover{
  text-decoration:line-through
}

.hover\:tw-no-underline:hover{
  text-decoration:none
}

.focus\:tw-underline:focus{
  text-decoration:underline
}

.focus\:tw-line-through:focus{
  text-decoration:line-through
}

.focus\:tw-no-underline:focus{
  text-decoration:none
}

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

.tw-subpixel-antialiased{
  -webkit-font-smoothing:auto;
  -moz-osx-font-smoothing:auto
}

.tw-placeholder-transparent::placeholder{
  color:transparent
}

.tw-placeholder-current::placeholder{
  color:currentColor
}

.tw-placeholder-black::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
}

.tw-placeholder-white::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
}

.tw-placeholder-gray-50::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
}

.tw-placeholder-gray-100::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
}

.tw-placeholder-gray-200::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
}

.tw-placeholder-gray-300::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
}

.tw-placeholder-gray-400::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
}

.tw-placeholder-gray-500::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
}

.tw-placeholder-gray-600::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
}

.tw-placeholder-gray-700::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
}

.tw-placeholder-gray-800::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
}

.tw-placeholder-gray-900::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
}

.tw-placeholder-red-50::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(254, 242, 242, var(--tw-placeholder-opacity))
}

.tw-placeholder-red-100::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(254, 226, 226, var(--tw-placeholder-opacity))
}

.tw-placeholder-red-200::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(254, 202, 202, var(--tw-placeholder-opacity))
}

.tw-placeholder-red-300::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 165, 165, var(--tw-placeholder-opacity))
}

.tw-placeholder-red-400::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(248, 113, 113, var(--tw-placeholder-opacity))
}

.tw-placeholder-red-500::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(239, 68, 68, var(--tw-placeholder-opacity))
}

.tw-placeholder-red-600::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(220, 38, 38, var(--tw-placeholder-opacity))
}

.tw-placeholder-red-700::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(185, 28, 28, var(--tw-placeholder-opacity))
}

.tw-placeholder-red-800::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(153, 27, 27, var(--tw-placeholder-opacity))
}

.tw-placeholder-red-900::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(127, 29, 29, var(--tw-placeholder-opacity))
}

.tw-placeholder-yellow-50::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
}

.tw-placeholder-yellow-100::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
}

.tw-placeholder-yellow-200::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
}

.tw-placeholder-yellow-300::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
}

.tw-placeholder-yellow-400::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
}

.tw-placeholder-yellow-500::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
}

.tw-placeholder-yellow-600::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
}

.tw-placeholder-yellow-700::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
}

.tw-placeholder-yellow-800::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
}

.tw-placeholder-yellow-900::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
}

.tw-placeholder-green-50::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
}

.tw-placeholder-green-100::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
}

.tw-placeholder-green-200::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
}

.tw-placeholder-green-300::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
}

.tw-placeholder-green-400::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
}

.tw-placeholder-green-500::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
}

.tw-placeholder-green-600::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
}

.tw-placeholder-green-700::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
}

.tw-placeholder-green-800::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
}

.tw-placeholder-green-900::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
}

.tw-placeholder-blue-50::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(239, 246, 255, var(--tw-placeholder-opacity))
}

.tw-placeholder-blue-100::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(219, 234, 254, var(--tw-placeholder-opacity))
}

.tw-placeholder-blue-200::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(191, 219, 254, var(--tw-placeholder-opacity))
}

.tw-placeholder-blue-300::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(147, 197, 253, var(--tw-placeholder-opacity))
}

.tw-placeholder-blue-400::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(96, 165, 250, var(--tw-placeholder-opacity))
}

.tw-placeholder-blue-500::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(59, 130, 246, var(--tw-placeholder-opacity))
}

.tw-placeholder-blue-600::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(37, 99, 235, var(--tw-placeholder-opacity))
}

.tw-placeholder-blue-700::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(29, 78, 216, var(--tw-placeholder-opacity))
}

.tw-placeholder-blue-800::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(30, 64, 175, var(--tw-placeholder-opacity))
}

.tw-placeholder-blue-900::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(30, 58, 138, var(--tw-placeholder-opacity))
}

.tw-placeholder-indigo-50::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
}

.tw-placeholder-indigo-100::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
}

.tw-placeholder-indigo-200::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
}

.tw-placeholder-indigo-300::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
}

.tw-placeholder-indigo-400::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
}

.tw-placeholder-indigo-500::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
}

.tw-placeholder-indigo-600::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
}

.tw-placeholder-indigo-700::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
}

.tw-placeholder-indigo-800::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
}

.tw-placeholder-indigo-900::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
}

.tw-placeholder-purple-50::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
}

.tw-placeholder-purple-100::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
}

.tw-placeholder-purple-200::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
}

.tw-placeholder-purple-300::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
}

.tw-placeholder-purple-400::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
}

.tw-placeholder-purple-500::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
}

.tw-placeholder-purple-600::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
}

.tw-placeholder-purple-700::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
}

.tw-placeholder-purple-800::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
}

.tw-placeholder-purple-900::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
}

.tw-placeholder-pink-50::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
}

.tw-placeholder-pink-100::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
}

.tw-placeholder-pink-200::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
}

.tw-placeholder-pink-300::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
}

.tw-placeholder-pink-400::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
}

.tw-placeholder-pink-500::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
}

.tw-placeholder-pink-600::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
}

.tw-placeholder-pink-700::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
}

.tw-placeholder-pink-800::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
}

.tw-placeholder-pink-900::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-transparent:focus::placeholder{
  color:transparent
}

.focus\:tw-placeholder-current:focus::placeholder{
  color:currentColor
}

.focus\:tw-placeholder-black:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-white:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-gray-50:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-gray-100:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-gray-200:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-gray-300:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-gray-400:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-gray-500:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-gray-600:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-gray-700:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-gray-800:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-gray-900:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-red-50:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(254, 242, 242, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-red-100:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(254, 226, 226, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-red-200:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(254, 202, 202, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-red-300:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 165, 165, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-red-400:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(248, 113, 113, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-red-500:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(239, 68, 68, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-red-600:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(220, 38, 38, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-red-700:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(185, 28, 28, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-red-800:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(153, 27, 27, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-red-900:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(127, 29, 29, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-yellow-50:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-yellow-100:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-yellow-200:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-yellow-300:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-yellow-400:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-yellow-500:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-yellow-600:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-yellow-700:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-yellow-800:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-yellow-900:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-green-50:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-green-100:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-green-200:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-green-300:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-green-400:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-green-500:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-green-600:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-green-700:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-green-800:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-green-900:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-blue-50:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(239, 246, 255, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-blue-100:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(219, 234, 254, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-blue-200:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(191, 219, 254, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-blue-300:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(147, 197, 253, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-blue-400:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(96, 165, 250, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-blue-500:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(59, 130, 246, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-blue-600:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(37, 99, 235, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-blue-700:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(29, 78, 216, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-blue-800:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(30, 64, 175, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-blue-900:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(30, 58, 138, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-indigo-50:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-indigo-100:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-indigo-200:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-indigo-300:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-indigo-400:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-indigo-500:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-indigo-600:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-indigo-700:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-indigo-800:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-indigo-900:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-purple-50:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-purple-100:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-purple-200:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-purple-300:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-purple-400:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-purple-500:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-purple-600:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-purple-700:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-purple-800:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-purple-900:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-pink-50:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-pink-100:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-pink-200:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-pink-300:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-pink-400:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-pink-500:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-pink-600:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-pink-700:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-pink-800:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
}

.focus\:tw-placeholder-pink-900:focus::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
}

.tw-placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity:0
}

.tw-placeholder-opacity-5::placeholder{
  --tw-placeholder-opacity:0.05
}

.tw-placeholder-opacity-10::placeholder{
  --tw-placeholder-opacity:0.1
}

.tw-placeholder-opacity-20::placeholder{
  --tw-placeholder-opacity:0.2
}

.tw-placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity:0.25
}

.tw-placeholder-opacity-30::placeholder{
  --tw-placeholder-opacity:0.3
}

.tw-placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity:0.4
}

.tw-placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity:0.5
}

.tw-placeholder-opacity-60::placeholder{
  --tw-placeholder-opacity:0.6
}

.tw-placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity:0.7
}

.tw-placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity:0.75
}

.tw-placeholder-opacity-80::placeholder{
  --tw-placeholder-opacity:0.8
}

.tw-placeholder-opacity-90::placeholder{
  --tw-placeholder-opacity:0.9
}

.tw-placeholder-opacity-95::placeholder{
  --tw-placeholder-opacity:0.95
}

.tw-placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity:1
}

.focus\:tw-placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity:0
}

.focus\:tw-placeholder-opacity-5:focus::placeholder{
  --tw-placeholder-opacity:0.05
}

.focus\:tw-placeholder-opacity-10:focus::placeholder{
  --tw-placeholder-opacity:0.1
}

.focus\:tw-placeholder-opacity-20:focus::placeholder{
  --tw-placeholder-opacity:0.2
}

.focus\:tw-placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity:0.25
}

.focus\:tw-placeholder-opacity-30:focus::placeholder{
  --tw-placeholder-opacity:0.3
}

.focus\:tw-placeholder-opacity-40:focus::placeholder{
  --tw-placeholder-opacity:0.4
}

.focus\:tw-placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity:0.5
}

.focus\:tw-placeholder-opacity-60:focus::placeholder{
  --tw-placeholder-opacity:0.6
}

.focus\:tw-placeholder-opacity-70:focus::placeholder{
  --tw-placeholder-opacity:0.7
}

.focus\:tw-placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity:0.75
}

.focus\:tw-placeholder-opacity-80:focus::placeholder{
  --tw-placeholder-opacity:0.8
}

.focus\:tw-placeholder-opacity-90:focus::placeholder{
  --tw-placeholder-opacity:0.9
}

.focus\:tw-placeholder-opacity-95:focus::placeholder{
  --tw-placeholder-opacity:0.95
}

.focus\:tw-placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity:1
}

.tw-opacity-0{
  opacity:0
}

.tw-opacity-5{
  opacity:0.05
}

.tw-opacity-10{
  opacity:0.1
}

.tw-opacity-20{
  opacity:0.2
}

.tw-opacity-25{
  opacity:0.25
}

.tw-opacity-30{
  opacity:0.3
}

.tw-opacity-40{
  opacity:0.4
}

.tw-opacity-50{
  opacity:0.5
}

.tw-opacity-60{
  opacity:0.6
}

.tw-opacity-70{
  opacity:0.7
}

.tw-opacity-75{
  opacity:0.75
}

.tw-opacity-80{
  opacity:0.8
}

.tw-opacity-90{
  opacity:0.9
}

.tw-opacity-95{
  opacity:0.95
}

.tw-opacity-100{
  opacity:1
}

.tw-group:hover .group-hover\:tw-opacity-0{
  opacity:0
}

.tw-group:hover .group-hover\:tw-opacity-5{
  opacity:0.05
}

.tw-group:hover .group-hover\:tw-opacity-10{
  opacity:0.1
}

.tw-group:hover .group-hover\:tw-opacity-20{
  opacity:0.2
}

.tw-group:hover .group-hover\:tw-opacity-25{
  opacity:0.25
}

.tw-group:hover .group-hover\:tw-opacity-30{
  opacity:0.3
}

.tw-group:hover .group-hover\:tw-opacity-40{
  opacity:0.4
}

.tw-group:hover .group-hover\:tw-opacity-50{
  opacity:0.5
}

.tw-group:hover .group-hover\:tw-opacity-60{
  opacity:0.6
}

.tw-group:hover .group-hover\:tw-opacity-70{
  opacity:0.7
}

.tw-group:hover .group-hover\:tw-opacity-75{
  opacity:0.75
}

.tw-group:hover .group-hover\:tw-opacity-80{
  opacity:0.8
}

.tw-group:hover .group-hover\:tw-opacity-90{
  opacity:0.9
}

.tw-group:hover .group-hover\:tw-opacity-95{
  opacity:0.95
}

.tw-group:hover .group-hover\:tw-opacity-100{
  opacity:1
}

.focus-within\:tw-opacity-0:focus-within{
  opacity:0
}

.focus-within\:tw-opacity-5:focus-within{
  opacity:0.05
}

.focus-within\:tw-opacity-10:focus-within{
  opacity:0.1
}

.focus-within\:tw-opacity-20:focus-within{
  opacity:0.2
}

.focus-within\:tw-opacity-25:focus-within{
  opacity:0.25
}

.focus-within\:tw-opacity-30:focus-within{
  opacity:0.3
}

.focus-within\:tw-opacity-40:focus-within{
  opacity:0.4
}

.focus-within\:tw-opacity-50:focus-within{
  opacity:0.5
}

.focus-within\:tw-opacity-60:focus-within{
  opacity:0.6
}

.focus-within\:tw-opacity-70:focus-within{
  opacity:0.7
}

.focus-within\:tw-opacity-75:focus-within{
  opacity:0.75
}

.focus-within\:tw-opacity-80:focus-within{
  opacity:0.8
}

.focus-within\:tw-opacity-90:focus-within{
  opacity:0.9
}

.focus-within\:tw-opacity-95:focus-within{
  opacity:0.95
}

.focus-within\:tw-opacity-100:focus-within{
  opacity:1
}

.hover\:tw-opacity-0:hover{
  opacity:0
}

.hover\:tw-opacity-5:hover{
  opacity:0.05
}

.hover\:tw-opacity-10:hover{
  opacity:0.1
}

.hover\:tw-opacity-20:hover{
  opacity:0.2
}

.hover\:tw-opacity-25:hover{
  opacity:0.25
}

.hover\:tw-opacity-30:hover{
  opacity:0.3
}

.hover\:tw-opacity-40:hover{
  opacity:0.4
}

.hover\:tw-opacity-50:hover{
  opacity:0.5
}

.hover\:tw-opacity-60:hover{
  opacity:0.6
}

.hover\:tw-opacity-70:hover{
  opacity:0.7
}

.hover\:tw-opacity-75:hover{
  opacity:0.75
}

.hover\:tw-opacity-80:hover{
  opacity:0.8
}

.hover\:tw-opacity-90:hover{
  opacity:0.9
}

.hover\:tw-opacity-95:hover{
  opacity:0.95
}

.hover\:tw-opacity-100:hover{
  opacity:1
}

.focus\:tw-opacity-0:focus{
  opacity:0
}

.focus\:tw-opacity-5:focus{
  opacity:0.05
}

.focus\:tw-opacity-10:focus{
  opacity:0.1
}

.focus\:tw-opacity-20:focus{
  opacity:0.2
}

.focus\:tw-opacity-25:focus{
  opacity:0.25
}

.focus\:tw-opacity-30:focus{
  opacity:0.3
}

.focus\:tw-opacity-40:focus{
  opacity:0.4
}

.focus\:tw-opacity-50:focus{
  opacity:0.5
}

.focus\:tw-opacity-60:focus{
  opacity:0.6
}

.focus\:tw-opacity-70:focus{
  opacity:0.7
}

.focus\:tw-opacity-75:focus{
  opacity:0.75
}

.focus\:tw-opacity-80:focus{
  opacity:0.8
}

.focus\:tw-opacity-90:focus{
  opacity:0.9
}

.focus\:tw-opacity-95:focus{
  opacity:0.95
}

.focus\:tw-opacity-100:focus{
  opacity:1
}

.tw-bg-blend-normal{
  background-blend-mode:normal
}

.tw-bg-blend-multiply{
  background-blend-mode:multiply
}

.tw-bg-blend-screen{
  background-blend-mode:screen
}

.tw-bg-blend-overlay{
  background-blend-mode:overlay
}

.tw-bg-blend-darken{
  background-blend-mode:darken
}

.tw-bg-blend-lighten{
  background-blend-mode:lighten
}

.tw-bg-blend-color-dodge{
  background-blend-mode:color-dodge
}

.tw-bg-blend-color-burn{
  background-blend-mode:color-burn
}

.tw-bg-blend-hard-light{
  background-blend-mode:hard-light
}

.tw-bg-blend-soft-light{
  background-blend-mode:soft-light
}

.tw-bg-blend-difference{
  background-blend-mode:difference
}

.tw-bg-blend-exclusion{
  background-blend-mode:exclusion
}

.tw-bg-blend-hue{
  background-blend-mode:hue
}

.tw-bg-blend-saturation{
  background-blend-mode:saturation
}

.tw-bg-blend-color{
  background-blend-mode:color
}

.tw-bg-blend-luminosity{
  background-blend-mode:luminosity
}

.tw-mix-blend-normal{
  mix-blend-mode:normal
}

.tw-mix-blend-multiply{
  mix-blend-mode:multiply
}

.tw-mix-blend-screen{
  mix-blend-mode:screen
}

.tw-mix-blend-overlay{
  mix-blend-mode:overlay
}

.tw-mix-blend-darken{
  mix-blend-mode:darken
}

.tw-mix-blend-lighten{
  mix-blend-mode:lighten
}

.tw-mix-blend-color-dodge{
  mix-blend-mode:color-dodge
}

.tw-mix-blend-color-burn{
  mix-blend-mode:color-burn
}

.tw-mix-blend-hard-light{
  mix-blend-mode:hard-light
}

.tw-mix-blend-soft-light{
  mix-blend-mode:soft-light
}

.tw-mix-blend-difference{
  mix-blend-mode:difference
}

.tw-mix-blend-exclusion{
  mix-blend-mode:exclusion
}

.tw-mix-blend-hue{
  mix-blend-mode:hue
}

.tw-mix-blend-saturation{
  mix-blend-mode:saturation
}

.tw-mix-blend-color{
  mix-blend-mode:color
}

.tw-mix-blend-luminosity{
  mix-blend-mode:luminosity
}

*, ::before, ::after{
  --tw-shadow:0 0 #0000
}

.tw-shadow-sm{
  --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-shadow{
  --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-shadow-md{
  --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-shadow-lg{
  --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-shadow-xl{
  --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-shadow-2xl{
  --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-shadow-inner{
  --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-shadow-none{
  --tw-shadow:0 0 #0000;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-group:hover .group-hover\:tw-shadow-sm{
  --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-group:hover .group-hover\:tw-shadow{
  --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-group:hover .group-hover\:tw-shadow-md{
  --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-group:hover .group-hover\:tw-shadow-lg{
  --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-group:hover .group-hover\:tw-shadow-xl{
  --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-group:hover .group-hover\:tw-shadow-2xl{
  --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-group:hover .group-hover\:tw-shadow-inner{
  --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-group:hover .group-hover\:tw-shadow-none{
  --tw-shadow:0 0 #0000;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:tw-shadow-sm:focus-within{
  --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:tw-shadow:focus-within{
  --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:tw-shadow-md:focus-within{
  --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:tw-shadow-lg:focus-within{
  --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:tw-shadow-xl:focus-within{
  --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:tw-shadow-2xl:focus-within{
  --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:tw-shadow-inner:focus-within{
  --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:tw-shadow-none:focus-within{
  --tw-shadow:0 0 #0000;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:tw-shadow-sm:hover{
  --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:tw-shadow:hover{
  --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:tw-shadow-md:hover{
  --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:tw-shadow-lg:hover{
  --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:tw-shadow-xl:hover{
  --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:tw-shadow-2xl:hover{
  --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:tw-shadow-inner:hover{
  --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:tw-shadow-none:hover{
  --tw-shadow:0 0 #0000;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:tw-shadow-sm:focus{
  --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:tw-shadow:focus{
  --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:tw-shadow-md:focus{
  --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:tw-shadow-lg:focus{
  --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:tw-shadow-xl:focus{
  --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:tw-shadow-2xl:focus{
  --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:tw-shadow-inner:focus{
  --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:tw-shadow-none:focus{
  --tw-shadow:0 0 #0000;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-outline-none{
  outline:2px solid transparent;
  outline-offset:2px
}

.tw-outline-white{
  outline:2px dotted white;
  outline-offset:2px
}

.tw-outline-black{
  outline:2px dotted black;
  outline-offset:2px
}

.focus-within\:tw-outline-none:focus-within{
  outline:2px solid transparent;
  outline-offset:2px
}

.focus-within\:tw-outline-white:focus-within{
  outline:2px dotted white;
  outline-offset:2px
}

.focus-within\:tw-outline-black:focus-within{
  outline:2px dotted black;
  outline-offset:2px
}

.focus\:tw-outline-none:focus{
  outline:2px solid transparent;
  outline-offset:2px
}

.focus\:tw-outline-white:focus{
  outline:2px dotted white;
  outline-offset:2px
}

.focus\:tw-outline-black:focus{
  outline:2px dotted black;
  outline-offset:2px
}

*, ::before, ::after{
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000
}

.tw-ring-0{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.tw-ring-1{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.tw-ring-2{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.tw-ring-4{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.tw-ring-8{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.tw-ring{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-within\:tw-ring-0:focus-within{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-within\:tw-ring-1:focus-within{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-within\:tw-ring-2:focus-within{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-within\:tw-ring-4:focus-within{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-within\:tw-ring-8:focus-within{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-within\:tw-ring:focus-within{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:tw-ring-0:focus{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:tw-ring-1:focus{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:tw-ring-2:focus{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:tw-ring-4:focus{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:tw-ring-8:focus{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:tw-ring:focus{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.tw-ring-inset{
  --tw-ring-inset:inset
}

.focus-within\:tw-ring-inset:focus-within{
  --tw-ring-inset:inset
}

.focus\:tw-ring-inset:focus{
  --tw-ring-inset:inset
}

.tw-ring-transparent{
  --tw-ring-color:transparent
}

.tw-ring-current{
  --tw-ring-color:currentColor
}

.tw-ring-black{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
}

.tw-ring-white{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
}

.tw-ring-gray-50{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
}

.tw-ring-gray-100{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
}

.tw-ring-gray-200{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
}

.tw-ring-gray-300{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
}

.tw-ring-gray-400{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
}

.tw-ring-gray-500{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
}

.tw-ring-gray-600{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
}

.tw-ring-gray-700{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
}

.tw-ring-gray-800{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
}

.tw-ring-gray-900{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
}

.tw-ring-red-50{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(254, 242, 242, var(--tw-ring-opacity))
}

.tw-ring-red-100{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(254, 226, 226, var(--tw-ring-opacity))
}

.tw-ring-red-200{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(254, 202, 202, var(--tw-ring-opacity))
}

.tw-ring-red-300{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(252, 165, 165, var(--tw-ring-opacity))
}

.tw-ring-red-400{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(248, 113, 113, var(--tw-ring-opacity))
}

.tw-ring-red-500{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(239, 68, 68, var(--tw-ring-opacity))
}

.tw-ring-red-600{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(220, 38, 38, var(--tw-ring-opacity))
}

.tw-ring-red-700{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(185, 28, 28, var(--tw-ring-opacity))
}

.tw-ring-red-800{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(153, 27, 27, var(--tw-ring-opacity))
}

.tw-ring-red-900{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(127, 29, 29, var(--tw-ring-opacity))
}

.tw-ring-yellow-50{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
}

.tw-ring-yellow-100{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
}

.tw-ring-yellow-200{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
}

.tw-ring-yellow-300{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
}

.tw-ring-yellow-400{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
}

.tw-ring-yellow-500{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
}

.tw-ring-yellow-600{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
}

.tw-ring-yellow-700{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
}

.tw-ring-yellow-800{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
}

.tw-ring-yellow-900{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
}

.tw-ring-green-50{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
}

.tw-ring-green-100{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
}

.tw-ring-green-200{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
}

.tw-ring-green-300{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
}

.tw-ring-green-400{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
}

.tw-ring-green-500{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
}

.tw-ring-green-600{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
}

.tw-ring-green-700{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
}

.tw-ring-green-800{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
}

.tw-ring-green-900{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
}

.tw-ring-blue-50{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(239, 246, 255, var(--tw-ring-opacity))
}

.tw-ring-blue-100{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(219, 234, 254, var(--tw-ring-opacity))
}

.tw-ring-blue-200{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(191, 219, 254, var(--tw-ring-opacity))
}

.tw-ring-blue-300{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(147, 197, 253, var(--tw-ring-opacity))
}

.tw-ring-blue-400{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
}

.tw-ring-blue-500{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity))
}

.tw-ring-blue-600{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(37, 99, 235, var(--tw-ring-opacity))
}

.tw-ring-blue-700{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(29, 78, 216, var(--tw-ring-opacity))
}

.tw-ring-blue-800{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(30, 64, 175, var(--tw-ring-opacity))
}

.tw-ring-blue-900{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(30, 58, 138, var(--tw-ring-opacity))
}

.tw-ring-indigo-50{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
}

.tw-ring-indigo-100{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
}

.tw-ring-indigo-200{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
}

.tw-ring-indigo-300{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
}

.tw-ring-indigo-400{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
}

.tw-ring-indigo-500{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
}

.tw-ring-indigo-600{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
}

.tw-ring-indigo-700{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
}

.tw-ring-indigo-800{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
}

.tw-ring-indigo-900{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
}

.tw-ring-purple-50{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
}

.tw-ring-purple-100{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
}

.tw-ring-purple-200{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
}

.tw-ring-purple-300{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
}

.tw-ring-purple-400{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
}

.tw-ring-purple-500{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
}

.tw-ring-purple-600{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
}

.tw-ring-purple-700{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
}

.tw-ring-purple-800{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
}

.tw-ring-purple-900{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
}

.tw-ring-pink-50{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
}

.tw-ring-pink-100{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
}

.tw-ring-pink-200{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
}

.tw-ring-pink-300{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
}

.tw-ring-pink-400{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
}

.tw-ring-pink-500{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
}

.tw-ring-pink-600{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
}

.tw-ring-pink-700{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
}

.tw-ring-pink-800{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
}

.tw-ring-pink-900{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-transparent:focus-within{
  --tw-ring-color:transparent
}

.focus-within\:tw-ring-current:focus-within{
  --tw-ring-color:currentColor
}

.focus-within\:tw-ring-black:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-white:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-gray-50:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-gray-100:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-gray-200:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-gray-300:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-gray-400:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-gray-500:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-gray-600:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-gray-700:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-gray-800:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-gray-900:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-red-50:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(254, 242, 242, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-red-100:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(254, 226, 226, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-red-200:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(254, 202, 202, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-red-300:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(252, 165, 165, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-red-400:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(248, 113, 113, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-red-500:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(239, 68, 68, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-red-600:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(220, 38, 38, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-red-700:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(185, 28, 28, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-red-800:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(153, 27, 27, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-red-900:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(127, 29, 29, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-yellow-50:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-yellow-100:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-yellow-200:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-yellow-300:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-yellow-400:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-yellow-500:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-yellow-600:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-yellow-700:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-yellow-800:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-yellow-900:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-green-50:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-green-100:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-green-200:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-green-300:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-green-400:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-green-500:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-green-600:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-green-700:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-green-800:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-green-900:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-blue-50:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(239, 246, 255, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-blue-100:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(219, 234, 254, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-blue-200:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(191, 219, 254, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-blue-300:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(147, 197, 253, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-blue-400:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-blue-500:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-blue-600:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(37, 99, 235, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-blue-700:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(29, 78, 216, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-blue-800:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(30, 64, 175, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-blue-900:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(30, 58, 138, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-indigo-50:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-indigo-100:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-indigo-200:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-indigo-300:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-indigo-400:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-indigo-500:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-indigo-600:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-indigo-700:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-indigo-800:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-indigo-900:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-purple-50:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-purple-100:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-purple-200:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-purple-300:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-purple-400:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-purple-500:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-purple-600:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-purple-700:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-purple-800:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-purple-900:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-pink-50:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-pink-100:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-pink-200:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-pink-300:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-pink-400:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-pink-500:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-pink-600:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-pink-700:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-pink-800:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
}

.focus-within\:tw-ring-pink-900:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
}

.focus\:tw-ring-transparent:focus{
  --tw-ring-color:transparent
}

.focus\:tw-ring-current:focus{
  --tw-ring-color:currentColor
}

.focus\:tw-ring-black:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
}

.focus\:tw-ring-white:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
}

.focus\:tw-ring-gray-50:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
}

.focus\:tw-ring-gray-100:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
}

.focus\:tw-ring-gray-200:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
}

.focus\:tw-ring-gray-300:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
}

.focus\:tw-ring-gray-400:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
}

.focus\:tw-ring-gray-500:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
}

.focus\:tw-ring-gray-600:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
}

.focus\:tw-ring-gray-700:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
}

.focus\:tw-ring-gray-800:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
}

.focus\:tw-ring-gray-900:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
}

.focus\:tw-ring-red-50:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(254, 242, 242, var(--tw-ring-opacity))
}

.focus\:tw-ring-red-100:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(254, 226, 226, var(--tw-ring-opacity))
}

.focus\:tw-ring-red-200:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(254, 202, 202, var(--tw-ring-opacity))
}

.focus\:tw-ring-red-300:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(252, 165, 165, var(--tw-ring-opacity))
}

.focus\:tw-ring-red-400:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(248, 113, 113, var(--tw-ring-opacity))
}

.focus\:tw-ring-red-500:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(239, 68, 68, var(--tw-ring-opacity))
}

.focus\:tw-ring-red-600:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(220, 38, 38, var(--tw-ring-opacity))
}

.focus\:tw-ring-red-700:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(185, 28, 28, var(--tw-ring-opacity))
}

.focus\:tw-ring-red-800:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(153, 27, 27, var(--tw-ring-opacity))
}

.focus\:tw-ring-red-900:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(127, 29, 29, var(--tw-ring-opacity))
}

.focus\:tw-ring-yellow-50:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
}

.focus\:tw-ring-yellow-100:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
}

.focus\:tw-ring-yellow-200:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
}

.focus\:tw-ring-yellow-300:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
}

.focus\:tw-ring-yellow-400:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
}

.focus\:tw-ring-yellow-500:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
}

.focus\:tw-ring-yellow-600:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
}

.focus\:tw-ring-yellow-700:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
}

.focus\:tw-ring-yellow-800:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
}

.focus\:tw-ring-yellow-900:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
}

.focus\:tw-ring-green-50:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
}

.focus\:tw-ring-green-100:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
}

.focus\:tw-ring-green-200:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
}

.focus\:tw-ring-green-300:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
}

.focus\:tw-ring-green-400:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
}

.focus\:tw-ring-green-500:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
}

.focus\:tw-ring-green-600:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
}

.focus\:tw-ring-green-700:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
}

.focus\:tw-ring-green-800:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
}

.focus\:tw-ring-green-900:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
}

.focus\:tw-ring-blue-50:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(239, 246, 255, var(--tw-ring-opacity))
}

.focus\:tw-ring-blue-100:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(219, 234, 254, var(--tw-ring-opacity))
}

.focus\:tw-ring-blue-200:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(191, 219, 254, var(--tw-ring-opacity))
}

.focus\:tw-ring-blue-300:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(147, 197, 253, var(--tw-ring-opacity))
}

.focus\:tw-ring-blue-400:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
}

.focus\:tw-ring-blue-500:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity))
}

.focus\:tw-ring-blue-600:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(37, 99, 235, var(--tw-ring-opacity))
}

.focus\:tw-ring-blue-700:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(29, 78, 216, var(--tw-ring-opacity))
}

.focus\:tw-ring-blue-800:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(30, 64, 175, var(--tw-ring-opacity))
}

.focus\:tw-ring-blue-900:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(30, 58, 138, var(--tw-ring-opacity))
}

.focus\:tw-ring-indigo-50:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
}

.focus\:tw-ring-indigo-100:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
}

.focus\:tw-ring-indigo-200:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
}

.focus\:tw-ring-indigo-300:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
}

.focus\:tw-ring-indigo-400:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
}

.focus\:tw-ring-indigo-500:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
}

.focus\:tw-ring-indigo-600:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
}

.focus\:tw-ring-indigo-700:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
}

.focus\:tw-ring-indigo-800:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
}

.focus\:tw-ring-indigo-900:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
}

.focus\:tw-ring-purple-50:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
}

.focus\:tw-ring-purple-100:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
}

.focus\:tw-ring-purple-200:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
}

.focus\:tw-ring-purple-300:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
}

.focus\:tw-ring-purple-400:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
}

.focus\:tw-ring-purple-500:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
}

.focus\:tw-ring-purple-600:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
}

.focus\:tw-ring-purple-700:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
}

.focus\:tw-ring-purple-800:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
}

.focus\:tw-ring-purple-900:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
}

.focus\:tw-ring-pink-50:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
}

.focus\:tw-ring-pink-100:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
}

.focus\:tw-ring-pink-200:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
}

.focus\:tw-ring-pink-300:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
}

.focus\:tw-ring-pink-400:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
}

.focus\:tw-ring-pink-500:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
}

.focus\:tw-ring-pink-600:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
}

.focus\:tw-ring-pink-700:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
}

.focus\:tw-ring-pink-800:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
}

.focus\:tw-ring-pink-900:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
}

.tw-ring-opacity-0{
  --tw-ring-opacity:0
}

.tw-ring-opacity-5{
  --tw-ring-opacity:0.05
}

.tw-ring-opacity-10{
  --tw-ring-opacity:0.1
}

.tw-ring-opacity-20{
  --tw-ring-opacity:0.2
}

.tw-ring-opacity-25{
  --tw-ring-opacity:0.25
}

.tw-ring-opacity-30{
  --tw-ring-opacity:0.3
}

.tw-ring-opacity-40{
  --tw-ring-opacity:0.4
}

.tw-ring-opacity-50{
  --tw-ring-opacity:0.5
}

.tw-ring-opacity-60{
  --tw-ring-opacity:0.6
}

.tw-ring-opacity-70{
  --tw-ring-opacity:0.7
}

.tw-ring-opacity-75{
  --tw-ring-opacity:0.75
}

.tw-ring-opacity-80{
  --tw-ring-opacity:0.8
}

.tw-ring-opacity-90{
  --tw-ring-opacity:0.9
}

.tw-ring-opacity-95{
  --tw-ring-opacity:0.95
}

.tw-ring-opacity-100{
  --tw-ring-opacity:1
}

.focus-within\:tw-ring-opacity-0:focus-within{
  --tw-ring-opacity:0
}

.focus-within\:tw-ring-opacity-5:focus-within{
  --tw-ring-opacity:0.05
}

.focus-within\:tw-ring-opacity-10:focus-within{
  --tw-ring-opacity:0.1
}

.focus-within\:tw-ring-opacity-20:focus-within{
  --tw-ring-opacity:0.2
}

.focus-within\:tw-ring-opacity-25:focus-within{
  --tw-ring-opacity:0.25
}

.focus-within\:tw-ring-opacity-30:focus-within{
  --tw-ring-opacity:0.3
}

.focus-within\:tw-ring-opacity-40:focus-within{
  --tw-ring-opacity:0.4
}

.focus-within\:tw-ring-opacity-50:focus-within{
  --tw-ring-opacity:0.5
}

.focus-within\:tw-ring-opacity-60:focus-within{
  --tw-ring-opacity:0.6
}

.focus-within\:tw-ring-opacity-70:focus-within{
  --tw-ring-opacity:0.7
}

.focus-within\:tw-ring-opacity-75:focus-within{
  --tw-ring-opacity:0.75
}

.focus-within\:tw-ring-opacity-80:focus-within{
  --tw-ring-opacity:0.8
}

.focus-within\:tw-ring-opacity-90:focus-within{
  --tw-ring-opacity:0.9
}

.focus-within\:tw-ring-opacity-95:focus-within{
  --tw-ring-opacity:0.95
}

.focus-within\:tw-ring-opacity-100:focus-within{
  --tw-ring-opacity:1
}

.focus\:tw-ring-opacity-0:focus{
  --tw-ring-opacity:0
}

.focus\:tw-ring-opacity-5:focus{
  --tw-ring-opacity:0.05
}

.focus\:tw-ring-opacity-10:focus{
  --tw-ring-opacity:0.1
}

.focus\:tw-ring-opacity-20:focus{
  --tw-ring-opacity:0.2
}

.focus\:tw-ring-opacity-25:focus{
  --tw-ring-opacity:0.25
}

.focus\:tw-ring-opacity-30:focus{
  --tw-ring-opacity:0.3
}

.focus\:tw-ring-opacity-40:focus{
  --tw-ring-opacity:0.4
}

.focus\:tw-ring-opacity-50:focus{
  --tw-ring-opacity:0.5
}

.focus\:tw-ring-opacity-60:focus{
  --tw-ring-opacity:0.6
}

.focus\:tw-ring-opacity-70:focus{
  --tw-ring-opacity:0.7
}

.focus\:tw-ring-opacity-75:focus{
  --tw-ring-opacity:0.75
}

.focus\:tw-ring-opacity-80:focus{
  --tw-ring-opacity:0.8
}

.focus\:tw-ring-opacity-90:focus{
  --tw-ring-opacity:0.9
}

.focus\:tw-ring-opacity-95:focus{
  --tw-ring-opacity:0.95
}

.focus\:tw-ring-opacity-100:focus{
  --tw-ring-opacity:1
}

.tw-ring-offset-0{
  --tw-ring-offset-width:0px
}

.tw-ring-offset-1{
  --tw-ring-offset-width:1px
}

.tw-ring-offset-2{
  --tw-ring-offset-width:2px
}

.tw-ring-offset-4{
  --tw-ring-offset-width:4px
}

.tw-ring-offset-8{
  --tw-ring-offset-width:8px
}

.focus-within\:tw-ring-offset-0:focus-within{
  --tw-ring-offset-width:0px
}

.focus-within\:tw-ring-offset-1:focus-within{
  --tw-ring-offset-width:1px
}

.focus-within\:tw-ring-offset-2:focus-within{
  --tw-ring-offset-width:2px
}

.focus-within\:tw-ring-offset-4:focus-within{
  --tw-ring-offset-width:4px
}

.focus-within\:tw-ring-offset-8:focus-within{
  --tw-ring-offset-width:8px
}

.focus\:tw-ring-offset-0:focus{
  --tw-ring-offset-width:0px
}

.focus\:tw-ring-offset-1:focus{
  --tw-ring-offset-width:1px
}

.focus\:tw-ring-offset-2:focus{
  --tw-ring-offset-width:2px
}

.focus\:tw-ring-offset-4:focus{
  --tw-ring-offset-width:4px
}

.focus\:tw-ring-offset-8:focus{
  --tw-ring-offset-width:8px
}

.tw-ring-offset-transparent{
  --tw-ring-offset-color:transparent
}

.tw-ring-offset-current{
  --tw-ring-offset-color:currentColor
}

.tw-ring-offset-black{
  --tw-ring-offset-color:#000
}

.tw-ring-offset-white{
  --tw-ring-offset-color:#fff
}

.tw-ring-offset-gray-50{
  --tw-ring-offset-color:#f9fafb
}

.tw-ring-offset-gray-100{
  --tw-ring-offset-color:#f3f4f6
}

.tw-ring-offset-gray-200{
  --tw-ring-offset-color:#e5e7eb
}

.tw-ring-offset-gray-300{
  --tw-ring-offset-color:#d1d5db
}

.tw-ring-offset-gray-400{
  --tw-ring-offset-color:#9ca3af
}

.tw-ring-offset-gray-500{
  --tw-ring-offset-color:#6b7280
}

.tw-ring-offset-gray-600{
  --tw-ring-offset-color:#4b5563
}

.tw-ring-offset-gray-700{
  --tw-ring-offset-color:#374151
}

.tw-ring-offset-gray-800{
  --tw-ring-offset-color:#1f2937
}

.tw-ring-offset-gray-900{
  --tw-ring-offset-color:#111827
}

.tw-ring-offset-red-50{
  --tw-ring-offset-color:#fef2f2
}

.tw-ring-offset-red-100{
  --tw-ring-offset-color:#fee2e2
}

.tw-ring-offset-red-200{
  --tw-ring-offset-color:#fecaca
}

.tw-ring-offset-red-300{
  --tw-ring-offset-color:#fca5a5
}

.tw-ring-offset-red-400{
  --tw-ring-offset-color:#f87171
}

.tw-ring-offset-red-500{
  --tw-ring-offset-color:#ef4444
}

.tw-ring-offset-red-600{
  --tw-ring-offset-color:#dc2626
}

.tw-ring-offset-red-700{
  --tw-ring-offset-color:#b91c1c
}

.tw-ring-offset-red-800{
  --tw-ring-offset-color:#991b1b
}

.tw-ring-offset-red-900{
  --tw-ring-offset-color:#7f1d1d
}

.tw-ring-offset-yellow-50{
  --tw-ring-offset-color:#fffbeb
}

.tw-ring-offset-yellow-100{
  --tw-ring-offset-color:#fef3c7
}

.tw-ring-offset-yellow-200{
  --tw-ring-offset-color:#fde68a
}

.tw-ring-offset-yellow-300{
  --tw-ring-offset-color:#fcd34d
}

.tw-ring-offset-yellow-400{
  --tw-ring-offset-color:#fbbf24
}

.tw-ring-offset-yellow-500{
  --tw-ring-offset-color:#f59e0b
}

.tw-ring-offset-yellow-600{
  --tw-ring-offset-color:#d97706
}

.tw-ring-offset-yellow-700{
  --tw-ring-offset-color:#b45309
}

.tw-ring-offset-yellow-800{
  --tw-ring-offset-color:#92400e
}

.tw-ring-offset-yellow-900{
  --tw-ring-offset-color:#78350f
}

.tw-ring-offset-green-50{
  --tw-ring-offset-color:#ecfdf5
}

.tw-ring-offset-green-100{
  --tw-ring-offset-color:#d1fae5
}

.tw-ring-offset-green-200{
  --tw-ring-offset-color:#a7f3d0
}

.tw-ring-offset-green-300{
  --tw-ring-offset-color:#6ee7b7
}

.tw-ring-offset-green-400{
  --tw-ring-offset-color:#34d399
}

.tw-ring-offset-green-500{
  --tw-ring-offset-color:#10b981
}

.tw-ring-offset-green-600{
  --tw-ring-offset-color:#059669
}

.tw-ring-offset-green-700{
  --tw-ring-offset-color:#047857
}

.tw-ring-offset-green-800{
  --tw-ring-offset-color:#065f46
}

.tw-ring-offset-green-900{
  --tw-ring-offset-color:#064e3b
}

.tw-ring-offset-blue-50{
  --tw-ring-offset-color:#eff6ff
}

.tw-ring-offset-blue-100{
  --tw-ring-offset-color:#dbeafe
}

.tw-ring-offset-blue-200{
  --tw-ring-offset-color:#bfdbfe
}

.tw-ring-offset-blue-300{
  --tw-ring-offset-color:#93c5fd
}

.tw-ring-offset-blue-400{
  --tw-ring-offset-color:#60a5fa
}

.tw-ring-offset-blue-500{
  --tw-ring-offset-color:#3b82f6
}

.tw-ring-offset-blue-600{
  --tw-ring-offset-color:#2563eb
}

.tw-ring-offset-blue-700{
  --tw-ring-offset-color:#1d4ed8
}

.tw-ring-offset-blue-800{
  --tw-ring-offset-color:#1e40af
}

.tw-ring-offset-blue-900{
  --tw-ring-offset-color:#1e3a8a
}

.tw-ring-offset-indigo-50{
  --tw-ring-offset-color:#eef2ff
}

.tw-ring-offset-indigo-100{
  --tw-ring-offset-color:#e0e7ff
}

.tw-ring-offset-indigo-200{
  --tw-ring-offset-color:#c7d2fe
}

.tw-ring-offset-indigo-300{
  --tw-ring-offset-color:#a5b4fc
}

.tw-ring-offset-indigo-400{
  --tw-ring-offset-color:#818cf8
}

.tw-ring-offset-indigo-500{
  --tw-ring-offset-color:#6366f1
}

.tw-ring-offset-indigo-600{
  --tw-ring-offset-color:#4f46e5
}

.tw-ring-offset-indigo-700{
  --tw-ring-offset-color:#4338ca
}

.tw-ring-offset-indigo-800{
  --tw-ring-offset-color:#3730a3
}

.tw-ring-offset-indigo-900{
  --tw-ring-offset-color:#312e81
}

.tw-ring-offset-purple-50{
  --tw-ring-offset-color:#f5f3ff
}

.tw-ring-offset-purple-100{
  --tw-ring-offset-color:#ede9fe
}

.tw-ring-offset-purple-200{
  --tw-ring-offset-color:#ddd6fe
}

.tw-ring-offset-purple-300{
  --tw-ring-offset-color:#c4b5fd
}

.tw-ring-offset-purple-400{
  --tw-ring-offset-color:#a78bfa
}

.tw-ring-offset-purple-500{
  --tw-ring-offset-color:#8b5cf6
}

.tw-ring-offset-purple-600{
  --tw-ring-offset-color:#7c3aed
}

.tw-ring-offset-purple-700{
  --tw-ring-offset-color:#6d28d9
}

.tw-ring-offset-purple-800{
  --tw-ring-offset-color:#5b21b6
}

.tw-ring-offset-purple-900{
  --tw-ring-offset-color:#4c1d95
}

.tw-ring-offset-pink-50{
  --tw-ring-offset-color:#fdf2f8
}

.tw-ring-offset-pink-100{
  --tw-ring-offset-color:#fce7f3
}

.tw-ring-offset-pink-200{
  --tw-ring-offset-color:#fbcfe8
}

.tw-ring-offset-pink-300{
  --tw-ring-offset-color:#f9a8d4
}

.tw-ring-offset-pink-400{
  --tw-ring-offset-color:#f472b6
}

.tw-ring-offset-pink-500{
  --tw-ring-offset-color:#ec4899
}

.tw-ring-offset-pink-600{
  --tw-ring-offset-color:#db2777
}

.tw-ring-offset-pink-700{
  --tw-ring-offset-color:#be185d
}

.tw-ring-offset-pink-800{
  --tw-ring-offset-color:#9d174d
}

.tw-ring-offset-pink-900{
  --tw-ring-offset-color:#831843
}

.focus-within\:tw-ring-offset-transparent:focus-within{
  --tw-ring-offset-color:transparent
}

.focus-within\:tw-ring-offset-current:focus-within{
  --tw-ring-offset-color:currentColor
}

.focus-within\:tw-ring-offset-black:focus-within{
  --tw-ring-offset-color:#000
}

.focus-within\:tw-ring-offset-white:focus-within{
  --tw-ring-offset-color:#fff
}

.focus-within\:tw-ring-offset-gray-50:focus-within{
  --tw-ring-offset-color:#f9fafb
}

.focus-within\:tw-ring-offset-gray-100:focus-within{
  --tw-ring-offset-color:#f3f4f6
}

.focus-within\:tw-ring-offset-gray-200:focus-within{
  --tw-ring-offset-color:#e5e7eb
}

.focus-within\:tw-ring-offset-gray-300:focus-within{
  --tw-ring-offset-color:#d1d5db
}

.focus-within\:tw-ring-offset-gray-400:focus-within{
  --tw-ring-offset-color:#9ca3af
}

.focus-within\:tw-ring-offset-gray-500:focus-within{
  --tw-ring-offset-color:#6b7280
}

.focus-within\:tw-ring-offset-gray-600:focus-within{
  --tw-ring-offset-color:#4b5563
}

.focus-within\:tw-ring-offset-gray-700:focus-within{
  --tw-ring-offset-color:#374151
}

.focus-within\:tw-ring-offset-gray-800:focus-within{
  --tw-ring-offset-color:#1f2937
}

.focus-within\:tw-ring-offset-gray-900:focus-within{
  --tw-ring-offset-color:#111827
}

.focus-within\:tw-ring-offset-red-50:focus-within{
  --tw-ring-offset-color:#fef2f2
}

.focus-within\:tw-ring-offset-red-100:focus-within{
  --tw-ring-offset-color:#fee2e2
}

.focus-within\:tw-ring-offset-red-200:focus-within{
  --tw-ring-offset-color:#fecaca
}

.focus-within\:tw-ring-offset-red-300:focus-within{
  --tw-ring-offset-color:#fca5a5
}

.focus-within\:tw-ring-offset-red-400:focus-within{
  --tw-ring-offset-color:#f87171
}

.focus-within\:tw-ring-offset-red-500:focus-within{
  --tw-ring-offset-color:#ef4444
}

.focus-within\:tw-ring-offset-red-600:focus-within{
  --tw-ring-offset-color:#dc2626
}

.focus-within\:tw-ring-offset-red-700:focus-within{
  --tw-ring-offset-color:#b91c1c
}

.focus-within\:tw-ring-offset-red-800:focus-within{
  --tw-ring-offset-color:#991b1b
}

.focus-within\:tw-ring-offset-red-900:focus-within{
  --tw-ring-offset-color:#7f1d1d
}

.focus-within\:tw-ring-offset-yellow-50:focus-within{
  --tw-ring-offset-color:#fffbeb
}

.focus-within\:tw-ring-offset-yellow-100:focus-within{
  --tw-ring-offset-color:#fef3c7
}

.focus-within\:tw-ring-offset-yellow-200:focus-within{
  --tw-ring-offset-color:#fde68a
}

.focus-within\:tw-ring-offset-yellow-300:focus-within{
  --tw-ring-offset-color:#fcd34d
}

.focus-within\:tw-ring-offset-yellow-400:focus-within{
  --tw-ring-offset-color:#fbbf24
}

.focus-within\:tw-ring-offset-yellow-500:focus-within{
  --tw-ring-offset-color:#f59e0b
}

.focus-within\:tw-ring-offset-yellow-600:focus-within{
  --tw-ring-offset-color:#d97706
}

.focus-within\:tw-ring-offset-yellow-700:focus-within{
  --tw-ring-offset-color:#b45309
}

.focus-within\:tw-ring-offset-yellow-800:focus-within{
  --tw-ring-offset-color:#92400e
}

.focus-within\:tw-ring-offset-yellow-900:focus-within{
  --tw-ring-offset-color:#78350f
}

.focus-within\:tw-ring-offset-green-50:focus-within{
  --tw-ring-offset-color:#ecfdf5
}

.focus-within\:tw-ring-offset-green-100:focus-within{
  --tw-ring-offset-color:#d1fae5
}

.focus-within\:tw-ring-offset-green-200:focus-within{
  --tw-ring-offset-color:#a7f3d0
}

.focus-within\:tw-ring-offset-green-300:focus-within{
  --tw-ring-offset-color:#6ee7b7
}

.focus-within\:tw-ring-offset-green-400:focus-within{
  --tw-ring-offset-color:#34d399
}

.focus-within\:tw-ring-offset-green-500:focus-within{
  --tw-ring-offset-color:#10b981
}

.focus-within\:tw-ring-offset-green-600:focus-within{
  --tw-ring-offset-color:#059669
}

.focus-within\:tw-ring-offset-green-700:focus-within{
  --tw-ring-offset-color:#047857
}

.focus-within\:tw-ring-offset-green-800:focus-within{
  --tw-ring-offset-color:#065f46
}

.focus-within\:tw-ring-offset-green-900:focus-within{
  --tw-ring-offset-color:#064e3b
}

.focus-within\:tw-ring-offset-blue-50:focus-within{
  --tw-ring-offset-color:#eff6ff
}

.focus-within\:tw-ring-offset-blue-100:focus-within{
  --tw-ring-offset-color:#dbeafe
}

.focus-within\:tw-ring-offset-blue-200:focus-within{
  --tw-ring-offset-color:#bfdbfe
}

.focus-within\:tw-ring-offset-blue-300:focus-within{
  --tw-ring-offset-color:#93c5fd
}

.focus-within\:tw-ring-offset-blue-400:focus-within{
  --tw-ring-offset-color:#60a5fa
}

.focus-within\:tw-ring-offset-blue-500:focus-within{
  --tw-ring-offset-color:#3b82f6
}

.focus-within\:tw-ring-offset-blue-600:focus-within{
  --tw-ring-offset-color:#2563eb
}

.focus-within\:tw-ring-offset-blue-700:focus-within{
  --tw-ring-offset-color:#1d4ed8
}

.focus-within\:tw-ring-offset-blue-800:focus-within{
  --tw-ring-offset-color:#1e40af
}

.focus-within\:tw-ring-offset-blue-900:focus-within{
  --tw-ring-offset-color:#1e3a8a
}

.focus-within\:tw-ring-offset-indigo-50:focus-within{
  --tw-ring-offset-color:#eef2ff
}

.focus-within\:tw-ring-offset-indigo-100:focus-within{
  --tw-ring-offset-color:#e0e7ff
}

.focus-within\:tw-ring-offset-indigo-200:focus-within{
  --tw-ring-offset-color:#c7d2fe
}

.focus-within\:tw-ring-offset-indigo-300:focus-within{
  --tw-ring-offset-color:#a5b4fc
}

.focus-within\:tw-ring-offset-indigo-400:focus-within{
  --tw-ring-offset-color:#818cf8
}

.focus-within\:tw-ring-offset-indigo-500:focus-within{
  --tw-ring-offset-color:#6366f1
}

.focus-within\:tw-ring-offset-indigo-600:focus-within{
  --tw-ring-offset-color:#4f46e5
}

.focus-within\:tw-ring-offset-indigo-700:focus-within{
  --tw-ring-offset-color:#4338ca
}

.focus-within\:tw-ring-offset-indigo-800:focus-within{
  --tw-ring-offset-color:#3730a3
}

.focus-within\:tw-ring-offset-indigo-900:focus-within{
  --tw-ring-offset-color:#312e81
}

.focus-within\:tw-ring-offset-purple-50:focus-within{
  --tw-ring-offset-color:#f5f3ff
}

.focus-within\:tw-ring-offset-purple-100:focus-within{
  --tw-ring-offset-color:#ede9fe
}

.focus-within\:tw-ring-offset-purple-200:focus-within{
  --tw-ring-offset-color:#ddd6fe
}

.focus-within\:tw-ring-offset-purple-300:focus-within{
  --tw-ring-offset-color:#c4b5fd
}

.focus-within\:tw-ring-offset-purple-400:focus-within{
  --tw-ring-offset-color:#a78bfa
}

.focus-within\:tw-ring-offset-purple-500:focus-within{
  --tw-ring-offset-color:#8b5cf6
}

.focus-within\:tw-ring-offset-purple-600:focus-within{
  --tw-ring-offset-color:#7c3aed
}

.focus-within\:tw-ring-offset-purple-700:focus-within{
  --tw-ring-offset-color:#6d28d9
}

.focus-within\:tw-ring-offset-purple-800:focus-within{
  --tw-ring-offset-color:#5b21b6
}

.focus-within\:tw-ring-offset-purple-900:focus-within{
  --tw-ring-offset-color:#4c1d95
}

.focus-within\:tw-ring-offset-pink-50:focus-within{
  --tw-ring-offset-color:#fdf2f8
}

.focus-within\:tw-ring-offset-pink-100:focus-within{
  --tw-ring-offset-color:#fce7f3
}

.focus-within\:tw-ring-offset-pink-200:focus-within{
  --tw-ring-offset-color:#fbcfe8
}

.focus-within\:tw-ring-offset-pink-300:focus-within{
  --tw-ring-offset-color:#f9a8d4
}

.focus-within\:tw-ring-offset-pink-400:focus-within{
  --tw-ring-offset-color:#f472b6
}

.focus-within\:tw-ring-offset-pink-500:focus-within{
  --tw-ring-offset-color:#ec4899
}

.focus-within\:tw-ring-offset-pink-600:focus-within{
  --tw-ring-offset-color:#db2777
}

.focus-within\:tw-ring-offset-pink-700:focus-within{
  --tw-ring-offset-color:#be185d
}

.focus-within\:tw-ring-offset-pink-800:focus-within{
  --tw-ring-offset-color:#9d174d
}

.focus-within\:tw-ring-offset-pink-900:focus-within{
  --tw-ring-offset-color:#831843
}

.focus\:tw-ring-offset-transparent:focus{
  --tw-ring-offset-color:transparent
}

.focus\:tw-ring-offset-current:focus{
  --tw-ring-offset-color:currentColor
}

.focus\:tw-ring-offset-black:focus{
  --tw-ring-offset-color:#000
}

.focus\:tw-ring-offset-white:focus{
  --tw-ring-offset-color:#fff
}

.focus\:tw-ring-offset-gray-50:focus{
  --tw-ring-offset-color:#f9fafb
}

.focus\:tw-ring-offset-gray-100:focus{
  --tw-ring-offset-color:#f3f4f6
}

.focus\:tw-ring-offset-gray-200:focus{
  --tw-ring-offset-color:#e5e7eb
}

.focus\:tw-ring-offset-gray-300:focus{
  --tw-ring-offset-color:#d1d5db
}

.focus\:tw-ring-offset-gray-400:focus{
  --tw-ring-offset-color:#9ca3af
}

.focus\:tw-ring-offset-gray-500:focus{
  --tw-ring-offset-color:#6b7280
}

.focus\:tw-ring-offset-gray-600:focus{
  --tw-ring-offset-color:#4b5563
}

.focus\:tw-ring-offset-gray-700:focus{
  --tw-ring-offset-color:#374151
}

.focus\:tw-ring-offset-gray-800:focus{
  --tw-ring-offset-color:#1f2937
}

.focus\:tw-ring-offset-gray-900:focus{
  --tw-ring-offset-color:#111827
}

.focus\:tw-ring-offset-red-50:focus{
  --tw-ring-offset-color:#fef2f2
}

.focus\:tw-ring-offset-red-100:focus{
  --tw-ring-offset-color:#fee2e2
}

.focus\:tw-ring-offset-red-200:focus{
  --tw-ring-offset-color:#fecaca
}

.focus\:tw-ring-offset-red-300:focus{
  --tw-ring-offset-color:#fca5a5
}

.focus\:tw-ring-offset-red-400:focus{
  --tw-ring-offset-color:#f87171
}

.focus\:tw-ring-offset-red-500:focus{
  --tw-ring-offset-color:#ef4444
}

.focus\:tw-ring-offset-red-600:focus{
  --tw-ring-offset-color:#dc2626
}

.focus\:tw-ring-offset-red-700:focus{
  --tw-ring-offset-color:#b91c1c
}

.focus\:tw-ring-offset-red-800:focus{
  --tw-ring-offset-color:#991b1b
}

.focus\:tw-ring-offset-red-900:focus{
  --tw-ring-offset-color:#7f1d1d
}

.focus\:tw-ring-offset-yellow-50:focus{
  --tw-ring-offset-color:#fffbeb
}

.focus\:tw-ring-offset-yellow-100:focus{
  --tw-ring-offset-color:#fef3c7
}

.focus\:tw-ring-offset-yellow-200:focus{
  --tw-ring-offset-color:#fde68a
}

.focus\:tw-ring-offset-yellow-300:focus{
  --tw-ring-offset-color:#fcd34d
}

.focus\:tw-ring-offset-yellow-400:focus{
  --tw-ring-offset-color:#fbbf24
}

.focus\:tw-ring-offset-yellow-500:focus{
  --tw-ring-offset-color:#f59e0b
}

.focus\:tw-ring-offset-yellow-600:focus{
  --tw-ring-offset-color:#d97706
}

.focus\:tw-ring-offset-yellow-700:focus{
  --tw-ring-offset-color:#b45309
}

.focus\:tw-ring-offset-yellow-800:focus{
  --tw-ring-offset-color:#92400e
}

.focus\:tw-ring-offset-yellow-900:focus{
  --tw-ring-offset-color:#78350f
}

.focus\:tw-ring-offset-green-50:focus{
  --tw-ring-offset-color:#ecfdf5
}

.focus\:tw-ring-offset-green-100:focus{
  --tw-ring-offset-color:#d1fae5
}

.focus\:tw-ring-offset-green-200:focus{
  --tw-ring-offset-color:#a7f3d0
}

.focus\:tw-ring-offset-green-300:focus{
  --tw-ring-offset-color:#6ee7b7
}

.focus\:tw-ring-offset-green-400:focus{
  --tw-ring-offset-color:#34d399
}

.focus\:tw-ring-offset-green-500:focus{
  --tw-ring-offset-color:#10b981
}

.focus\:tw-ring-offset-green-600:focus{
  --tw-ring-offset-color:#059669
}

.focus\:tw-ring-offset-green-700:focus{
  --tw-ring-offset-color:#047857
}

.focus\:tw-ring-offset-green-800:focus{
  --tw-ring-offset-color:#065f46
}

.focus\:tw-ring-offset-green-900:focus{
  --tw-ring-offset-color:#064e3b
}

.focus\:tw-ring-offset-blue-50:focus{
  --tw-ring-offset-color:#eff6ff
}

.focus\:tw-ring-offset-blue-100:focus{
  --tw-ring-offset-color:#dbeafe
}

.focus\:tw-ring-offset-blue-200:focus{
  --tw-ring-offset-color:#bfdbfe
}

.focus\:tw-ring-offset-blue-300:focus{
  --tw-ring-offset-color:#93c5fd
}

.focus\:tw-ring-offset-blue-400:focus{
  --tw-ring-offset-color:#60a5fa
}

.focus\:tw-ring-offset-blue-500:focus{
  --tw-ring-offset-color:#3b82f6
}

.focus\:tw-ring-offset-blue-600:focus{
  --tw-ring-offset-color:#2563eb
}

.focus\:tw-ring-offset-blue-700:focus{
  --tw-ring-offset-color:#1d4ed8
}

.focus\:tw-ring-offset-blue-800:focus{
  --tw-ring-offset-color:#1e40af
}

.focus\:tw-ring-offset-blue-900:focus{
  --tw-ring-offset-color:#1e3a8a
}

.focus\:tw-ring-offset-indigo-50:focus{
  --tw-ring-offset-color:#eef2ff
}

.focus\:tw-ring-offset-indigo-100:focus{
  --tw-ring-offset-color:#e0e7ff
}

.focus\:tw-ring-offset-indigo-200:focus{
  --tw-ring-offset-color:#c7d2fe
}

.focus\:tw-ring-offset-indigo-300:focus{
  --tw-ring-offset-color:#a5b4fc
}

.focus\:tw-ring-offset-indigo-400:focus{
  --tw-ring-offset-color:#818cf8
}

.focus\:tw-ring-offset-indigo-500:focus{
  --tw-ring-offset-color:#6366f1
}

.focus\:tw-ring-offset-indigo-600:focus{
  --tw-ring-offset-color:#4f46e5
}

.focus\:tw-ring-offset-indigo-700:focus{
  --tw-ring-offset-color:#4338ca
}

.focus\:tw-ring-offset-indigo-800:focus{
  --tw-ring-offset-color:#3730a3
}

.focus\:tw-ring-offset-indigo-900:focus{
  --tw-ring-offset-color:#312e81
}

.focus\:tw-ring-offset-purple-50:focus{
  --tw-ring-offset-color:#f5f3ff
}

.focus\:tw-ring-offset-purple-100:focus{
  --tw-ring-offset-color:#ede9fe
}

.focus\:tw-ring-offset-purple-200:focus{
  --tw-ring-offset-color:#ddd6fe
}

.focus\:tw-ring-offset-purple-300:focus{
  --tw-ring-offset-color:#c4b5fd
}

.focus\:tw-ring-offset-purple-400:focus{
  --tw-ring-offset-color:#a78bfa
}

.focus\:tw-ring-offset-purple-500:focus{
  --tw-ring-offset-color:#8b5cf6
}

.focus\:tw-ring-offset-purple-600:focus{
  --tw-ring-offset-color:#7c3aed
}

.focus\:tw-ring-offset-purple-700:focus{
  --tw-ring-offset-color:#6d28d9
}

.focus\:tw-ring-offset-purple-800:focus{
  --tw-ring-offset-color:#5b21b6
}

.focus\:tw-ring-offset-purple-900:focus{
  --tw-ring-offset-color:#4c1d95
}

.focus\:tw-ring-offset-pink-50:focus{
  --tw-ring-offset-color:#fdf2f8
}

.focus\:tw-ring-offset-pink-100:focus{
  --tw-ring-offset-color:#fce7f3
}

.focus\:tw-ring-offset-pink-200:focus{
  --tw-ring-offset-color:#fbcfe8
}

.focus\:tw-ring-offset-pink-300:focus{
  --tw-ring-offset-color:#f9a8d4
}

.focus\:tw-ring-offset-pink-400:focus{
  --tw-ring-offset-color:#f472b6
}

.focus\:tw-ring-offset-pink-500:focus{
  --tw-ring-offset-color:#ec4899
}

.focus\:tw-ring-offset-pink-600:focus{
  --tw-ring-offset-color:#db2777
}

.focus\:tw-ring-offset-pink-700:focus{
  --tw-ring-offset-color:#be185d
}

.focus\:tw-ring-offset-pink-800:focus{
  --tw-ring-offset-color:#9d174d
}

.focus\:tw-ring-offset-pink-900:focus{
  --tw-ring-offset-color:#831843
}

.tw-filter{
  --tw-blur:var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness:var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast:var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale:var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
  --tw-invert:var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate:var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia:var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow:var(--tw-empty,/*!*/ /*!*/);
  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)
}

.tw-filter-none{
  filter:none
}

.tw-blur-0{
  --tw-blur:blur(0)
}

.tw-blur-none{
  --tw-blur:blur(0)
}

.tw-blur-sm{
  --tw-blur:blur(4px)
}

.tw-blur{
  --tw-blur:blur(8px)
}

.tw-blur-md{
  --tw-blur:blur(12px)
}

.tw-blur-lg{
  --tw-blur:blur(16px)
}

.tw-blur-xl{
  --tw-blur:blur(24px)
}

.tw-blur-2xl{
  --tw-blur:blur(40px)
}

.tw-blur-3xl{
  --tw-blur:blur(64px)
}

.tw-brightness-0{
  --tw-brightness:brightness(0)
}

.tw-brightness-50{
  --tw-brightness:brightness(.5)
}

.tw-brightness-75{
  --tw-brightness:brightness(.75)
}

.tw-brightness-90{
  --tw-brightness:brightness(.9)
}

.tw-brightness-95{
  --tw-brightness:brightness(.95)
}

.tw-brightness-100{
  --tw-brightness:brightness(1)
}

.tw-brightness-105{
  --tw-brightness:brightness(1.05)
}

.tw-brightness-110{
  --tw-brightness:brightness(1.1)
}

.tw-brightness-125{
  --tw-brightness:brightness(1.25)
}

.tw-brightness-150{
  --tw-brightness:brightness(1.5)
}

.tw-brightness-200{
  --tw-brightness:brightness(2)
}

.tw-contrast-0{
  --tw-contrast:contrast(0)
}

.tw-contrast-50{
  --tw-contrast:contrast(.5)
}

.tw-contrast-75{
  --tw-contrast:contrast(.75)
}

.tw-contrast-100{
  --tw-contrast:contrast(1)
}

.tw-contrast-125{
  --tw-contrast:contrast(1.25)
}

.tw-contrast-150{
  --tw-contrast:contrast(1.5)
}

.tw-contrast-200{
  --tw-contrast:contrast(2)
}

.tw-drop-shadow-sm{
  --tw-drop-shadow:drop-shadow(0 1px 1px rgba(0,0,0,0.05))
}

.tw-drop-shadow{
  --tw-drop-shadow:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
}

.tw-drop-shadow-md{
  --tw-drop-shadow:drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
}

.tw-drop-shadow-lg{
  --tw-drop-shadow:drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
}

.tw-drop-shadow-xl{
  --tw-drop-shadow:drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
}

.tw-drop-shadow-2xl{
  --tw-drop-shadow:drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
}

.tw-drop-shadow-none{
  --tw-drop-shadow:drop-shadow(0 0 #0000)
}

.tw-grayscale-0{
  --tw-grayscale:grayscale(0)
}

.tw-grayscale{
  --tw-grayscale:grayscale(100%)
}

.tw-hue-rotate-0{
  --tw-hue-rotate:hue-rotate(0deg)
}

.tw-hue-rotate-15{
  --tw-hue-rotate:hue-rotate(15deg)
}

.tw-hue-rotate-30{
  --tw-hue-rotate:hue-rotate(30deg)
}

.tw-hue-rotate-60{
  --tw-hue-rotate:hue-rotate(60deg)
}

.tw-hue-rotate-90{
  --tw-hue-rotate:hue-rotate(90deg)
}

.tw-hue-rotate-180{
  --tw-hue-rotate:hue-rotate(180deg)
}

.tw--hue-rotate-180{
  --tw-hue-rotate:hue-rotate(-180deg)
}

.tw--hue-rotate-90{
  --tw-hue-rotate:hue-rotate(-90deg)
}

.tw--hue-rotate-60{
  --tw-hue-rotate:hue-rotate(-60deg)
}

.tw--hue-rotate-30{
  --tw-hue-rotate:hue-rotate(-30deg)
}

.tw--hue-rotate-15{
  --tw-hue-rotate:hue-rotate(-15deg)
}

.tw-invert-0{
  --tw-invert:invert(0)
}

.tw-invert{
  --tw-invert:invert(100%)
}

.tw-saturate-0{
  --tw-saturate:saturate(0)
}

.tw-saturate-50{
  --tw-saturate:saturate(.5)
}

.tw-saturate-100{
  --tw-saturate:saturate(1)
}

.tw-saturate-150{
  --tw-saturate:saturate(1.5)
}

.tw-saturate-200{
  --tw-saturate:saturate(2)
}

.tw-sepia-0{
  --tw-sepia:sepia(0)
}

.tw-sepia{
  --tw-sepia:sepia(100%)
}

.tw-backdrop-filter{
  --tw-backdrop-blur:var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness:var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast:var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale:var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert:var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity:var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate:var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia:var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.tw-backdrop-filter-none{
  -webkit-backdrop-filter:none;
          backdrop-filter:none
}

.tw-backdrop-blur-0{
  --tw-backdrop-blur:blur(0)
}

.tw-backdrop-blur-none{
  --tw-backdrop-blur:blur(0)
}

.tw-backdrop-blur-sm{
  --tw-backdrop-blur:blur(4px)
}

.tw-backdrop-blur{
  --tw-backdrop-blur:blur(8px)
}

.tw-backdrop-blur-md{
  --tw-backdrop-blur:blur(12px)
}

.tw-backdrop-blur-lg{
  --tw-backdrop-blur:blur(16px)
}

.tw-backdrop-blur-xl{
  --tw-backdrop-blur:blur(24px)
}

.tw-backdrop-blur-2xl{
  --tw-backdrop-blur:blur(40px)
}

.tw-backdrop-blur-3xl{
  --tw-backdrop-blur:blur(64px)
}

.tw-backdrop-brightness-0{
  --tw-backdrop-brightness:brightness(0)
}

.tw-backdrop-brightness-50{
  --tw-backdrop-brightness:brightness(.5)
}

.tw-backdrop-brightness-75{
  --tw-backdrop-brightness:brightness(.75)
}

.tw-backdrop-brightness-90{
  --tw-backdrop-brightness:brightness(.9)
}

.tw-backdrop-brightness-95{
  --tw-backdrop-brightness:brightness(.95)
}

.tw-backdrop-brightness-100{
  --tw-backdrop-brightness:brightness(1)
}

.tw-backdrop-brightness-105{
  --tw-backdrop-brightness:brightness(1.05)
}

.tw-backdrop-brightness-110{
  --tw-backdrop-brightness:brightness(1.1)
}

.tw-backdrop-brightness-125{
  --tw-backdrop-brightness:brightness(1.25)
}

.tw-backdrop-brightness-150{
  --tw-backdrop-brightness:brightness(1.5)
}

.tw-backdrop-brightness-200{
  --tw-backdrop-brightness:brightness(2)
}

.tw-backdrop-contrast-0{
  --tw-backdrop-contrast:contrast(0)
}

.tw-backdrop-contrast-50{
  --tw-backdrop-contrast:contrast(.5)
}

.tw-backdrop-contrast-75{
  --tw-backdrop-contrast:contrast(.75)
}

.tw-backdrop-contrast-100{
  --tw-backdrop-contrast:contrast(1)
}

.tw-backdrop-contrast-125{
  --tw-backdrop-contrast:contrast(1.25)
}

.tw-backdrop-contrast-150{
  --tw-backdrop-contrast:contrast(1.5)
}

.tw-backdrop-contrast-200{
  --tw-backdrop-contrast:contrast(2)
}

.tw-backdrop-grayscale-0{
  --tw-backdrop-grayscale:grayscale(0)
}

.tw-backdrop-grayscale{
  --tw-backdrop-grayscale:grayscale(100%)
}

.tw-backdrop-hue-rotate-0{
  --tw-backdrop-hue-rotate:hue-rotate(0deg)
}

.tw-backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate:hue-rotate(15deg)
}

.tw-backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate:hue-rotate(30deg)
}

.tw-backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate:hue-rotate(60deg)
}

.tw-backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate:hue-rotate(90deg)
}

.tw-backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate:hue-rotate(180deg)
}

.tw--backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate:hue-rotate(-180deg)
}

.tw--backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate:hue-rotate(-90deg)
}

.tw--backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate:hue-rotate(-60deg)
}

.tw--backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate:hue-rotate(-30deg)
}

.tw--backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate:hue-rotate(-15deg)
}

.tw-backdrop-invert-0{
  --tw-backdrop-invert:invert(0)
}

.tw-backdrop-invert{
  --tw-backdrop-invert:invert(100%)
}

.tw-backdrop-opacity-0{
  --tw-backdrop-opacity:opacity(0)
}

.tw-backdrop-opacity-5{
  --tw-backdrop-opacity:opacity(0.05)
}

.tw-backdrop-opacity-10{
  --tw-backdrop-opacity:opacity(0.1)
}

.tw-backdrop-opacity-20{
  --tw-backdrop-opacity:opacity(0.2)
}

.tw-backdrop-opacity-25{
  --tw-backdrop-opacity:opacity(0.25)
}

.tw-backdrop-opacity-30{
  --tw-backdrop-opacity:opacity(0.3)
}

.tw-backdrop-opacity-40{
  --tw-backdrop-opacity:opacity(0.4)
}

.tw-backdrop-opacity-50{
  --tw-backdrop-opacity:opacity(0.5)
}

.tw-backdrop-opacity-60{
  --tw-backdrop-opacity:opacity(0.6)
}

.tw-backdrop-opacity-70{
  --tw-backdrop-opacity:opacity(0.7)
}

.tw-backdrop-opacity-75{
  --tw-backdrop-opacity:opacity(0.75)
}

.tw-backdrop-opacity-80{
  --tw-backdrop-opacity:opacity(0.8)
}

.tw-backdrop-opacity-90{
  --tw-backdrop-opacity:opacity(0.9)
}

.tw-backdrop-opacity-95{
  --tw-backdrop-opacity:opacity(0.95)
}

.tw-backdrop-opacity-100{
  --tw-backdrop-opacity:opacity(1)
}

.tw-backdrop-saturate-0{
  --tw-backdrop-saturate:saturate(0)
}

.tw-backdrop-saturate-50{
  --tw-backdrop-saturate:saturate(.5)
}

.tw-backdrop-saturate-100{
  --tw-backdrop-saturate:saturate(1)
}

.tw-backdrop-saturate-150{
  --tw-backdrop-saturate:saturate(1.5)
}

.tw-backdrop-saturate-200{
  --tw-backdrop-saturate:saturate(2)
}

.tw-backdrop-sepia-0{
  --tw-backdrop-sepia:sepia(0)
}

.tw-backdrop-sepia{
  --tw-backdrop-sepia:sepia(100%)
}

.tw-transition-none{
  transition-property:none
}

.tw-transition-all{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.tw-transition{
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.tw-transition-colors{
  transition-property:background-color, border-color, color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.tw-transition-opacity{
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.tw-transition-shadow{
  transition-property:box-shadow;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.tw-transition-transform{
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.tw-delay-75{
  transition-delay:75ms
}

.tw-delay-100{
  transition-delay:100ms
}

.tw-delay-150{
  transition-delay:150ms
}

.tw-delay-200{
  transition-delay:200ms
}

.tw-delay-300{
  transition-delay:300ms
}

.tw-delay-500{
  transition-delay:500ms
}

.tw-delay-700{
  transition-delay:700ms
}

.tw-delay-1000{
  transition-delay:1000ms
}

.tw-duration-75{
  transition-duration:75ms
}

.tw-duration-100{
  transition-duration:100ms
}

.tw-duration-150{
  transition-duration:150ms
}

.tw-duration-200{
  transition-duration:200ms
}

.tw-duration-300{
  transition-duration:300ms
}

.tw-duration-500{
  transition-duration:500ms
}

.tw-duration-700{
  transition-duration:700ms
}

.tw-duration-1000{
  transition-duration:1000ms
}

.tw-ease-linear{
  transition-timing-function:linear
}

.tw-ease-in{
  transition-timing-function:cubic-bezier(0.4, 0, 1, 1)
}

.tw-ease-out{
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
}

.tw-ease-in-out{
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
}

/* You can add global styles to this file, and also import other style files */

/** Colors variables */

.sb-default .sb-wrapper {
  --sb-color: #fff;
  --sb-background: var(--button-color);
  --sb-border-radius: 4px;
  --sb-overflow: hidden;
}

.sb-default .sb-wrapper.sb-show-icon.sb-show-text {
  --sb-text-padding: 0 1em 0 0;
}

.sb-default .sb-wrapper.sb-show-icon.sb-show-text .sb-text {
  filter: none;
}

html, body {
  min-height: 100%;
  font-family: "Poppins", sans-serif !important;
}

body {
  height: 100vh;
}

.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.responsive-table {
  overflow-x: auto;
  overflow-y: hidden;
}

.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8px;
  flex-wrap: wrap-reverse;
  width: 100%;
}

.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 8px;
  flex-wrap: wrap-reverse;
  width: 100%;
}

.white-background {
  background-color: white;
}

.ck-editor__editable_inline {
  height: 100% !important;
  min-height: 150px !important;
}

/* Styles for centering table content */

.mat-sort-header-container {
  justify-content: center;
}

/*.mat-cell {
    text-align: center !important;
    justify-content: center !important;
}*/

/*.mat-chip-list-wrapper {
    justify-content: center;
}*/

.mat-row:nth-child(even) {
  background-color: transparent;
}

.mat-row:nth-child(odd) {
  background-color: #dff5fc;
}

.mat-select-value {
  overflow: visible !important;
}

.ag-icon {
  font-family: var(--ag-icon-font-family);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ag-icon-aggregation::before {
  content: var(--ag-icon-font-code-aggregation, "");
}

.ag-icon-arrows::before {
  content: var(--ag-icon-font-code-arrows, "");
}

.ag-icon-asc::before {
  content: var(--ag-icon-font-code-asc, "");
}

.ag-icon-cancel::before {
  content: var(--ag-icon-font-code-cancel, "");
}

.ag-icon-chart::before {
  content: var(--ag-icon-font-code-chart, "");
}

.ag-icon-checkbox-checked::before {
  content: var(--ag-icon-font-code-checkbox-checked, "");
}

.ag-icon-checkbox-indeterminate::before {
  content: var(--ag-icon-font-code-checkbox-indeterminate, "");
}

.ag-icon-checkbox-unchecked::before {
  content: var(--ag-icon-font-code-checkbox-unchecked, "");
}

.ag-icon-color-picker::before {
  content: var(--ag-icon-font-code-color-picker, "");
}

.ag-icon-columns::before {
  content: var(--ag-icon-font-code-columns, "");
}

.ag-icon-contracted::before {
  content: var(--ag-icon-font-code-contracted, "");
}

.ag-icon-copy::before {
  content: var(--ag-icon-font-code-copy, "");
}

.ag-icon-cross::before {
  content: var(--ag-icon-font-code-cross, "");
}

.ag-icon-csv::before {
  content: var(--ag-icon-font-code-csv, "");
}

.ag-icon-desc::before {
  content: var(--ag-icon-font-code-desc, "");
}

.ag-icon-excel::before {
  content: var(--ag-icon-font-code-excel, "");
}

.ag-icon-expanded::before {
  content: var(--ag-icon-font-code-expanded, "");
}

.ag-icon-eye-slash::before {
  content: var(--ag-icon-font-code-eye-slash, "");
}

.ag-icon-eye::before {
  content: var(--ag-icon-font-code-eye, "");
}

.ag-icon-filter::before {
  content: var(--ag-icon-font-code-filter, "");
}

.ag-icon-first::before {
  content: var(--ag-icon-font-code-first, "");
}

.ag-icon-grip::before {
  content: var(--ag-icon-font-code-grip, "");
}

.ag-icon-group::before {
  content: var(--ag-icon-font-code-group, "");
}

.ag-icon-last::before {
  content: var(--ag-icon-font-code-last, "");
}

.ag-icon-left::before {
  content: var(--ag-icon-font-code-left, "");
}

.ag-icon-linked::before {
  content: var(--ag-icon-font-code-linked, "");
}

.ag-icon-loading::before {
  content: var(--ag-icon-font-code-loading, "");
}

.ag-icon-maximize::before {
  content: var(--ag-icon-font-code-maximize, "");
}

.ag-icon-menu::before {
  content: var(--ag-icon-font-code-menu, "");
}

.ag-icon-minimize::before {
  content: var(--ag-icon-font-code-minimize, "");
}

.ag-icon-next::before {
  content: var(--ag-icon-font-code-next, "");
}

.ag-icon-none::before {
  content: var(--ag-icon-font-code-none, "");
}

.ag-icon-not-allowed::before {
  content: var(--ag-icon-font-code-not-allowed, "");
}

.ag-icon-paste::before {
  content: var(--ag-icon-font-code-paste, "");
}

.ag-icon-pin::before {
  content: var(--ag-icon-font-code-pin, "");
}

.ag-icon-pivot::before {
  content: var(--ag-icon-font-code-pivot, "");
}

.ag-icon-previous::before {
  content: var(--ag-icon-font-code-previous, "");
}

.ag-icon-radio-button-off::before {
  content: var(--ag-icon-font-code-radio-button-off, "");
}

.ag-icon-radio-button-on::before {
  content: var(--ag-icon-font-code-radio-button-on, "");
}

.ag-icon-right::before {
  content: var(--ag-icon-font-code-right, "");
}

.ag-icon-save::before {
  content: var(--ag-icon-font-code-save, "");
}

.ag-icon-small-down::before {
  content: var(--ag-icon-font-code-small-down, "");
}

.ag-icon-small-left::before {
  content: var(--ag-icon-font-code-small-left, "");
}

.ag-icon-small-right::before {
  content: var(--ag-icon-font-code-small-right, "");
}

.ag-icon-small-up::before {
  content: var(--ag-icon-font-code-small-up, "");
}

.ag-icon-tick::before {
  content: var(--ag-icon-font-code-tick, "");
}

.ag-icon-tree-closed::before {
  content: var(--ag-icon-font-code-tree-closed, "");
}

.ag-icon-tree-indeterminate::before {
  content: var(--ag-icon-font-code-tree-indeterminate, "");
}

.ag-icon-tree-open::before {
  content: var(--ag-icon-font-code-tree-open, "");
}

.ag-icon-unlinked::before {
  content: var(--ag-icon-font-code-unlinked, "");
}

.ag-icon-row-drag::before {
  content: var(--ag-icon-font-code-grip);
}

.ag-left-arrow::before {
  content: var(--ag-icon-font-code-left);
}

.ag-right-arrow::before {
  content: var(--ag-icon-font-code-right);
}

[class*=ag-theme-] {
  --ag-foreground-color: #000;
  --ag-data-color: var(--ag-foreground-color);
  --ag-secondary-foreground-color: var(--ag-foreground-color);
  --ag-header-foreground-color: var(--ag-secondary-foreground-color);
  --ag-disabled-foreground-color: rgba(0, 0, 0, 0.5);
  --ag-background-color: #fff;
  --ag-header-background-color: transparent;
  --ag-subheader-background-color: transparent;
  --ag-subheader-toolbar-background-color: transparent;
  --ag-control-panel-background-color: transparent;
  --ag-side-button-selected-background-color: var(--ag-control-panel-background-color);
  --ag-selected-row-background-color: #BBB;
  --ag-odd-row-background-color: var(--ag-background-color);
  --ag-modal-overlay-background-color: rgba(255, 255, 255, 0.66);
  --ag-row-hover-color: transparent;
  --ag-column-hover-color: transparent;
  --ag-range-selection-border-color: var(--ag-foreground-color);
  --ag-range-selection-border-style: solid;
  --ag-range-selection-background-color: rgba(0, 0, 0, 0.2);
  --ag-range-selection-background-color-2: var(--ag-range-selection-background-color);
  --ag-range-selection-background-color-3: var(--ag-range-selection-background-color);
  --ag-range-selection-background-color-4: var(--ag-range-selection-background-color);
  --ag-range-selection-highlight-color: var(--ag-range-selection-border-color);
  --ag-selected-tab-underline-color: var(--ag-range-selection-border-color);
  --ag-selected-tab-underline-width: 0;
  --ag-selected-tab-underline-transition-speed: 0s;
  --ag-range-selection-chart-category-background-color: rgba(0, 255, 132, 0.1);
  --ag-range-selection-chart-background-color: rgba(0, 88, 255, 0.1);
  --ag-header-cell-hover-background-color: transparent;
  --ag-header-cell-moving-background-color: var(--ag-background-color);
  --ag-value-change-value-highlight-background-color: rgba(22, 160, 133, 0.5);
  --ag-value-change-delta-up-color: #43a047;
  --ag-value-change-delta-down-color: #e53935;
  --ag-chip-background-color: transparent;
  --ag-borders: solid 1px;
  --ag-border-color: rgba(0, 0, 0, 0.25);
  --ag-borders-critical: var(--ag-borders);
  --ag-borders-secondary: var(--ag-borders);
  --ag-secondary-border-color: var(--ag-border-color);
  --ag-borders-row: var(--ag-borders-secondary);
  --ag-row-border-color: var(--ag-secondary-border-color);
  --ag-cell-horizontal-border: solid transparent;
  --ag-borders-input: var(--ag-borders-secondary);
  --ag-input-border-color: var(--ag-secondary-border-color);
  --ag-borders-input-invalid: solid 2px;
  --ag-input-border-color-invalid: var(--ag-invalid-color);
  --ag-borders-side-button: var(--ag-borders);
  --ag-border-radius: 0px;
  --ag-row-border-color: var(--ag-secondary-border-color);
  --ag-header-column-separator-display: none;
  --ag-header-column-separator-height: 100%;
  --ag-header-column-separator-width: 1px;
  --ag-header-column-separator-color: var(--ag-secondary-border-color);
  --ag-header-column-resize-handle-display: none;
  --ag-header-column-resize-handle-height: 50%;
  --ag-header-column-resize-handle-width: 1px;
  --ag-header-column-resize-handle-color: var(--ag-secondary-border-color);
  --ag-invalid-color: red;
  --ag-input-disabled-border-color: var(--ag-input-border-color);
  --ag-input-disabled-background-color: transparent;
  --ag-checkbox-background-color: transparent;
  --ag-checkbox-border-radius: var(--ag-border-radius);
  --ag-checkbox-checked-color: var(--ag-foreground-color);
  --ag-checkbox-unchecked-color: var(--ag-foreground-color);
  --ag-checkbox-indeterminate-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-off-border-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-off-background-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-on-border-color: var(--ag-checkbox-checked-color);
  --ag-toggle-button-on-background-color: var(--ag-checkbox-checked-color);
  --ag-toggle-button-switch-background-color: var(--ag-background-color);
  --ag-toggle-button-switch-border-color: var(--ag-toggle-button-off-border-color);
  --ag-toggle-button-border-width: 1px;
  --ag-toggle-button-height: var(--ag-icon-size);
  --ag-toggle-button-width: calc(var(--ag-toggle-button-height) * 2);
  --ag-input-focus-box-shadow: none;
  --ag-input-focus-border-color: none;
  --ag-minichart-selected-chart-color: var(--ag-checkbox-checked-color);
  --ag-minichart-selected-page-color: var(--ag-checkbox-checked-color);
  --ag-grid-size: 4px;
  --ag-icon-size: 12px;
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 1.5);
  --ag-widget-horizontal-spacing: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: var(--ag-grid-size);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-cell-widget-spacing: var(--ag-cell-horizontal-padding);
  --ag-row-height: calc(var(--ag-grid-size) * 6 + 1px);
  --ag-header-height: var(--ag-row-height);
  --ag-list-item-height: calc(var(--ag-grid-size) * 5);
  --ag-column-select-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));
  --ag-row-group-indent-size: calc(var(--ag-cell-widget-spacing) + var(--ag-icon-size));
  --ag-filter-tool-panel-group-indent: 16px;
  --ag-tab-min-width: 220px;
  --ag-menu-min-width: 181px;
  --ag-side-bar-panel-width: 200px;
  --ag-font-family: "Helvetica Neue", sans-serif;
  --ag-font-size: 14px;
  --ag-card-radius: var(--ag-border-radius);
  --ag-card-shadow: none;
  --ag-popup-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.ag-root-wrapper, .ag-sticky-top, .ag-dnd-ghost {
  background-color: var(--ag-background-color);
}

[class*=ag-theme-] {
  -webkit-font-smoothing: antialiased;
  font-family: var(--ag-font-family);
  font-size: var(--ag-font-size);
  line-height: normal;
  color: var(--ag-foreground-color);
}

ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
  display: block;
}

.ag-hidden {
  display: none !important;
}

.ag-invisible {
  visibility: hidden !important;
}

.ag-no-transition {
  transition: none !important;
}

.ag-drag-handle {
  cursor: grab;
}

.ag-column-drop-wrapper {
  display: flex;
}

.ag-column-drop-horizontal-half-width {
  display: inline-block;
  width: 50% !important;
}

.ag-unselectable {
  -webkit-user-select: none;
  user-select: none;
}

.ag-selectable {
  -webkit-user-select: text;
  user-select: text;
}

.ag-tab {
  position: relative;
}

.ag-tab-guard {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
}

.ag-select-agg-func-popup {
  position: absolute;
}

.ag-input-wrapper, .ag-picker-field-wrapper {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  line-height: normal;
  position: relative;
}

.ag-shake-left-to-right {
  animation-direction: alternate;
  animation-duration: 0.2s;
  animation-iteration-count: infinite;
  animation-name: ag-shake-left-to-right;
}

@keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px;
  }

  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}

.ag-root-wrapper {
  cursor: default;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ag-root-wrapper.ag-layout-normal {
  height: 100%;
}

.ag-watermark {
  position: absolute;
  bottom: 20px;
  right: 25px;
  opacity: 0.5;
  transition: opacity 1s ease-out 3s;
}

.ag-watermark::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIzNSA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNjM1NzIzLDAsMCwwLjYzNTcyMywtNDkyLjkyMSwtMzIzLjYwOCkiPgogICAgICAgIDxwYXRoIGQ9Ik0xMDk5LjQsNTQ5LjRMMTA5OS40LDUzNi45TDEwNzguMSw1MzYuOUwxMDY1LjYsNTQ5LjRMMTA5OS40LDU0OS40WiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMTEyMy40LDUxOC40TDEwOTYuNyw1MTguNEwxMDg0LjEsNTMwLjlMMTEyMy40LDUzMC45TDExMjMuNCw1MTguNFoiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTEwNTMuMiw1NjEuOUwxMDU5LjYsNTU1LjVMMTA4MS4yLDU1NS41TDEwODEuMiw1NjhMMTA1My4yLDU2OEwxMDUzLjIsNTYxLjlaIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDU3LjksNTQzLjNMMTA3MS43LDU0My4zTDEwODQuMyw1MzAuOEwxMDU3LjksNTMwLjhMMTA1Ny45LDU0My4zWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMTA0Mi44LDU2MS45TDEwNTMuMiw1NjEuOUwxMDY1LjYsNTQ5LjRMMTA0Mi44LDU0OS40TDEwNDIuOCw1NjEuOVoiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTEwOTYuNyw1MTguNEwxMDkwLjMsNTI0LjhMMTA0OS41LDUyNC44TDEwNDkuNSw1MTIuM0wxMDk2LjcsNTEyLjNMMTA5Ni43LDUxOC40WiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNODI4LjYsNTU5LjdMODA5LDU1OS43TDgwNS42LDU2OC4xTDc5Nyw1NjguMUw4MTUuMSw1MjUuN0w4MjIuNiw1MjUuN0w4NDAuNyw1NjguMUw4MzIsNTY4LjFMODI4LjYsNTU5LjdaTTgyNS45LDU1M0w4MTguOCw1MzUuN0w4MTEuNyw1NTNMODI1LjksNTUzWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNOTYwLjEsNTQxLjNDOTYyLjYsNTM3LjYgOTY4LjksNTM3LjIgOTcxLjUsNTM3LjJMOTcxLjUsNTQ0LjRDOTY4LjMsNTQ0LjQgOTY1LjEsNTQ0LjUgOTYzLjIsNTQ1LjlDOTYxLjMsNTQ3LjMgOTYwLjMsNTQ5LjIgOTYwLjMsNTUxLjVMOTYwLjMsNTY4LjFMOTUyLjUsNTY4LjFMOTUyLjUsNTM3LjJMOTYwLDUzNy4yTDk2MC4xLDU0MS4zWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cmVjdCB4PSI5NzUuOCIgeT0iNTM3LjIiIHdpZHRoPSI3LjgiIGhlaWdodD0iMzAuOSIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTsiLz4KICAgICAgICA8cmVjdCB4PSI5NzUuOCIgeT0iNTIzLjQiIHdpZHRoPSI3LjgiIGhlaWdodD0iOS4yIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDIyLjMsNTIzLjRMMTAyMi4zLDU2OC4xTDEwMTQuOCw1NjguMUwxMDE0LjYsNTYzLjRDMTAxMy41LDU2NSAxMDEyLjEsNTY2LjMgMTAxMC40LDU2Ny4zQzEwMDguNyw1NjguMiAxMDA2LjYsNTY4LjcgMTAwNC4yLDU2OC43QzEwMDIuMSw1NjguNyAxMDAwLjEsNTY4LjMgOTk4LjQsNTY3LjZDOTk2LjYsNTY2LjggOTk1LDU2NS44IDk5My43LDU2NC40Qzk5Mi40LDU2MyA5OTEuMyw1NjEuMyA5OTAuNiw1NTkuNEM5ODkuOCw1NTcuNSA5ODkuNSw1NTUuMyA5ODkuNSw1NTIuOUM5ODkuNSw1NTAuNSA5ODkuOSw1NDguMyA5OTAuNiw1NDYuM0M5OTEuNCw1NDQuMyA5OTIuNCw1NDIuNiA5OTMuNyw1NDEuMkM5OTUsNTM5LjggOTk2LjYsNTM4LjcgOTk4LjQsNTM3LjlDMTAwMC4yLDUzNy4xIDEwMDIuMSw1MzYuNyAxMDA0LjIsNTM2LjdDMTAwNi42LDUzNi43IDEwMDguNiw1MzcuMSAxMDEwLjMsNTM4QzEwMTIsNTM4LjkgMTAxMy40LDU0MC4xIDEwMTQuNSw1NDEuOEwxMDE0LjUsNTIzLjVMMTAyMi4zLDUyMy41TDEwMjIuMyw1MjMuNFpNMTAwNS45LDU2MkMxMDA4LjUsNTYyIDEwMTAuNSw1NjEuMSAxMDEyLjEsNTU5LjRDMTAxMy43LDU1Ny43IDEwMTQuNSw1NTUuNCAxMDE0LjUsNTUyLjZDMTAxNC41LDU0OS44IDEwMTMuNyw1NDcuNiAxMDEyLjEsNTQ1LjhDMTAxMC41LDU0NC4xIDEwMDguNSw1NDMuMiAxMDA1LjksNTQzLjJDMTAwMy40LDU0My4yIDEwMDEuMyw1NDQuMSA5OTkuOCw1NDUuOEM5OTguMiw1NDcuNSA5OTcuNCw1NDkuOCA5OTcuNCw1NTIuNkM5OTcuNCw1NTUuNCA5OTguMiw1NTcuNiA5OTkuOCw1NTkuM0MxMDAxLjQsNTYxLjEgMTAwMy40LDU2MiAxMDA1LjksNTYyIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik04ODUuOCw1NDQuMkw4NjYuNSw1NDQuMkw4NjYuNSw1NTAuOUw4NzcuNSw1NTAuOUM4NzcuMiw1NTQuMyA4NzUuOSw1NTYuOSA4NzMuNyw1NTlDODcxLjUsNTYxIDg2OC43LDU2MiA4NjUuMSw1NjJDODYzLjEsNTYyIDg2MS4yLDU2MS42IDg1OS42LDU2MC45Qzg1Ny45LDU2MC4yIDg1Ni41LDU1OS4yIDg1NS4zLDU1Ny44Qzg1NC4xLDU1Ni41IDg1My4yLDU1NC45IDg1Mi41LDU1M0M4NTEuOCw1NTEuMSA4NTEuNSw1NDkuMSA4NTEuNSw1NDYuOEM4NTEuNSw1NDQuNSA4NTEuOCw1NDIuNSA4NTIuNSw1NDAuNkM4NTMuMSw1MzguNyA4NTQuMSw1MzcuMiA4NTUuMyw1MzUuOEM4NTYuNSw1MzQuNSA4NTcuOSw1MzMuNSA4NTkuNiw1MzIuN0M4NjEuMyw1MzIgODYzLjEsNTMxLjYgODY1LjIsNTMxLjZDODY5LjQsNTMxLjYgODcyLjYsNTMyLjYgODc0LjgsNTM0LjZMODgwLDUyOS40Qzg3Ni4xLDUyNi40IDg3MS4xLDUyNC44IDg2NS4yLDUyNC44Qzg2MS45LDUyNC44IDg1OC45LDUyNS4zIDg1Ni4yLDUyNi40Qzg1My41LDUyNy41IDg1MS4yLDUyOC45IDg0OS4zLDUzMC44Qzg0Ny40LDUzMi43IDg0NS45LDUzNSA4NDQuOSw1MzcuN0M4NDMuOSw1NDAuNCA4NDMuNCw1NDMuNCA4NDMuNCw1NDYuNkM4NDMuNCw1NDkuOCA4NDMuOSw1NTIuOCA4NDUsNTU1LjVDODQ2LjEsNTU4LjIgODQ3LjUsNTYwLjUgODQ5LjQsNTYyLjRDODUxLjMsNTY0LjMgODUzLjYsNTY1LjggODU2LjMsNTY2LjhDODU5LDU2Ny45IDg2Miw1NjguNCA4NjUuMiw1NjguNEM4NjguNCw1NjguNCA4NzEuMyw1NjcuOSA4NzMuOSw1NjYuOEM4NzYuNSw1NjUuNyA4NzguNyw1NjQuMyA4ODAuNSw1NjIuNEM4ODIuMyw1NjAuNSA4ODMuNyw1NTguMiA4ODQuNyw1NTUuNUM4ODUuNyw1NTIuOCA4ODYuMiw1NDkuOCA4ODYuMiw1NDYuNkw4ODYuMiw1NDUuM0M4ODUuOSw1NDUuMSA4ODUuOCw1NDQuNiA4ODUuOCw1NDQuMiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNOTQ2LjgsNTQ0LjJMOTI3LjUsNTQ0LjJMOTI3LjUsNTUwLjlMOTM4LjUsNTUwLjlDOTM4LjIsNTU0LjMgOTM2LjksNTU2LjkgOTM0LjcsNTU5QzkzMi41LDU2MSA5MjkuNyw1NjIgOTI2LjEsNTYyQzkyNC4xLDU2MiA5MjIuMiw1NjEuNiA5MjAuNiw1NjAuOUM5MTguOSw1NjAuMiA5MTcuNSw1NTkuMiA5MTYuMyw1NTcuOEM5MTUuMSw1NTYuNSA5MTQuMiw1NTQuOSA5MTMuNSw1NTNDOTEyLjgsNTUxLjEgOTEyLjUsNTQ5LjEgOTEyLjUsNTQ2LjhDOTEyLjUsNTQ0LjUgOTEyLjgsNTQyLjUgOTEzLjUsNTQwLjZDOTE0LjEsNTM4LjcgOTE1LjEsNTM3LjIgOTE2LjMsNTM1LjhDOTE3LjUsNTM0LjUgOTE4LjksNTMzLjUgOTIwLjYsNTMyLjdDOTIyLjMsNTMyIDkyNC4xLDUzMS42IDkyNi4yLDUzMS42QzkzMC40LDUzMS42IDkzMy42LDUzMi42IDkzNS44LDUzNC42TDk0MSw1MjkuNEM5MzcuMSw1MjYuNCA5MzIuMSw1MjQuOCA5MjYuMiw1MjQuOEM5MjIuOSw1MjQuOCA5MTkuOSw1MjUuMyA5MTcuMiw1MjYuNEM5MTQuNSw1MjcuNSA5MTIuMiw1MjguOSA5MTAuMyw1MzAuOEM5MDguNCw1MzIuNyA5MDYuOSw1MzUgOTA1LjksNTM3LjdDOTA0LjksNTQwLjQgOTA0LjQsNTQzLjQgOTA0LjQsNTQ2LjZDOTA0LjQsNTQ5LjggOTA0LjksNTUyLjggOTA2LDU1NS41QzkwNy4xLDU1OC4yIDkwOC41LDU2MC41IDkxMC40LDU2Mi40QzkxMi4zLDU2NC4zIDkxNC42LDU2NS44IDkxNy4zLDU2Ni44QzkyMCw1NjcuOSA5MjMsNTY4LjQgOTI2LjIsNTY4LjRDOTI5LjQsNTY4LjQgOTMyLjMsNTY3LjkgOTM0LjksNTY2LjhDOTM3LjUsNTY1LjcgOTM5LjcsNTY0LjMgOTQxLjUsNTYyLjRDOTQzLjMsNTYwLjUgOTQ0LjcsNTU4LjIgOTQ1LjcsNTU1LjVDOTQ2LjcsNTUyLjggOTQ3LjIsNTQ5LjggOTQ3LjIsNTQ2LjZMOTQ3LjIsNTQ1LjNDOTQ2LjksNTQ1LjEgOTQ2LjgsNTQ0LjYgOTQ2LjgsNTQ0LjIiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 170px 40px;
  display: block;
  height: 40px;
  width: 170px;
  opacity: 0.5;
}

.ag-watermark-text {
  opacity: 0.5;
  font-weight: bold;
  font-family: Impact, sans-serif;
  font-size: 19px;
  padding-left: 0.7rem;
}

.ag-root-wrapper-body {
  display: flex;
  flex-direction: row;
}

.ag-root-wrapper-body.ag-layout-normal {
  flex: 1 1 auto;
  height: 0;
  min-height: 0;
}

.ag-root {
  position: relative;
  display: flex;
  flex-direction: column;
}

.ag-root.ag-layout-normal, .ag-root.ag-layout-auto-height {
  overflow: hidden;
  flex: 1 1 auto;
  width: 0;
}

.ag-root.ag-layout-normal {
  height: 100%;
}

.ag-header-viewport,
.ag-floating-top-viewport,
.ag-body-viewport,
.ag-center-cols-viewport,
.ag-floating-bottom-viewport,
.ag-body-horizontal-scroll-viewport,
.ag-virtual-list-viewport,
.ag-sticky-top-viewport {
  position: relative;
  height: 100%;
  min-width: 0px;
  overflow: hidden;
  flex: 1 1 auto;
}

.ag-body-viewport {
  display: flex;
}

.ag-body-viewport.ag-layout-normal {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.ag-center-cols-viewport {
  width: 100%;
  overflow-x: auto;
}

.ag-body-horizontal-scroll-viewport {
  overflow-x: scroll;
}

.ag-virtual-list-viewport {
  overflow: auto;
  width: 100%;
}

.ag-header-container,
.ag-floating-top-container,
.ag-body-container,
.ag-pinned-right-cols-container,
.ag-center-cols-container,
.ag-pinned-left-cols-container,
.ag-floating-bottom-container,
.ag-body-horizontal-scroll-container,
.ag-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-virtual-list-container,
.ag-sticky-top-container {
  position: relative;
}

.ag-header-container,
.ag-floating-top-container,
.ag-floating-bottom-container,
.ag-sticky-top-container {
  height: 100%;
  white-space: nowrap;
}

.ag-center-cols-container {
  display: block;
}

.ag-pinned-right-cols-container {
  display: block;
}

.ag-body-horizontal-scroll-container {
  height: 100%;
}

.ag-full-width-container,
.ag-floating-top-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-sticky-top-full-width-container {
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
}

.ag-full-width-container {
  width: 100%;
}

.ag-floating-bottom-full-width-container, .ag-floating-top-full-width-container {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.ag-virtual-list-container {
  overflow: hidden;
}

.ag-center-cols-clipper {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
}

.ag-body-horizontal-scroll {
  min-height: 0;
  min-width: 0;
  width: 100%;
  display: flex;
  position: relative;
}

.ag-body-horizontal-scroll.ag-scrollbar-invisible {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar {
  display: none;
}

.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling, .ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active {
  display: inherit;
}

.ag-force-vertical-scroll {
  overflow-y: scroll !important;
}

.ag-horizontal-left-spacer, .ag-horizontal-right-spacer {
  height: 100%;
  min-width: 0;
  overflow-x: scroll;
}

.ag-horizontal-left-spacer.ag-scroller-corner, .ag-horizontal-right-spacer.ag-scroller-corner {
  overflow-x: hidden;
}

.ag-header, .ag-pinned-left-header, .ag-pinned-right-header {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.ag-header-cell-sortable {
  cursor: pointer;
}

.ag-header {
  display: flex;
  width: 100%;
  white-space: nowrap;
}

.ag-pinned-left-header {
  height: 100%;
}

.ag-pinned-right-header {
  height: 100%;
}

.ag-header-row {
  position: absolute;
  overflow: hidden;
}

.ag-header-cell {
  display: inline-flex;
  align-items: center;
  position: absolute;
  height: 100%;
  overflow: hidden;
}

.ag-header-cell.ag-header-active .ag-header-cell-menu-button {
  opacity: 1;
}

.ag-header-cell-menu-button:not(.ag-header-menu-always-show) {
  transition: opacity 0.2s;
  opacity: 0;
}

.ag-header-group-cell-label, .ag-header-cell-label {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  align-items: center;
  text-overflow: ellipsis;
  align-self: stretch;
}

.ag-header-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ag-header-cell:not(.ag-header-cell-auto-height) .ag-header-cell-comp-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

.ag-header-cell-comp-wrapper {
  width: 100%;
  overflow: hidden;
}

.ag-header-cell-wrap-text .ag-header-cell-comp-wrapper {
  white-space: normal;
}

.ag-right-aligned-header .ag-header-cell-label {
  flex-direction: row-reverse;
}

.ag-header-group-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-header-cell-resize {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 8px;
  top: 0;
  cursor: ew-resize;
}

.ag-ltr .ag-header-cell-resize {
  right: -4px;
}

.ag-rtl .ag-header-cell-resize {
  left: -4px;
}

.ag-pinned-left-header .ag-header-cell-resize {
  right: -4px;
}

.ag-pinned-right-header .ag-header-cell-resize {
  left: -4px;
}

.ag-header-select-all {
  display: flex;
}

.ag-column-moving .ag-cell {
  transition: left 0.2s;
}

.ag-column-moving .ag-header-cell {
  transition: left 0.2s;
}

.ag-column-moving .ag-header-group-cell {
  transition: left 0.2s, width 0.2s;
}

.ag-column-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 1 auto;
}

.ag-column-select {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 3 1 0px;
}

.ag-column-select-header {
  position: relative;
  display: flex;
  flex: none;
}

.ag-column-select-header-icon {
  position: relative;
}

.ag-column-select-header-filter-wrapper {
  flex: 1 1 auto;
}

.ag-column-select-header-filter {
  width: 100%;
}

.ag-column-select-list {
  flex: 1 1 0px;
  overflow: hidden;
}

.ag-column-drop {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: auto;
  width: 100%;
}

.ag-column-drop-list {
  display: flex;
  align-items: center;
}

.ag-column-drop-cell {
  position: relative;
  display: flex;
  align-items: center;
}

.ag-column-drop-cell-text {
  overflow: hidden;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-column-drop-vertical {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  flex: 1 1 0px;
}

.ag-column-drop-vertical-title-bar {
  display: flex;
  align-items: center;
  flex: none;
}

.ag-column-drop-vertical-list {
  position: relative;
  align-items: stretch;
  flex-grow: 1;
  flex-direction: column;
  overflow-x: auto;
}

.ag-column-drop-vertical-list > * {
  flex: none;
}

.ag-column-drop-empty .ag-column-drop-vertical-list {
  overflow: hidden;
}

.ag-column-drop-vertical-empty-message {
  display: block;
}

.ag-column-drop.ag-column-drop-horizontal {
  white-space: nowrap;
  overflow: hidden;
}

.ag-column-drop-cell-button {
  cursor: pointer;
}

.ag-filter-toolpanel {
  flex: 1 1 0px;
  min-width: 0;
}

.ag-filter-toolpanel-header {
  position: relative;
}

.ag-filter-toolpanel-header, .ag-filter-toolpanel-search {
  display: flex;
  align-items: center;
}

.ag-filter-toolpanel-header > *, .ag-filter-toolpanel-search > * {
  display: flex;
  align-items: center;
}

.ag-filter-apply-panel {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

.ag-row-animation .ag-row {
  transition: transform 0.4s, top 0.4s, background-color 0.1s, opacity 0.2s;
}

.ag-row-animation .ag-row.ag-after-created {
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s;
}

.ag-row-no-animation .ag-row {
  transition: background-color 0.1s;
}

.ag-row {
  white-space: nowrap;
  width: 100%;
}

.ag-row-loading {
  display: flex;
  align-items: center;
}

.ag-row-position-absolute {
  position: absolute;
}

.ag-row-position-relative {
  position: relative;
}

.ag-full-width-row {
  overflow: hidden;
  pointer-events: all;
}

.ag-row-inline-editing {
  z-index: 1;
}

.ag-row-dragging {
  z-index: 2;
}

.ag-stub-cell {
  display: flex;
  align-items: center;
}

.ag-cell {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  height: 100%;
}

.ag-cell-value {
  flex: 1 1 auto;
}

.ag-cell-value, .ag-group-value {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ag-cell-wrap-text {
  white-space: normal;
  word-break: break-all;
}

.ag-cell-wrapper {
  display: flex;
  align-items: center;
}

.ag-cell-wrapper.ag-row-group {
  align-items: flex-start;
}

.ag-sparkline-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.ag-full-width-row .ag-cell-wrapper.ag-row-group {
  height: 100%;
  align-items: center;
}

.ag-cell-inline-editing {
  z-index: 1;
}

.ag-cell-inline-editing .ag-cell-wrapper,
.ag-cell-inline-editing .ag-cell-edit-wrapper,
.ag-cell-inline-editing .ag-cell-editor,
.ag-cell-inline-editing .ag-cell-editor .ag-wrapper,
.ag-cell-inline-editing .ag-cell-editor input {
  height: 100%;
  width: 100%;
  line-height: normal;
}

.ag-cell .ag-icon {
  display: inline-block;
  vertical-align: middle;
}

.ag-set-filter-item {
  display: flex;
  align-items: center;
  height: 100%;
}

.ag-set-filter-item-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-set-filter-item-checkbox {
  display: flex;
}

.ag-filter-body-wrapper {
  display: flex;
  flex-direction: column;
}

.ag-filter-filter {
  flex: 1 1 0px;
}

.ag-filter-condition {
  display: flex;
  justify-content: center;
}

.ag-floating-filter-body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  height: 100%;
}

.ag-floating-filter-full-body {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  align-items: center;
  overflow: hidden;
}

.ag-floating-filter-full-body > div {
  flex: 1 1 auto;
}

.ag-floating-filter-input {
  align-items: center;
  display: flex;
  width: 100%;
}

.ag-floating-filter-input > * {
  flex: 1 1 auto;
}

.ag-floating-filter-button {
  display: flex;
  flex: none;
}

.ag-dnd-ghost {
  position: absolute;
  display: inline-flex;
  align-items: center;
  cursor: move;
  white-space: nowrap;
  z-index: 9999;
}

.ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.ag-overlay-panel {
  display: flex;
  height: 100%;
  width: 100%;
}

.ag-overlay-wrapper {
  display: flex;
  flex: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ag-overlay-loading-wrapper {
  pointer-events: all;
}

.ag-popup-child {
  z-index: 5;
  top: 0;
}

.ag-popup-editor {
  position: absolute;
  -webkit-user-select: none;
          user-select: none;
  z-index: 1;
}

.ag-large-text-input {
  display: block;
}

.ag-virtual-list-item {
  position: absolute;
  width: 100%;
}

.ag-floating-top {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}

.ag-pinned-left-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}

.ag-pinned-right-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}

.ag-floating-bottom {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}

.ag-pinned-left-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}

.ag-pinned-right-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}

.ag-sticky-top {
  position: absolute;
  display: flex;
  width: 100%;
}

.ag-pinned-left-sticky-top,
.ag-pinned-right-sticky-top {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.ag-sticky-top-full-width-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.ag-dialog, .ag-panel {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.ag-panel-title-bar {
  display: flex;
  flex: none;
  align-items: center;
  cursor: default;
}

.ag-panel-title-bar-title {
  flex: 1 1 auto;
}

.ag-panel-title-bar-buttons {
  display: flex;
}

.ag-panel-title-bar-button {
  cursor: pointer;
}

.ag-panel-content-wrapper {
  display: flex;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}

.ag-dialog {
  position: absolute;
}

.ag-resizer {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  z-index: 1;
}

.ag-resizer.ag-resizer-topLeft {
  top: 0;
  left: 0;
  height: 5px;
  width: 5px;
  cursor: nwse-resize;
}

.ag-resizer.ag-resizer-top {
  top: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: ns-resize;
}

.ag-resizer.ag-resizer-topRight {
  top: 0;
  right: 0;
  height: 5px;
  width: 5px;
  cursor: nesw-resize;
}

.ag-resizer.ag-resizer-right {
  top: 5px;
  right: 0;
  bottom: 5px;
  width: 5px;
  cursor: ew-resize;
}

.ag-resizer.ag-resizer-bottomRight {
  bottom: 0;
  right: 0;
  height: 5px;
  width: 5px;
  cursor: nwse-resize;
}

.ag-resizer.ag-resizer-bottom {
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: ns-resize;
}

.ag-resizer.ag-resizer-bottomLeft {
  bottom: 0;
  left: 0;
  height: 5px;
  width: 5px;
  cursor: nesw-resize;
}

.ag-resizer.ag-resizer-left {
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  cursor: ew-resize;
}

.ag-tooltip {
  position: absolute;
  pointer-events: none;
  z-index: 99999;
}

.ag-tooltip-custom {
  position: absolute;
  pointer-events: none;
  z-index: 99999;
}

.ag-value-slide-out {
  margin-right: 5px;
  opacity: 1;
  transition: opacity 3s, margin-right 3s;
  transition-timing-function: linear;
}

.ag-value-slide-out-end {
  margin-right: 10px;
  opacity: 0;
}

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

.ag-menu {
  max-height: 100%;
  overflow-y: auto;
  position: absolute;
  -webkit-user-select: none;
          user-select: none;
}

.ag-menu-column-select-wrapper {
  height: 265px;
  overflow: auto;
}

.ag-menu-column-select-wrapper .ag-column-select {
  height: 100%;
}

.ag-menu-list {
  display: table;
  width: 100%;
}

.ag-menu-option, .ag-menu-separator {
  display: table-row;
}

.ag-menu-option-part, .ag-menu-separator-part {
  display: table-cell;
  vertical-align: middle;
}

.ag-menu-option-text {
  white-space: nowrap;
}

.ag-compact-menu-option {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.ag-compact-menu-option-text {
  white-space: nowrap;
  flex: 1 1 auto;
}

.ag-rich-select {
  cursor: default;
  outline: none;
}

.ag-rich-select-value {
  display: flex;
  align-items: center;
}

.ag-rich-select-value-icon {
  flex: 1 1 auto;
  order: 1;
}

.ag-ltr .ag-rich-select-value-icon {
  text-align: right;
}

.ag-rtl .ag-rich-select-value-icon {
  text-align: left;
}

.ag-rich-select-list {
  position: relative;
}

.ag-rich-select-virtual-list-item {
  display: flex;
}

.ag-rich-select-row {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  white-space: nowrap;
}

.ag-paging-panel {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.ag-paging-page-summary-panel {
  display: flex;
  align-items: center;
}

.ag-paging-button {
  position: relative;
}

.ag-disabled .ag-paging-page-summary-panel {
  pointer-events: none;
}

.ag-tool-panel-wrapper {
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
}

.ag-column-select-column,
.ag-column-select-column-group,
.ag-select-agg-func-item {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
}

.ag-column-select-column > *,
.ag-column-select-column-group > *,
.ag-select-agg-func-item > * {
  flex: none;
}

.ag-column-select-checkbox {
  display: flex;
}

.ag-tool-panel-horizontal-resize {
  cursor: ew-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}

.ag-ltr .ag-side-bar-left .ag-tool-panel-horizontal-resize {
  right: -3px;
}

.ag-rtl .ag-side-bar-left .ag-tool-panel-horizontal-resize {
  left: -3px;
}

.ag-ltr .ag-side-bar-right .ag-tool-panel-horizontal-resize {
  left: -3px;
}

.ag-rtl .ag-side-bar-right .ag-tool-panel-horizontal-resize {
  right: -3px;
}

.ag-details-row {
  width: 100%;
}

.ag-details-row-fixed-height {
  height: 100%;
}

.ag-details-grid {
  width: 100%;
}

.ag-details-grid-fixed-height {
  height: 100%;
}

.ag-header-group-cell {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
}

.ag-cell-label-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 5px 0px;
}

.ag-right-aligned-header .ag-cell-label-container {
  flex-direction: row;
}

.ag-side-bar {
  display: flex;
  flex-direction: row-reverse;
}

.ag-side-bar-left {
  order: -1;
  flex-direction: row;
}

.ag-side-button-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}

.ag-side-button-label {
  writing-mode: vertical-lr;
}

.ag-status-bar {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.ag-status-panel {
  display: inline-flex;
}

.ag-status-name-value {
  white-space: nowrap;
}

.ag-status-bar-left {
  display: inline-flex;
}

.ag-status-bar-center {
  display: inline-flex;
}

.ag-status-bar-right {
  display: inline-flex;
}

.ag-icon {
  display: block;
  speak: none;
}

.ag-group {
  position: relative;
  width: 100%;
}

.ag-group-title-bar {
  display: flex;
  align-items: center;
}

.ag-group-title {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ag-group-title-bar .ag-group-title {
  cursor: default;
}

.ag-group-toolbar {
  display: flex;
  align-items: center;
}

.ag-group-container {
  display: flex;
}

.ag-disabled .ag-group-container {
  pointer-events: none;
}

.ag-group-container-horizontal {
  flex-direction: row;
  flex-wrap: wrap;
}

.ag-group-container-vertical {
  flex-direction: column;
}

.ag-column-group-icons {
  display: block;
}

.ag-column-group-icons > * {
  cursor: pointer;
}

.ag-group-item-alignment-stretch .ag-group-item {
  align-items: stretch;
}

.ag-group-item-alignment-start .ag-group-item {
  align-items: flex-start;
}

.ag-group-item-alignment-end .ag-group-item {
  align-items: flex-end;
}

.ag-toggle-button-icon {
  transition: right 0.3s;
  position: absolute;
  top: -1px;
}

.ag-input-field, .ag-select {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ag-input-field-input {
  flex: 1 1 auto;
}

.ag-floating-filter-input .ag-input-field-input[type=date] {
  width: 1px;
}

.ag-range-field {
  display: flex;
  align-items: center;
}

.ag-angle-select {
  display: flex;
  align-items: center;
}

.ag-angle-select-wrapper {
  display: flex;
}

.ag-angle-select-parent-circle {
  display: block;
  position: relative;
}

.ag-angle-select-child-circle {
  position: absolute;
}

.ag-slider-wrapper {
  display: flex;
}

.ag-slider-wrapper .ag-input-field {
  flex: 1 1 auto;
}

.ag-picker-field-display {
  flex: 1 1 auto;
}

.ag-picker-field {
  display: flex;
  align-items: center;
}

.ag-picker-field-icon {
  display: flex;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.ag-picker-field-wrapper {
  overflow: hidden;
}

.ag-label-align-right .ag-label {
  order: 1;
}

.ag-label-align-right > * {
  flex: none;
}

.ag-label-align-top {
  flex-direction: column;
  align-items: flex-start;
}

.ag-label-align-top > * {
  align-self: stretch;
}

.ag-color-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.ag-spectrum-color {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  cursor: default;
}

.ag-spectrum-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ag-spectrum-val {
  cursor: pointer;
}

.ag-spectrum-dragger {
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}

.ag-spectrum-hue {
  cursor: default;
  background: linear-gradient(to left, #ff0000 3%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

.ag-spectrum-alpha {
  cursor: default;
}

.ag-spectrum-hue-background {
  width: 100%;
  height: 100%;
}

.ag-spectrum-alpha-background {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), black);
  width: 100%;
  height: 100%;
}

.ag-spectrum-tool {
  cursor: pointer;
}

.ag-spectrum-slider {
  position: absolute;
  pointer-events: none;
}

.ag-recent-colors {
  display: flex;
}

.ag-recent-color {
  cursor: pointer;
}

.ag-ltr .ag-column-select-indent-1 {
  padding-left: 20px;
}

.ag-rtl .ag-column-select-indent-1 {
  padding-right: 20px;
}

.ag-ltr .ag-row-group-indent-1 {
  padding-left: 20px;
}

.ag-rtl .ag-row-group-indent-1 {
  padding-right: 20px;
}

.ag-ltr .ag-column-select-indent-2 {
  padding-left: 40px;
}

.ag-rtl .ag-column-select-indent-2 {
  padding-right: 40px;
}

.ag-ltr .ag-row-group-indent-2 {
  padding-left: 40px;
}

.ag-rtl .ag-row-group-indent-2 {
  padding-right: 40px;
}

.ag-ltr .ag-column-select-indent-3 {
  padding-left: 60px;
}

.ag-rtl .ag-column-select-indent-3 {
  padding-right: 60px;
}

.ag-ltr .ag-row-group-indent-3 {
  padding-left: 60px;
}

.ag-rtl .ag-row-group-indent-3 {
  padding-right: 60px;
}

.ag-ltr .ag-column-select-indent-4 {
  padding-left: 80px;
}

.ag-rtl .ag-column-select-indent-4 {
  padding-right: 80px;
}

.ag-ltr .ag-row-group-indent-4 {
  padding-left: 80px;
}

.ag-rtl .ag-row-group-indent-4 {
  padding-right: 80px;
}

.ag-ltr .ag-column-select-indent-5 {
  padding-left: 100px;
}

.ag-rtl .ag-column-select-indent-5 {
  padding-right: 100px;
}

.ag-ltr .ag-row-group-indent-5 {
  padding-left: 100px;
}

.ag-rtl .ag-row-group-indent-5 {
  padding-right: 100px;
}

.ag-ltr .ag-column-select-indent-6 {
  padding-left: 120px;
}

.ag-rtl .ag-column-select-indent-6 {
  padding-right: 120px;
}

.ag-ltr .ag-row-group-indent-6 {
  padding-left: 120px;
}

.ag-rtl .ag-row-group-indent-6 {
  padding-right: 120px;
}

.ag-ltr .ag-column-select-indent-7 {
  padding-left: 140px;
}

.ag-rtl .ag-column-select-indent-7 {
  padding-right: 140px;
}

.ag-ltr .ag-row-group-indent-7 {
  padding-left: 140px;
}

.ag-rtl .ag-row-group-indent-7 {
  padding-right: 140px;
}

.ag-ltr .ag-column-select-indent-8 {
  padding-left: 160px;
}

.ag-rtl .ag-column-select-indent-8 {
  padding-right: 160px;
}

.ag-ltr .ag-row-group-indent-8 {
  padding-left: 160px;
}

.ag-rtl .ag-row-group-indent-8 {
  padding-right: 160px;
}

.ag-ltr .ag-column-select-indent-9 {
  padding-left: 180px;
}

.ag-rtl .ag-column-select-indent-9 {
  padding-right: 180px;
}

.ag-ltr .ag-row-group-indent-9 {
  padding-left: 180px;
}

.ag-rtl .ag-row-group-indent-9 {
  padding-right: 180px;
}

.ag-ltr {
  direction: ltr;
}

.ag-ltr .ag-body, .ag-ltr .ag-floating-top, .ag-ltr .ag-floating-bottom, .ag-ltr .ag-header, .ag-ltr .ag-body-viewport, .ag-ltr .ag-body-horizontal-scroll {
  flex-direction: row;
}

.ag-rtl {
  direction: rtl;
}

.ag-rtl .ag-body, .ag-rtl .ag-floating-top, .ag-rtl .ag-floating-bottom, .ag-rtl .ag-header, .ag-rtl .ag-body-viewport, .ag-rtl .ag-body-horizontal-scroll {
  flex-direction: row-reverse;
}

.ag-rtl .ag-icon-contracted,
.ag-rtl .ag-icon-expanded,
.ag-rtl .ag-icon-tree-closed {
  display: block;
  transform: rotate(180deg);
}

.ag-body .ag-body-viewport {
  -webkit-overflow-scrolling: touch;
}

.ag-layout-print.ag-body-viewport {
  flex: none;
}

.ag-layout-print.ag-root-wrapper {
  display: inline-flex;
}

.ag-layout-print .ag-center-cols-clipper {
  min-width: 100%;
}

.ag-layout-print .ag-body-horizontal-scroll {
  display: none;
}

.ag-layout-print.ag-force-vertical-scroll {
  overflow-y: visible !important;
}

@media print {
  .ag-root-wrapper.ag-layout-print {
    display: table;
  }

  .ag-root-wrapper.ag-layout-print .ag-root-wrapper-body,
.ag-root-wrapper.ag-layout-print .ag-root,
.ag-root-wrapper.ag-layout-print .ag-body-viewport,
.ag-root-wrapper.ag-layout-print .ag-center-cols-container,
.ag-root-wrapper.ag-layout-print .ag-center-cols-viewport,
.ag-root-wrapper.ag-layout-print .ag-center-cols-clipper,
.ag-root-wrapper.ag-layout-print .ag-body-horizontal-scroll-viewport,
.ag-root-wrapper.ag-layout-print .ag-virtual-list-viewport {
    height: auto !important;
    overflow: hidden !important;
    display: block !important;
  }

  .ag-root-wrapper.ag-layout-print .ag-row, .ag-root-wrapper.ag-layout-print .ag-cell {
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

[class^=ag-], [class^=ag-]:focus, [class^=ag-]:after, [class^=ag-]:before {
  box-sizing: border-box;
  outline: none;
}

[class^=ag-]::-ms-clear {
  display: none;
}

.ag-checkbox .ag-input-wrapper,
.ag-radio-button .ag-input-wrapper {
  overflow: visible;
}

.ag-range-field .ag-input-wrapper {
  height: 100%;
}

.ag-toggle-button {
  flex: none;
  width: unset;
  min-width: unset;
}

.ag-ltr .ag-label-align-right .ag-label {
  margin-left: var(--ag-grid-size);
}

.ag-rtl .ag-label-align-right .ag-label {
  margin-right: var(--ag-grid-size);
}

input[class^=ag-] {
  margin: 0;
  background-color: var(--ag-background-color);
}

textarea[class^=ag-],
select[class^=ag-] {
  background-color: var(--ag-background-color);
}

input[class^=ag-]:not([type]),
input[class^=ag-][type=text],
input[class^=ag-][type=number],
input[class^=ag-][type=tel],
input[class^=ag-][type=date],
input[class^=ag-][type=datetime-local],
textarea[class^=ag-] {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border: var(--ag-borders-input) var(--ag-input-border-color);
}

input[class^=ag-]:not([type]):disabled,
input[class^=ag-][type=text]:disabled,
input[class^=ag-][type=number]:disabled,
input[class^=ag-][type=tel]:disabled,
input[class^=ag-][type=date]:disabled,
input[class^=ag-][type=datetime-local]:disabled,
textarea[class^=ag-]:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}

input[class^=ag-]:not([type]):focus,
input[class^=ag-][type=text]:focus,
input[class^=ag-][type=number]:focus,
input[class^=ag-][type=tel]:focus,
input[class^=ag-][type=date]:focus,
input[class^=ag-][type=datetime-local]:focus,
textarea[class^=ag-]:focus {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-input-focus-border-color);
}

input[class^=ag-]:not([type]):invalid,
input[class^=ag-][type=text]:invalid,
input[class^=ag-][type=number]:invalid,
input[class^=ag-][type=tel]:invalid,
input[class^=ag-][type=date]:invalid,
input[class^=ag-][type=datetime-local]:invalid,
textarea[class^=ag-]:invalid {
  border: var(--ag-borders-input-invalid) var(--ag-input-border-color-invalid);
}

input[class^=ag-][type=number] {
  -moz-appearance: textfield;
}

input[class^=ag-][type=number]::-webkit-outer-spin-button, input[class^=ag-][type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[class^=ag-][type=range] {
  padding: 0;
}

input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
  box-shadow: var(--ag-input-focus-box-shadow);
}

.ag-drag-handle {
  color: var(--ag-secondary-foreground-color);
}

.ag-list-item, .ag-virtual-list-item {
  height: var(--ag-list-item-height);
}

.ag-keyboard-focus .ag-virtual-list-item:focus {
  outline: none;
}

.ag-keyboard-focus .ag-virtual-list-item:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-select-list {
  background-color: var(--ag-background-color);
  overflow-y: auto;
  overflow-x: hidden;
}

.ag-list-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ag-list-item.ag-active-item {
  background-color: var(--ag-row-hover-color);
}

.ag-select-list-item {
  padding-left: 4px;
  padding-right: 4px;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
}

.ag-select-list-item span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ag-select .ag-picker-field-wrapper {
  background-color: var(--ag-background-color);
  min-height: var(--ag-list-item-height);
  cursor: default;
}

.ag-select.ag-disabled .ag-picker-field-wrapper:focus {
  box-shadow: none;
}

.ag-select:not(.ag-cell-editor) {
  height: var(--ag-list-item-height);
}

.ag-select .ag-picker-field-display {
  margin: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ag-select .ag-picker-field-icon {
  display: flex;
  align-items: center;
}

.ag-select.ag-disabled {
  opacity: 0.5;
}

.ag-rich-select {
  background-color: var(--ag-control-panel-background-color);
}

.ag-rich-select-list {
  width: 100%;
  min-width: 200px;
  height: calc(var(--ag-row-height) * 6.5);
}

.ag-rich-select-value {
  padding: 0 var(--ag-grid-size) 0 var(--ag-cell-horizontal-padding);
  height: var(--ag-row-height);
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-rich-select-virtual-list-item {
  cursor: default;
  height: var(--ag-list-item-height);
}

.ag-keyboard-focus .ag-rich-select-virtual-list-item:focus::after {
  content: none;
}

.ag-rich-select-virtual-list-item:hover {
  background-color: var(--ag-row-hover-color);
}

.ag-rich-select-row {
  padding-left: var(--ag-cell-horizontal-padding);
}

.ag-rich-select-row-selected {
  background-color: var(--ag-selected-row-background-color);
}

.ag-row-drag,
.ag-selection-checkbox,
.ag-group-expanded,
.ag-group-contracted {
  color: var(--ag-secondary-foreground-color);
}

.ag-ltr .ag-row-drag,
.ag-ltr .ag-selection-checkbox,
.ag-ltr .ag-group-expanded,
.ag-ltr .ag-group-contracted {
  margin-right: var(--ag-cell-widget-spacing);
}

.ag-rtl .ag-row-drag,
.ag-rtl .ag-selection-checkbox,
.ag-rtl .ag-group-expanded,
.ag-rtl .ag-group-contracted {
  margin-left: var(--ag-cell-widget-spacing);
}

.ag-cell-wrapper > *:not(.ag-cell-value):not(.ag-group-value) {
  --ag-internal-calculated-line-height: var(--ag-line-height, calc(var(--ag-row-height) - 2px));
  --ag-internal-padded-row-height: calc(var(--ag-row-height) - 2px);
  height: min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
  display: flex;
  align-items: center;
  flex: none;
}

.ag-group-expanded,
.ag-group-contracted {
  cursor: pointer;
}

.ag-group-title-bar-icon {
  cursor: pointer;
  flex: none;
  color: var(--ag-secondary-foreground-color);
}

.ag-ltr .ag-group-child-count {
  margin-left: 2px;
}

.ag-rtl .ag-group-child-count {
  margin-right: 2px;
}

.ag-group-title-bar {
  background-color: var(--ag-subheader-background-color);
  padding: var(--ag-grid-size);
}

.ag-group-toolbar {
  padding: var(--ag-grid-size);
  background-color: var(--ag-subheader-toolbar-background-color);
}

.ag-disabled-group-title-bar, .ag-disabled-group-container {
  opacity: 0.5;
}

.group-item {
  margin: calc(var(--ag-grid-size) * 0.5) 0;
}

.ag-label {
  white-space: nowrap;
}

.ag-ltr .ag-label {
  margin-right: var(--ag-grid-size);
}

.ag-rtl .ag-label {
  margin-left: var(--ag-grid-size);
}

.ag-label-align-top .ag-label {
  margin-bottom: calc(var(--ag-grid-size) * 0.5);
}

.ag-angle-select[disabled] {
  color: var(--ag-disabled-foreground-color);
  pointer-events: none;
}

.ag-angle-select[disabled] .ag-angle-select-field {
  opacity: 0.4;
}

.ag-ltr .ag-slider-field,
.ag-ltr .ag-angle-select-field {
  margin-right: calc(var(--ag-grid-size) * 2);
}

.ag-rtl .ag-slider-field,
.ag-rtl .ag-angle-select-field {
  margin-left: calc(var(--ag-grid-size) * 2);
}

.ag-angle-select-parent-circle {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: solid 1px;
  border-color: var(--ag-border-color);
  background-color: var(--ag-background-color);
}

.ag-angle-select-child-circle {
  top: 4px;
  left: 12px;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -4px;
  border-radius: 3px;
  background-color: var(--ag-secondary-foreground-color);
}

.ag-picker-field-wrapper {
  border: 1px solid;
  border-color: var(--ag-border-color);
  border-radius: 5px;
}

.ag-picker-field-wrapper:focus {
  box-shadow: var(--ag-input-focus-box-shadow);
}

.ag-picker-field-button {
  background-color: var(--ag-background-color);
  color: var(--ag-secondary-foreground-color);
}

.ag-dialog.ag-color-dialog {
  border-radius: 5px;
}

.ag-color-picker .ag-picker-field-display {
  height: var(--ag-icon-size);
}

.ag-color-panel {
  padding: var(--ag-grid-size);
}

.ag-spectrum-color {
  background-color: red;
  border-radius: 2px;
}

.ag-spectrum-tools {
  padding: 10px;
}

.ag-spectrum-sat {
  background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0));
}

.ag-spectrum-val {
  background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0));
}

.ag-spectrum-dragger {
  border-radius: 12px;
  height: 12px;
  width: 12px;
  border: 1px solid white;
  background: black;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.24);
}

.ag-spectrum-hue-background {
  border-radius: 2px;
}

.ag-spectrum-alpha-background {
  border-radius: 2px;
}

.ag-spectrum-tool {
  margin-bottom: 10px;
  height: 11px;
  border-radius: 2px;
}

.ag-spectrum-slider {
  margin-top: -12px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background-color: #f8f8f8;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}

.ag-recent-color {
  margin: 0 3px;
}

.ag-recent-color:first-child {
  margin-left: 0;
}

.ag-recent-color:last-child {
  margin-right: 0;
}

.ag-dnd-ghost {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  overflow: hidden;
  text-overflow: ellipsis;
  border: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-header-height) !important;
  line-height: var(--ag-header-height);
  margin: 0;
  padding: 0 calc(var(--ag-grid-size) * 2);
  transform: translateY(calc(var(--ag-grid-size) * 2));
}

.ag-dnd-ghost-icon {
  margin-right: var(--ag-grid-size);
  color: var(--ag-foreground-color);
}

.ag-popup-child:not(.ag-tooltip-custom) {
  box-shadow: var(--ag-popup-shadow);
}

.ag-dragging-range-handle .ag-dialog,
.ag-dragging-fill-handle .ag-dialog {
  opacity: 0.7;
  pointer-events: none;
}

.ag-dialog {
  border-radius: var(--ag-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
}

.ag-panel {
  background-color: var(--ag-background-color);
}

.ag-panel-title-bar {
  background-color: var(--ag-header-background-color);
  color: var(--ag-header-foreground-color);
  height: var(--ag-header-height);
  padding: var(--ag-grid-size) var(--ag-cell-horizontal-padding);
  border-bottom: var(--ag-borders) var(--ag-border-color);
}

.ag-ltr .ag-panel-title-bar-button {
  margin-left: var(--ag-grid-size);
}

.ag-rtl .ag-panel-title-bar-button {
  margin-right: var(--ag-grid-size);
}

.ag-tooltip {
  background-color: var(--ag-header-background-color);
  color: var(--ag-foreground-color);
  padding: var(--ag-grid-size);
  border: var(--ag-borders) var(--ag-border-color);
  border-radius: var(--ag-card-radius);
  transition: opacity 1s;
  white-space: normal;
}

.ag-tooltip.ag-tooltip-hiding {
  opacity: 0;
}

.ag-tooltip-custom {
  transition: opacity 1s;
}

.ag-tooltip-custom.ag-tooltip-hiding {
  opacity: 0;
}

.ag-ltr .ag-column-select-indent-1 {
  padding-left: calc(1 * var(--ag-column-select-indent-size));
}

.ag-rtl .ag-column-select-indent-1 {
  padding-right: calc(1 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-2 {
  padding-left: calc(2 * var(--ag-column-select-indent-size));
}

.ag-rtl .ag-column-select-indent-2 {
  padding-right: calc(2 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-3 {
  padding-left: calc(3 * var(--ag-column-select-indent-size));
}

.ag-rtl .ag-column-select-indent-3 {
  padding-right: calc(3 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-4 {
  padding-left: calc(4 * var(--ag-column-select-indent-size));
}

.ag-rtl .ag-column-select-indent-4 {
  padding-right: calc(4 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-5 {
  padding-left: calc(5 * var(--ag-column-select-indent-size));
}

.ag-rtl .ag-column-select-indent-5 {
  padding-right: calc(5 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-6 {
  padding-left: calc(6 * var(--ag-column-select-indent-size));
}

.ag-rtl .ag-column-select-indent-6 {
  padding-right: calc(6 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-7 {
  padding-left: calc(7 * var(--ag-column-select-indent-size));
}

.ag-rtl .ag-column-select-indent-7 {
  padding-right: calc(7 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-8 {
  padding-left: calc(8 * var(--ag-column-select-indent-size));
}

.ag-rtl .ag-column-select-indent-8 {
  padding-right: calc(8 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-9 {
  padding-left: calc(9 * var(--ag-column-select-indent-size));
}

.ag-rtl .ag-column-select-indent-9 {
  padding-right: calc(9 * var(--ag-column-select-indent-size));
}

.ag-column-select-header-icon {
  cursor: pointer;
}

.ag-keyboard-focus .ag-column-select-header-icon:focus {
  outline: none;
}

.ag-keyboard-focus .ag-column-select-header-icon:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-ltr .ag-column-group-icons:not(:last-child),
.ag-ltr .ag-column-select-header-icon:not(:last-child),
.ag-ltr .ag-column-select-header-checkbox:not(:last-child),
.ag-ltr .ag-column-select-header-filter-wrapper:not(:last-child),
.ag-ltr .ag-column-select-checkbox:not(:last-child),
.ag-ltr .ag-column-select-column-drag-handle:not(:last-child),
.ag-ltr .ag-column-select-column-group-drag-handle:not(:last-child),
.ag-ltr .ag-column-select-column-label:not(:last-child) {
  margin-right: var(--ag-widget-horizontal-spacing);
}

.ag-rtl .ag-column-group-icons:not(:last-child),
.ag-rtl .ag-column-select-header-icon:not(:last-child),
.ag-rtl .ag-column-select-header-checkbox:not(:last-child),
.ag-rtl .ag-column-select-header-filter-wrapper:not(:last-child),
.ag-rtl .ag-column-select-checkbox:not(:last-child),
.ag-rtl .ag-column-select-column-drag-handle:not(:last-child),
.ag-rtl .ag-column-select-column-group-drag-handle:not(:last-child),
.ag-rtl .ag-column-select-column-label:not(:last-child) {
  margin-left: var(--ag-widget-horizontal-spacing);
}

.ag-keyboard-focus .ag-column-select-virtual-list-item:focus {
  outline: none;
}

.ag-keyboard-focus .ag-column-select-virtual-list-item:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-column-select-column-group:not(:last-child),
.ag-column-select-column:not(:last-child) {
  margin-bottom: var(--ag-widget-vertical-spacing);
}

.ag-column-select-column-readonly,
.ag-column-select-column-group-readonly {
  color: var(--ag-disabled-foreground-color);
  pointer-events: none;
}

.ag-ltr .ag-column-select-add-group-indent {
  margin-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
}

.ag-rtl .ag-column-select-add-group-indent {
  margin-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
}

.ag-column-select-virtual-list-viewport {
  padding: calc(var(--ag-widget-container-vertical-padding) * 0.5) 0px;
}

.ag-column-select-virtual-list-item {
  padding: 0 var(--ag-widget-container-horizontal-padding);
}

.ag-rtl {
  text-align: right;
}

.ag-root-wrapper {
  border: var(--ag-borders) var(--ag-border-color);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 1);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 1);
}

.ag-ltr .ag-row-group-indent-1 {
  padding-left: calc(1 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-1 {
  padding-right: calc(1 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-1 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-1 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 2);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 2);
}

.ag-ltr .ag-row-group-indent-2 {
  padding-left: calc(2 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-2 {
  padding-right: calc(2 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-2 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-2 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 3);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 3);
}

.ag-ltr .ag-row-group-indent-3 {
  padding-left: calc(3 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-3 {
  padding-right: calc(3 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-3 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-3 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 4);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 4);
}

.ag-ltr .ag-row-group-indent-4 {
  padding-left: calc(4 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-4 {
  padding-right: calc(4 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-4 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-4 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 5);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 5);
}

.ag-ltr .ag-row-group-indent-5 {
  padding-left: calc(5 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-5 {
  padding-right: calc(5 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-5 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-5 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 6);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 6);
}

.ag-ltr .ag-row-group-indent-6 {
  padding-left: calc(6 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-6 {
  padding-right: calc(6 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-6 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-6 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 7);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 7);
}

.ag-ltr .ag-row-group-indent-7 {
  padding-left: calc(7 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-7 {
  padding-right: calc(7 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-7 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-7 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 8);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 8);
}

.ag-ltr .ag-row-group-indent-8 {
  padding-left: calc(8 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-8 {
  padding-right: calc(8 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-8 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-8 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 9);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 9);
}

.ag-ltr .ag-row-group-indent-9 {
  padding-left: calc(9 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-9 {
  padding-right: calc(9 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-9 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-9 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 10);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 10);
}

.ag-ltr .ag-row-group-indent-10 {
  padding-left: calc(10 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-10 {
  padding-right: calc(10 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-10 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-10 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 11);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 11);
}

.ag-ltr .ag-row-group-indent-11 {
  padding-left: calc(11 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-11 {
  padding-right: calc(11 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-11 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-11 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 12);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 12);
}

.ag-ltr .ag-row-group-indent-12 {
  padding-left: calc(12 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-12 {
  padding-right: calc(12 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-12 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-12 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 13);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 13);
}

.ag-ltr .ag-row-group-indent-13 {
  padding-left: calc(13 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-13 {
  padding-right: calc(13 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-13 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-13 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 14);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 14);
}

.ag-ltr .ag-row-group-indent-14 {
  padding-left: calc(14 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-14 {
  padding-right: calc(14 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-14 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-14 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 15);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 15);
}

.ag-ltr .ag-row-group-indent-15 {
  padding-left: calc(15 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-15 {
  padding-right: calc(15 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-15 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-15 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 16);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 16);
}

.ag-ltr .ag-row-group-indent-16 {
  padding-left: calc(16 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-16 {
  padding-right: calc(16 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-16 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-16 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 17);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 17);
}

.ag-ltr .ag-row-group-indent-17 {
  padding-left: calc(17 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-17 {
  padding-right: calc(17 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-17 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-17 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 18);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 18);
}

.ag-ltr .ag-row-group-indent-18 {
  padding-left: calc(18 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-18 {
  padding-right: calc(18 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-18 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-18 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 19);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 19);
}

.ag-ltr .ag-row-group-indent-19 {
  padding-left: calc(19 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-19 {
  padding-right: calc(19 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-19 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-19 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-20 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 20);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-20 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 20);
}

.ag-ltr .ag-row-group-indent-20 {
  padding-left: calc(20 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-20 {
  padding-right: calc(20 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-20 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-20 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-21 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 21);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-21 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 21);
}

.ag-ltr .ag-row-group-indent-21 {
  padding-left: calc(21 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-21 {
  padding-right: calc(21 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-21 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-21 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-22 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 22);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-22 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 22);
}

.ag-ltr .ag-row-group-indent-22 {
  padding-left: calc(22 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-22 {
  padding-right: calc(22 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-22 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-22 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-23 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 23);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-23 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 23);
}

.ag-ltr .ag-row-group-indent-23 {
  padding-left: calc(23 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-23 {
  padding-right: calc(23 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-23 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-23 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-24 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 24);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-24 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 24);
}

.ag-ltr .ag-row-group-indent-24 {
  padding-left: calc(24 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-24 {
  padding-right: calc(24 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-24 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-24 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-25 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 25);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-25 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 25);
}

.ag-ltr .ag-row-group-indent-25 {
  padding-left: calc(25 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-25 {
  padding-right: calc(25 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-25 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-25 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-26 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 26);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-26 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 26);
}

.ag-ltr .ag-row-group-indent-26 {
  padding-left: calc(26 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-26 {
  padding-right: calc(26 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-26 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-26 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-27 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 27);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-27 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 27);
}

.ag-ltr .ag-row-group-indent-27 {
  padding-left: calc(27 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-27 {
  padding-right: calc(27 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-27 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-27 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-28 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 28);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-28 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 28);
}

.ag-ltr .ag-row-group-indent-28 {
  padding-left: calc(28 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-28 {
  padding-right: calc(28 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-28 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-28 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-29 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 29);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-29 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 29);
}

.ag-ltr .ag-row-group-indent-29 {
  padding-left: calc(29 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-29 {
  padding-right: calc(29 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-29 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-29 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-30 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 30);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-30 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 30);
}

.ag-ltr .ag-row-group-indent-30 {
  padding-left: calc(30 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-30 {
  padding-right: calc(30 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-30 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-30 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-31 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 31);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-31 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 31);
}

.ag-ltr .ag-row-group-indent-31 {
  padding-left: calc(31 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-31 {
  padding-right: calc(31 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-31 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-31 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-32 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 32);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-32 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 32);
}

.ag-ltr .ag-row-group-indent-32 {
  padding-left: calc(32 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-32 {
  padding-right: calc(32 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-32 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-32 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-33 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 33);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-33 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 33);
}

.ag-ltr .ag-row-group-indent-33 {
  padding-left: calc(33 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-33 {
  padding-right: calc(33 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-33 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-33 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-34 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 34);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-34 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 34);
}

.ag-ltr .ag-row-group-indent-34 {
  padding-left: calc(34 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-34 {
  padding-right: calc(34 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-34 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-34 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-35 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 35);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-35 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 35);
}

.ag-ltr .ag-row-group-indent-35 {
  padding-left: calc(35 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-35 {
  padding-right: calc(35 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-35 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-35 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-36 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 36);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-36 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 36);
}

.ag-ltr .ag-row-group-indent-36 {
  padding-left: calc(36 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-36 {
  padding-right: calc(36 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-36 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-36 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-37 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 37);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-37 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 37);
}

.ag-ltr .ag-row-group-indent-37 {
  padding-left: calc(37 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-37 {
  padding-right: calc(37 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-37 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-37 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-38 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 38);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-38 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 38);
}

.ag-ltr .ag-row-group-indent-38 {
  padding-left: calc(38 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-38 {
  padding-right: calc(38 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-38 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-38 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-39 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 39);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-39 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 39);
}

.ag-ltr .ag-row-group-indent-39 {
  padding-left: calc(39 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-39 {
  padding-right: calc(39 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-39 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-39 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-40 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 40);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-40 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 40);
}

.ag-ltr .ag-row-group-indent-40 {
  padding-left: calc(40 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-40 {
  padding-right: calc(40 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-40 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-40 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-41 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 41);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-41 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 41);
}

.ag-ltr .ag-row-group-indent-41 {
  padding-left: calc(41 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-41 {
  padding-right: calc(41 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-41 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-41 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-42 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 42);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-42 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 42);
}

.ag-ltr .ag-row-group-indent-42 {
  padding-left: calc(42 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-42 {
  padding-right: calc(42 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-42 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-42 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-43 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 43);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-43 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 43);
}

.ag-ltr .ag-row-group-indent-43 {
  padding-left: calc(43 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-43 {
  padding-right: calc(43 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-43 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-43 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-44 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 44);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-44 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 44);
}

.ag-ltr .ag-row-group-indent-44 {
  padding-left: calc(44 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-44 {
  padding-right: calc(44 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-44 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-44 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-45 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 45);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-45 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 45);
}

.ag-ltr .ag-row-group-indent-45 {
  padding-left: calc(45 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-45 {
  padding-right: calc(45 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-45 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-45 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-46 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 46);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-46 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 46);
}

.ag-ltr .ag-row-group-indent-46 {
  padding-left: calc(46 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-46 {
  padding-right: calc(46 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-46 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-46 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-47 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 47);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-47 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 47);
}

.ag-ltr .ag-row-group-indent-47 {
  padding-left: calc(47 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-47 {
  padding-right: calc(47 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-47 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-47 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-48 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 48);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-48 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 48);
}

.ag-ltr .ag-row-group-indent-48 {
  padding-left: calc(48 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-48 {
  padding-right: calc(48 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-48 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-48 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-49 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 49);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-49 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 49);
}

.ag-ltr .ag-row-group-indent-49 {
  padding-left: calc(49 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-49 {
  padding-right: calc(49 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-49 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-49 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-50 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 50);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-50 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 50);
}

.ag-ltr .ag-row-group-indent-50 {
  padding-left: calc(50 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-50 {
  padding-right: calc(50 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-50 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-50 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-51 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 51);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-51 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 51);
}

.ag-ltr .ag-row-group-indent-51 {
  padding-left: calc(51 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-51 {
  padding-right: calc(51 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-51 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-51 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-52 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 52);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-52 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 52);
}

.ag-ltr .ag-row-group-indent-52 {
  padding-left: calc(52 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-52 {
  padding-right: calc(52 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-52 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-52 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-53 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 53);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-53 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 53);
}

.ag-ltr .ag-row-group-indent-53 {
  padding-left: calc(53 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-53 {
  padding-right: calc(53 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-53 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-53 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-54 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 54);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-54 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 54);
}

.ag-ltr .ag-row-group-indent-54 {
  padding-left: calc(54 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-54 {
  padding-right: calc(54 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-54 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-54 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-55 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 55);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-55 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 55);
}

.ag-ltr .ag-row-group-indent-55 {
  padding-left: calc(55 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-55 {
  padding-right: calc(55 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-55 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-55 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-56 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 56);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-56 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 56);
}

.ag-ltr .ag-row-group-indent-56 {
  padding-left: calc(56 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-56 {
  padding-right: calc(56 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-56 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-56 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-57 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 57);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-57 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 57);
}

.ag-ltr .ag-row-group-indent-57 {
  padding-left: calc(57 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-57 {
  padding-right: calc(57 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-57 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-57 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-58 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 58);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-58 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 58);
}

.ag-ltr .ag-row-group-indent-58 {
  padding-left: calc(58 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-58 {
  padding-right: calc(58 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-58 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-58 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-59 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 59);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-59 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 59);
}

.ag-ltr .ag-row-group-indent-59 {
  padding-left: calc(59 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-59 {
  padding-right: calc(59 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-59 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-59 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-60 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 60);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-60 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 60);
}

.ag-ltr .ag-row-group-indent-60 {
  padding-left: calc(60 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-60 {
  padding-right: calc(60 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-60 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-60 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-61 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 61);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-61 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 61);
}

.ag-ltr .ag-row-group-indent-61 {
  padding-left: calc(61 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-61 {
  padding-right: calc(61 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-61 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-61 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-62 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 62);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-62 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 62);
}

.ag-ltr .ag-row-group-indent-62 {
  padding-left: calc(62 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-62 {
  padding-right: calc(62 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-62 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-62 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-63 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 63);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-63 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 63);
}

.ag-ltr .ag-row-group-indent-63 {
  padding-left: calc(63 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-63 {
  padding-right: calc(63 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-63 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-63 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-64 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 64);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-64 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 64);
}

.ag-ltr .ag-row-group-indent-64 {
  padding-left: calc(64 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-64 {
  padding-right: calc(64 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-64 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-64 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-65 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 65);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-65 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 65);
}

.ag-ltr .ag-row-group-indent-65 {
  padding-left: calc(65 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-65 {
  padding-right: calc(65 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-65 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-65 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-66 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 66);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-66 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 66);
}

.ag-ltr .ag-row-group-indent-66 {
  padding-left: calc(66 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-66 {
  padding-right: calc(66 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-66 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-66 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-67 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 67);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-67 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 67);
}

.ag-ltr .ag-row-group-indent-67 {
  padding-left: calc(67 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-67 {
  padding-right: calc(67 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-67 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-67 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-68 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 68);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-68 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 68);
}

.ag-ltr .ag-row-group-indent-68 {
  padding-left: calc(68 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-68 {
  padding-right: calc(68 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-68 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-68 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-69 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 69);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-69 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 69);
}

.ag-ltr .ag-row-group-indent-69 {
  padding-left: calc(69 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-69 {
  padding-right: calc(69 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-69 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-69 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-70 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 70);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-70 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 70);
}

.ag-ltr .ag-row-group-indent-70 {
  padding-left: calc(70 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-70 {
  padding-right: calc(70 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-70 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-70 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-71 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 71);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-71 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 71);
}

.ag-ltr .ag-row-group-indent-71 {
  padding-left: calc(71 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-71 {
  padding-right: calc(71 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-71 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-71 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-72 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 72);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-72 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 72);
}

.ag-ltr .ag-row-group-indent-72 {
  padding-left: calc(72 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-72 {
  padding-right: calc(72 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-72 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-72 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-73 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 73);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-73 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 73);
}

.ag-ltr .ag-row-group-indent-73 {
  padding-left: calc(73 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-73 {
  padding-right: calc(73 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-73 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-73 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-74 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 74);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-74 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 74);
}

.ag-ltr .ag-row-group-indent-74 {
  padding-left: calc(74 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-74 {
  padding-right: calc(74 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-74 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-74 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-75 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 75);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-75 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 75);
}

.ag-ltr .ag-row-group-indent-75 {
  padding-left: calc(75 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-75 {
  padding-right: calc(75 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-75 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-75 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-76 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 76);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-76 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 76);
}

.ag-ltr .ag-row-group-indent-76 {
  padding-left: calc(76 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-76 {
  padding-right: calc(76 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-76 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-76 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-77 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 77);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-77 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 77);
}

.ag-ltr .ag-row-group-indent-77 {
  padding-left: calc(77 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-77 {
  padding-right: calc(77 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-77 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-77 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-78 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 78);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-78 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 78);
}

.ag-ltr .ag-row-group-indent-78 {
  padding-left: calc(78 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-78 {
  padding-right: calc(78 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-78 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-78 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-79 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 79);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-79 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 79);
}

.ag-ltr .ag-row-group-indent-79 {
  padding-left: calc(79 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-79 {
  padding-right: calc(79 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-79 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-79 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-80 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 80);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-80 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 80);
}

.ag-ltr .ag-row-group-indent-80 {
  padding-left: calc(80 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-80 {
  padding-right: calc(80 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-80 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-80 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-81 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 81);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-81 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 81);
}

.ag-ltr .ag-row-group-indent-81 {
  padding-left: calc(81 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-81 {
  padding-right: calc(81 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-81 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-81 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-82 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 82);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-82 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 82);
}

.ag-ltr .ag-row-group-indent-82 {
  padding-left: calc(82 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-82 {
  padding-right: calc(82 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-82 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-82 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-83 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 83);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-83 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 83);
}

.ag-ltr .ag-row-group-indent-83 {
  padding-left: calc(83 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-83 {
  padding-right: calc(83 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-83 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-83 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-84 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 84);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-84 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 84);
}

.ag-ltr .ag-row-group-indent-84 {
  padding-left: calc(84 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-84 {
  padding-right: calc(84 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-84 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-84 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-85 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 85);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-85 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 85);
}

.ag-ltr .ag-row-group-indent-85 {
  padding-left: calc(85 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-85 {
  padding-right: calc(85 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-85 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-85 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-86 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 86);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-86 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 86);
}

.ag-ltr .ag-row-group-indent-86 {
  padding-left: calc(86 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-86 {
  padding-right: calc(86 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-86 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-86 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-87 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 87);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-87 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 87);
}

.ag-ltr .ag-row-group-indent-87 {
  padding-left: calc(87 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-87 {
  padding-right: calc(87 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-87 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-87 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-88 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 88);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-88 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 88);
}

.ag-ltr .ag-row-group-indent-88 {
  padding-left: calc(88 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-88 {
  padding-right: calc(88 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-88 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-88 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-89 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 89);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-89 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 89);
}

.ag-ltr .ag-row-group-indent-89 {
  padding-left: calc(89 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-89 {
  padding-right: calc(89 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-89 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-89 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-90 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 90);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-90 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 90);
}

.ag-ltr .ag-row-group-indent-90 {
  padding-left: calc(90 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-90 {
  padding-right: calc(90 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-90 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-90 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-91 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 91);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-91 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 91);
}

.ag-ltr .ag-row-group-indent-91 {
  padding-left: calc(91 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-91 {
  padding-right: calc(91 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-91 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-91 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-92 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 92);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-92 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 92);
}

.ag-ltr .ag-row-group-indent-92 {
  padding-left: calc(92 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-92 {
  padding-right: calc(92 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-92 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-92 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-93 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 93);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-93 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 93);
}

.ag-ltr .ag-row-group-indent-93 {
  padding-left: calc(93 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-93 {
  padding-right: calc(93 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-93 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-93 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-94 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 94);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-94 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 94);
}

.ag-ltr .ag-row-group-indent-94 {
  padding-left: calc(94 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-94 {
  padding-right: calc(94 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-94 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-94 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-95 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 95);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-95 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 95);
}

.ag-ltr .ag-row-group-indent-95 {
  padding-left: calc(95 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-95 {
  padding-right: calc(95 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-95 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-95 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-96 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 96);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-96 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 96);
}

.ag-ltr .ag-row-group-indent-96 {
  padding-left: calc(96 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-96 {
  padding-right: calc(96 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-96 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-96 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-97 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 97);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-97 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 97);
}

.ag-ltr .ag-row-group-indent-97 {
  padding-left: calc(97 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-97 {
  padding-right: calc(97 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-97 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-97 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-98 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 98);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-98 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 98);
}

.ag-ltr .ag-row-group-indent-98 {
  padding-left: calc(98 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-98 {
  padding-right: calc(98 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-98 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-98 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-99 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 99);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-99 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 99);
}

.ag-ltr .ag-row-group-indent-99 {
  padding-left: calc(99 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-99 {
  padding-right: calc(99 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-99 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-99 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row-group-leaf-indent {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-group-leaf-indent {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-value-change-delta {
  padding-right: 2px;
}

.ag-value-change-delta-up {
  color: var(--ag-value-change-delta-up-color);
}

.ag-value-change-delta-down {
  color: var(--ag-value-change-delta-down-color);
}

.ag-value-change-value {
  background-color: transparent;
  border-radius: 1px;
  padding-left: 1px;
  padding-right: 1px;
  transition: background-color 1s;
}

.ag-value-change-value-highlight {
  background-color: var(--ag-value-change-value-highlight-background-color);
  transition: background-color 0.1s;
}

.ag-cell-data-changed {
  background-color: var(--ag-value-change-value-highlight-background-color) !important;
}

.ag-cell-data-changed-animation {
  background-color: transparent;
}

.ag-cell-highlight {
  background-color: var(--ag-range-selection-highlight-color) !important;
}

.ag-row {
  height: var(--ag-row-height);
  background-color: var(--ag-background-color);
  color: var(--ag-data-color);
  border-bottom: var(--ag-borders-row) var(--ag-row-border-color);
}

.ag-row-highlight-above::after, .ag-row-highlight-below::after {
  content: "";
  position: absolute;
  width: calc(100% - 1px);
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
  left: 1px;
}

.ag-row-highlight-above::after {
  top: -1px;
}

.ag-row-highlight-above.ag-row-first::after {
  top: 0;
}

.ag-row-highlight-below::after {
  bottom: 0px;
}

.ag-row-odd {
  background-color: var(--ag-odd-row-background-color);
}

.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-left-spacer:not(.ag-scroller-corner) {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-right-spacer:not(.ag-scroller-corner) {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-row-selected::before {
  content: "";
  background-color: var(--ag-selected-row-background-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ag-row-hover:not(.ag-full-width-row)::before,
.ag-row-hover.ag-full-width-row.ag-row-group::before {
  content: "";
  background-color: var(--ag-row-hover-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.ag-row-hover.ag-full-width-row.ag-row-group > * {
  position: relative;
}

.ag-row-hover.ag-row-selected::before {
  background-color: var(--ag-row-hover-color);
  background-image: linear-gradient(var(--ag-selected-row-background-color), var(--ag-selected-row-background-color));
}

.ag-column-hover {
  background-color: var(--ag-column-hover-color);
}

.ag-ltr .ag-right-aligned-cell {
  text-align: right;
}

.ag-rtl .ag-right-aligned-cell {
  text-align: left;
}

.ag-ltr .ag-right-aligned-cell .ag-cell-value,
.ag-ltr .ag-right-aligned-cell .ag-group-value {
  margin-left: auto;
}

.ag-rtl .ag-right-aligned-cell .ag-cell-value,
.ag-rtl .ag-right-aligned-cell .ag-group-value {
  margin-right: auto;
}

.ag-cell, .ag-full-width-row .ag-cell-wrapper.ag-row-group {
  --ag-internal-calculated-line-height: var(--ag-line-height, calc(var(--ag-row-height) - 2px));
  --ag-internal-padded-row-height: calc(var(--ag-row-height) - 2px);
  border: 1px solid transparent;
  line-height: min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
  padding-left: calc(var(--ag-cell-horizontal-padding) - 1px);
  padding-right: calc(var(--ag-cell-horizontal-padding) - 1px);
  -webkit-font-smoothing: subpixel-antialiased;
}

.ag-row > .ag-cell-wrapper {
  padding-left: calc(var(--ag-cell-horizontal-padding) - 1px);
  padding-right: calc(var(--ag-cell-horizontal-padding) - 1px);
}

.ag-row-dragging {
  cursor: move;
  opacity: 0.5;
}

.ag-cell-inline-editing {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  padding: 0;
  height: var(--ag-row-height);
  background-color: var(--ag-control-panel-background-color);
}

.ag-popup-editor {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  background-color: var(--ag-control-panel-background-color);
  padding: 0;
}

.ag-large-text-input {
  height: auto;
  padding: var(--ag-cell-horizontal-padding);
}

.ag-details-row {
  padding: calc(var(--ag-grid-size) * 5);
  background-color: var(--ag-background-color);
}

.ag-layout-auto-height .ag-center-cols-clipper, .ag-layout-auto-height .ag-center-cols-container, .ag-layout-print .ag-center-cols-clipper, .ag-layout-print .ag-center-cols-container {
  min-height: 50px;
}

.ag-overlay-loading-wrapper {
  background-color: var(--ag-modal-overlay-background-color);
}

.ag-overlay-loading-center {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
}

.ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 30px;
}

.ag-loading {
  display: flex;
  height: 100%;
  align-items: center;
}

.ag-ltr .ag-loading {
  padding-left: var(--ag-cell-horizontal-padding);
}

.ag-rtl .ag-loading {
  padding-right: var(--ag-cell-horizontal-padding);
}

.ag-ltr .ag-loading-icon {
  padding-right: var(--ag-cell-widget-spacing);
}

.ag-rtl .ag-loading-icon {
  padding-left: var(--ag-cell-widget-spacing);
}

.ag-icon-loading {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.ag-floating-top {
  border-bottom: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-floating-bottom {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-ltr .ag-cell {
  border-right: var(--ag-cell-horizontal-border);
}

.ag-rtl .ag-cell {
  border-left: var(--ag-cell-horizontal-border);
}

.ag-ltr .ag-cell {
  border-right-width: 1px;
}

.ag-rtl .ag-cell {
  border-left-width: 1px;
}

.ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell) {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-cell-range-selected:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing) {
  background-color: var(--ag-range-selection-background-color);
}

.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart,
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart {
  background-color: var(--ag-range-selection-chart-background-color) !important;
}

.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category,
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category {
  background-color: var(--ag-range-selection-chart-category-background-color) !important;
}

.ag-cell-range-selected-1:not(.ag-cell-focus),
.ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing) {
  background-color: var(--ag-range-selection-background-color);
}

.ag-cell-range-selected-2:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2 {
  background-color: var(--ag-range-selection-background-color-2);
}

.ag-cell-range-selected-3:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3 {
  background-color: var(--ag-range-selection-background-color-3);
}

.ag-cell-range-selected-4:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4 {
  background-color: var(--ag-range-selection-background-color-4);
}

.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top {
  border-top-color: var(--ag-range-selection-border-color);
  border-top-style: var(--ag-range-selection-border-style);
}

.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right {
  border-right-color: var(--ag-range-selection-border-color);
  border-right-style: var(--ag-range-selection-border-style);
}

.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom {
  border-bottom-color: var(--ag-range-selection-border-color);
  border-bottom-style: var(--ag-range-selection-border-style);
}

.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left {
  border-left-color: var(--ag-range-selection-border-color);
  border-left-style: var(--ag-range-selection-border-style);
}

.ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
.ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-ltr .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
.ag-ltr .ag-cell-range-single-cell,
.ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle, .ag-rtl .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
.ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-rtl .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
.ag-rtl .ag-cell-range-single-cell,
.ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
  border: 1px solid;
  border-color: var(--ag-range-selection-border-color);
  border-style: var(--ag-range-selection-border-style);
  outline: initial;
}

.ag-cell.ag-selection-fill-top,
.ag-cell.ag-selection-fill-top.ag-cell-range-selected {
  border-top: 1px dashed;
  border-top-color: var(--ag-range-selection-border-color);
}

.ag-ltr .ag-cell.ag-selection-fill-right,
.ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-right: 1px dashed var(--ag-range-selection-border-color) !important;
}

.ag-rtl .ag-cell.ag-selection-fill-right,
.ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-left: 1px dashed var(--ag-range-selection-border-color) !important;
}

.ag-cell.ag-selection-fill-bottom,
.ag-cell.ag-selection-fill-bottom.ag-cell-range-selected {
  border-bottom: 1px dashed;
  border-bottom-color: var(--ag-range-selection-border-color);
}

.ag-ltr .ag-cell.ag-selection-fill-left,
.ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-left: 1px dashed var(--ag-range-selection-border-color) !important;
}

.ag-rtl .ag-cell.ag-selection-fill-left,
.ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-right: 1px dashed var(--ag-range-selection-border-color) !important;
}

.ag-fill-handle, .ag-range-handle {
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: -1px;
  background-color: var(--ag-range-selection-border-color);
}

.ag-ltr .ag-fill-handle, .ag-ltr .ag-range-handle {
  right: -1px;
}

.ag-rtl .ag-fill-handle, .ag-rtl .ag-range-handle {
  left: -1px;
}

.ag-fill-handle {
  cursor: cell;
}

.ag-range-handle {
  cursor: nwse-resize;
}

.ag-cell-inline-editing {
  border-color: var(--ag-input-focus-border-color) !important;
}

.ag-menu {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  padding: 0;
}

.ag-menu-list {
  cursor: default;
  padding: var(--ag-grid-size) 0;
}

.ag-menu-separator {
  height: calc(var(--ag-grid-size) * 2 + 1px);
}

.ag-menu-separator-part::after {
  content: "";
  display: block;
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-menu-option-active, .ag-compact-menu-option-active {
  background-color: var(--ag-row-hover-color);
}

.ag-menu-option-part, .ag-compact-menu-option-part {
  line-height: var(--ag-icon-size);
  padding: calc(var(--ag-grid-size) + 2px) 0;
}

.ag-menu-option-disabled, .ag-compact-menu-option-disabled {
  opacity: 0.5;
}

.ag-menu-option-icon, .ag-compact-menu-option-icon {
  width: var(--ag-icon-size);
}

.ag-ltr .ag-menu-option-icon, .ag-ltr .ag-compact-menu-option-icon {
  padding-left: calc(var(--ag-grid-size) * 2);
}

.ag-rtl .ag-menu-option-icon, .ag-rtl .ag-compact-menu-option-icon {
  padding-right: calc(var(--ag-grid-size) * 2);
}

.ag-menu-option-text, .ag-compact-menu-option-text {
  padding-left: calc(var(--ag-grid-size) * 2);
  padding-right: calc(var(--ag-grid-size) * 2);
}

.ag-ltr .ag-menu-option-shortcut, .ag-ltr .ag-compact-menu-option-shortcut {
  padding-right: var(--ag-grid-size);
}

.ag-rtl .ag-menu-option-shortcut, .ag-rtl .ag-compact-menu-option-shortcut {
  padding-left: var(--ag-grid-size);
}

.ag-menu-option-popup-pointer, .ag-compact-menu-option-popup-pointer {
  padding-right: var(--ag-grid-size);
}

.ag-tabs {
  min-width: var(--ag-tab-min-width);
}

.ag-tabs-header {
  width: 100%;
  display: flex;
}

.ag-tab {
  border-bottom: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-bottom var(--ag-selected-tab-underline-transition-speed);
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ag-keyboard-focus .ag-tab:focus {
  outline: none;
}

.ag-keyboard-focus .ag-tab:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-tab-selected {
  border-bottom-color: var(--ag-selected-tab-underline-color);
}

.ag-menu-header {
  color: var(--ag-secondary-foreground-color);
}

.ag-filter-separator {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-menu:not(.ag-tabs) .ag-filter-select {
  min-width: calc(var(--ag-menu-min-width) - 2 * var(--ag-widget-container-horizontal-padding) - 2px);
}

.ag-tabs .ag-filter-select {
  min-width: calc(var(--ag-tab-min-width) - 2 * var(--ag-widget-container-horizontal-padding) - 2px);
}

.ag-filter-select .ag-picker-field-wrapper {
  width: 0;
}

.ag-filter-condition-operator {
  height: 17px;
}

.ag-ltr .ag-filter-condition-operator-or {
  margin-left: calc(var(--ag-grid-size) * 2);
}

.ag-rtl .ag-filter-condition-operator-or {
  margin-right: calc(var(--ag-grid-size) * 2);
}

.ag-set-filter-select-all {
  padding-top: var(--ag-widget-container-vertical-padding);
}

.ag-set-filter-list, .ag-filter-no-matches {
  height: calc(var(--ag-list-item-height) * 6);
}

.ag-set-filter-filter {
  margin-top: var(--ag-widget-container-vertical-padding);
  margin-left: var(--ag-widget-container-horizontal-padding);
  margin-right: var(--ag-widget-container-horizontal-padding);
}

.ag-filter-to {
  margin-top: var(--ag-widget-vertical-spacing);
}

.ag-mini-filter {
  margin: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}

.ag-set-filter-item {
  margin: 0px var(--ag-widget-container-horizontal-padding);
}

.ag-ltr .ag-set-filter-item-value {
  margin-left: var(--ag-widget-container-horizontal-padding);
}

.ag-rtl .ag-set-filter-item-value {
  margin-right: var(--ag-widget-container-horizontal-padding);
}

.ag-filter-apply-panel {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-filter-apply-panel-button {
  line-height: 1.5;
}

.ag-ltr .ag-filter-apply-panel-button {
  margin-left: calc(var(--ag-grid-size) * 2);
}

.ag-rtl .ag-filter-apply-panel-button {
  margin-right: calc(var(--ag-grid-size) * 2);
}

.ag-simple-filter-body-wrapper {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
}

.ag-simple-filter-body-wrapper > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}

.ag-filter-no-matches {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}

.ag-multi-filter-menu-item {
  margin: var(--ag-grid-size) 0;
}

.ag-multi-filter-group-title-bar {
  padding: calc(var(--ag-grid-size) * 2) var(--ag-grid-size);
  background-color: transparent;
}

.ag-keyboard-focus .ag-multi-filter-group-title-bar:focus {
  outline: none;
}

.ag-keyboard-focus .ag-multi-filter-group-title-bar:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-side-bar {
  position: relative;
}

.ag-tool-panel-wrapper {
  width: var(--ag-side-bar-panel-width);
  background-color: var(--ag-control-panel-background-color);
}

.ag-side-buttons {
  padding-top: calc(var(--ag-grid-size) * 4);
  width: calc(var(--ag-icon-size) + 4px);
  position: relative;
  color: var(--ag-foreground-color);
  overflow: hidden;
}

button.ag-side-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: transparent;
  padding: calc(var(--ag-grid-size) * 2) 0 calc(var(--ag-grid-size) * 2) 0;
  width: 100%;
  margin: 0;
  min-height: calc(var(--ag-grid-size) * 18);
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  border: none;
  border-top: var(--ag-borders-side-button) var(--ag-border-color);
  border-bottom: var(--ag-borders-side-button) var(--ag-border-color);
}

button.ag-side-button-button:focus {
  box-shadow: none;
}

.ag-keyboard-focus .ag-side-button-button:focus {
  outline: none;
}

.ag-keyboard-focus .ag-side-button-button:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-selected button.ag-side-button-button {
  background-color: var(--ag-side-button-selected-background-color);
}

.ag-side-button-icon-wrapper {
  margin-bottom: 3px;
}

.ag-ltr .ag-side-bar-left,
.ag-rtl .ag-side-bar-right {
  border-right: var(--ag-borders) var(--ag-border-color);
}

.ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper {
  border-left: var(--ag-borders) var(--ag-border-color);
}

.ag-ltr .ag-side-bar-left .ag-side-button-button,
.ag-rtl .ag-side-bar-right .ag-side-button-button {
  border-right: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-right var(--ag-selected-tab-underline-transition-speed);
}

.ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-rtl .ag-side-bar-right .ag-selected .ag-side-button-button {
  border-right-color: var(--ag-selected-tab-underline-color);
}

.ag-rtl .ag-side-bar-left,
.ag-ltr .ag-side-bar-right {
  border-left: var(--ag-borders) var(--ag-border-color);
}

.ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper {
  border-right: var(--ag-borders) var(--ag-border-color);
}

.ag-rtl .ag-side-bar-left .ag-side-button-button,
.ag-ltr .ag-side-bar-right .ag-side-button-button {
  border-left: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-left var(--ag-selected-tab-underline-transition-speed);
}

.ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-ltr .ag-side-bar-right .ag-selected .ag-side-button-button {
  border-left-color: var(--ag-selected-tab-underline-color);
}

.ag-filter-toolpanel-header {
  height: calc(var(--ag-grid-size) * 6);
}

.ag-ltr .ag-filter-toolpanel-header,
.ag-ltr .ag-filter-toolpanel-search {
  padding-left: var(--ag-grid-size);
}

.ag-rtl .ag-filter-toolpanel-header,
.ag-rtl .ag-filter-toolpanel-search {
  padding-right: var(--ag-grid-size);
}

.ag-keyboard-focus .ag-filter-toolpanel-header:focus {
  outline: none;
}

.ag-keyboard-focus .ag-filter-toolpanel-header:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  font-family: var(--ag-icon-font-family);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--ag-icon-font-code-filter, "");
  position: absolute;
}

.ag-ltr .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  padding-left: var(--ag-grid-size);
}

.ag-rtl .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  padding-right: var(--ag-grid-size);
}

.ag-filter-toolpanel-group-level-0-header {
  height: calc(var(--ag-grid-size) * 8);
}

.ag-filter-toolpanel-group-item {
  margin-top: calc(var(--ag-grid-size) * 0.5);
  margin-bottom: calc(var(--ag-grid-size) * 0.5);
}

.ag-filter-toolpanel-search {
  height: var(--ag-header-height);
}

.ag-filter-toolpanel-search-input {
  flex-grow: 1;
  height: calc(var(--ag-grid-size) * 4);
}

.ag-ltr .ag-filter-toolpanel-search-input {
  margin-right: var(--ag-grid-size);
}

.ag-rtl .ag-filter-toolpanel-search-input {
  margin-left: var(--ag-grid-size);
}

.ag-filter-toolpanel-group-level-0 {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-ltr .ag-filter-toolpanel-expand,
.ag-ltr .ag-filter-toolpanel-group-title-bar-icon {
  margin-right: var(--ag-grid-size);
}

.ag-rtl .ag-filter-toolpanel-expand,
.ag-rtl .ag-filter-toolpanel-group-title-bar-icon {
  margin-left: var(--ag-grid-size);
}

.ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-1-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 1 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 1 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-2-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 2 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 2 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-3-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 3 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 3 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-4-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 4 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 4 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-5-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 5 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 5 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-6-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 6 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 6 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-7-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 7 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 7 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-8-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 8 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 8 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-9-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 9 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 9 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-10-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 10 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 10 + var(--ag-grid-size));
}

.ag-filter-toolpanel-instance-header.ag-filter-toolpanel-group-level-1-header {
  padding-left: var(--ag-grid-size);
}

.ag-filter-toolpanel-instance-filter {
  border-bottom: var(--ag-borders) var(--ag-border-color);
  border-top: var(--ag-borders) var(--ag-border-color);
  margin-top: var(--ag-grid-size);
}

.ag-ltr .ag-filter-toolpanel-instance-header-icon {
  margin-left: var(--ag-grid-size);
}

.ag-rtl .ag-filter-toolpanel-instance-header-icon {
  margin-right: var(--ag-grid-size);
}

.ag-pivot-mode-panel {
  min-height: var(--ag-header-height);
  height: var(--ag-header-height);
  display: flex;
}

.ag-pivot-mode-select {
  display: flex;
  align-items: center;
}

.ag-ltr .ag-pivot-mode-select {
  margin-left: var(--ag-widget-container-horizontal-padding);
}

.ag-rtl .ag-pivot-mode-select {
  margin-right: var(--ag-widget-container-horizontal-padding);
}

.ag-keyboard-focus .ag-column-select-header:focus {
  outline: none;
}

.ag-keyboard-focus .ag-column-select-header:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-column-select-header {
  height: var(--ag-header-height);
  align-items: center;
  padding: 0 var(--ag-widget-container-horizontal-padding);
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-column-panel-column-select {
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-column-group-icons,
.ag-column-select-header-icon {
  color: var(--ag-secondary-foreground-color);
}

.ag-column-select-list .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
}

.ag-column-select-list .ag-item-highlight-top::after {
  top: 0;
}

.ag-column-select-list .ag-item-highlight-bottom::after {
  bottom: 0;
}

.ag-header {
  background-color: var(--ag-header-background-color);
  border-bottom: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-header-row {
  color: var(--ag-header-foreground-color);
  height: var(--ag-header-height);
}

.ag-pinned-right-header {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-pinned-left-header {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
  margin-left: var(--ag-grid-size);
}

.ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
  margin-right: var(--ag-grid-size);
}

.ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
  margin-right: var(--ag-grid-size);
}

.ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
  margin-left: var(--ag-grid-size);
}

.ag-header-cell,
.ag-header-group-cell {
  padding-left: var(--ag-cell-horizontal-padding);
  padding-right: var(--ag-cell-horizontal-padding);
}

.ag-header-cell.ag-header-cell-moving,
.ag-header-group-cell.ag-header-cell-moving {
  background-color: var(--ag-header-cell-moving-background-color);
}

.ag-keyboard-focus .ag-header-cell:focus {
  outline: none;
}

.ag-keyboard-focus .ag-header-cell:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-keyboard-focus .ag-header-group-cell:focus {
  outline: none;
}

.ag-keyboard-focus .ag-header-group-cell:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-header-icon {
  color: var(--ag-secondary-foreground-color);
}

.ag-header-expand-icon {
  cursor: pointer;
}

.ag-ltr .ag-header-expand-icon {
  padding-left: 4px;
}

.ag-rtl .ag-header-expand-icon {
  padding-right: 4px;
}

.ag-header-row:not(:first-child) .ag-header-cell,
.ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-header-group-cell:not(.ag-column-resizing) + .ag-header-group-cell:not(.ag-column-hover):not(.ag-header-cell-moving):hover, .ag-header-group-cell:not(.ag-column-resizing) + .ag-header-group-cell:not(.ag-column-hover).ag-column-resizing,
.ag-header-cell:not(.ag-column-resizing) + .ag-header-cell:not(.ag-column-hover):not(.ag-header-cell-moving):hover,
.ag-header-cell:not(.ag-column-resizing) + .ag-header-cell:not(.ag-column-hover).ag-column-resizing,
.ag-header-group-cell:first-of-type:not(.ag-header-cell-moving):hover,
.ag-header-group-cell:first-of-type.ag-column-resizing,
.ag-header-cell:not(.ag-column-hover):first-of-type:not(.ag-header-cell-moving):hover,
.ag-header-cell:not(.ag-column-hover):first-of-type.ag-column-resizing {
  background-color: var(--ag-header-cell-hover-background-color);
}

.ag-header-cell::after,
.ag-header-group-cell::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: var(--ag-header-column-separator-display);
  width: var(--ag-header-column-separator-width);
  height: var(--ag-header-column-separator-height);
  top: calc(50% - var(--ag-header-column-separator-height) * 0.5);
  background-color: var(--ag-header-column-separator-color);
}

.ag-ltr .ag-header-cell::after,
.ag-ltr .ag-header-group-cell::after {
  right: 0;
}

.ag-rtl .ag-header-cell::after,
.ag-rtl .ag-header-group-cell::after {
  left: 0;
}

.ag-header-cell-resize {
  display: flex;
  align-items: center;
}

.ag-header-cell-resize::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: var(--ag-header-column-resize-handle-display);
  left: calc(50% - var(--ag-header-column-resize-handle-width));
  width: var(--ag-header-column-resize-handle-width);
  height: var(--ag-header-column-resize-handle-height);
  top: calc(50% - var(--ag-header-column-resize-handle-height) * 0.5);
  background-color: var(--ag-header-column-resize-handle-color);
}

.ag-pinned-right-header .ag-header-cell-resize::after {
  left: 50%;
}

.ag-ltr .ag-header-select-all {
  margin-right: var(--ag-cell-horizontal-padding);
}

.ag-rtl .ag-header-select-all {
  margin-left: var(--ag-cell-horizontal-padding);
}

.ag-ltr .ag-floating-filter-button {
  margin-left: calc(var(--ag-grid-size) * 3);
}

.ag-rtl .ag-floating-filter-button {
  margin-right: calc(var(--ag-grid-size) * 3);
}

.ag-floating-filter-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  appearance: none;
  background: transparent;
  border: none;
  height: var(--ag-icon-size);
  padding: 0;
  width: var(--ag-icon-size);
}

.ag-filter-loading {
  background-color: var(--ag-control-panel-background-color);
  height: 100%;
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  position: absolute;
  width: 100%;
  z-index: 1;
}

.ag-paging-panel {
  border-top: 1px solid;
  border-top-color: var(--ag-border-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-header-height);
}

.ag-paging-panel > * {
  margin: 0 var(--ag-cell-horizontal-padding);
}

.ag-paging-button {
  cursor: pointer;
}

.ag-paging-button.ag-disabled {
  cursor: default;
  color: var(--ag-disabled-foreground-color);
}

.ag-keyboard-focus .ag-paging-button:focus {
  outline: none;
}

.ag-keyboard-focus .ag-paging-button:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-paging-button, .ag-paging-description {
  margin: 0 var(--ag-grid-size);
}

.ag-status-bar {
  border-top: var(--ag-borders) var(--ag-border-color);
  color: var(--ag-disabled-foreground-color);
  padding-right: calc(var(--ag-grid-size) * 4);
  padding-left: calc(var(--ag-grid-size) * 4);
  line-height: 1.5;
}

.ag-status-name-value-value {
  color: var(--ag-foreground-color);
}

.ag-status-bar-center {
  text-align: center;
}

.ag-status-name-value {
  margin-left: var(--ag-grid-size);
  margin-right: var(--ag-grid-size);
  padding-top: calc(var(--ag-grid-size) * 2);
  padding-bottom: calc(var(--ag-grid-size) * 2);
}

.ag-column-drop-cell {
  background: var(--ag-chip-background-color);
  border-radius: calc(var(--ag-grid-size) * 4);
  height: calc(var(--ag-grid-size) * 4);
  padding: 0 calc(var(--ag-grid-size) * 0.5);
  border: 1px solid transparent;
}

.ag-keyboard-focus .ag-column-drop-cell:focus {
  outline: none;
}

.ag-keyboard-focus .ag-column-drop-cell:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 2px;
  left: 2px;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-column-drop-cell-text {
  margin: 0 var(--ag-grid-size);
}

.ag-column-drop-cell-button {
  min-width: calc(var(--ag-grid-size) * 4);
  margin: 0 calc(var(--ag-grid-size) * 0.5);
  color: var(--ag-secondary-foreground-color);
}

.ag-column-drop-cell-drag-handle {
  margin-left: calc(var(--ag-grid-size) * 2);
}

.ag-column-drop-cell-ghost {
  opacity: 0.5;
}

.ag-column-drop-horizontal {
  background-color: var(--ag-control-panel-background-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-row-height);
  border-bottom: var(--ag-borders) var(--ag-border-color);
}

.ag-ltr .ag-column-drop-horizontal {
  padding-left: var(--ag-cell-horizontal-padding);
}

.ag-rtl .ag-column-drop-horizontal {
  padding-right: var(--ag-cell-horizontal-padding);
}

.ag-ltr .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-right: var(--ag-borders) var(--ag-border-color);
}

.ag-rtl .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-left: var(--ag-borders) var(--ag-border-color);
}

.ag-column-drop-horizontal-cell-separator {
  margin: 0 var(--ag-grid-size);
  color: var(--ag-secondary-foreground-color);
}

.ag-column-drop-horizontal-empty-message {
  color: var(--ag-disabled-foreground-color);
}

.ag-ltr .ag-column-drop-horizontal-icon {
  margin-right: var(--ag-cell-horizontal-padding);
}

.ag-rtl .ag-column-drop-horizontal-icon {
  margin-left: var(--ag-cell-horizontal-padding);
}

.ag-column-drop-vertical-list {
  padding-bottom: var(--ag-grid-size);
  padding-right: var(--ag-grid-size);
  padding-left: var(--ag-grid-size);
}

.ag-column-drop-vertical-cell {
  margin-top: var(--ag-grid-size);
}

.ag-column-drop-vertical {
  min-height: 50px;
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-column-drop-vertical.ag-last-column-drop {
  border-bottom: none;
}

.ag-column-drop-vertical-icon {
  margin-left: var(--ag-grid-size);
  margin-right: var(--ag-grid-size);
}

.ag-column-drop-vertical-empty-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  color: var(--ag-disabled-foreground-color);
  margin-top: var(--ag-grid-size);
}

.ag-select-agg-func-popup {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  background: var(--ag-background-color);
  height: calc(var(--ag-grid-size) * 5 * 3.5);
  padding: 0;
}

.ag-select-agg-func-virtual-list-item {
  cursor: default;
  padding-left: calc(var(--ag-grid-size) * 2);
}

.ag-select-agg-func-virtual-list-item:hover {
  background-color: var(--ag-selected-row-background-color);
}

.ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus {
  outline: none;
}

.ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-sort-indicator-container {
  display: flex;
}

.ag-ltr .ag-sort-indicator-icon {
  padding-left: var(--ag-grid-size);
}

.ag-rtl .ag-sort-indicator-icon {
  padding-right: var(--ag-grid-size);
}

.ag-chart {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.ag-chart-components-wrapper {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}

.ag-chart-title-edit {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  text-align: center;
}

.ag-chart-title-edit.currently-editing {
  display: inline-block;
}

.ag-chart-canvas-wrapper {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
}

.ag-charts-canvas {
  display: block;
}

.ag-chart-menu {
  position: absolute;
  top: 10px;
  width: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ag-ltr .ag-chart-menu {
  right: 20px;
}

.ag-rtl .ag-chart-menu {
  left: 20px;
}

.ag-chart-docked-container {
  position: relative;
  width: 0;
  min-width: 0;
  transition: min-width 0.4s;
}

.ag-chart-menu-hidden ~ .ag-chart-docked-container {
  max-width: 0;
  overflow: hidden;
}

.ag-chart-tabbed-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ag-chart-tabbed-menu-header {
  flex: none;
  -webkit-user-select: none;
          user-select: none;
  cursor: default;
}

.ag-chart-tabbed-menu-body {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  overflow: hidden;
}

.ag-chart-tab {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.ag-chart-settings {
  overflow-x: hidden;
}

.ag-chart-settings-wrapper {
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.ag-chart-settings-nav-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  -webkit-user-select: none;
          user-select: none;
}

.ag-chart-settings-card-selector {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1 1 auto;
  height: 100%;
  padding: 0 10px;
}

.ag-chart-settings-card-item {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: #000;
  position: relative;
}

.ag-chart-settings-card-item.ag-not-selected {
  opacity: 0.2;
}

.ag-chart-settings-card-item::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: transparent;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}

.ag-chart-settings-prev,
.ag-chart-settings-next {
  position: relative;
  flex: none;
}

.ag-chart-settings-prev-button,
.ag-chart-settings-next-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.ag-chart-settings-mini-charts-container {
  position: relative;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.ag-chart-settings-mini-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.ag-chart-settings-mini-wrapper.ag-animating {
  transition: left 0.3s;
  transition-timing-function: ease-in-out;
}

.ag-chart-mini-thumbnail {
  cursor: pointer;
}

.ag-chart-mini-thumbnail-canvas {
  display: block;
}

.ag-chart-data-wrapper,
.ag-chart-format-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
}

.ag-chart-data-wrapper {
  height: 100%;
  overflow-y: auto;
}

.ag-chart-data-section,
.ag-chart-format-section {
  display: flex;
  margin: 0;
}

.ag-chart-empty-text {
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.ag-chart .ag-chart-menu {
  display: none;
}

.ag-chart-menu-hidden:hover .ag-chart-menu {
  display: block;
}

.ag-chart .ag-chart-tool-panel-button-enable .ag-chart-menu {
  display: flex;
  flex-direction: row;
  overflow: auto;
  top: 5px;
  grid-gap: 7px;
  gap: 7px;
  width: auto;
}

.ag-ltr .ag-chart .ag-chart-tool-panel-button-enable .ag-chart-menu {
  right: 10px;
  justify-content: right;
}

.ag-rtl .ag-chart .ag-chart-tool-panel-button-enable .ag-chart-menu {
  left: 10px;
  justify-content: left;
}

.ag-chart-menu-close {
  display: none;
}

.ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  position: absolute;
  top: 45%;
  padding: 0;
  display: block;
  cursor: pointer;
  border: none;
}

.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  right: 0px;
}

.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  left: 0px;
}

.ag-chart-tool-panel-button-enable .ag-chart-menu-close .ag-icon {
  padding: 9px 0 9px 0;
}

.ag-chart-tool-panel-button-enable .ag-icon-menu {
  display: none;
}

.ag-charts-font-size-color {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
}

.ag-charts-data-group-item {
  position: relative;
}

.ag-chart-menu {
  border-radius: var(--ag-card-radius);
  background: var(--ag-background-color);
}

.ag-chart-menu-icon {
  opacity: 0.5;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin: 2px 0;
  cursor: pointer;
  border-radius: var(--ag-card-radius);
  color: var(--ag-secondary-foreground-color);
}

.ag-chart-menu-icon:hover {
  opacity: 1;
}

.ag-chart-mini-thumbnail {
  border: 1px solid var(--ag-secondary-border-color);
  border-radius: 5px;
  margin: 5px;
}

.ag-chart-mini-thumbnail:nth-last-child(3), .ag-chart-mini-thumbnail:nth-last-child(3) ~ .ag-chart-mini-thumbnail {
  margin-left: auto;
  margin-right: auto;
}

.ag-ltr .ag-chart-mini-thumbnail:first-child {
  margin-left: 0;
}

.ag-rtl .ag-chart-mini-thumbnail:first-child {
  margin-right: 0;
}

.ag-ltr .ag-chart-mini-thumbnail:last-child {
  margin-right: 0;
}

.ag-rtl .ag-chart-mini-thumbnail:last-child {
  margin-left: 0;
}

.ag-chart-mini-thumbnail.ag-selected {
  border-color: var(--ag-minichart-selected-chart-color);
}

.ag-chart-settings-card-item {
  background: var(--ag-foreground-color);
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

.ag-chart-settings-card-item.ag-selected {
  background-color: var(--ag-minichart-selected-page-color);
}

.ag-chart-data-column-drag-handle {
  margin-left: var(--ag-grid-size);
}

.ag-charts-settings-group-title-bar,
.ag-charts-data-group-title-bar,
.ag-charts-format-top-level-group-title-bar {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-charts-settings-group-container {
  padding: var(--ag-grid-size);
}

.ag-charts-data-group-container {
  padding: calc(var(--ag-widget-container-vertical-padding) * 0.5) var(--ag-widget-container-horizontal-padding);
}

.ag-charts-data-group-container .ag-charts-data-group-item:not(.ag-charts-format-sub-level-group) {
  height: var(--ag-list-item-height);
}

.ag-charts-data-group-container .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
}

.ag-charts-data-group-container .ag-item-highlight-top::after {
  top: 0;
}

.ag-charts-data-group-container .ag-item-highlight-bottom::after {
  bottom: 0;
}

.ag-charts-format-top-level-group-container {
  margin-left: calc(var(--ag-grid-size) * 2);
  padding: var(--ag-grid-size);
}

.ag-charts-format-top-level-group-item {
  margin: var(--ag-grid-size) 0;
}

.ag-charts-format-sub-level-group-container {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
}

.ag-charts-format-sub-level-group-container > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}

.ag-charts-group-container.ag-group-container-horizontal {
  padding: var(--ag-grid-size);
}

.ag-chart-data-section,
.ag-chart-format-section {
  display: flex;
  margin: 0;
}

.ag-chart-menu-panel {
  background-color: var(--ag-control-panel-background-color);
}

.ag-ltr .ag-chart-menu-panel {
  border-left: solid 1px var(--ag-border-color);
}

.ag-rtl .ag-chart-menu-panel {
  border-right: solid 1px var(--ag-border-color);
}

.ag-date-time-list-page-title-bar {
  display: flex;
}

.ag-date-time-list-page-title {
  flex-grow: 1;
  text-align: center;
}

.ag-date-time-list-page-column-labels-row,
.ag-date-time-list-page-entries-row {
  display: flex;
}

.ag-date-time-list-page-column-label,
.ag-date-time-list-page-entry {
  flex-basis: 0;
  flex-grow: 1;
}

.ag-date-time-list-page-entry {
  cursor: pointer;
  text-align: center;
}

.ag-date-time-list-page-column-label {
  text-align: center;
}

.ag-input-field-input {
  width: 100%;
  min-width: 0;
}

.ag-checkbox-input-wrapper {
  font-family: var(--ag-icon-font-family);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-checkbox-background-color);
  border-radius: var(--ag-checkbox-border-radius);
  display: inline-block;
  vertical-align: middle;
  flex: none;
}

.ag-checkbox-input-wrapper input, .ag-checkbox-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.ag-checkbox-input-wrapper:focus-within, .ag-checkbox-input-wrapper:active {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}

.ag-checkbox-input-wrapper.ag-disabled {
  opacity: 0.5;
}

.ag-checkbox-input-wrapper::after {
  content: var(--ag-icon-font-code-checkbox-unchecked, "");
  color: var(--ag-checkbox-unchecked-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ag-checkbox-input-wrapper.ag-checked::after {
  content: var(--ag-icon-font-code-checkbox-checked, "");
  color: var(--ag-checkbox-checked-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ag-checkbox-input-wrapper.ag-indeterminate::after {
  content: var(--ag-icon-font-code-checkbox-indeterminate, "");
  color: var(--ag-checkbox-indeterminate-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ag-toggle-button-input-wrapper {
  box-sizing: border-box;
  width: var(--ag-toggle-button-width);
  height: var(--ag-toggle-button-height);
  background-color: var(--ag-toggle-button-off-background-color);
  border-radius: calc(var(--ag-toggle-button-height) * 0.5);
  position: relative;
  flex: none;
  border: var(--ag-toggle-button-border-width) solid;
  border-color: var(--ag-toggle-button-off-border-color);
}

.ag-toggle-button-input-wrapper input {
  opacity: 0;
  height: 100%;
  width: 100%;
}

.ag-toggle-button-input-wrapper:focus-within {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}

.ag-toggle-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}

.ag-toggle-button-input-wrapper.ag-checked {
  background-color: var(--ag-toggle-button-on-background-color);
  border-color: var(--ag-toggle-button-on-border-color);
}

.ag-toggle-button-input-wrapper::before {
  content: " ";
  position: absolute;
  top: calc(0px - var(--ag-toggle-button-border-width));
  left: calc(0px - var(--ag-toggle-button-border-width));
  display: block;
  box-sizing: border-box;
  height: var(--ag-toggle-button-height);
  width: var(--ag-toggle-button-height);
  background-color: var(--ag-toggle-button-switch-background-color);
  border-radius: 100%;
  transition: left 100ms;
  border: var(--ag-toggle-button-border-width) solid;
  border-color: var(--ag-toggle-button-switch-border-color);
}

.ag-toggle-button-input-wrapper.ag-checked::before {
  left: calc(100% - var(--ag-toggle-button-height));
  border-color: var(--ag-toggle-button-on-border-color);
}

.ag-radio-button-input-wrapper {
  font-family: var(--ag-icon-font-family);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-checkbox-background-color);
  border-radius: var(--ag-checkbox-border-radius);
  display: inline-block;
  vertical-align: middle;
  flex: none;
  border-radius: var(--ag-icon-size);
}

.ag-radio-button-input-wrapper input, .ag-radio-button-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.ag-radio-button-input-wrapper:focus-within, .ag-radio-button-input-wrapper:active {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}

.ag-radio-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}

.ag-radio-button-input-wrapper::after {
  content: var(--ag-icon-font-code-radio-button-off, "");
  color: var(--ag-checkbox-unchecked-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ag-radio-button-input-wrapper.ag-checked::after {
  content: var(--ag-icon-font-code-radio-button-on, "");
  color: var(--ag-checkbox-checked-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

input[class^=ag-][type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: none;
  overflow: visible;
}

input[class^=ag-][type=range]::-webkit-slider-runnable-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
}

input[class^=ag-][type=range]::-moz-range-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
}

input[class^=ag-][type=range]::-ms-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
  color: transparent;
  width: calc(100% - 2px);
}

input[class^=ag-][type=range]::-webkit-slider-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
  transform: translateY(calc(var(--ag-icon-size) * -0.5 + 1.5px));
}

input[class^=ag-][type=range]::-ms-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
}

input[class^=ag-][type=range]::-moz-ag-range-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
}

input[class^=ag-][type=range]:focus {
  outline: none;
}

input[class^=ag-][type=range]:focus::-webkit-slider-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}

input[class^=ag-][type=range]:focus::-ms-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}

input[class^=ag-][type=range]:focus::-moz-ag-range-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}

input[class^=ag-][type=range]:active::-webkit-slider-runnable-track {
  background-color: var(--ag-input-focus-border-color);
}

input[class^=ag-][type=range]:active::-moz-ag-range-track {
  background-color: var(--ag-input-focus-border-color);
}

input[class^=ag-][type=range]:active::-ms-track {
  background-color: var(--ag-input-focus-border-color);
}

input[class^=ag-][type=range]:disabled {
  opacity: 0.5;
}

.ag-theme-alpine, .ag-theme-stock-watchlist-ticker, .ag-theme-stock-watchlist, .ag-theme-standard, .ag-theme-master-trader-bootcamp-journey, .ag-theme-draggable-row, .ag-theme-alpine-dark {
  --ag-alpine-active-color: #2196f3;
  --ag-selected-row-background-color: rgba(33, 150, 243, 0.3);
  --ag-row-hover-color: rgba(33, 150, 243, 0.1);
  --ag-column-hover-color: rgba(33, 150, 243, 0.1);
  --ag-input-focus-border-color: rgba(33, 150, 243, 0.4);
  --ag-range-selection-background-color: rgba(33, 150, 243, 0.2);
  --ag-range-selection-background-color-2: rgba(33, 150, 243, 0.36);
  --ag-range-selection-background-color-3: rgba(33, 150, 243, 0.49);
  --ag-range-selection-background-color-4: rgba(33, 150, 243, 0.59);
  --ag-background-color: #fff;
  --ag-foreground-color: #181d1f;
  --ag-border-color: #babfc7;
  --ag-secondary-border-color: #dde2eb;
  --ag-header-background-color: #f8f8f8;
  --ag-odd-row-background-color: #fcfcfc;
  --ag-control-panel-background-color: #f8f8f8;
  --ag-subheader-background-color: #fff;
  --ag-invalid-color: #e02525;
  --ag-checkbox-unchecked-color: #999;
  --ag-checkbox-background-color: var(--ag-background-color);
  --ag-checkbox-checked-color: var(--ag-alpine-active-color);
  --ag-range-selection-border-color: var(--ag-alpine-active-color);
  --ag-secondary-foreground-color: var(--ag-foreground-color);
  --ag-input-border-color: var(--ag-border-color);
  --ag-input-border-color-invalid: var(--ag-invalid-color);
  --ag-input-focus-box-shadow: 0 0 2px 0.1rem var(--ag-input-focus-border-color);
  --ag-disabled-foreground-color: rgba(24, 29, 31, 0.5);
  --ag-chip-background-color: rgba(24, 29, 31, 0.07);
  --ag-input-disabled-border-color: rgba(186, 191, 199, 0.3);
  --ag-input-disabled-background-color: rgba(186, 191, 199, 0.15);
  --ag-borders: solid 1px;
  --ag-border-radius: 3px;
  --ag-borders-side-button: none;
  --ag-side-button-selected-background-color: transparent;
  --ag-header-column-resize-handle-display: block;
  --ag-header-column-resize-handle-width: 2px;
  --ag-header-column-resize-handle-height: 30%;
  --ag-grid-size: 6px;
  --ag-icon-size: 16px;
  --ag-row-height: calc(var(--ag-grid-size) * 7);
  --ag-header-height: calc(var(--ag-grid-size) * 8);
  --ag-list-item-height: calc(var(--ag-grid-size) * 4);
  --ag-column-select-indent-size: var(--ag-icon-size);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-cell-widget-spacing: calc(var(--ag-grid-size) * 2);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.5);
  --ag-toggle-button-height: 18px;
  --ag-toggle-button-width: 28px;
  --ag-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --ag-font-size: 13px;
  --ag-icon-font-family: agGridAlpine;
  --ag-selected-tab-underline-color: var(--ag-alpine-active-color);
  --ag-selected-tab-underline-width: 2px;
  --ag-selected-tab-underline-transition-speed: 0.3s;
  --ag-tab-min-width: 240px;
  --ag-card-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  --ag-popup-shadow: var(--ag-card-shadow);
  --ag-side-bar-panel-width: 250px;
}

.ag-theme-alpine-dark {
  --ag-background-color: #181d1f;
  --ag-foreground-color: #fff;
  --ag-border-color: #68686e;
  --ag-secondary-border-color: rgba(88, 86, 82, 0.5);
  --ag-modal-overlay-background-color: rgba(24, 29, 31, 0.66);
  --ag-header-background-color: #222628;
  --ag-odd-row-background-color: #222628;
  --ag-control-panel-background-color: #222628;
  --ag-subheader-background-color: #000;
  --ag-input-disabled-background-color: #282c2f;
  --ag-input-focus-box-shadow:
      0 0 2px 0.5px rgba(255, 255, 255, 0.5),
      0 0 4px 3px var(--ag-input-focus-border-color);
  --ag-card-shadow: 0 1px 20px 1px black;
  --ag-disabled-foreground-color: rgba(255, 255, 255, 0.5);
  --ag-chip-background-color: rgba(255, 255, 255, 0.07);
  --ag-input-disabled-border-color: rgba(104, 104, 110, 0.3);
  --ag-input-disabled-background-color: rgba(104, 104, 110, 0.07);
}

.ag-theme-alpine .ag-filter-toolpanel-header, .ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-header, .ag-theme-stock-watchlist .ag-filter-toolpanel-header, .ag-theme-standard .ag-filter-toolpanel-header, .ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-header, .ag-theme-draggable-row .ag-filter-toolpanel-header,
.ag-theme-alpine .ag-filter-toolpanel-search,
.ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-search,
.ag-theme-stock-watchlist .ag-filter-toolpanel-search,
.ag-theme-standard .ag-filter-toolpanel-search,
.ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-search,
.ag-theme-draggable-row .ag-filter-toolpanel-search,
.ag-theme-alpine .ag-status-bar,
.ag-theme-stock-watchlist-ticker .ag-status-bar,
.ag-theme-stock-watchlist .ag-status-bar,
.ag-theme-standard .ag-status-bar,
.ag-theme-master-trader-bootcamp-journey .ag-status-bar,
.ag-theme-draggable-row .ag-status-bar,
.ag-theme-alpine .ag-header-row,
.ag-theme-stock-watchlist-ticker .ag-header-row,
.ag-theme-stock-watchlist .ag-header-row,
.ag-theme-standard .ag-header-row,
.ag-theme-master-trader-bootcamp-journey .ag-header-row,
.ag-theme-draggable-row .ag-header-row,
.ag-theme-alpine .ag-panel-title-bar-title,
.ag-theme-stock-watchlist-ticker .ag-panel-title-bar-title,
.ag-theme-stock-watchlist .ag-panel-title-bar-title,
.ag-theme-standard .ag-panel-title-bar-title,
.ag-theme-master-trader-bootcamp-journey .ag-panel-title-bar-title,
.ag-theme-draggable-row .ag-panel-title-bar-title,
.ag-theme-alpine .ag-multi-filter-group-title-bar,
.ag-theme-stock-watchlist-ticker .ag-multi-filter-group-title-bar,
.ag-theme-stock-watchlist .ag-multi-filter-group-title-bar,
.ag-theme-standard .ag-multi-filter-group-title-bar,
.ag-theme-master-trader-bootcamp-journey .ag-multi-filter-group-title-bar,
.ag-theme-draggable-row .ag-multi-filter-group-title-bar, .ag-theme-alpine-dark .ag-filter-toolpanel-header,
.ag-theme-alpine-dark .ag-filter-toolpanel-search,
.ag-theme-alpine-dark .ag-status-bar,
.ag-theme-alpine-dark .ag-header-row,
.ag-theme-alpine-dark .ag-panel-title-bar-title,
.ag-theme-alpine-dark .ag-multi-filter-group-title-bar {
  font-weight: 700;
  color: var(--ag-header-foreground-color);
}

.ag-theme-alpine .ag-row, .ag-theme-stock-watchlist-ticker .ag-row, .ag-theme-stock-watchlist .ag-row, .ag-theme-standard .ag-row, .ag-theme-master-trader-bootcamp-journey .ag-row, .ag-theme-draggable-row .ag-row, .ag-theme-alpine-dark .ag-row {
  font-size: calc(var(--ag-font-size) + 1px);
}

.ag-theme-alpine input[class^=ag-]:not([type]), .ag-theme-stock-watchlist-ticker input[class^=ag-]:not([type]), .ag-theme-stock-watchlist input[class^=ag-]:not([type]), .ag-theme-standard input[class^=ag-]:not([type]), .ag-theme-master-trader-bootcamp-journey input[class^=ag-]:not([type]), .ag-theme-draggable-row input[class^=ag-]:not([type]),
.ag-theme-alpine input[class^=ag-][type=text],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=text],
.ag-theme-stock-watchlist input[class^=ag-][type=text],
.ag-theme-standard input[class^=ag-][type=text],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=text],
.ag-theme-draggable-row input[class^=ag-][type=text],
.ag-theme-alpine input[class^=ag-][type=number],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=number],
.ag-theme-stock-watchlist input[class^=ag-][type=number],
.ag-theme-standard input[class^=ag-][type=number],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=number],
.ag-theme-draggable-row input[class^=ag-][type=number],
.ag-theme-alpine input[class^=ag-][type=tel],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=tel],
.ag-theme-stock-watchlist input[class^=ag-][type=tel],
.ag-theme-standard input[class^=ag-][type=tel],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=tel],
.ag-theme-draggable-row input[class^=ag-][type=tel],
.ag-theme-alpine input[class^=ag-][type=date],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=date],
.ag-theme-stock-watchlist input[class^=ag-][type=date],
.ag-theme-standard input[class^=ag-][type=date],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=date],
.ag-theme-draggable-row input[class^=ag-][type=date],
.ag-theme-alpine input[class^=ag-][type=datetime-local],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=datetime-local],
.ag-theme-stock-watchlist input[class^=ag-][type=datetime-local],
.ag-theme-standard input[class^=ag-][type=datetime-local],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=datetime-local],
.ag-theme-draggable-row input[class^=ag-][type=datetime-local],
.ag-theme-alpine textarea[class^=ag-],
.ag-theme-stock-watchlist-ticker textarea[class^=ag-],
.ag-theme-stock-watchlist textarea[class^=ag-],
.ag-theme-standard textarea[class^=ag-],
.ag-theme-master-trader-bootcamp-journey textarea[class^=ag-],
.ag-theme-draggable-row textarea[class^=ag-], .ag-theme-alpine-dark input[class^=ag-]:not([type]),
.ag-theme-alpine-dark input[class^=ag-][type=text],
.ag-theme-alpine-dark input[class^=ag-][type=number],
.ag-theme-alpine-dark input[class^=ag-][type=tel],
.ag-theme-alpine-dark input[class^=ag-][type=date],
.ag-theme-alpine-dark input[class^=ag-][type=datetime-local],
.ag-theme-alpine-dark textarea[class^=ag-] {
  min-height: calc(var(--ag-grid-size) * 4);
  border-radius: var(--ag-border-radius);
}

.ag-theme-alpine .ag-ltr input[class^=ag-]:not([type]), .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-]:not([type]), .ag-theme-stock-watchlist .ag-ltr input[class^=ag-]:not([type]), .ag-theme-standard .ag-ltr input[class^=ag-]:not([type]), .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-]:not([type]), .ag-theme-draggable-row .ag-ltr input[class^=ag-]:not([type]), .ag-theme-alpine .ag-ltr input[class^=ag-][type=text], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=text], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=text], .ag-theme-standard .ag-ltr input[class^=ag-][type=text], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=text], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=text], .ag-theme-alpine .ag-ltr input[class^=ag-][type=number], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=number], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=number], .ag-theme-standard .ag-ltr input[class^=ag-][type=number], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=number], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=number], .ag-theme-alpine .ag-ltr input[class^=ag-][type=tel], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=tel], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=tel], .ag-theme-standard .ag-ltr input[class^=ag-][type=tel], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=tel], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=tel], .ag-theme-alpine .ag-ltr input[class^=ag-][type=date], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=date], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=date], .ag-theme-standard .ag-ltr input[class^=ag-][type=date], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=date], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=date], .ag-theme-alpine .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-standard .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-alpine .ag-ltr textarea[class^=ag-], .ag-theme-stock-watchlist-ticker .ag-ltr textarea[class^=ag-], .ag-theme-stock-watchlist .ag-ltr textarea[class^=ag-], .ag-theme-standard .ag-ltr textarea[class^=ag-], .ag-theme-master-trader-bootcamp-journey .ag-ltr textarea[class^=ag-], .ag-theme-draggable-row .ag-ltr textarea[class^=ag-], .ag-theme-alpine-dark .ag-ltr input[class^=ag-]:not([type]), .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=text], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=number], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=tel], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=date], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-alpine-dark .ag-ltr textarea[class^=ag-] {
  padding-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl input[class^=ag-]:not([type]), .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-]:not([type]), .ag-theme-stock-watchlist .ag-rtl input[class^=ag-]:not([type]), .ag-theme-standard .ag-rtl input[class^=ag-]:not([type]), .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-]:not([type]), .ag-theme-draggable-row .ag-rtl input[class^=ag-]:not([type]), .ag-theme-alpine .ag-rtl input[class^=ag-][type=text], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=text], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=text], .ag-theme-standard .ag-rtl input[class^=ag-][type=text], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=text], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=text], .ag-theme-alpine .ag-rtl input[class^=ag-][type=number], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=number], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=number], .ag-theme-standard .ag-rtl input[class^=ag-][type=number], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=number], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=number], .ag-theme-alpine .ag-rtl input[class^=ag-][type=tel], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=tel], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=tel], .ag-theme-standard .ag-rtl input[class^=ag-][type=tel], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=tel], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=tel], .ag-theme-alpine .ag-rtl input[class^=ag-][type=date], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=date], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=date], .ag-theme-standard .ag-rtl input[class^=ag-][type=date], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=date], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=date], .ag-theme-alpine .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-standard .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-alpine .ag-rtl textarea[class^=ag-], .ag-theme-stock-watchlist-ticker .ag-rtl textarea[class^=ag-], .ag-theme-stock-watchlist .ag-rtl textarea[class^=ag-], .ag-theme-standard .ag-rtl textarea[class^=ag-], .ag-theme-master-trader-bootcamp-journey .ag-rtl textarea[class^=ag-], .ag-theme-draggable-row .ag-rtl textarea[class^=ag-], .ag-theme-alpine-dark .ag-rtl input[class^=ag-]:not([type]), .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=text], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=number], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=tel], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=date], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-alpine-dark .ag-rtl textarea[class^=ag-] {
  padding-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-tab, .ag-theme-stock-watchlist-ticker .ag-tab, .ag-theme-stock-watchlist .ag-tab, .ag-theme-standard .ag-tab, .ag-theme-master-trader-bootcamp-journey .ag-tab, .ag-theme-draggable-row .ag-tab, .ag-theme-alpine-dark .ag-tab {
  padding: calc(var(--ag-grid-size) * 1.5);
  transition: color 0.4s;
  flex: 1 1 auto;
}

.ag-theme-alpine .ag-tab-selected, .ag-theme-stock-watchlist-ticker .ag-tab-selected, .ag-theme-stock-watchlist .ag-tab-selected, .ag-theme-standard .ag-tab-selected, .ag-theme-master-trader-bootcamp-journey .ag-tab-selected, .ag-theme-draggable-row .ag-tab-selected, .ag-theme-alpine-dark .ag-tab-selected {
  color: var(--ag-alpine-active-color);
}

.ag-theme-alpine .ag-menu, .ag-theme-stock-watchlist-ticker .ag-menu, .ag-theme-stock-watchlist .ag-menu, .ag-theme-standard .ag-menu, .ag-theme-master-trader-bootcamp-journey .ag-menu, .ag-theme-draggable-row .ag-menu, .ag-theme-alpine-dark .ag-menu {
  background-color: var(--ag-control-panel-background-color);
}

.ag-theme-alpine .ag-menu-header, .ag-theme-stock-watchlist-ticker .ag-menu-header, .ag-theme-stock-watchlist .ag-menu-header, .ag-theme-standard .ag-menu-header, .ag-theme-master-trader-bootcamp-journey .ag-menu-header, .ag-theme-draggable-row .ag-menu-header, .ag-theme-alpine-dark .ag-menu-header {
  background-color: var(--ag-control-panel-background-color);
  padding-top: 1px;
}

.ag-theme-alpine .ag-tabs-header, .ag-theme-stock-watchlist-ticker .ag-tabs-header, .ag-theme-stock-watchlist .ag-tabs-header, .ag-theme-standard .ag-tabs-header, .ag-theme-master-trader-bootcamp-journey .ag-tabs-header, .ag-theme-draggable-row .ag-tabs-header, .ag-theme-alpine-dark .ag-tabs-header {
  border-bottom: var(--ag-borders) var(--ag-border-color);
}

.ag-theme-alpine .ag-charts-settings-group-title-bar, .ag-theme-stock-watchlist-ticker .ag-charts-settings-group-title-bar, .ag-theme-stock-watchlist .ag-charts-settings-group-title-bar, .ag-theme-standard .ag-charts-settings-group-title-bar, .ag-theme-master-trader-bootcamp-journey .ag-charts-settings-group-title-bar, .ag-theme-draggable-row .ag-charts-settings-group-title-bar,
.ag-theme-alpine .ag-charts-data-group-title-bar,
.ag-theme-stock-watchlist-ticker .ag-charts-data-group-title-bar,
.ag-theme-stock-watchlist .ag-charts-data-group-title-bar,
.ag-theme-standard .ag-charts-data-group-title-bar,
.ag-theme-master-trader-bootcamp-journey .ag-charts-data-group-title-bar,
.ag-theme-draggable-row .ag-charts-data-group-title-bar,
.ag-theme-alpine .ag-charts-format-top-level-group-title-bar,
.ag-theme-stock-watchlist-ticker .ag-charts-format-top-level-group-title-bar,
.ag-theme-stock-watchlist .ag-charts-format-top-level-group-title-bar,
.ag-theme-standard .ag-charts-format-top-level-group-title-bar,
.ag-theme-master-trader-bootcamp-journey .ag-charts-format-top-level-group-title-bar,
.ag-theme-draggable-row .ag-charts-format-top-level-group-title-bar, .ag-theme-alpine-dark .ag-charts-settings-group-title-bar,
.ag-theme-alpine-dark .ag-charts-data-group-title-bar,
.ag-theme-alpine-dark .ag-charts-format-top-level-group-title-bar {
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
  line-height: calc(var(--ag-icon-size) + var(--ag-grid-size) - 2px);
}

.ag-theme-alpine .ag-chart-mini-thumbnail, .ag-theme-stock-watchlist-ticker .ag-chart-mini-thumbnail, .ag-theme-stock-watchlist .ag-chart-mini-thumbnail, .ag-theme-standard .ag-chart-mini-thumbnail, .ag-theme-master-trader-bootcamp-journey .ag-chart-mini-thumbnail, .ag-theme-draggable-row .ag-chart-mini-thumbnail, .ag-theme-alpine-dark .ag-chart-mini-thumbnail {
  background-color: var(--ag-background-color);
}

.ag-theme-alpine .ag-chart-settings-nav-bar, .ag-theme-stock-watchlist-ticker .ag-chart-settings-nav-bar, .ag-theme-stock-watchlist .ag-chart-settings-nav-bar, .ag-theme-standard .ag-chart-settings-nav-bar, .ag-theme-master-trader-bootcamp-journey .ag-chart-settings-nav-bar, .ag-theme-draggable-row .ag-chart-settings-nav-bar, .ag-theme-alpine-dark .ag-chart-settings-nav-bar {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-theme-alpine .ag-ltr .ag-group-title-bar-icon, .ag-theme-stock-watchlist-ticker .ag-ltr .ag-group-title-bar-icon, .ag-theme-stock-watchlist .ag-ltr .ag-group-title-bar-icon, .ag-theme-standard .ag-ltr .ag-group-title-bar-icon, .ag-theme-master-trader-bootcamp-journey .ag-ltr .ag-group-title-bar-icon, .ag-theme-draggable-row .ag-ltr .ag-group-title-bar-icon, .ag-theme-alpine-dark .ag-ltr .ag-group-title-bar-icon {
  margin-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl .ag-group-title-bar-icon, .ag-theme-stock-watchlist-ticker .ag-rtl .ag-group-title-bar-icon, .ag-theme-stock-watchlist .ag-rtl .ag-group-title-bar-icon, .ag-theme-standard .ag-rtl .ag-group-title-bar-icon, .ag-theme-master-trader-bootcamp-journey .ag-rtl .ag-group-title-bar-icon, .ag-theme-draggable-row .ag-rtl .ag-group-title-bar-icon, .ag-theme-alpine-dark .ag-rtl .ag-group-title-bar-icon {
  margin-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist-ticker .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist .ag-charts-format-top-level-group-toolbar, .ag-theme-standard .ag-charts-format-top-level-group-toolbar, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-top-level-group-toolbar, .ag-theme-draggable-row .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-charts-format-top-level-group-toolbar {
  margin-top: var(--ag-grid-size);
}

.ag-theme-alpine .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist-ticker .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-standard .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-master-trader-bootcamp-journey .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-draggable-row .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-ltr .ag-charts-format-top-level-group-toolbar {
  padding-left: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist-ticker .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-standard .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-master-trader-bootcamp-journey .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-draggable-row .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-rtl .ag-charts-format-top-level-group-toolbar {
  padding-right: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-charts-format-sub-level-group, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group, .ag-theme-standard .ag-charts-format-sub-level-group, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group, .ag-theme-draggable-row .ag-charts-format-sub-level-group, .ag-theme-alpine-dark .ag-charts-format-sub-level-group {
  border-left: dashed 1px;
  border-left-color: var(--ag-border-color);
  padding-left: var(--ag-grid-size);
  margin-bottom: calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-charts-format-sub-level-group-title-bar, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group-title-bar, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group-title-bar, .ag-theme-standard .ag-charts-format-sub-level-group-title-bar, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group-title-bar, .ag-theme-draggable-row .ag-charts-format-sub-level-group-title-bar, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-title-bar {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  font-weight: 700;
}

.ag-theme-alpine .ag-charts-format-sub-level-group-container, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group-container, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group-container, .ag-theme-standard .ag-charts-format-sub-level-group-container, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group-container, .ag-theme-draggable-row .ag-charts-format-sub-level-group-container, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-container {
  padding-bottom: 0;
}

.ag-theme-alpine .ag-charts-format-sub-level-group-item:last-child, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group-item:last-child, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group-item:last-child, .ag-theme-standard .ag-charts-format-sub-level-group-item:last-child, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group-item:last-child, .ag-theme-draggable-row .ag-charts-format-sub-level-group-item:last-child, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-item:last-child {
  margin-bottom: 0;
}

.ag-theme-alpine.ag-dnd-ghost, .ag-dnd-ghost.ag-theme-stock-watchlist-ticker, .ag-dnd-ghost.ag-theme-stock-watchlist, .ag-dnd-ghost.ag-theme-standard, .ag-dnd-ghost.ag-theme-master-trader-bootcamp-journey, .ag-dnd-ghost.ag-theme-draggable-row, .ag-theme-alpine-dark.ag-dnd-ghost {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 700;
}

.ag-theme-alpine .ag-side-buttons, .ag-theme-stock-watchlist-ticker .ag-side-buttons, .ag-theme-stock-watchlist .ag-side-buttons, .ag-theme-standard .ag-side-buttons, .ag-theme-master-trader-bootcamp-journey .ag-side-buttons, .ag-theme-draggable-row .ag-side-buttons, .ag-theme-alpine-dark .ag-side-buttons {
  width: calc(var(--ag-grid-size) * 5);
}

.ag-theme-alpine .ag-standard-button, .ag-theme-stock-watchlist-ticker .ag-standard-button, .ag-theme-stock-watchlist .ag-standard-button, .ag-theme-standard .ag-standard-button, .ag-theme-master-trader-bootcamp-journey .ag-standard-button, .ag-theme-draggable-row .ag-standard-button, .ag-theme-alpine-dark .ag-standard-button {
  appearance: none;
  -webkit-appearance: none;
  border-radius: var(--ag-border-radius);
  border: 1px solid;
  border-color: var(--ag-alpine-active-color);
  color: var(--ag-alpine-active-color);
  background-color: var(--ag-background-color);
  font-weight: 600;
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-standard-button:hover, .ag-theme-stock-watchlist-ticker .ag-standard-button:hover, .ag-theme-stock-watchlist .ag-standard-button:hover, .ag-theme-standard .ag-standard-button:hover, .ag-theme-master-trader-bootcamp-journey .ag-standard-button:hover, .ag-theme-draggable-row .ag-standard-button:hover, .ag-theme-alpine-dark .ag-standard-button:hover {
  border-color: var(--ag-alpine-active-color);
  background-color: var(--ag-row-hover-color);
}

.ag-theme-alpine .ag-standard-button:active, .ag-theme-stock-watchlist-ticker .ag-standard-button:active, .ag-theme-stock-watchlist .ag-standard-button:active, .ag-theme-standard .ag-standard-button:active, .ag-theme-master-trader-bootcamp-journey .ag-standard-button:active, .ag-theme-draggable-row .ag-standard-button:active, .ag-theme-alpine-dark .ag-standard-button:active {
  border-color: var(--ag-alpine-active-color);
  background-color: var(--ag-alpine-active-color);
  color: var(--ag-background-color);
}

.ag-theme-alpine .ag-standard-button:disabled, .ag-theme-stock-watchlist-ticker .ag-standard-button:disabled, .ag-theme-stock-watchlist .ag-standard-button:disabled, .ag-theme-standard .ag-standard-button:disabled, .ag-theme-master-trader-bootcamp-journey .ag-standard-button:disabled, .ag-theme-draggable-row .ag-standard-button:disabled, .ag-theme-alpine-dark .ag-standard-button:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}

.ag-theme-alpine .ag-column-drop-vertical, .ag-theme-stock-watchlist-ticker .ag-column-drop-vertical, .ag-theme-stock-watchlist .ag-column-drop-vertical, .ag-theme-standard .ag-column-drop-vertical, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-vertical, .ag-theme-draggable-row .ag-column-drop-vertical, .ag-theme-alpine-dark .ag-column-drop-vertical {
  min-height: 75px;
}

.ag-theme-alpine .ag-column-drop-vertical-title-bar, .ag-theme-stock-watchlist-ticker .ag-column-drop-vertical-title-bar, .ag-theme-stock-watchlist .ag-column-drop-vertical-title-bar, .ag-theme-standard .ag-column-drop-vertical-title-bar, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-vertical-title-bar, .ag-theme-draggable-row .ag-column-drop-vertical-title-bar, .ag-theme-alpine-dark .ag-column-drop-vertical-title-bar {
  padding: calc(var(--ag-grid-size) * 2);
  padding-bottom: 0px;
}

.ag-theme-alpine .ag-column-drop-vertical-empty-message, .ag-theme-stock-watchlist-ticker .ag-column-drop-vertical-empty-message, .ag-theme-stock-watchlist .ag-column-drop-vertical-empty-message, .ag-theme-standard .ag-column-drop-vertical-empty-message, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-vertical-empty-message, .ag-theme-draggable-row .ag-column-drop-vertical-empty-message, .ag-theme-alpine-dark .ag-column-drop-vertical-empty-message {
  display: flex;
  align-items: center;
  border: dashed 1px;
  border-color: var(--ag-border-color);
  margin: calc(var(--ag-grid-size) * 2);
  padding: calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-column-drop-empty-message, .ag-theme-stock-watchlist-ticker .ag-column-drop-empty-message, .ag-theme-stock-watchlist .ag-column-drop-empty-message, .ag-theme-standard .ag-column-drop-empty-message, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-empty-message, .ag-theme-draggable-row .ag-column-drop-empty-message, .ag-theme-alpine-dark .ag-column-drop-empty-message {
  color: var(--ag-foreground-color);
  opacity: 0.75;
}

.ag-theme-alpine .ag-status-bar, .ag-theme-stock-watchlist-ticker .ag-status-bar, .ag-theme-stock-watchlist .ag-status-bar, .ag-theme-standard .ag-status-bar, .ag-theme-master-trader-bootcamp-journey .ag-status-bar, .ag-theme-draggable-row .ag-status-bar, .ag-theme-alpine-dark .ag-status-bar {
  font-weight: normal;
}

.ag-theme-alpine .ag-status-name-value-value, .ag-theme-stock-watchlist-ticker .ag-status-name-value-value, .ag-theme-stock-watchlist .ag-status-name-value-value, .ag-theme-standard .ag-status-name-value-value, .ag-theme-master-trader-bootcamp-journey .ag-status-name-value-value, .ag-theme-draggable-row .ag-status-name-value-value, .ag-theme-alpine-dark .ag-status-name-value-value {
  font-weight: 700;
}

.ag-theme-alpine .ag-paging-number, .ag-theme-stock-watchlist-ticker .ag-paging-number, .ag-theme-stock-watchlist .ag-paging-number, .ag-theme-standard .ag-paging-number, .ag-theme-master-trader-bootcamp-journey .ag-paging-number, .ag-theme-draggable-row .ag-paging-number, .ag-theme-alpine .ag-paging-row-summary-panel-number, .ag-theme-stock-watchlist-ticker .ag-paging-row-summary-panel-number, .ag-theme-stock-watchlist .ag-paging-row-summary-panel-number, .ag-theme-standard .ag-paging-row-summary-panel-number, .ag-theme-master-trader-bootcamp-journey .ag-paging-row-summary-panel-number, .ag-theme-draggable-row .ag-paging-row-summary-panel-number, .ag-theme-alpine-dark .ag-paging-number, .ag-theme-alpine-dark .ag-paging-row-summary-panel-number {
  font-weight: 700;
}

.ag-theme-alpine .ag-column-drop-cell-button, .ag-theme-stock-watchlist-ticker .ag-column-drop-cell-button, .ag-theme-stock-watchlist .ag-column-drop-cell-button, .ag-theme-standard .ag-column-drop-cell-button, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-cell-button, .ag-theme-draggable-row .ag-column-drop-cell-button, .ag-theme-alpine-dark .ag-column-drop-cell-button {
  opacity: 0.5;
}

.ag-theme-alpine .ag-column-drop-cell-button:hover, .ag-theme-stock-watchlist-ticker .ag-column-drop-cell-button:hover, .ag-theme-stock-watchlist .ag-column-drop-cell-button:hover, .ag-theme-standard .ag-column-drop-cell-button:hover, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-cell-button:hover, .ag-theme-draggable-row .ag-column-drop-cell-button:hover, .ag-theme-alpine-dark .ag-column-drop-cell-button:hover {
  opacity: 0.75;
}

.ag-theme-alpine .ag-header-cell-menu-button:hover, .ag-theme-stock-watchlist-ticker .ag-header-cell-menu-button:hover, .ag-theme-stock-watchlist .ag-header-cell-menu-button:hover, .ag-theme-standard .ag-header-cell-menu-button:hover, .ag-theme-master-trader-bootcamp-journey .ag-header-cell-menu-button:hover, .ag-theme-draggable-row .ag-header-cell-menu-button:hover,
.ag-theme-alpine .ag-side-button-button:hover,
.ag-theme-stock-watchlist-ticker .ag-side-button-button:hover,
.ag-theme-stock-watchlist .ag-side-button-button:hover,
.ag-theme-standard .ag-side-button-button:hover,
.ag-theme-master-trader-bootcamp-journey .ag-side-button-button:hover,
.ag-theme-draggable-row .ag-side-button-button:hover,
.ag-theme-alpine .ag-tab:hover,
.ag-theme-stock-watchlist-ticker .ag-tab:hover,
.ag-theme-stock-watchlist .ag-tab:hover,
.ag-theme-standard .ag-tab:hover,
.ag-theme-master-trader-bootcamp-journey .ag-tab:hover,
.ag-theme-draggable-row .ag-tab:hover,
.ag-theme-alpine .ag-panel-title-bar-button:hover,
.ag-theme-stock-watchlist-ticker .ag-panel-title-bar-button:hover,
.ag-theme-stock-watchlist .ag-panel-title-bar-button:hover,
.ag-theme-standard .ag-panel-title-bar-button:hover,
.ag-theme-master-trader-bootcamp-journey .ag-panel-title-bar-button:hover,
.ag-theme-draggable-row .ag-panel-title-bar-button:hover,
.ag-theme-alpine .ag-header-expand-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-header-expand-icon:hover,
.ag-theme-stock-watchlist .ag-header-expand-icon:hover,
.ag-theme-standard .ag-header-expand-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-header-expand-icon:hover,
.ag-theme-draggable-row .ag-header-expand-icon:hover,
.ag-theme-alpine .ag-column-group-icons:hover,
.ag-theme-stock-watchlist-ticker .ag-column-group-icons:hover,
.ag-theme-stock-watchlist .ag-column-group-icons:hover,
.ag-theme-standard .ag-column-group-icons:hover,
.ag-theme-master-trader-bootcamp-journey .ag-column-group-icons:hover,
.ag-theme-draggable-row .ag-column-group-icons:hover,
.ag-theme-alpine .ag-group-expanded .ag-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-group-expanded .ag-icon:hover,
.ag-theme-stock-watchlist .ag-group-expanded .ag-icon:hover,
.ag-theme-standard .ag-group-expanded .ag-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-group-expanded .ag-icon:hover,
.ag-theme-draggable-row .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine .ag-group-contracted .ag-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-group-contracted .ag-icon:hover,
.ag-theme-stock-watchlist .ag-group-contracted .ag-icon:hover,
.ag-theme-standard .ag-group-contracted .ag-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-group-contracted .ag-icon:hover,
.ag-theme-draggable-row .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine .ag-chart-settings-prev:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-settings-prev:hover,
.ag-theme-stock-watchlist .ag-chart-settings-prev:hover,
.ag-theme-standard .ag-chart-settings-prev:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-settings-prev:hover,
.ag-theme-draggable-row .ag-chart-settings-prev:hover,
.ag-theme-alpine .ag-chart-settings-next:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-settings-next:hover,
.ag-theme-stock-watchlist .ag-chart-settings-next:hover,
.ag-theme-standard .ag-chart-settings-next:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-settings-next:hover,
.ag-theme-draggable-row .ag-chart-settings-next:hover,
.ag-theme-alpine .ag-group-title-bar-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-group-title-bar-icon:hover,
.ag-theme-stock-watchlist .ag-group-title-bar-icon:hover,
.ag-theme-standard .ag-group-title-bar-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-group-title-bar-icon:hover,
.ag-theme-draggable-row .ag-group-title-bar-icon:hover,
.ag-theme-alpine .ag-column-select-header-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-column-select-header-icon:hover,
.ag-theme-stock-watchlist .ag-column-select-header-icon:hover,
.ag-theme-standard .ag-column-select-header-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-column-select-header-icon:hover,
.ag-theme-draggable-row .ag-column-select-header-icon:hover,
.ag-theme-alpine .ag-floating-filter-button-button:hover,
.ag-theme-stock-watchlist-ticker .ag-floating-filter-button-button:hover,
.ag-theme-stock-watchlist .ag-floating-filter-button-button:hover,
.ag-theme-standard .ag-floating-filter-button-button:hover,
.ag-theme-master-trader-bootcamp-journey .ag-floating-filter-button-button:hover,
.ag-theme-draggable-row .ag-floating-filter-button-button:hover,
.ag-theme-alpine .ag-filter-toolpanel-expand:hover,
.ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-expand:hover,
.ag-theme-stock-watchlist .ag-filter-toolpanel-expand:hover,
.ag-theme-standard .ag-filter-toolpanel-expand:hover,
.ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-expand:hover,
.ag-theme-draggable-row .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine .ag-chart-menu-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-menu-icon:hover,
.ag-theme-stock-watchlist .ag-chart-menu-icon:hover,
.ag-theme-standard .ag-chart-menu-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-menu-icon:hover,
.ag-theme-draggable-row .ag-chart-menu-icon:hover,
.ag-theme-alpine .ag-chart-menu-close:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-menu-close:hover,
.ag-theme-stock-watchlist .ag-chart-menu-close:hover,
.ag-theme-standard .ag-chart-menu-close:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close:hover,
.ag-theme-draggable-row .ag-chart-menu-close:hover, .ag-theme-alpine-dark .ag-header-cell-menu-button:hover,
.ag-theme-alpine-dark .ag-side-button-button:hover,
.ag-theme-alpine-dark .ag-tab:hover,
.ag-theme-alpine-dark .ag-panel-title-bar-button:hover,
.ag-theme-alpine-dark .ag-header-expand-icon:hover,
.ag-theme-alpine-dark .ag-column-group-icons:hover,
.ag-theme-alpine-dark .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine-dark .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine-dark .ag-chart-settings-prev:hover,
.ag-theme-alpine-dark .ag-chart-settings-next:hover,
.ag-theme-alpine-dark .ag-group-title-bar-icon:hover,
.ag-theme-alpine-dark .ag-column-select-header-icon:hover,
.ag-theme-alpine-dark .ag-floating-filter-button-button:hover,
.ag-theme-alpine-dark .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine-dark .ag-chart-menu-icon:hover,
.ag-theme-alpine-dark .ag-chart-menu-close:hover {
  color: var(--ag-alpine-active-color);
}

.ag-theme-alpine .ag-chart-menu-close, .ag-theme-stock-watchlist-ticker .ag-chart-menu-close, .ag-theme-stock-watchlist .ag-chart-menu-close, .ag-theme-standard .ag-chart-menu-close, .ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close, .ag-theme-draggable-row .ag-chart-menu-close, .ag-theme-alpine-dark .ag-chart-menu-close {
  background: var(--ag-background-color);
}

.ag-theme-alpine .ag-chart-menu-close .ag-icon, .ag-theme-stock-watchlist-ticker .ag-chart-menu-close .ag-icon, .ag-theme-stock-watchlist .ag-chart-menu-close .ag-icon, .ag-theme-standard .ag-chart-menu-close .ag-icon, .ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close .ag-icon, .ag-theme-draggable-row .ag-chart-menu-close .ag-icon, .ag-theme-alpine-dark .ag-chart-menu-close .ag-icon {
  background: none;
  border: 1px solid var(--ag-secondary-border-color);
  border-right: none;
}

.ag-theme-alpine .ag-chart-menu-close .ag-icon:hover, .ag-theme-stock-watchlist-ticker .ag-chart-menu-close .ag-icon:hover, .ag-theme-stock-watchlist .ag-chart-menu-close .ag-icon:hover, .ag-theme-standard .ag-chart-menu-close .ag-icon:hover, .ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close .ag-icon:hover, .ag-theme-draggable-row .ag-chart-menu-close .ag-icon:hover, .ag-theme-alpine-dark .ag-chart-menu-close .ag-icon:hover {
  background: var(--ag-header-background-color);
}

.ag-theme-alpine .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-stock-watchlist-ticker .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-stock-watchlist .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-standard .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-master-trader-bootcamp-journey .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-draggable-row .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-alpine-dark .ag-chart-settings-card-item.ag-not-selected:hover {
  opacity: 0.35;
}

.ag-theme-alpine .ag-ltr .ag-panel-title-bar-button, .ag-theme-stock-watchlist-ticker .ag-ltr .ag-panel-title-bar-button, .ag-theme-stock-watchlist .ag-ltr .ag-panel-title-bar-button, .ag-theme-standard .ag-ltr .ag-panel-title-bar-button, .ag-theme-master-trader-bootcamp-journey .ag-ltr .ag-panel-title-bar-button, .ag-theme-draggable-row .ag-ltr .ag-panel-title-bar-button, .ag-theme-alpine-dark .ag-ltr .ag-panel-title-bar-button {
  margin-left: calc(var(--ag-grid-size) * 2);
  margin-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl .ag-panel-title-bar-button, .ag-theme-stock-watchlist-ticker .ag-rtl .ag-panel-title-bar-button, .ag-theme-stock-watchlist .ag-rtl .ag-panel-title-bar-button, .ag-theme-standard .ag-rtl .ag-panel-title-bar-button, .ag-theme-master-trader-bootcamp-journey .ag-rtl .ag-panel-title-bar-button, .ag-theme-draggable-row .ag-rtl .ag-panel-title-bar-button, .ag-theme-alpine-dark .ag-rtl .ag-panel-title-bar-button {
  margin-right: calc(var(--ag-grid-size) * 2);
  margin-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-filter-toolpanel-group-container, .ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-group-container, .ag-theme-stock-watchlist .ag-filter-toolpanel-group-container, .ag-theme-standard .ag-filter-toolpanel-group-container, .ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-group-container, .ag-theme-draggable-row .ag-filter-toolpanel-group-container, .ag-theme-alpine-dark .ag-filter-toolpanel-group-container {
  padding-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-filter-toolpanel-instance-filter, .ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-instance-filter, .ag-theme-stock-watchlist .ag-filter-toolpanel-instance-filter, .ag-theme-standard .ag-filter-toolpanel-instance-filter, .ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-instance-filter, .ag-theme-draggable-row .ag-filter-toolpanel-instance-filter, .ag-theme-alpine-dark .ag-filter-toolpanel-instance-filter {
  border: none;
  background-color: var(--ag-control-panel-background-color);
  border-left: dashed 1px;
  border-left-color: var(--ag-border-color);
  margin-left: calc(var(--ag-icon-size) * 0.5);
  padding-left: calc(var(--ag-icon-size) * 0.5);
  margin-right: calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-set-filter-list, .ag-theme-stock-watchlist-ticker .ag-set-filter-list, .ag-theme-stock-watchlist .ag-set-filter-list, .ag-theme-standard .ag-set-filter-list, .ag-theme-master-trader-bootcamp-journey .ag-set-filter-list, .ag-theme-draggable-row .ag-set-filter-list, .ag-theme-alpine-dark .ag-set-filter-list {
  padding-top: calc(var(--ag-grid-size) * 0.5);
  padding-bottom: calc(var(--ag-grid-size) * 0.5);
}

.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-stock-watchlist-ticker .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-stock-watchlist .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-standard .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-master-trader-bootcamp-journey .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-draggable-row .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container, .ag-theme-stock-watchlist-ticker .ag-layout-auto-height .ag-center-cols-container, .ag-theme-stock-watchlist .ag-layout-auto-height .ag-center-cols-container, .ag-theme-standard .ag-layout-auto-height .ag-center-cols-container, .ag-theme-master-trader-bootcamp-journey .ag-layout-auto-height .ag-center-cols-container, .ag-theme-draggable-row .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine .ag-layout-print .ag-center-cols-clipper, .ag-theme-stock-watchlist-ticker .ag-layout-print .ag-center-cols-clipper, .ag-theme-stock-watchlist .ag-layout-print .ag-center-cols-clipper, .ag-theme-standard .ag-layout-print .ag-center-cols-clipper, .ag-theme-master-trader-bootcamp-journey .ag-layout-print .ag-center-cols-clipper, .ag-theme-draggable-row .ag-layout-print .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-print .ag-center-cols-container, .ag-theme-stock-watchlist-ticker .ag-layout-print .ag-center-cols-container, .ag-theme-stock-watchlist .ag-layout-print .ag-center-cols-container, .ag-theme-standard .ag-layout-print .ag-center-cols-container, .ag-theme-master-trader-bootcamp-journey .ag-layout-print .ag-center-cols-container, .ag-theme-draggable-row .ag-layout-print .ag-center-cols-container, .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-clipper, .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-container {
  min-height: 150px;
}

.ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-stock-watchlist-ticker .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-stock-watchlist .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-standard .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-master-trader-bootcamp-journey .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-draggable-row .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-alpine-dark .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 60px;
}

.ag-theme-alpine .ag-date-time-list-page-entry-is-current, .ag-theme-stock-watchlist-ticker .ag-date-time-list-page-entry-is-current, .ag-theme-stock-watchlist .ag-date-time-list-page-entry-is-current, .ag-theme-standard .ag-date-time-list-page-entry-is-current, .ag-theme-master-trader-bootcamp-journey .ag-date-time-list-page-entry-is-current, .ag-theme-draggable-row .ag-date-time-list-page-entry-is-current, .ag-theme-alpine-dark .ag-date-time-list-page-entry-is-current {
  background-color: var(--ag-alpine-active-color);
}

.ag-theme-alpine-dark {
  color-scheme: dark;
}

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

  src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABGYAAsAAAAAJUAAABFHAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIh2BmAAixwKpXCfGwE2AiQDgiwLgRgABCAFhEYHhRYbjiBFIbBxQJhBP8IiqifF7P9DAp1DWLRF/YtGkJpOTafDolO66hq923HLpBjtKhEisuawXiIEoOjQaGO9OOdNmM/k7y5DCZMHau317e0FCManAAiSyCaunoRkkLFl1/9/c+VPMsnNEtBMGFedLLAjUjWiUlf3+d7r9jXZ9QR298S0qL4ULfAzmTVNTp0mtPCuUzXkB9rmv+OwOMJMsBBtenrY+GctjprYgZGc8X+zSHSRfcvw1zpZ98C2kVXG2W5VN1e6FQaG8JwEf+HchRXcb/Z2hfQ8dNS65LeVddel9vIEBkLLAG+YnEKJNWojAGE6V6EkgmyIn4SZ/+fnUtsboqwa/IGs0PNzOvCvzXv/pcBZSpRymlLWAZIFgrumAmgArDY7BSznJvyER6Hm7NyE1oMAmTOP2W4ovkxHhBjDKOYx0rGd6gY9HsC1iTrjjQhAvisbO3rs5NnKm1fs3qoPidYOoKweNm9YtwIO46CaAQG+y6kDZXNP/PIvsNmO0J44x/o4N66Ot+LG+FSETZ0xCmh8diIJRcgUKg1LIC5GV+kMnGkwBUV1HbzQOxJrQ0SKWJvX3t1aFRHoqOtzRWTyveVTZfGGblRq755mi6egbDIkb+zKVJeTkPgMFsIIrr8G88QITUASqOJ5TBJLAyetqNuvUi9cwsEiSVfknTKJKFwXJEifKEg4TRaVoTf9KidqWxWTaM4Qhckx5sC9WV2VzEdYip117wlE4pFNoTH6pLaKlnSP3jkqCOWFb04+eok58yIR6Fpbc7h7VYskIzvBi/sbie0gREpS0BX75I92Tzz1WaffwH8gR5tNGv6Ou1SeWdaN1SV9UZTp7rskIKhKTKO2KKdINUyJyBebzykRFeRxykSE2WFRIO9B1isS0hgQYcL5JAPPxDZCJCtZJhixKBq5KJYoW69I7cDZt0UMtHEbtDRUHyXnQxNdkxUZZL0p82U+RlTWTIM51d59R0MY4VFM5LyTjGEtU2yJkYKpidT3fINprI68kbyhLdEKti+RzoyqEcMcPwhTspwVIrUtc4FTtliCZlwiUFiTJVoyQlQoYZSR2S1kszlNlkBoGxeSQcn+MEUWSA4mj3A5ffvhux4hAUjwEaKLmr52zGp/dflBYicWpiPxr0NTYFYDQcMRaANSkOTWZ4cEuLyoDScvqoX8RyGuh4WcvPfN7x89Mxl08dZHP36EtfDICIqxc2hNBvPNdJl2K7K5M4rCYRGaDXBjQMR3hzpP4o7B4iA8wQMsJ6+gqKSsoqqmrqGppa2jq6dvYGhkbGJqZm5haWVtY2tn7+Do5Gzi4uoGQjZEY3mkpnoONwMpo7YCzpBQU5/p33+QHKUDvWQiqhYC4hVKJgFdEuVWXwHrCaxkw4FVbDCwmo0C1rA+wFo2AVjHegHr2VBgA+sHbGLDgM1sCLCFjQa2sgHANtYf2M7GAjtZb2AXGwTsZn2BPWwMsJeNB/axgcB+NgI4wMYBB4dPBD9AlBIEgmAQhIAgFARhIAgHQQQIIkEQBYJoEMSAIBYEcSCIB0ECCBJBkASCZBCkgCAVBGkgSAdBBggyQZAFgmwQ5IAgFwR5IMgHQQEICkFQBIJiEJSAoBQEZSAoB0EFCCpBUAWCahDUgKAWBHUgqEcdOg2gbRpB0ATAPwtb4hrOkjUW5HTc5QqbZQn410jBxkUchHndThUwJRfzV20FHctyFSXU8yVnqnjVcqKMwuymhqcMPqkwZdzE7MqlETtSgja1jksLx8X8Ff1H+YGVe2V2Y1zRXllFWHa6TjV57rS1Fpe51MTab1Fp5+GvYSoCnSw+q0Knyg3wYwBdueM78aTNaQ6ZMGc2sJhDyi2UWFKajVUkKlSCUnUildsYqNCuRvJ8qsPqsaZHw1imHnAcswGXqBhwQuXfwCWekgGpGpIvQ0HnSkC+ETQedsQnNkKTvfsVG5ec3sJyonvfOjWhwcfj1Lch7WGTfXN4F1q0h6Nj3YR4YOJK97Vg/47/j0SrZ4f1sK3aBzlN9CTRon4b4djoIDxCx/QHGkSji1mm/Yu5skEao3+MPsfKXW/0BJd6VBlN4SGVVxfdQVMDX/tT7+fInmYWHpk0CyvoG7ZHrlzhFy9dO3bsFDtx/vZzcenpTbAH4kOTZ6/mF++APXk1uT5jaCg5iPbGE35x8eC1vNb40aMHxaXr7MSxS5OXr74V3b6+zItXjx4UeHB2fAXswYOTgi66mP8VCOnwFETZftDCRDnjQL11aLLadfIxMo+GgRzPxihvzAwxhtRR3QOXxaWr01SaKb2Ru7KBXUqoDrZoXYgvTVZrvbMX+MVr7MRmbXyJ64MqXixIsvOqSRPvnItPKAXn8tP8gnrylPsXVU/S6PPKxBIKno8rv4BEVfXo53Ll+leqLs7LmWPanhSZkZ4jpKJLCvLjaCnQpAGG9ooBL6T/6/ZIIKKacTYgjA2a7YoCiVrQOHFEYLIwm9bDhsBkI8BmXT4GCti6DdIBN80cQOmfxcpZF9zRBKNjNeXmRe//xRryXqh55q9DCFp7fSMcCpKfB88fGGag9rWQ0c7rxXns3uip2oiDuBsSoBI2bsOgWIKBCrAcm+hxaZxdx/CeM1ZnSVTPjogm4PXn7ZvdSpZJhVJVUTN3YldHhTwR9SeU7cvL4xyv3JuBbTTRIT4y/6lp2JthwV04Z8cc39G/0rR6YE012woDFoJVqt2G4pdhg3JHmmZ+1JoRK9zKQ9eG7hQTLmaPReFrpYFqAq9d6jzTxYM4JjwSWu62xm8O11PjYsbMNSu8NKl7HmbnfS5rT6TnhLdKHuUXfK/knS4uSu4Wt9Ezevzf72KdnTTvf1EQWzfxpcCYDP1SMYyql4r7XJ74UXJcsMavoX8eFlTaigWK4z/eBIaIEcBmnzojLlnKewNGn/KhYPd0KKPnPve5L/ux+2MzqB5eMo367GnTpPGpWXTqw+QTbzhQdB2nt9+5t7RD8XpB5wMzqfzo2IjRPea2GdyhaUAYu1teYrTbIsaDk6lw9Ol3SHBkyVWiGb+8hrNnSHT/d4gK8MlVexbaI+9GvB32KcrC3w4dTI1BeHwBS+xJHYpLEKxc1ODgfI1GqyFJYbOnnyAhOCx/M9ti+UJ8eWhZnUUj4JdiNhRJC8TiAmnRnUiz7QJxkfTOlnQlzzLPMMwi0pxfAXiVsshYkvpEfibb28kOEiTTLQzfiDO+O/1MhC/vTgCP4eKSnX382LJl2Tn11gRBeFO4OLqLofVFL2ysDQyPDy5cOLukhEZLiD/uqzt+7PiGhLVrJz5WeXAhDbgexJOJEPvfZ0OcYZtxGLFU+zKkowDcWiKkGii5/uksQYDu+80DrpJQvjWOOc0FnpIL3DSDq+SBA84+rTwNb0RaXXKyrmRfRiklaFqcFYjPPKwsb2scSN2EhFSGxIRUhIiT/xtpf275z+tue+dfyLnc0ET7K0jjwgvMSU1nnO0rYz7fT3XhHmlDndxGBDvazS/qim+N47htifXfXe6v0Xj0suc9YHu4u7j6sE/9dsQmFndXNT1hOqgd2Qtr3vVdDJHOd1wdjfQOlwWsannObV9Hlt24lcmurkuPOc4dMTFsN59yDwOXLqw9i2HlLjzr3jDE2bnEPfbvSFvGgnIDCB3eTvMs6f2TO3Nc2zmyZmLdSFcFx4H7YZBOoZv/P3HElhPFdMjKrhvbuW+G40R3Z3eRplfdJfrDypbjz3GEJkqiOOnzU/ziuC0ZppRKVWihek5KS7d3Lj9MnKI/9DdVro+tVcOc1JYur1y5LDO7rMh2eNSYGI/EopJ+ccboDN6q+SJBBp+fLhAxbAo74saWQZVEnFKZLeeNc08sliiYCKi7cqRHOnmoTU5OUYlHovrE8nteuS3dc1LWdbkE37vq8MqV/T4nTJsUaaJUuQHizX3OmLub0naBYsNo/IpqP5t7+Qq8F+7fZ1w9GtupN8RbAubdpCROGRWkYrcxX14svj2GBLmFRgy4FJdQiliFcRupIJWJk5+MmX19u0KqMH6qwra96fByc4fY4VUUOvp+6bSsmjxY9b9sFBa/4Xlu5i3PXS4rlEgKmiMNyNYa4m325K3i5xA57csW6ZAW1qR3oSEAeGYJs/4Mev+3ojBsGaZCFy/MEm7JjNW3rMc9Fu+JifuvUeOwDe/o0F5HkKQkBLmec7bi00d3Ldg1sf/LDLiBNCiSLXED4NvcNftuvHCQjdvYiNXfotFXSSVwz+dlT+pIkuC3Ypa8Al3u3oV54VmCzExBVnierJK36MwZT15llhNRsn1NQcwvtevPfRv17cgGLnDnJJSR2tId/uD9weX5Fz7LmEOQC0kCRpFTp9p6ynPGH59tqSkpmrIyHve95OOTue1OenplmRXdPVCee6zGbL57l7o3KWryZvLdnDn5zY4MD4+2UlebFocZ5pbp2K23bq9enYUYp1VNqXx+qg3qbc2G0gtN2XzQ7bvY9UUmeW71LDcgztH22b9hB45jXMDLQ7vYMx8SxFiC+rMplJ+eFmZo/ZOq3iWCmvVS6DrtvJ3YJ93G2Nu9F36ik334x96ZbXQo6FYo9vQYuxHl5n1oGwdMMfbtMzYpe/tg3avVr3rGqm/fTm5gS4U+WBtkMgVpg/XDkSbaZDrXrw8eFgS2Lv21Xi/WCYU6sf5KSbVtnVAvvrJVG948S21OTm7+kxKj/sz/uJRP3WT7pSSteinzXwjpcM9y9jTmrd2o2Ch9hsficG82O9uZwN+CrkLZkHUv7l6W4NyqPT/8S06Wy3x9k5KASjIUGODVOruMmS0xUiocPnwReWDi1NnDcrw4XjZnPid0mX7sWFtl7UD/kLIqUXa53UrAxeQ3KpUf0VyQn5GxfHnczl1g7PuR+Zp5IypXnseIH1/cIz4bBZgxWU01M/x1gr1udqJlaBGlimhjGsr+uF+bwiOA+zU2oE91TLEeIauP1xWe6rUM/pA81yOYpihiSB7JUXB/oI+iZaGt9tQq2n9Q0derrnU/2o8lgXVDNY1oD9p6TyUb0YWZhdYyCKXNkXqpiKbholwui05d6ymOvr4rvfbvnEuD/2Lt6UJO/LtcDLUAjLO7+6TfmdLsqQ1oX9N1GBdZaqb1U6z/q75SrwQ8/Q0nP38sYCya/8Olal7o7hJgPz+nTjjmCEjw0ihgE3KAue6Ez7v6sQAMBCBRVzH0QE+m7QFOUA8oIHQ7QMAd+l1GAzbMBJSuy4FO132so8Klf1DS9T/b9TcUX2zPj/AL+0JO3/nkAvwE23tJm1M5r/MXKLsYquvmateVvUAAkgy6aucqD/aG2VSGIlbPMayL8j5WieIXKG465nS7Whn3qhsVcU2yXhBHu+MlTgB+gvDA9TyJJGbIMf6CADLvWhRUrjWuJH0vSqp0AYxdq7Tmf+5sYN3g2DCqxCIR5uJZqyIJPoZ4J5LY+gKUazY6BSu5tYrnZWTNhtLC560Aq5pu1Hxm2ADhCAgVDfnVHfDFWv3a/K+boiQrqqYbpmU7rucHYRQnaZYXZVU3bdcP4zQv67Yf53U/r/fn6869B4+ePHvx6s27D59rb8W2BFayi6GUQ3HMm/KqUkVQ4IU6kvi4naC+2zjVWTroy40OXNDAQOiCZDjdldAHKfe+ah+pTq7Sk7buUo8h76oOTFIx6EJ1moWamPOmukOhMysBX7vadsckqTmo3oEf6uxl7jbzzNKUb00TU5syF3ZcEjsz9qnYqzHsabj0FTo92y3fUrtgtzEmh26BAjP024Pka2cbcuIidIC90FxL7+MIWiQNZwmbqYJINUTeTgODi30+piO9mVi3PXMMdTTmaKOpIKhsx0WOAXbzc19S6ziGQukT7aE2oe1becDAJ2Ubp0wARhQ7m5VjgrDdv2N5JuuSRQBzomCUKV7nW2tS/6FeMhsYy1oDAA==);

  font-weight: normal;

  font-style: normal;
}

.ag-theme-alpine, .ag-theme-stock-watchlist-ticker, .ag-theme-stock-watchlist, .ag-theme-standard, .ag-theme-master-trader-bootcamp-journey, .ag-theme-draggable-row, .ag-theme-alpine-dark {
  --ag-alpine-active-color: #2196f3;
  --ag-selected-row-background-color: rgba(33, 150, 243, 0.3);
  --ag-row-hover-color: rgba(33, 150, 243, 0.1);
  --ag-column-hover-color: rgba(33, 150, 243, 0.1);
  --ag-input-focus-border-color: rgba(33, 150, 243, 0.4);
  --ag-range-selection-background-color: rgba(33, 150, 243, 0.2);
  --ag-range-selection-background-color-2: rgba(33, 150, 243, 0.36);
  --ag-range-selection-background-color-3: rgba(33, 150, 243, 0.49);
  --ag-range-selection-background-color-4: rgba(33, 150, 243, 0.59);
  --ag-background-color: #fff;
  --ag-foreground-color: #181d1f;
  --ag-border-color: #babfc7;
  --ag-secondary-border-color: #dde2eb;
  --ag-header-background-color: #f8f8f8;
  --ag-odd-row-background-color: #fcfcfc;
  --ag-control-panel-background-color: #f8f8f8;
  --ag-subheader-background-color: #fff;
  --ag-invalid-color: #e02525;
  --ag-checkbox-unchecked-color: #999;
  --ag-checkbox-background-color: var(--ag-background-color);
  --ag-checkbox-checked-color: var(--ag-alpine-active-color);
  --ag-range-selection-border-color: var(--ag-alpine-active-color);
  --ag-secondary-foreground-color: var(--ag-foreground-color);
  --ag-input-border-color: var(--ag-border-color);
  --ag-input-border-color-invalid: var(--ag-invalid-color);
  --ag-input-focus-box-shadow: 0 0 2px 0.1rem var(--ag-input-focus-border-color);
  --ag-disabled-foreground-color: rgba(24, 29, 31, 0.5);
  --ag-chip-background-color: rgba(24, 29, 31, 0.07);
  --ag-input-disabled-border-color: rgba(186, 191, 199, 0.3);
  --ag-input-disabled-background-color: rgba(186, 191, 199, 0.15);
  --ag-borders: solid 1px;
  --ag-border-radius: 3px;
  --ag-borders-side-button: none;
  --ag-side-button-selected-background-color: transparent;
  --ag-header-column-resize-handle-display: block;
  --ag-header-column-resize-handle-width: 2px;
  --ag-header-column-resize-handle-height: 30%;
  --ag-grid-size: 6px;
  --ag-icon-size: 16px;
  --ag-row-height: calc(var(--ag-grid-size) * 7);
  --ag-header-height: calc(var(--ag-grid-size) * 8);
  --ag-list-item-height: calc(var(--ag-grid-size) * 4);
  --ag-column-select-indent-size: var(--ag-icon-size);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-cell-widget-spacing: calc(var(--ag-grid-size) * 2);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.5);
  --ag-toggle-button-height: 18px;
  --ag-toggle-button-width: 28px;
  --ag-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --ag-font-size: 13px;
  --ag-icon-font-family: agGridAlpine;
  --ag-selected-tab-underline-color: var(--ag-alpine-active-color);
  --ag-selected-tab-underline-width: 2px;
  --ag-selected-tab-underline-transition-speed: 0.3s;
  --ag-tab-min-width: 240px;
  --ag-card-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  --ag-popup-shadow: var(--ag-card-shadow);
  --ag-side-bar-panel-width: 250px;
}

.ag-theme-alpine-dark {
  --ag-background-color: #181d1f;
  --ag-foreground-color: #fff;
  --ag-border-color: #68686e;
  --ag-secondary-border-color: rgba(88, 86, 82, 0.5);
  --ag-modal-overlay-background-color: rgba(24, 29, 31, 0.66);
  --ag-header-background-color: #222628;
  --ag-odd-row-background-color: #222628;
  --ag-control-panel-background-color: #222628;
  --ag-subheader-background-color: #000;
  --ag-input-disabled-background-color: #282c2f;
  --ag-input-focus-box-shadow:
      0 0 2px 0.5px rgba(255, 255, 255, 0.5),
      0 0 4px 3px var(--ag-input-focus-border-color);
  --ag-card-shadow: 0 1px 20px 1px black;
  --ag-disabled-foreground-color: rgba(255, 255, 255, 0.5);
  --ag-chip-background-color: rgba(255, 255, 255, 0.07);
  --ag-input-disabled-border-color: rgba(104, 104, 110, 0.3);
  --ag-input-disabled-background-color: rgba(104, 104, 110, 0.07);
}

.ag-theme-alpine .ag-filter-toolpanel-header, .ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-header, .ag-theme-stock-watchlist .ag-filter-toolpanel-header, .ag-theme-standard .ag-filter-toolpanel-header, .ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-header, .ag-theme-draggable-row .ag-filter-toolpanel-header,
.ag-theme-alpine .ag-filter-toolpanel-search,
.ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-search,
.ag-theme-stock-watchlist .ag-filter-toolpanel-search,
.ag-theme-standard .ag-filter-toolpanel-search,
.ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-search,
.ag-theme-draggable-row .ag-filter-toolpanel-search,
.ag-theme-alpine .ag-status-bar,
.ag-theme-stock-watchlist-ticker .ag-status-bar,
.ag-theme-stock-watchlist .ag-status-bar,
.ag-theme-standard .ag-status-bar,
.ag-theme-master-trader-bootcamp-journey .ag-status-bar,
.ag-theme-draggable-row .ag-status-bar,
.ag-theme-alpine .ag-header-row,
.ag-theme-stock-watchlist-ticker .ag-header-row,
.ag-theme-stock-watchlist .ag-header-row,
.ag-theme-standard .ag-header-row,
.ag-theme-master-trader-bootcamp-journey .ag-header-row,
.ag-theme-draggable-row .ag-header-row,
.ag-theme-alpine .ag-panel-title-bar-title,
.ag-theme-stock-watchlist-ticker .ag-panel-title-bar-title,
.ag-theme-stock-watchlist .ag-panel-title-bar-title,
.ag-theme-standard .ag-panel-title-bar-title,
.ag-theme-master-trader-bootcamp-journey .ag-panel-title-bar-title,
.ag-theme-draggable-row .ag-panel-title-bar-title,
.ag-theme-alpine .ag-multi-filter-group-title-bar,
.ag-theme-stock-watchlist-ticker .ag-multi-filter-group-title-bar,
.ag-theme-stock-watchlist .ag-multi-filter-group-title-bar,
.ag-theme-standard .ag-multi-filter-group-title-bar,
.ag-theme-master-trader-bootcamp-journey .ag-multi-filter-group-title-bar,
.ag-theme-draggable-row .ag-multi-filter-group-title-bar, .ag-theme-alpine-dark .ag-filter-toolpanel-header,
.ag-theme-alpine-dark .ag-filter-toolpanel-search,
.ag-theme-alpine-dark .ag-status-bar,
.ag-theme-alpine-dark .ag-header-row,
.ag-theme-alpine-dark .ag-panel-title-bar-title,
.ag-theme-alpine-dark .ag-multi-filter-group-title-bar {
  font-weight: 700;
  color: var(--ag-header-foreground-color);
}

.ag-theme-alpine .ag-row, .ag-theme-stock-watchlist-ticker .ag-row, .ag-theme-stock-watchlist .ag-row, .ag-theme-standard .ag-row, .ag-theme-master-trader-bootcamp-journey .ag-row, .ag-theme-draggable-row .ag-row, .ag-theme-alpine-dark .ag-row {
  font-size: calc(var(--ag-font-size) + 1px);
}

.ag-theme-alpine input[class^=ag-]:not([type]), .ag-theme-stock-watchlist-ticker input[class^=ag-]:not([type]), .ag-theme-stock-watchlist input[class^=ag-]:not([type]), .ag-theme-standard input[class^=ag-]:not([type]), .ag-theme-master-trader-bootcamp-journey input[class^=ag-]:not([type]), .ag-theme-draggable-row input[class^=ag-]:not([type]),
.ag-theme-alpine input[class^=ag-][type=text],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=text],
.ag-theme-stock-watchlist input[class^=ag-][type=text],
.ag-theme-standard input[class^=ag-][type=text],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=text],
.ag-theme-draggable-row input[class^=ag-][type=text],
.ag-theme-alpine input[class^=ag-][type=number],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=number],
.ag-theme-stock-watchlist input[class^=ag-][type=number],
.ag-theme-standard input[class^=ag-][type=number],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=number],
.ag-theme-draggable-row input[class^=ag-][type=number],
.ag-theme-alpine input[class^=ag-][type=tel],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=tel],
.ag-theme-stock-watchlist input[class^=ag-][type=tel],
.ag-theme-standard input[class^=ag-][type=tel],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=tel],
.ag-theme-draggable-row input[class^=ag-][type=tel],
.ag-theme-alpine input[class^=ag-][type=date],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=date],
.ag-theme-stock-watchlist input[class^=ag-][type=date],
.ag-theme-standard input[class^=ag-][type=date],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=date],
.ag-theme-draggable-row input[class^=ag-][type=date],
.ag-theme-alpine input[class^=ag-][type=datetime-local],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=datetime-local],
.ag-theme-stock-watchlist input[class^=ag-][type=datetime-local],
.ag-theme-standard input[class^=ag-][type=datetime-local],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=datetime-local],
.ag-theme-draggable-row input[class^=ag-][type=datetime-local],
.ag-theme-alpine textarea[class^=ag-],
.ag-theme-stock-watchlist-ticker textarea[class^=ag-],
.ag-theme-stock-watchlist textarea[class^=ag-],
.ag-theme-standard textarea[class^=ag-],
.ag-theme-master-trader-bootcamp-journey textarea[class^=ag-],
.ag-theme-draggable-row textarea[class^=ag-], .ag-theme-alpine-dark input[class^=ag-]:not([type]),
.ag-theme-alpine-dark input[class^=ag-][type=text],
.ag-theme-alpine-dark input[class^=ag-][type=number],
.ag-theme-alpine-dark input[class^=ag-][type=tel],
.ag-theme-alpine-dark input[class^=ag-][type=date],
.ag-theme-alpine-dark input[class^=ag-][type=datetime-local],
.ag-theme-alpine-dark textarea[class^=ag-] {
  min-height: calc(var(--ag-grid-size) * 4);
  border-radius: var(--ag-border-radius);
}

.ag-theme-alpine .ag-ltr input[class^=ag-]:not([type]), .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-]:not([type]), .ag-theme-stock-watchlist .ag-ltr input[class^=ag-]:not([type]), .ag-theme-standard .ag-ltr input[class^=ag-]:not([type]), .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-]:not([type]), .ag-theme-draggable-row .ag-ltr input[class^=ag-]:not([type]), .ag-theme-alpine .ag-ltr input[class^=ag-][type=text], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=text], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=text], .ag-theme-standard .ag-ltr input[class^=ag-][type=text], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=text], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=text], .ag-theme-alpine .ag-ltr input[class^=ag-][type=number], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=number], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=number], .ag-theme-standard .ag-ltr input[class^=ag-][type=number], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=number], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=number], .ag-theme-alpine .ag-ltr input[class^=ag-][type=tel], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=tel], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=tel], .ag-theme-standard .ag-ltr input[class^=ag-][type=tel], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=tel], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=tel], .ag-theme-alpine .ag-ltr input[class^=ag-][type=date], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=date], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=date], .ag-theme-standard .ag-ltr input[class^=ag-][type=date], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=date], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=date], .ag-theme-alpine .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-standard .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-alpine .ag-ltr textarea[class^=ag-], .ag-theme-stock-watchlist-ticker .ag-ltr textarea[class^=ag-], .ag-theme-stock-watchlist .ag-ltr textarea[class^=ag-], .ag-theme-standard .ag-ltr textarea[class^=ag-], .ag-theme-master-trader-bootcamp-journey .ag-ltr textarea[class^=ag-], .ag-theme-draggable-row .ag-ltr textarea[class^=ag-], .ag-theme-alpine-dark .ag-ltr input[class^=ag-]:not([type]), .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=text], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=number], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=tel], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=date], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-alpine-dark .ag-ltr textarea[class^=ag-] {
  padding-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl input[class^=ag-]:not([type]), .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-]:not([type]), .ag-theme-stock-watchlist .ag-rtl input[class^=ag-]:not([type]), .ag-theme-standard .ag-rtl input[class^=ag-]:not([type]), .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-]:not([type]), .ag-theme-draggable-row .ag-rtl input[class^=ag-]:not([type]), .ag-theme-alpine .ag-rtl input[class^=ag-][type=text], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=text], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=text], .ag-theme-standard .ag-rtl input[class^=ag-][type=text], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=text], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=text], .ag-theme-alpine .ag-rtl input[class^=ag-][type=number], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=number], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=number], .ag-theme-standard .ag-rtl input[class^=ag-][type=number], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=number], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=number], .ag-theme-alpine .ag-rtl input[class^=ag-][type=tel], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=tel], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=tel], .ag-theme-standard .ag-rtl input[class^=ag-][type=tel], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=tel], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=tel], .ag-theme-alpine .ag-rtl input[class^=ag-][type=date], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=date], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=date], .ag-theme-standard .ag-rtl input[class^=ag-][type=date], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=date], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=date], .ag-theme-alpine .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-standard .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-alpine .ag-rtl textarea[class^=ag-], .ag-theme-stock-watchlist-ticker .ag-rtl textarea[class^=ag-], .ag-theme-stock-watchlist .ag-rtl textarea[class^=ag-], .ag-theme-standard .ag-rtl textarea[class^=ag-], .ag-theme-master-trader-bootcamp-journey .ag-rtl textarea[class^=ag-], .ag-theme-draggable-row .ag-rtl textarea[class^=ag-], .ag-theme-alpine-dark .ag-rtl input[class^=ag-]:not([type]), .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=text], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=number], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=tel], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=date], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-alpine-dark .ag-rtl textarea[class^=ag-] {
  padding-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-tab, .ag-theme-stock-watchlist-ticker .ag-tab, .ag-theme-stock-watchlist .ag-tab, .ag-theme-standard .ag-tab, .ag-theme-master-trader-bootcamp-journey .ag-tab, .ag-theme-draggable-row .ag-tab, .ag-theme-alpine-dark .ag-tab {
  padding: calc(var(--ag-grid-size) * 1.5);
  transition: color 0.4s;
  flex: 1 1 auto;
}

.ag-theme-alpine .ag-tab-selected, .ag-theme-stock-watchlist-ticker .ag-tab-selected, .ag-theme-stock-watchlist .ag-tab-selected, .ag-theme-standard .ag-tab-selected, .ag-theme-master-trader-bootcamp-journey .ag-tab-selected, .ag-theme-draggable-row .ag-tab-selected, .ag-theme-alpine-dark .ag-tab-selected {
  color: var(--ag-alpine-active-color);
}

.ag-theme-alpine .ag-menu, .ag-theme-stock-watchlist-ticker .ag-menu, .ag-theme-stock-watchlist .ag-menu, .ag-theme-standard .ag-menu, .ag-theme-master-trader-bootcamp-journey .ag-menu, .ag-theme-draggable-row .ag-menu, .ag-theme-alpine-dark .ag-menu {
  background-color: var(--ag-control-panel-background-color);
}

.ag-theme-alpine .ag-menu-header, .ag-theme-stock-watchlist-ticker .ag-menu-header, .ag-theme-stock-watchlist .ag-menu-header, .ag-theme-standard .ag-menu-header, .ag-theme-master-trader-bootcamp-journey .ag-menu-header, .ag-theme-draggable-row .ag-menu-header, .ag-theme-alpine-dark .ag-menu-header {
  background-color: var(--ag-control-panel-background-color);
  padding-top: 1px;
}

.ag-theme-alpine .ag-tabs-header, .ag-theme-stock-watchlist-ticker .ag-tabs-header, .ag-theme-stock-watchlist .ag-tabs-header, .ag-theme-standard .ag-tabs-header, .ag-theme-master-trader-bootcamp-journey .ag-tabs-header, .ag-theme-draggable-row .ag-tabs-header, .ag-theme-alpine-dark .ag-tabs-header {
  border-bottom: var(--ag-borders) var(--ag-border-color);
}

.ag-theme-alpine .ag-charts-settings-group-title-bar, .ag-theme-stock-watchlist-ticker .ag-charts-settings-group-title-bar, .ag-theme-stock-watchlist .ag-charts-settings-group-title-bar, .ag-theme-standard .ag-charts-settings-group-title-bar, .ag-theme-master-trader-bootcamp-journey .ag-charts-settings-group-title-bar, .ag-theme-draggable-row .ag-charts-settings-group-title-bar,
.ag-theme-alpine .ag-charts-data-group-title-bar,
.ag-theme-stock-watchlist-ticker .ag-charts-data-group-title-bar,
.ag-theme-stock-watchlist .ag-charts-data-group-title-bar,
.ag-theme-standard .ag-charts-data-group-title-bar,
.ag-theme-master-trader-bootcamp-journey .ag-charts-data-group-title-bar,
.ag-theme-draggable-row .ag-charts-data-group-title-bar,
.ag-theme-alpine .ag-charts-format-top-level-group-title-bar,
.ag-theme-stock-watchlist-ticker .ag-charts-format-top-level-group-title-bar,
.ag-theme-stock-watchlist .ag-charts-format-top-level-group-title-bar,
.ag-theme-standard .ag-charts-format-top-level-group-title-bar,
.ag-theme-master-trader-bootcamp-journey .ag-charts-format-top-level-group-title-bar,
.ag-theme-draggable-row .ag-charts-format-top-level-group-title-bar, .ag-theme-alpine-dark .ag-charts-settings-group-title-bar,
.ag-theme-alpine-dark .ag-charts-data-group-title-bar,
.ag-theme-alpine-dark .ag-charts-format-top-level-group-title-bar {
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
  line-height: calc(var(--ag-icon-size) + var(--ag-grid-size) - 2px);
}

.ag-theme-alpine .ag-chart-mini-thumbnail, .ag-theme-stock-watchlist-ticker .ag-chart-mini-thumbnail, .ag-theme-stock-watchlist .ag-chart-mini-thumbnail, .ag-theme-standard .ag-chart-mini-thumbnail, .ag-theme-master-trader-bootcamp-journey .ag-chart-mini-thumbnail, .ag-theme-draggable-row .ag-chart-mini-thumbnail, .ag-theme-alpine-dark .ag-chart-mini-thumbnail {
  background-color: var(--ag-background-color);
}

.ag-theme-alpine .ag-chart-settings-nav-bar, .ag-theme-stock-watchlist-ticker .ag-chart-settings-nav-bar, .ag-theme-stock-watchlist .ag-chart-settings-nav-bar, .ag-theme-standard .ag-chart-settings-nav-bar, .ag-theme-master-trader-bootcamp-journey .ag-chart-settings-nav-bar, .ag-theme-draggable-row .ag-chart-settings-nav-bar, .ag-theme-alpine-dark .ag-chart-settings-nav-bar {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-theme-alpine .ag-ltr .ag-group-title-bar-icon, .ag-theme-stock-watchlist-ticker .ag-ltr .ag-group-title-bar-icon, .ag-theme-stock-watchlist .ag-ltr .ag-group-title-bar-icon, .ag-theme-standard .ag-ltr .ag-group-title-bar-icon, .ag-theme-master-trader-bootcamp-journey .ag-ltr .ag-group-title-bar-icon, .ag-theme-draggable-row .ag-ltr .ag-group-title-bar-icon, .ag-theme-alpine-dark .ag-ltr .ag-group-title-bar-icon {
  margin-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl .ag-group-title-bar-icon, .ag-theme-stock-watchlist-ticker .ag-rtl .ag-group-title-bar-icon, .ag-theme-stock-watchlist .ag-rtl .ag-group-title-bar-icon, .ag-theme-standard .ag-rtl .ag-group-title-bar-icon, .ag-theme-master-trader-bootcamp-journey .ag-rtl .ag-group-title-bar-icon, .ag-theme-draggable-row .ag-rtl .ag-group-title-bar-icon, .ag-theme-alpine-dark .ag-rtl .ag-group-title-bar-icon {
  margin-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist-ticker .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist .ag-charts-format-top-level-group-toolbar, .ag-theme-standard .ag-charts-format-top-level-group-toolbar, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-top-level-group-toolbar, .ag-theme-draggable-row .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-charts-format-top-level-group-toolbar {
  margin-top: var(--ag-grid-size);
}

.ag-theme-alpine .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist-ticker .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-standard .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-master-trader-bootcamp-journey .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-draggable-row .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-ltr .ag-charts-format-top-level-group-toolbar {
  padding-left: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist-ticker .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-standard .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-master-trader-bootcamp-journey .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-draggable-row .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-rtl .ag-charts-format-top-level-group-toolbar {
  padding-right: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-charts-format-sub-level-group, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group, .ag-theme-standard .ag-charts-format-sub-level-group, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group, .ag-theme-draggable-row .ag-charts-format-sub-level-group, .ag-theme-alpine-dark .ag-charts-format-sub-level-group {
  border-left: dashed 1px;
  border-left-color: var(--ag-border-color);
  padding-left: var(--ag-grid-size);
  margin-bottom: calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-charts-format-sub-level-group-title-bar, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group-title-bar, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group-title-bar, .ag-theme-standard .ag-charts-format-sub-level-group-title-bar, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group-title-bar, .ag-theme-draggable-row .ag-charts-format-sub-level-group-title-bar, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-title-bar {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  font-weight: 700;
}

.ag-theme-alpine .ag-charts-format-sub-level-group-container, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group-container, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group-container, .ag-theme-standard .ag-charts-format-sub-level-group-container, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group-container, .ag-theme-draggable-row .ag-charts-format-sub-level-group-container, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-container {
  padding-bottom: 0;
}

.ag-theme-alpine .ag-charts-format-sub-level-group-item:last-child, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group-item:last-child, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group-item:last-child, .ag-theme-standard .ag-charts-format-sub-level-group-item:last-child, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group-item:last-child, .ag-theme-draggable-row .ag-charts-format-sub-level-group-item:last-child, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-item:last-child {
  margin-bottom: 0;
}

.ag-theme-alpine.ag-dnd-ghost, .ag-dnd-ghost.ag-theme-stock-watchlist-ticker, .ag-dnd-ghost.ag-theme-stock-watchlist, .ag-dnd-ghost.ag-theme-standard, .ag-dnd-ghost.ag-theme-master-trader-bootcamp-journey, .ag-dnd-ghost.ag-theme-draggable-row, .ag-theme-alpine-dark.ag-dnd-ghost {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 700;
}

.ag-theme-alpine .ag-side-buttons, .ag-theme-stock-watchlist-ticker .ag-side-buttons, .ag-theme-stock-watchlist .ag-side-buttons, .ag-theme-standard .ag-side-buttons, .ag-theme-master-trader-bootcamp-journey .ag-side-buttons, .ag-theme-draggable-row .ag-side-buttons, .ag-theme-alpine-dark .ag-side-buttons {
  width: calc(var(--ag-grid-size) * 5);
}

.ag-theme-alpine .ag-standard-button, .ag-theme-stock-watchlist-ticker .ag-standard-button, .ag-theme-stock-watchlist .ag-standard-button, .ag-theme-standard .ag-standard-button, .ag-theme-master-trader-bootcamp-journey .ag-standard-button, .ag-theme-draggable-row .ag-standard-button, .ag-theme-alpine-dark .ag-standard-button {
  appearance: none;
  -webkit-appearance: none;
  border-radius: var(--ag-border-radius);
  border: 1px solid;
  border-color: var(--ag-alpine-active-color);
  color: var(--ag-alpine-active-color);
  background-color: var(--ag-background-color);
  font-weight: 600;
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-standard-button:hover, .ag-theme-stock-watchlist-ticker .ag-standard-button:hover, .ag-theme-stock-watchlist .ag-standard-button:hover, .ag-theme-standard .ag-standard-button:hover, .ag-theme-master-trader-bootcamp-journey .ag-standard-button:hover, .ag-theme-draggable-row .ag-standard-button:hover, .ag-theme-alpine-dark .ag-standard-button:hover {
  border-color: var(--ag-alpine-active-color);
  background-color: var(--ag-row-hover-color);
}

.ag-theme-alpine .ag-standard-button:active, .ag-theme-stock-watchlist-ticker .ag-standard-button:active, .ag-theme-stock-watchlist .ag-standard-button:active, .ag-theme-standard .ag-standard-button:active, .ag-theme-master-trader-bootcamp-journey .ag-standard-button:active, .ag-theme-draggable-row .ag-standard-button:active, .ag-theme-alpine-dark .ag-standard-button:active {
  border-color: var(--ag-alpine-active-color);
  background-color: var(--ag-alpine-active-color);
  color: var(--ag-background-color);
}

.ag-theme-alpine .ag-standard-button:disabled, .ag-theme-stock-watchlist-ticker .ag-standard-button:disabled, .ag-theme-stock-watchlist .ag-standard-button:disabled, .ag-theme-standard .ag-standard-button:disabled, .ag-theme-master-trader-bootcamp-journey .ag-standard-button:disabled, .ag-theme-draggable-row .ag-standard-button:disabled, .ag-theme-alpine-dark .ag-standard-button:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}

.ag-theme-alpine .ag-column-drop-vertical, .ag-theme-stock-watchlist-ticker .ag-column-drop-vertical, .ag-theme-stock-watchlist .ag-column-drop-vertical, .ag-theme-standard .ag-column-drop-vertical, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-vertical, .ag-theme-draggable-row .ag-column-drop-vertical, .ag-theme-alpine-dark .ag-column-drop-vertical {
  min-height: 75px;
}

.ag-theme-alpine .ag-column-drop-vertical-title-bar, .ag-theme-stock-watchlist-ticker .ag-column-drop-vertical-title-bar, .ag-theme-stock-watchlist .ag-column-drop-vertical-title-bar, .ag-theme-standard .ag-column-drop-vertical-title-bar, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-vertical-title-bar, .ag-theme-draggable-row .ag-column-drop-vertical-title-bar, .ag-theme-alpine-dark .ag-column-drop-vertical-title-bar {
  padding: calc(var(--ag-grid-size) * 2);
  padding-bottom: 0px;
}

.ag-theme-alpine .ag-column-drop-vertical-empty-message, .ag-theme-stock-watchlist-ticker .ag-column-drop-vertical-empty-message, .ag-theme-stock-watchlist .ag-column-drop-vertical-empty-message, .ag-theme-standard .ag-column-drop-vertical-empty-message, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-vertical-empty-message, .ag-theme-draggable-row .ag-column-drop-vertical-empty-message, .ag-theme-alpine-dark .ag-column-drop-vertical-empty-message {
  display: flex;
  align-items: center;
  border: dashed 1px;
  border-color: var(--ag-border-color);
  margin: calc(var(--ag-grid-size) * 2);
  padding: calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-column-drop-empty-message, .ag-theme-stock-watchlist-ticker .ag-column-drop-empty-message, .ag-theme-stock-watchlist .ag-column-drop-empty-message, .ag-theme-standard .ag-column-drop-empty-message, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-empty-message, .ag-theme-draggable-row .ag-column-drop-empty-message, .ag-theme-alpine-dark .ag-column-drop-empty-message {
  color: var(--ag-foreground-color);
  opacity: 0.75;
}

.ag-theme-alpine .ag-status-bar, .ag-theme-stock-watchlist-ticker .ag-status-bar, .ag-theme-stock-watchlist .ag-status-bar, .ag-theme-standard .ag-status-bar, .ag-theme-master-trader-bootcamp-journey .ag-status-bar, .ag-theme-draggable-row .ag-status-bar, .ag-theme-alpine-dark .ag-status-bar {
  font-weight: normal;
}

.ag-theme-alpine .ag-status-name-value-value, .ag-theme-stock-watchlist-ticker .ag-status-name-value-value, .ag-theme-stock-watchlist .ag-status-name-value-value, .ag-theme-standard .ag-status-name-value-value, .ag-theme-master-trader-bootcamp-journey .ag-status-name-value-value, .ag-theme-draggable-row .ag-status-name-value-value, .ag-theme-alpine-dark .ag-status-name-value-value {
  font-weight: 700;
}

.ag-theme-alpine .ag-paging-number, .ag-theme-stock-watchlist-ticker .ag-paging-number, .ag-theme-stock-watchlist .ag-paging-number, .ag-theme-standard .ag-paging-number, .ag-theme-master-trader-bootcamp-journey .ag-paging-number, .ag-theme-draggable-row .ag-paging-number, .ag-theme-alpine .ag-paging-row-summary-panel-number, .ag-theme-stock-watchlist-ticker .ag-paging-row-summary-panel-number, .ag-theme-stock-watchlist .ag-paging-row-summary-panel-number, .ag-theme-standard .ag-paging-row-summary-panel-number, .ag-theme-master-trader-bootcamp-journey .ag-paging-row-summary-panel-number, .ag-theme-draggable-row .ag-paging-row-summary-panel-number, .ag-theme-alpine-dark .ag-paging-number, .ag-theme-alpine-dark .ag-paging-row-summary-panel-number {
  font-weight: 700;
}

.ag-theme-alpine .ag-column-drop-cell-button, .ag-theme-stock-watchlist-ticker .ag-column-drop-cell-button, .ag-theme-stock-watchlist .ag-column-drop-cell-button, .ag-theme-standard .ag-column-drop-cell-button, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-cell-button, .ag-theme-draggable-row .ag-column-drop-cell-button, .ag-theme-alpine-dark .ag-column-drop-cell-button {
  opacity: 0.5;
}

.ag-theme-alpine .ag-column-drop-cell-button:hover, .ag-theme-stock-watchlist-ticker .ag-column-drop-cell-button:hover, .ag-theme-stock-watchlist .ag-column-drop-cell-button:hover, .ag-theme-standard .ag-column-drop-cell-button:hover, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-cell-button:hover, .ag-theme-draggable-row .ag-column-drop-cell-button:hover, .ag-theme-alpine-dark .ag-column-drop-cell-button:hover {
  opacity: 0.75;
}

.ag-theme-alpine .ag-header-cell-menu-button:hover, .ag-theme-stock-watchlist-ticker .ag-header-cell-menu-button:hover, .ag-theme-stock-watchlist .ag-header-cell-menu-button:hover, .ag-theme-standard .ag-header-cell-menu-button:hover, .ag-theme-master-trader-bootcamp-journey .ag-header-cell-menu-button:hover, .ag-theme-draggable-row .ag-header-cell-menu-button:hover,
.ag-theme-alpine .ag-side-button-button:hover,
.ag-theme-stock-watchlist-ticker .ag-side-button-button:hover,
.ag-theme-stock-watchlist .ag-side-button-button:hover,
.ag-theme-standard .ag-side-button-button:hover,
.ag-theme-master-trader-bootcamp-journey .ag-side-button-button:hover,
.ag-theme-draggable-row .ag-side-button-button:hover,
.ag-theme-alpine .ag-tab:hover,
.ag-theme-stock-watchlist-ticker .ag-tab:hover,
.ag-theme-stock-watchlist .ag-tab:hover,
.ag-theme-standard .ag-tab:hover,
.ag-theme-master-trader-bootcamp-journey .ag-tab:hover,
.ag-theme-draggable-row .ag-tab:hover,
.ag-theme-alpine .ag-panel-title-bar-button:hover,
.ag-theme-stock-watchlist-ticker .ag-panel-title-bar-button:hover,
.ag-theme-stock-watchlist .ag-panel-title-bar-button:hover,
.ag-theme-standard .ag-panel-title-bar-button:hover,
.ag-theme-master-trader-bootcamp-journey .ag-panel-title-bar-button:hover,
.ag-theme-draggable-row .ag-panel-title-bar-button:hover,
.ag-theme-alpine .ag-header-expand-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-header-expand-icon:hover,
.ag-theme-stock-watchlist .ag-header-expand-icon:hover,
.ag-theme-standard .ag-header-expand-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-header-expand-icon:hover,
.ag-theme-draggable-row .ag-header-expand-icon:hover,
.ag-theme-alpine .ag-column-group-icons:hover,
.ag-theme-stock-watchlist-ticker .ag-column-group-icons:hover,
.ag-theme-stock-watchlist .ag-column-group-icons:hover,
.ag-theme-standard .ag-column-group-icons:hover,
.ag-theme-master-trader-bootcamp-journey .ag-column-group-icons:hover,
.ag-theme-draggable-row .ag-column-group-icons:hover,
.ag-theme-alpine .ag-group-expanded .ag-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-group-expanded .ag-icon:hover,
.ag-theme-stock-watchlist .ag-group-expanded .ag-icon:hover,
.ag-theme-standard .ag-group-expanded .ag-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-group-expanded .ag-icon:hover,
.ag-theme-draggable-row .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine .ag-group-contracted .ag-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-group-contracted .ag-icon:hover,
.ag-theme-stock-watchlist .ag-group-contracted .ag-icon:hover,
.ag-theme-standard .ag-group-contracted .ag-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-group-contracted .ag-icon:hover,
.ag-theme-draggable-row .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine .ag-chart-settings-prev:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-settings-prev:hover,
.ag-theme-stock-watchlist .ag-chart-settings-prev:hover,
.ag-theme-standard .ag-chart-settings-prev:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-settings-prev:hover,
.ag-theme-draggable-row .ag-chart-settings-prev:hover,
.ag-theme-alpine .ag-chart-settings-next:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-settings-next:hover,
.ag-theme-stock-watchlist .ag-chart-settings-next:hover,
.ag-theme-standard .ag-chart-settings-next:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-settings-next:hover,
.ag-theme-draggable-row .ag-chart-settings-next:hover,
.ag-theme-alpine .ag-group-title-bar-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-group-title-bar-icon:hover,
.ag-theme-stock-watchlist .ag-group-title-bar-icon:hover,
.ag-theme-standard .ag-group-title-bar-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-group-title-bar-icon:hover,
.ag-theme-draggable-row .ag-group-title-bar-icon:hover,
.ag-theme-alpine .ag-column-select-header-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-column-select-header-icon:hover,
.ag-theme-stock-watchlist .ag-column-select-header-icon:hover,
.ag-theme-standard .ag-column-select-header-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-column-select-header-icon:hover,
.ag-theme-draggable-row .ag-column-select-header-icon:hover,
.ag-theme-alpine .ag-floating-filter-button-button:hover,
.ag-theme-stock-watchlist-ticker .ag-floating-filter-button-button:hover,
.ag-theme-stock-watchlist .ag-floating-filter-button-button:hover,
.ag-theme-standard .ag-floating-filter-button-button:hover,
.ag-theme-master-trader-bootcamp-journey .ag-floating-filter-button-button:hover,
.ag-theme-draggable-row .ag-floating-filter-button-button:hover,
.ag-theme-alpine .ag-filter-toolpanel-expand:hover,
.ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-expand:hover,
.ag-theme-stock-watchlist .ag-filter-toolpanel-expand:hover,
.ag-theme-standard .ag-filter-toolpanel-expand:hover,
.ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-expand:hover,
.ag-theme-draggable-row .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine .ag-chart-menu-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-menu-icon:hover,
.ag-theme-stock-watchlist .ag-chart-menu-icon:hover,
.ag-theme-standard .ag-chart-menu-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-menu-icon:hover,
.ag-theme-draggable-row .ag-chart-menu-icon:hover,
.ag-theme-alpine .ag-chart-menu-close:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-menu-close:hover,
.ag-theme-stock-watchlist .ag-chart-menu-close:hover,
.ag-theme-standard .ag-chart-menu-close:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close:hover,
.ag-theme-draggable-row .ag-chart-menu-close:hover, .ag-theme-alpine-dark .ag-header-cell-menu-button:hover,
.ag-theme-alpine-dark .ag-side-button-button:hover,
.ag-theme-alpine-dark .ag-tab:hover,
.ag-theme-alpine-dark .ag-panel-title-bar-button:hover,
.ag-theme-alpine-dark .ag-header-expand-icon:hover,
.ag-theme-alpine-dark .ag-column-group-icons:hover,
.ag-theme-alpine-dark .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine-dark .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine-dark .ag-chart-settings-prev:hover,
.ag-theme-alpine-dark .ag-chart-settings-next:hover,
.ag-theme-alpine-dark .ag-group-title-bar-icon:hover,
.ag-theme-alpine-dark .ag-column-select-header-icon:hover,
.ag-theme-alpine-dark .ag-floating-filter-button-button:hover,
.ag-theme-alpine-dark .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine-dark .ag-chart-menu-icon:hover,
.ag-theme-alpine-dark .ag-chart-menu-close:hover {
  color: var(--ag-alpine-active-color);
}

.ag-theme-alpine .ag-chart-menu-close, .ag-theme-stock-watchlist-ticker .ag-chart-menu-close, .ag-theme-stock-watchlist .ag-chart-menu-close, .ag-theme-standard .ag-chart-menu-close, .ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close, .ag-theme-draggable-row .ag-chart-menu-close, .ag-theme-alpine-dark .ag-chart-menu-close {
  background: var(--ag-background-color);
}

.ag-theme-alpine .ag-chart-menu-close .ag-icon, .ag-theme-stock-watchlist-ticker .ag-chart-menu-close .ag-icon, .ag-theme-stock-watchlist .ag-chart-menu-close .ag-icon, .ag-theme-standard .ag-chart-menu-close .ag-icon, .ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close .ag-icon, .ag-theme-draggable-row .ag-chart-menu-close .ag-icon, .ag-theme-alpine-dark .ag-chart-menu-close .ag-icon {
  background: none;
  border: 1px solid var(--ag-secondary-border-color);
  border-right: none;
}

.ag-theme-alpine .ag-chart-menu-close .ag-icon:hover, .ag-theme-stock-watchlist-ticker .ag-chart-menu-close .ag-icon:hover, .ag-theme-stock-watchlist .ag-chart-menu-close .ag-icon:hover, .ag-theme-standard .ag-chart-menu-close .ag-icon:hover, .ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close .ag-icon:hover, .ag-theme-draggable-row .ag-chart-menu-close .ag-icon:hover, .ag-theme-alpine-dark .ag-chart-menu-close .ag-icon:hover {
  background: var(--ag-header-background-color);
}

.ag-theme-alpine .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-stock-watchlist-ticker .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-stock-watchlist .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-standard .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-master-trader-bootcamp-journey .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-draggable-row .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-alpine-dark .ag-chart-settings-card-item.ag-not-selected:hover {
  opacity: 0.35;
}

.ag-theme-alpine .ag-ltr .ag-panel-title-bar-button, .ag-theme-stock-watchlist-ticker .ag-ltr .ag-panel-title-bar-button, .ag-theme-stock-watchlist .ag-ltr .ag-panel-title-bar-button, .ag-theme-standard .ag-ltr .ag-panel-title-bar-button, .ag-theme-master-trader-bootcamp-journey .ag-ltr .ag-panel-title-bar-button, .ag-theme-draggable-row .ag-ltr .ag-panel-title-bar-button, .ag-theme-alpine-dark .ag-ltr .ag-panel-title-bar-button {
  margin-left: calc(var(--ag-grid-size) * 2);
  margin-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl .ag-panel-title-bar-button, .ag-theme-stock-watchlist-ticker .ag-rtl .ag-panel-title-bar-button, .ag-theme-stock-watchlist .ag-rtl .ag-panel-title-bar-button, .ag-theme-standard .ag-rtl .ag-panel-title-bar-button, .ag-theme-master-trader-bootcamp-journey .ag-rtl .ag-panel-title-bar-button, .ag-theme-draggable-row .ag-rtl .ag-panel-title-bar-button, .ag-theme-alpine-dark .ag-rtl .ag-panel-title-bar-button {
  margin-right: calc(var(--ag-grid-size) * 2);
  margin-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-filter-toolpanel-group-container, .ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-group-container, .ag-theme-stock-watchlist .ag-filter-toolpanel-group-container, .ag-theme-standard .ag-filter-toolpanel-group-container, .ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-group-container, .ag-theme-draggable-row .ag-filter-toolpanel-group-container, .ag-theme-alpine-dark .ag-filter-toolpanel-group-container {
  padding-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-filter-toolpanel-instance-filter, .ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-instance-filter, .ag-theme-stock-watchlist .ag-filter-toolpanel-instance-filter, .ag-theme-standard .ag-filter-toolpanel-instance-filter, .ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-instance-filter, .ag-theme-draggable-row .ag-filter-toolpanel-instance-filter, .ag-theme-alpine-dark .ag-filter-toolpanel-instance-filter {
  border: none;
  background-color: var(--ag-control-panel-background-color);
  border-left: dashed 1px;
  border-left-color: var(--ag-border-color);
  margin-left: calc(var(--ag-icon-size) * 0.5);
  padding-left: calc(var(--ag-icon-size) * 0.5);
  margin-right: calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-set-filter-list, .ag-theme-stock-watchlist-ticker .ag-set-filter-list, .ag-theme-stock-watchlist .ag-set-filter-list, .ag-theme-standard .ag-set-filter-list, .ag-theme-master-trader-bootcamp-journey .ag-set-filter-list, .ag-theme-draggable-row .ag-set-filter-list, .ag-theme-alpine-dark .ag-set-filter-list {
  padding-top: calc(var(--ag-grid-size) * 0.5);
  padding-bottom: calc(var(--ag-grid-size) * 0.5);
}

.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-stock-watchlist-ticker .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-stock-watchlist .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-standard .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-master-trader-bootcamp-journey .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-draggable-row .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container, .ag-theme-stock-watchlist-ticker .ag-layout-auto-height .ag-center-cols-container, .ag-theme-stock-watchlist .ag-layout-auto-height .ag-center-cols-container, .ag-theme-standard .ag-layout-auto-height .ag-center-cols-container, .ag-theme-master-trader-bootcamp-journey .ag-layout-auto-height .ag-center-cols-container, .ag-theme-draggable-row .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine .ag-layout-print .ag-center-cols-clipper, .ag-theme-stock-watchlist-ticker .ag-layout-print .ag-center-cols-clipper, .ag-theme-stock-watchlist .ag-layout-print .ag-center-cols-clipper, .ag-theme-standard .ag-layout-print .ag-center-cols-clipper, .ag-theme-master-trader-bootcamp-journey .ag-layout-print .ag-center-cols-clipper, .ag-theme-draggable-row .ag-layout-print .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-print .ag-center-cols-container, .ag-theme-stock-watchlist-ticker .ag-layout-print .ag-center-cols-container, .ag-theme-stock-watchlist .ag-layout-print .ag-center-cols-container, .ag-theme-standard .ag-layout-print .ag-center-cols-container, .ag-theme-master-trader-bootcamp-journey .ag-layout-print .ag-center-cols-container, .ag-theme-draggable-row .ag-layout-print .ag-center-cols-container, .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-clipper, .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-container {
  min-height: 150px;
}

.ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-stock-watchlist-ticker .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-stock-watchlist .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-standard .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-master-trader-bootcamp-journey .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-draggable-row .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-alpine-dark .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 60px;
}

.ag-theme-alpine .ag-date-time-list-page-entry-is-current, .ag-theme-stock-watchlist-ticker .ag-date-time-list-page-entry-is-current, .ag-theme-stock-watchlist .ag-date-time-list-page-entry-is-current, .ag-theme-standard .ag-date-time-list-page-entry-is-current, .ag-theme-master-trader-bootcamp-journey .ag-date-time-list-page-entry-is-current, .ag-theme-draggable-row .ag-date-time-list-page-entry-is-current, .ag-theme-alpine-dark .ag-date-time-list-page-entry-is-current {
  background-color: var(--ag-alpine-active-color);
}

.ag-theme-alpine-dark {
  color-scheme: dark;
}

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

  src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABGYAAsAAAAAJUAAABFHAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIh2BmAAixwKpXCfGwE2AiQDgiwLgRgABCAFhEYHhRYbjiBFIbBxQJhBP8IiqifF7P9DAp1DWLRF/YtGkJpOTafDolO66hq923HLpBjtKhEisuawXiIEoOjQaGO9OOdNmM/k7y5DCZMHau317e0FCManAAiSyCaunoRkkLFl1/9/c+VPMsnNEtBMGFedLLAjUjWiUlf3+d7r9jXZ9QR298S0qL4ULfAzmTVNTp0mtPCuUzXkB9rmv+OwOMJMsBBtenrY+GctjprYgZGc8X+zSHSRfcvw1zpZ98C2kVXG2W5VN1e6FQaG8JwEf+HchRXcb/Z2hfQ8dNS65LeVddel9vIEBkLLAG+YnEKJNWojAGE6V6EkgmyIn4SZ/+fnUtsboqwa/IGs0PNzOvCvzXv/pcBZSpRymlLWAZIFgrumAmgArDY7BSznJvyER6Hm7NyE1oMAmTOP2W4ovkxHhBjDKOYx0rGd6gY9HsC1iTrjjQhAvisbO3rs5NnKm1fs3qoPidYOoKweNm9YtwIO46CaAQG+y6kDZXNP/PIvsNmO0J44x/o4N66Ot+LG+FSETZ0xCmh8diIJRcgUKg1LIC5GV+kMnGkwBUV1HbzQOxJrQ0SKWJvX3t1aFRHoqOtzRWTyveVTZfGGblRq755mi6egbDIkb+zKVJeTkPgMFsIIrr8G88QITUASqOJ5TBJLAyetqNuvUi9cwsEiSVfknTKJKFwXJEifKEg4TRaVoTf9KidqWxWTaM4Qhckx5sC9WV2VzEdYip117wlE4pFNoTH6pLaKlnSP3jkqCOWFb04+eok58yIR6Fpbc7h7VYskIzvBi/sbie0gREpS0BX75I92Tzz1WaffwH8gR5tNGv6Ou1SeWdaN1SV9UZTp7rskIKhKTKO2KKdINUyJyBebzykRFeRxykSE2WFRIO9B1isS0hgQYcL5JAPPxDZCJCtZJhixKBq5KJYoW69I7cDZt0UMtHEbtDRUHyXnQxNdkxUZZL0p82U+RlTWTIM51d59R0MY4VFM5LyTjGEtU2yJkYKpidT3fINprI68kbyhLdEKti+RzoyqEcMcPwhTspwVIrUtc4FTtliCZlwiUFiTJVoyQlQoYZSR2S1kszlNlkBoGxeSQcn+MEUWSA4mj3A5ffvhux4hAUjwEaKLmr52zGp/dflBYicWpiPxr0NTYFYDQcMRaANSkOTWZ4cEuLyoDScvqoX8RyGuh4WcvPfN7x89Mxl08dZHP36EtfDICIqxc2hNBvPNdJl2K7K5M4rCYRGaDXBjQMR3hzpP4o7B4iA8wQMsJ6+gqKSsoqqmrqGppa2jq6dvYGhkbGJqZm5haWVtY2tn7+Do5Gzi4uoGQjZEY3mkpnoONwMpo7YCzpBQU5/p33+QHKUDvWQiqhYC4hVKJgFdEuVWXwHrCaxkw4FVbDCwmo0C1rA+wFo2AVjHegHr2VBgA+sHbGLDgM1sCLCFjQa2sgHANtYf2M7GAjtZb2AXGwTsZn2BPWwMsJeNB/axgcB+NgI4wMYBB4dPBD9AlBIEgmAQhIAgFARhIAgHQQQIIkEQBYJoEMSAIBYEcSCIB0ECCBJBkASCZBCkgCAVBGkgSAdBBggyQZAFgmwQ5IAgFwR5IMgHQQEICkFQBIJiEJSAoBQEZSAoB0EFCCpBUAWCahDUgKAWBHUgqEcdOg2gbRpB0ATAPwtb4hrOkjUW5HTc5QqbZQn410jBxkUchHndThUwJRfzV20FHctyFSXU8yVnqnjVcqKMwuymhqcMPqkwZdzE7MqlETtSgja1jksLx8X8Ff1H+YGVe2V2Y1zRXllFWHa6TjV57rS1Fpe51MTab1Fp5+GvYSoCnSw+q0Knyg3wYwBdueM78aTNaQ6ZMGc2sJhDyi2UWFKajVUkKlSCUnUildsYqNCuRvJ8qsPqsaZHw1imHnAcswGXqBhwQuXfwCWekgGpGpIvQ0HnSkC+ETQedsQnNkKTvfsVG5ec3sJyonvfOjWhwcfj1Lch7WGTfXN4F1q0h6Nj3YR4YOJK97Vg/47/j0SrZ4f1sK3aBzlN9CTRon4b4djoIDxCx/QHGkSji1mm/Yu5skEao3+MPsfKXW/0BJd6VBlN4SGVVxfdQVMDX/tT7+fInmYWHpk0CyvoG7ZHrlzhFy9dO3bsFDtx/vZzcenpTbAH4kOTZ6/mF++APXk1uT5jaCg5iPbGE35x8eC1vNb40aMHxaXr7MSxS5OXr74V3b6+zItXjx4UeHB2fAXswYOTgi66mP8VCOnwFETZftDCRDnjQL11aLLadfIxMo+GgRzPxihvzAwxhtRR3QOXxaWr01SaKb2Ru7KBXUqoDrZoXYgvTVZrvbMX+MVr7MRmbXyJ64MqXixIsvOqSRPvnItPKAXn8tP8gnrylPsXVU/S6PPKxBIKno8rv4BEVfXo53Ll+leqLs7LmWPanhSZkZ4jpKJLCvLjaCnQpAGG9ooBL6T/6/ZIIKKacTYgjA2a7YoCiVrQOHFEYLIwm9bDhsBkI8BmXT4GCti6DdIBN80cQOmfxcpZF9zRBKNjNeXmRe//xRryXqh55q9DCFp7fSMcCpKfB88fGGag9rWQ0c7rxXns3uip2oiDuBsSoBI2bsOgWIKBCrAcm+hxaZxdx/CeM1ZnSVTPjogm4PXn7ZvdSpZJhVJVUTN3YldHhTwR9SeU7cvL4xyv3JuBbTTRIT4y/6lp2JthwV04Z8cc39G/0rR6YE012woDFoJVqt2G4pdhg3JHmmZ+1JoRK9zKQ9eG7hQTLmaPReFrpYFqAq9d6jzTxYM4JjwSWu62xm8O11PjYsbMNSu8NKl7HmbnfS5rT6TnhLdKHuUXfK/knS4uSu4Wt9Ezevzf72KdnTTvf1EQWzfxpcCYDP1SMYyql4r7XJ74UXJcsMavoX8eFlTaigWK4z/eBIaIEcBmnzojLlnKewNGn/KhYPd0KKPnPve5L/ux+2MzqB5eMo367GnTpPGpWXTqw+QTbzhQdB2nt9+5t7RD8XpB5wMzqfzo2IjRPea2GdyhaUAYu1teYrTbIsaDk6lw9Ol3SHBkyVWiGb+8hrNnSHT/d4gK8MlVexbaI+9GvB32KcrC3w4dTI1BeHwBS+xJHYpLEKxc1ODgfI1GqyFJYbOnnyAhOCx/M9ti+UJ8eWhZnUUj4JdiNhRJC8TiAmnRnUiz7QJxkfTOlnQlzzLPMMwi0pxfAXiVsshYkvpEfibb28kOEiTTLQzfiDO+O/1MhC/vTgCP4eKSnX382LJl2Tn11gRBeFO4OLqLofVFL2ysDQyPDy5cOLukhEZLiD/uqzt+7PiGhLVrJz5WeXAhDbgexJOJEPvfZ0OcYZtxGLFU+zKkowDcWiKkGii5/uksQYDu+80DrpJQvjWOOc0FnpIL3DSDq+SBA84+rTwNb0RaXXKyrmRfRiklaFqcFYjPPKwsb2scSN2EhFSGxIRUhIiT/xtpf275z+tue+dfyLnc0ET7K0jjwgvMSU1nnO0rYz7fT3XhHmlDndxGBDvazS/qim+N47htifXfXe6v0Xj0suc9YHu4u7j6sE/9dsQmFndXNT1hOqgd2Qtr3vVdDJHOd1wdjfQOlwWsannObV9Hlt24lcmurkuPOc4dMTFsN59yDwOXLqw9i2HlLjzr3jDE2bnEPfbvSFvGgnIDCB3eTvMs6f2TO3Nc2zmyZmLdSFcFx4H7YZBOoZv/P3HElhPFdMjKrhvbuW+G40R3Z3eRplfdJfrDypbjz3GEJkqiOOnzU/ziuC0ZppRKVWihek5KS7d3Lj9MnKI/9DdVro+tVcOc1JYur1y5LDO7rMh2eNSYGI/EopJ+ccboDN6q+SJBBp+fLhAxbAo74saWQZVEnFKZLeeNc08sliiYCKi7cqRHOnmoTU5OUYlHovrE8nteuS3dc1LWdbkE37vq8MqV/T4nTJsUaaJUuQHizX3OmLub0naBYsNo/IpqP5t7+Qq8F+7fZ1w9GtupN8RbAubdpCROGRWkYrcxX14svj2GBLmFRgy4FJdQiliFcRupIJWJk5+MmX19u0KqMH6qwra96fByc4fY4VUUOvp+6bSsmjxY9b9sFBa/4Xlu5i3PXS4rlEgKmiMNyNYa4m325K3i5xA57csW6ZAW1qR3oSEAeGYJs/4Mev+3ojBsGaZCFy/MEm7JjNW3rMc9Fu+JifuvUeOwDe/o0F5HkKQkBLmec7bi00d3Ldg1sf/LDLiBNCiSLXED4NvcNftuvHCQjdvYiNXfotFXSSVwz+dlT+pIkuC3Ypa8Al3u3oV54VmCzExBVnierJK36MwZT15llhNRsn1NQcwvtevPfRv17cgGLnDnJJSR2tId/uD9weX5Fz7LmEOQC0kCRpFTp9p6ynPGH59tqSkpmrIyHve95OOTue1OenplmRXdPVCee6zGbL57l7o3KWryZvLdnDn5zY4MD4+2UlebFocZ5pbp2K23bq9enYUYp1VNqXx+qg3qbc2G0gtN2XzQ7bvY9UUmeW71LDcgztH22b9hB45jXMDLQ7vYMx8SxFiC+rMplJ+eFmZo/ZOq3iWCmvVS6DrtvJ3YJ93G2Nu9F36ik334x96ZbXQo6FYo9vQYuxHl5n1oGwdMMfbtMzYpe/tg3avVr3rGqm/fTm5gS4U+WBtkMgVpg/XDkSbaZDrXrw8eFgS2Lv21Xi/WCYU6sf5KSbVtnVAvvrJVG948S21OTm7+kxKj/sz/uJRP3WT7pSSteinzXwjpcM9y9jTmrd2o2Ch9hsficG82O9uZwN+CrkLZkHUv7l6W4NyqPT/8S06Wy3x9k5KASjIUGODVOruMmS0xUiocPnwReWDi1NnDcrw4XjZnPid0mX7sWFtl7UD/kLIqUXa53UrAxeQ3KpUf0VyQn5GxfHnczl1g7PuR+Zp5IypXnseIH1/cIz4bBZgxWU01M/x1gr1udqJlaBGlimhjGsr+uF+bwiOA+zU2oE91TLEeIauP1xWe6rUM/pA81yOYpihiSB7JUXB/oI+iZaGt9tQq2n9Q0derrnU/2o8lgXVDNY1oD9p6TyUb0YWZhdYyCKXNkXqpiKbholwui05d6ymOvr4rvfbvnEuD/2Lt6UJO/LtcDLUAjLO7+6TfmdLsqQ1oX9N1GBdZaqb1U6z/q75SrwQ8/Q0nP38sYCya/8Olal7o7hJgPz+nTjjmCEjw0ihgE3KAue6Ez7v6sQAMBCBRVzH0QE+m7QFOUA8oIHQ7QMAd+l1GAzbMBJSuy4FO132so8Klf1DS9T/b9TcUX2zPj/AL+0JO3/nkAvwE23tJm1M5r/MXKLsYquvmateVvUAAkgy6aucqD/aG2VSGIlbPMayL8j5WieIXKG465nS7Whn3qhsVcU2yXhBHu+MlTgB+gvDA9TyJJGbIMf6CADLvWhRUrjWuJH0vSqp0AYxdq7Tmf+5sYN3g2DCqxCIR5uJZqyIJPoZ4J5LY+gKUazY6BSu5tYrnZWTNhtLC560Aq5pu1Hxm2ADhCAgVDfnVHfDFWv3a/K+boiQrqqYbpmU7rucHYRQnaZYXZVU3bdcP4zQv67Yf53U/r/fn6869B4+ePHvx6s27D59rb8W2BFayi6GUQ3HMm/KqUkVQ4IU6kvi4naC+2zjVWTroy40OXNDAQOiCZDjdldAHKfe+ah+pTq7Sk7buUo8h76oOTFIx6EJ1moWamPOmukOhMysBX7vadsckqTmo3oEf6uxl7jbzzNKUb00TU5syF3ZcEjsz9qnYqzHsabj0FTo92y3fUrtgtzEmh26BAjP024Pka2cbcuIidIC90FxL7+MIWiQNZwmbqYJINUTeTgODi30+piO9mVi3PXMMdTTmaKOpIKhsx0WOAXbzc19S6ziGQukT7aE2oe1becDAJ2Ubp0wARhQ7m5VjgrDdv2N5JuuSRQBzomCUKV7nW2tS/6FeMhsYy1oDAA==);

  font-weight: normal;

  font-style: normal;
}

.ag-theme-alpine, .ag-theme-stock-watchlist-ticker, .ag-theme-stock-watchlist, .ag-theme-standard, .ag-theme-master-trader-bootcamp-journey, .ag-theme-draggable-row, .ag-theme-alpine-dark {
  --ag-alpine-active-color: #2196f3;
  --ag-selected-row-background-color: rgba(33, 150, 243, 0.3);
  --ag-row-hover-color: rgba(33, 150, 243, 0.1);
  --ag-column-hover-color: rgba(33, 150, 243, 0.1);
  --ag-input-focus-border-color: rgba(33, 150, 243, 0.4);
  --ag-range-selection-background-color: rgba(33, 150, 243, 0.2);
  --ag-range-selection-background-color-2: rgba(33, 150, 243, 0.36);
  --ag-range-selection-background-color-3: rgba(33, 150, 243, 0.49);
  --ag-range-selection-background-color-4: rgba(33, 150, 243, 0.59);
  --ag-background-color: #fff;
  --ag-foreground-color: #181d1f;
  --ag-border-color: #babfc7;
  --ag-secondary-border-color: #dde2eb;
  --ag-header-background-color: #f8f8f8;
  --ag-odd-row-background-color: #fcfcfc;
  --ag-control-panel-background-color: #f8f8f8;
  --ag-subheader-background-color: #fff;
  --ag-invalid-color: #e02525;
  --ag-checkbox-unchecked-color: #999;
  --ag-checkbox-background-color: var(--ag-background-color);
  --ag-checkbox-checked-color: var(--ag-alpine-active-color);
  --ag-range-selection-border-color: var(--ag-alpine-active-color);
  --ag-secondary-foreground-color: var(--ag-foreground-color);
  --ag-input-border-color: var(--ag-border-color);
  --ag-input-border-color-invalid: var(--ag-invalid-color);
  --ag-input-focus-box-shadow: 0 0 2px 0.1rem var(--ag-input-focus-border-color);
  --ag-disabled-foreground-color: rgba(24, 29, 31, 0.5);
  --ag-chip-background-color: rgba(24, 29, 31, 0.07);
  --ag-input-disabled-border-color: rgba(186, 191, 199, 0.3);
  --ag-input-disabled-background-color: rgba(186, 191, 199, 0.15);
  --ag-borders: solid 1px;
  --ag-border-radius: 3px;
  --ag-borders-side-button: none;
  --ag-side-button-selected-background-color: transparent;
  --ag-header-column-resize-handle-display: block;
  --ag-header-column-resize-handle-width: 2px;
  --ag-header-column-resize-handle-height: 30%;
  --ag-grid-size: 6px;
  --ag-icon-size: 16px;
  --ag-row-height: calc(var(--ag-grid-size) * 7);
  --ag-header-height: calc(var(--ag-grid-size) * 8);
  --ag-list-item-height: calc(var(--ag-grid-size) * 4);
  --ag-column-select-indent-size: var(--ag-icon-size);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-cell-widget-spacing: calc(var(--ag-grid-size) * 2);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.5);
  --ag-toggle-button-height: 18px;
  --ag-toggle-button-width: 28px;
  --ag-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --ag-font-size: 13px;
  --ag-icon-font-family: agGridAlpine;
  --ag-selected-tab-underline-color: var(--ag-alpine-active-color);
  --ag-selected-tab-underline-width: 2px;
  --ag-selected-tab-underline-transition-speed: 0.3s;
  --ag-tab-min-width: 240px;
  --ag-card-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  --ag-popup-shadow: var(--ag-card-shadow);
  --ag-side-bar-panel-width: 250px;
}

.ag-theme-alpine-dark {
  --ag-background-color: #181d1f;
  --ag-foreground-color: #fff;
  --ag-border-color: #68686e;
  --ag-secondary-border-color: rgba(88, 86, 82, 0.5);
  --ag-modal-overlay-background-color: rgba(24, 29, 31, 0.66);
  --ag-header-background-color: #222628;
  --ag-odd-row-background-color: #222628;
  --ag-control-panel-background-color: #222628;
  --ag-subheader-background-color: #000;
  --ag-input-disabled-background-color: #282c2f;
  --ag-input-focus-box-shadow:
      0 0 2px 0.5px rgba(255, 255, 255, 0.5),
      0 0 4px 3px var(--ag-input-focus-border-color);
  --ag-card-shadow: 0 1px 20px 1px black;
  --ag-disabled-foreground-color: rgba(255, 255, 255, 0.5);
  --ag-chip-background-color: rgba(255, 255, 255, 0.07);
  --ag-input-disabled-border-color: rgba(104, 104, 110, 0.3);
  --ag-input-disabled-background-color: rgba(104, 104, 110, 0.07);
}

.ag-theme-alpine .ag-filter-toolpanel-header, .ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-header, .ag-theme-stock-watchlist .ag-filter-toolpanel-header, .ag-theme-standard .ag-filter-toolpanel-header, .ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-header, .ag-theme-draggable-row .ag-filter-toolpanel-header,
.ag-theme-alpine .ag-filter-toolpanel-search,
.ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-search,
.ag-theme-stock-watchlist .ag-filter-toolpanel-search,
.ag-theme-standard .ag-filter-toolpanel-search,
.ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-search,
.ag-theme-draggable-row .ag-filter-toolpanel-search,
.ag-theme-alpine .ag-status-bar,
.ag-theme-stock-watchlist-ticker .ag-status-bar,
.ag-theme-stock-watchlist .ag-status-bar,
.ag-theme-standard .ag-status-bar,
.ag-theme-master-trader-bootcamp-journey .ag-status-bar,
.ag-theme-draggable-row .ag-status-bar,
.ag-theme-alpine .ag-header-row,
.ag-theme-stock-watchlist-ticker .ag-header-row,
.ag-theme-stock-watchlist .ag-header-row,
.ag-theme-standard .ag-header-row,
.ag-theme-master-trader-bootcamp-journey .ag-header-row,
.ag-theme-draggable-row .ag-header-row,
.ag-theme-alpine .ag-panel-title-bar-title,
.ag-theme-stock-watchlist-ticker .ag-panel-title-bar-title,
.ag-theme-stock-watchlist .ag-panel-title-bar-title,
.ag-theme-standard .ag-panel-title-bar-title,
.ag-theme-master-trader-bootcamp-journey .ag-panel-title-bar-title,
.ag-theme-draggable-row .ag-panel-title-bar-title,
.ag-theme-alpine .ag-multi-filter-group-title-bar,
.ag-theme-stock-watchlist-ticker .ag-multi-filter-group-title-bar,
.ag-theme-stock-watchlist .ag-multi-filter-group-title-bar,
.ag-theme-standard .ag-multi-filter-group-title-bar,
.ag-theme-master-trader-bootcamp-journey .ag-multi-filter-group-title-bar,
.ag-theme-draggable-row .ag-multi-filter-group-title-bar, .ag-theme-alpine-dark .ag-filter-toolpanel-header,
.ag-theme-alpine-dark .ag-filter-toolpanel-search,
.ag-theme-alpine-dark .ag-status-bar,
.ag-theme-alpine-dark .ag-header-row,
.ag-theme-alpine-dark .ag-panel-title-bar-title,
.ag-theme-alpine-dark .ag-multi-filter-group-title-bar {
  font-weight: 700;
  color: var(--ag-header-foreground-color);
}

.ag-theme-alpine .ag-row, .ag-theme-stock-watchlist-ticker .ag-row, .ag-theme-stock-watchlist .ag-row, .ag-theme-standard .ag-row, .ag-theme-master-trader-bootcamp-journey .ag-row, .ag-theme-draggable-row .ag-row, .ag-theme-alpine-dark .ag-row {
  font-size: calc(var(--ag-font-size) + 1px);
}

.ag-theme-alpine input[class^=ag-]:not([type]), .ag-theme-stock-watchlist-ticker input[class^=ag-]:not([type]), .ag-theme-stock-watchlist input[class^=ag-]:not([type]), .ag-theme-standard input[class^=ag-]:not([type]), .ag-theme-master-trader-bootcamp-journey input[class^=ag-]:not([type]), .ag-theme-draggable-row input[class^=ag-]:not([type]),
.ag-theme-alpine input[class^=ag-][type=text],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=text],
.ag-theme-stock-watchlist input[class^=ag-][type=text],
.ag-theme-standard input[class^=ag-][type=text],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=text],
.ag-theme-draggable-row input[class^=ag-][type=text],
.ag-theme-alpine input[class^=ag-][type=number],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=number],
.ag-theme-stock-watchlist input[class^=ag-][type=number],
.ag-theme-standard input[class^=ag-][type=number],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=number],
.ag-theme-draggable-row input[class^=ag-][type=number],
.ag-theme-alpine input[class^=ag-][type=tel],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=tel],
.ag-theme-stock-watchlist input[class^=ag-][type=tel],
.ag-theme-standard input[class^=ag-][type=tel],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=tel],
.ag-theme-draggable-row input[class^=ag-][type=tel],
.ag-theme-alpine input[class^=ag-][type=date],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=date],
.ag-theme-stock-watchlist input[class^=ag-][type=date],
.ag-theme-standard input[class^=ag-][type=date],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=date],
.ag-theme-draggable-row input[class^=ag-][type=date],
.ag-theme-alpine input[class^=ag-][type=datetime-local],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=datetime-local],
.ag-theme-stock-watchlist input[class^=ag-][type=datetime-local],
.ag-theme-standard input[class^=ag-][type=datetime-local],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=datetime-local],
.ag-theme-draggable-row input[class^=ag-][type=datetime-local],
.ag-theme-alpine textarea[class^=ag-],
.ag-theme-stock-watchlist-ticker textarea[class^=ag-],
.ag-theme-stock-watchlist textarea[class^=ag-],
.ag-theme-standard textarea[class^=ag-],
.ag-theme-master-trader-bootcamp-journey textarea[class^=ag-],
.ag-theme-draggable-row textarea[class^=ag-], .ag-theme-alpine-dark input[class^=ag-]:not([type]),
.ag-theme-alpine-dark input[class^=ag-][type=text],
.ag-theme-alpine-dark input[class^=ag-][type=number],
.ag-theme-alpine-dark input[class^=ag-][type=tel],
.ag-theme-alpine-dark input[class^=ag-][type=date],
.ag-theme-alpine-dark input[class^=ag-][type=datetime-local],
.ag-theme-alpine-dark textarea[class^=ag-] {
  min-height: calc(var(--ag-grid-size) * 4);
  border-radius: var(--ag-border-radius);
}

.ag-theme-alpine .ag-ltr input[class^=ag-]:not([type]), .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-]:not([type]), .ag-theme-stock-watchlist .ag-ltr input[class^=ag-]:not([type]), .ag-theme-standard .ag-ltr input[class^=ag-]:not([type]), .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-]:not([type]), .ag-theme-draggable-row .ag-ltr input[class^=ag-]:not([type]), .ag-theme-alpine .ag-ltr input[class^=ag-][type=text], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=text], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=text], .ag-theme-standard .ag-ltr input[class^=ag-][type=text], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=text], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=text], .ag-theme-alpine .ag-ltr input[class^=ag-][type=number], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=number], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=number], .ag-theme-standard .ag-ltr input[class^=ag-][type=number], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=number], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=number], .ag-theme-alpine .ag-ltr input[class^=ag-][type=tel], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=tel], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=tel], .ag-theme-standard .ag-ltr input[class^=ag-][type=tel], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=tel], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=tel], .ag-theme-alpine .ag-ltr input[class^=ag-][type=date], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=date], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=date], .ag-theme-standard .ag-ltr input[class^=ag-][type=date], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=date], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=date], .ag-theme-alpine .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-standard .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-alpine .ag-ltr textarea[class^=ag-], .ag-theme-stock-watchlist-ticker .ag-ltr textarea[class^=ag-], .ag-theme-stock-watchlist .ag-ltr textarea[class^=ag-], .ag-theme-standard .ag-ltr textarea[class^=ag-], .ag-theme-master-trader-bootcamp-journey .ag-ltr textarea[class^=ag-], .ag-theme-draggable-row .ag-ltr textarea[class^=ag-], .ag-theme-alpine-dark .ag-ltr input[class^=ag-]:not([type]), .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=text], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=number], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=tel], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=date], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-alpine-dark .ag-ltr textarea[class^=ag-] {
  padding-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl input[class^=ag-]:not([type]), .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-]:not([type]), .ag-theme-stock-watchlist .ag-rtl input[class^=ag-]:not([type]), .ag-theme-standard .ag-rtl input[class^=ag-]:not([type]), .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-]:not([type]), .ag-theme-draggable-row .ag-rtl input[class^=ag-]:not([type]), .ag-theme-alpine .ag-rtl input[class^=ag-][type=text], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=text], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=text], .ag-theme-standard .ag-rtl input[class^=ag-][type=text], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=text], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=text], .ag-theme-alpine .ag-rtl input[class^=ag-][type=number], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=number], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=number], .ag-theme-standard .ag-rtl input[class^=ag-][type=number], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=number], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=number], .ag-theme-alpine .ag-rtl input[class^=ag-][type=tel], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=tel], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=tel], .ag-theme-standard .ag-rtl input[class^=ag-][type=tel], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=tel], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=tel], .ag-theme-alpine .ag-rtl input[class^=ag-][type=date], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=date], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=date], .ag-theme-standard .ag-rtl input[class^=ag-][type=date], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=date], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=date], .ag-theme-alpine .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-standard .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-alpine .ag-rtl textarea[class^=ag-], .ag-theme-stock-watchlist-ticker .ag-rtl textarea[class^=ag-], .ag-theme-stock-watchlist .ag-rtl textarea[class^=ag-], .ag-theme-standard .ag-rtl textarea[class^=ag-], .ag-theme-master-trader-bootcamp-journey .ag-rtl textarea[class^=ag-], .ag-theme-draggable-row .ag-rtl textarea[class^=ag-], .ag-theme-alpine-dark .ag-rtl input[class^=ag-]:not([type]), .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=text], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=number], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=tel], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=date], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-alpine-dark .ag-rtl textarea[class^=ag-] {
  padding-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-tab, .ag-theme-stock-watchlist-ticker .ag-tab, .ag-theme-stock-watchlist .ag-tab, .ag-theme-standard .ag-tab, .ag-theme-master-trader-bootcamp-journey .ag-tab, .ag-theme-draggable-row .ag-tab, .ag-theme-alpine-dark .ag-tab {
  padding: calc(var(--ag-grid-size) * 1.5);
  transition: color 0.4s;
  flex: 1 1 auto;
}

.ag-theme-alpine .ag-tab-selected, .ag-theme-stock-watchlist-ticker .ag-tab-selected, .ag-theme-stock-watchlist .ag-tab-selected, .ag-theme-standard .ag-tab-selected, .ag-theme-master-trader-bootcamp-journey .ag-tab-selected, .ag-theme-draggable-row .ag-tab-selected, .ag-theme-alpine-dark .ag-tab-selected {
  color: var(--ag-alpine-active-color);
}

.ag-theme-alpine .ag-menu, .ag-theme-stock-watchlist-ticker .ag-menu, .ag-theme-stock-watchlist .ag-menu, .ag-theme-standard .ag-menu, .ag-theme-master-trader-bootcamp-journey .ag-menu, .ag-theme-draggable-row .ag-menu, .ag-theme-alpine-dark .ag-menu {
  background-color: var(--ag-control-panel-background-color);
}

.ag-theme-alpine .ag-menu-header, .ag-theme-stock-watchlist-ticker .ag-menu-header, .ag-theme-stock-watchlist .ag-menu-header, .ag-theme-standard .ag-menu-header, .ag-theme-master-trader-bootcamp-journey .ag-menu-header, .ag-theme-draggable-row .ag-menu-header, .ag-theme-alpine-dark .ag-menu-header {
  background-color: var(--ag-control-panel-background-color);
  padding-top: 1px;
}

.ag-theme-alpine .ag-tabs-header, .ag-theme-stock-watchlist-ticker .ag-tabs-header, .ag-theme-stock-watchlist .ag-tabs-header, .ag-theme-standard .ag-tabs-header, .ag-theme-master-trader-bootcamp-journey .ag-tabs-header, .ag-theme-draggable-row .ag-tabs-header, .ag-theme-alpine-dark .ag-tabs-header {
  border-bottom: var(--ag-borders) var(--ag-border-color);
}

.ag-theme-alpine .ag-charts-settings-group-title-bar, .ag-theme-stock-watchlist-ticker .ag-charts-settings-group-title-bar, .ag-theme-stock-watchlist .ag-charts-settings-group-title-bar, .ag-theme-standard .ag-charts-settings-group-title-bar, .ag-theme-master-trader-bootcamp-journey .ag-charts-settings-group-title-bar, .ag-theme-draggable-row .ag-charts-settings-group-title-bar,
.ag-theme-alpine .ag-charts-data-group-title-bar,
.ag-theme-stock-watchlist-ticker .ag-charts-data-group-title-bar,
.ag-theme-stock-watchlist .ag-charts-data-group-title-bar,
.ag-theme-standard .ag-charts-data-group-title-bar,
.ag-theme-master-trader-bootcamp-journey .ag-charts-data-group-title-bar,
.ag-theme-draggable-row .ag-charts-data-group-title-bar,
.ag-theme-alpine .ag-charts-format-top-level-group-title-bar,
.ag-theme-stock-watchlist-ticker .ag-charts-format-top-level-group-title-bar,
.ag-theme-stock-watchlist .ag-charts-format-top-level-group-title-bar,
.ag-theme-standard .ag-charts-format-top-level-group-title-bar,
.ag-theme-master-trader-bootcamp-journey .ag-charts-format-top-level-group-title-bar,
.ag-theme-draggable-row .ag-charts-format-top-level-group-title-bar, .ag-theme-alpine-dark .ag-charts-settings-group-title-bar,
.ag-theme-alpine-dark .ag-charts-data-group-title-bar,
.ag-theme-alpine-dark .ag-charts-format-top-level-group-title-bar {
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
  line-height: calc(var(--ag-icon-size) + var(--ag-grid-size) - 2px);
}

.ag-theme-alpine .ag-chart-mini-thumbnail, .ag-theme-stock-watchlist-ticker .ag-chart-mini-thumbnail, .ag-theme-stock-watchlist .ag-chart-mini-thumbnail, .ag-theme-standard .ag-chart-mini-thumbnail, .ag-theme-master-trader-bootcamp-journey .ag-chart-mini-thumbnail, .ag-theme-draggable-row .ag-chart-mini-thumbnail, .ag-theme-alpine-dark .ag-chart-mini-thumbnail {
  background-color: var(--ag-background-color);
}

.ag-theme-alpine .ag-chart-settings-nav-bar, .ag-theme-stock-watchlist-ticker .ag-chart-settings-nav-bar, .ag-theme-stock-watchlist .ag-chart-settings-nav-bar, .ag-theme-standard .ag-chart-settings-nav-bar, .ag-theme-master-trader-bootcamp-journey .ag-chart-settings-nav-bar, .ag-theme-draggable-row .ag-chart-settings-nav-bar, .ag-theme-alpine-dark .ag-chart-settings-nav-bar {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-theme-alpine .ag-ltr .ag-group-title-bar-icon, .ag-theme-stock-watchlist-ticker .ag-ltr .ag-group-title-bar-icon, .ag-theme-stock-watchlist .ag-ltr .ag-group-title-bar-icon, .ag-theme-standard .ag-ltr .ag-group-title-bar-icon, .ag-theme-master-trader-bootcamp-journey .ag-ltr .ag-group-title-bar-icon, .ag-theme-draggable-row .ag-ltr .ag-group-title-bar-icon, .ag-theme-alpine-dark .ag-ltr .ag-group-title-bar-icon {
  margin-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl .ag-group-title-bar-icon, .ag-theme-stock-watchlist-ticker .ag-rtl .ag-group-title-bar-icon, .ag-theme-stock-watchlist .ag-rtl .ag-group-title-bar-icon, .ag-theme-standard .ag-rtl .ag-group-title-bar-icon, .ag-theme-master-trader-bootcamp-journey .ag-rtl .ag-group-title-bar-icon, .ag-theme-draggable-row .ag-rtl .ag-group-title-bar-icon, .ag-theme-alpine-dark .ag-rtl .ag-group-title-bar-icon {
  margin-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist-ticker .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist .ag-charts-format-top-level-group-toolbar, .ag-theme-standard .ag-charts-format-top-level-group-toolbar, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-top-level-group-toolbar, .ag-theme-draggable-row .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-charts-format-top-level-group-toolbar {
  margin-top: var(--ag-grid-size);
}

.ag-theme-alpine .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist-ticker .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-standard .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-master-trader-bootcamp-journey .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-draggable-row .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-ltr .ag-charts-format-top-level-group-toolbar {
  padding-left: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist-ticker .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-standard .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-master-trader-bootcamp-journey .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-draggable-row .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-rtl .ag-charts-format-top-level-group-toolbar {
  padding-right: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-charts-format-sub-level-group, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group, .ag-theme-standard .ag-charts-format-sub-level-group, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group, .ag-theme-draggable-row .ag-charts-format-sub-level-group, .ag-theme-alpine-dark .ag-charts-format-sub-level-group {
  border-left: dashed 1px;
  border-left-color: var(--ag-border-color);
  padding-left: var(--ag-grid-size);
  margin-bottom: calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-charts-format-sub-level-group-title-bar, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group-title-bar, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group-title-bar, .ag-theme-standard .ag-charts-format-sub-level-group-title-bar, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group-title-bar, .ag-theme-draggable-row .ag-charts-format-sub-level-group-title-bar, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-title-bar {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  font-weight: 700;
}

.ag-theme-alpine .ag-charts-format-sub-level-group-container, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group-container, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group-container, .ag-theme-standard .ag-charts-format-sub-level-group-container, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group-container, .ag-theme-draggable-row .ag-charts-format-sub-level-group-container, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-container {
  padding-bottom: 0;
}

.ag-theme-alpine .ag-charts-format-sub-level-group-item:last-child, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group-item:last-child, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group-item:last-child, .ag-theme-standard .ag-charts-format-sub-level-group-item:last-child, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group-item:last-child, .ag-theme-draggable-row .ag-charts-format-sub-level-group-item:last-child, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-item:last-child {
  margin-bottom: 0;
}

.ag-theme-alpine.ag-dnd-ghost, .ag-dnd-ghost.ag-theme-stock-watchlist-ticker, .ag-dnd-ghost.ag-theme-stock-watchlist, .ag-dnd-ghost.ag-theme-standard, .ag-dnd-ghost.ag-theme-master-trader-bootcamp-journey, .ag-dnd-ghost.ag-theme-draggable-row, .ag-theme-alpine-dark.ag-dnd-ghost {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 700;
}

.ag-theme-alpine .ag-side-buttons, .ag-theme-stock-watchlist-ticker .ag-side-buttons, .ag-theme-stock-watchlist .ag-side-buttons, .ag-theme-standard .ag-side-buttons, .ag-theme-master-trader-bootcamp-journey .ag-side-buttons, .ag-theme-draggable-row .ag-side-buttons, .ag-theme-alpine-dark .ag-side-buttons {
  width: calc(var(--ag-grid-size) * 5);
}

.ag-theme-alpine .ag-standard-button, .ag-theme-stock-watchlist-ticker .ag-standard-button, .ag-theme-stock-watchlist .ag-standard-button, .ag-theme-standard .ag-standard-button, .ag-theme-master-trader-bootcamp-journey .ag-standard-button, .ag-theme-draggable-row .ag-standard-button, .ag-theme-alpine-dark .ag-standard-button {
  appearance: none;
  -webkit-appearance: none;
  border-radius: var(--ag-border-radius);
  border: 1px solid;
  border-color: var(--ag-alpine-active-color);
  color: var(--ag-alpine-active-color);
  background-color: var(--ag-background-color);
  font-weight: 600;
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-standard-button:hover, .ag-theme-stock-watchlist-ticker .ag-standard-button:hover, .ag-theme-stock-watchlist .ag-standard-button:hover, .ag-theme-standard .ag-standard-button:hover, .ag-theme-master-trader-bootcamp-journey .ag-standard-button:hover, .ag-theme-draggable-row .ag-standard-button:hover, .ag-theme-alpine-dark .ag-standard-button:hover {
  border-color: var(--ag-alpine-active-color);
  background-color: var(--ag-row-hover-color);
}

.ag-theme-alpine .ag-standard-button:active, .ag-theme-stock-watchlist-ticker .ag-standard-button:active, .ag-theme-stock-watchlist .ag-standard-button:active, .ag-theme-standard .ag-standard-button:active, .ag-theme-master-trader-bootcamp-journey .ag-standard-button:active, .ag-theme-draggable-row .ag-standard-button:active, .ag-theme-alpine-dark .ag-standard-button:active {
  border-color: var(--ag-alpine-active-color);
  background-color: var(--ag-alpine-active-color);
  color: var(--ag-background-color);
}

.ag-theme-alpine .ag-standard-button:disabled, .ag-theme-stock-watchlist-ticker .ag-standard-button:disabled, .ag-theme-stock-watchlist .ag-standard-button:disabled, .ag-theme-standard .ag-standard-button:disabled, .ag-theme-master-trader-bootcamp-journey .ag-standard-button:disabled, .ag-theme-draggable-row .ag-standard-button:disabled, .ag-theme-alpine-dark .ag-standard-button:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}

.ag-theme-alpine .ag-column-drop-vertical, .ag-theme-stock-watchlist-ticker .ag-column-drop-vertical, .ag-theme-stock-watchlist .ag-column-drop-vertical, .ag-theme-standard .ag-column-drop-vertical, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-vertical, .ag-theme-draggable-row .ag-column-drop-vertical, .ag-theme-alpine-dark .ag-column-drop-vertical {
  min-height: 75px;
}

.ag-theme-alpine .ag-column-drop-vertical-title-bar, .ag-theme-stock-watchlist-ticker .ag-column-drop-vertical-title-bar, .ag-theme-stock-watchlist .ag-column-drop-vertical-title-bar, .ag-theme-standard .ag-column-drop-vertical-title-bar, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-vertical-title-bar, .ag-theme-draggable-row .ag-column-drop-vertical-title-bar, .ag-theme-alpine-dark .ag-column-drop-vertical-title-bar {
  padding: calc(var(--ag-grid-size) * 2);
  padding-bottom: 0px;
}

.ag-theme-alpine .ag-column-drop-vertical-empty-message, .ag-theme-stock-watchlist-ticker .ag-column-drop-vertical-empty-message, .ag-theme-stock-watchlist .ag-column-drop-vertical-empty-message, .ag-theme-standard .ag-column-drop-vertical-empty-message, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-vertical-empty-message, .ag-theme-draggable-row .ag-column-drop-vertical-empty-message, .ag-theme-alpine-dark .ag-column-drop-vertical-empty-message {
  display: flex;
  align-items: center;
  border: dashed 1px;
  border-color: var(--ag-border-color);
  margin: calc(var(--ag-grid-size) * 2);
  padding: calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-column-drop-empty-message, .ag-theme-stock-watchlist-ticker .ag-column-drop-empty-message, .ag-theme-stock-watchlist .ag-column-drop-empty-message, .ag-theme-standard .ag-column-drop-empty-message, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-empty-message, .ag-theme-draggable-row .ag-column-drop-empty-message, .ag-theme-alpine-dark .ag-column-drop-empty-message {
  color: var(--ag-foreground-color);
  opacity: 0.75;
}

.ag-theme-alpine .ag-status-bar, .ag-theme-stock-watchlist-ticker .ag-status-bar, .ag-theme-stock-watchlist .ag-status-bar, .ag-theme-standard .ag-status-bar, .ag-theme-master-trader-bootcamp-journey .ag-status-bar, .ag-theme-draggable-row .ag-status-bar, .ag-theme-alpine-dark .ag-status-bar {
  font-weight: normal;
}

.ag-theme-alpine .ag-status-name-value-value, .ag-theme-stock-watchlist-ticker .ag-status-name-value-value, .ag-theme-stock-watchlist .ag-status-name-value-value, .ag-theme-standard .ag-status-name-value-value, .ag-theme-master-trader-bootcamp-journey .ag-status-name-value-value, .ag-theme-draggable-row .ag-status-name-value-value, .ag-theme-alpine-dark .ag-status-name-value-value {
  font-weight: 700;
}

.ag-theme-alpine .ag-paging-number, .ag-theme-stock-watchlist-ticker .ag-paging-number, .ag-theme-stock-watchlist .ag-paging-number, .ag-theme-standard .ag-paging-number, .ag-theme-master-trader-bootcamp-journey .ag-paging-number, .ag-theme-draggable-row .ag-paging-number, .ag-theme-alpine .ag-paging-row-summary-panel-number, .ag-theme-stock-watchlist-ticker .ag-paging-row-summary-panel-number, .ag-theme-stock-watchlist .ag-paging-row-summary-panel-number, .ag-theme-standard .ag-paging-row-summary-panel-number, .ag-theme-master-trader-bootcamp-journey .ag-paging-row-summary-panel-number, .ag-theme-draggable-row .ag-paging-row-summary-panel-number, .ag-theme-alpine-dark .ag-paging-number, .ag-theme-alpine-dark .ag-paging-row-summary-panel-number {
  font-weight: 700;
}

.ag-theme-alpine .ag-column-drop-cell-button, .ag-theme-stock-watchlist-ticker .ag-column-drop-cell-button, .ag-theme-stock-watchlist .ag-column-drop-cell-button, .ag-theme-standard .ag-column-drop-cell-button, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-cell-button, .ag-theme-draggable-row .ag-column-drop-cell-button, .ag-theme-alpine-dark .ag-column-drop-cell-button {
  opacity: 0.5;
}

.ag-theme-alpine .ag-column-drop-cell-button:hover, .ag-theme-stock-watchlist-ticker .ag-column-drop-cell-button:hover, .ag-theme-stock-watchlist .ag-column-drop-cell-button:hover, .ag-theme-standard .ag-column-drop-cell-button:hover, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-cell-button:hover, .ag-theme-draggable-row .ag-column-drop-cell-button:hover, .ag-theme-alpine-dark .ag-column-drop-cell-button:hover {
  opacity: 0.75;
}

.ag-theme-alpine .ag-header-cell-menu-button:hover, .ag-theme-stock-watchlist-ticker .ag-header-cell-menu-button:hover, .ag-theme-stock-watchlist .ag-header-cell-menu-button:hover, .ag-theme-standard .ag-header-cell-menu-button:hover, .ag-theme-master-trader-bootcamp-journey .ag-header-cell-menu-button:hover, .ag-theme-draggable-row .ag-header-cell-menu-button:hover,
.ag-theme-alpine .ag-side-button-button:hover,
.ag-theme-stock-watchlist-ticker .ag-side-button-button:hover,
.ag-theme-stock-watchlist .ag-side-button-button:hover,
.ag-theme-standard .ag-side-button-button:hover,
.ag-theme-master-trader-bootcamp-journey .ag-side-button-button:hover,
.ag-theme-draggable-row .ag-side-button-button:hover,
.ag-theme-alpine .ag-tab:hover,
.ag-theme-stock-watchlist-ticker .ag-tab:hover,
.ag-theme-stock-watchlist .ag-tab:hover,
.ag-theme-standard .ag-tab:hover,
.ag-theme-master-trader-bootcamp-journey .ag-tab:hover,
.ag-theme-draggable-row .ag-tab:hover,
.ag-theme-alpine .ag-panel-title-bar-button:hover,
.ag-theme-stock-watchlist-ticker .ag-panel-title-bar-button:hover,
.ag-theme-stock-watchlist .ag-panel-title-bar-button:hover,
.ag-theme-standard .ag-panel-title-bar-button:hover,
.ag-theme-master-trader-bootcamp-journey .ag-panel-title-bar-button:hover,
.ag-theme-draggable-row .ag-panel-title-bar-button:hover,
.ag-theme-alpine .ag-header-expand-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-header-expand-icon:hover,
.ag-theme-stock-watchlist .ag-header-expand-icon:hover,
.ag-theme-standard .ag-header-expand-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-header-expand-icon:hover,
.ag-theme-draggable-row .ag-header-expand-icon:hover,
.ag-theme-alpine .ag-column-group-icons:hover,
.ag-theme-stock-watchlist-ticker .ag-column-group-icons:hover,
.ag-theme-stock-watchlist .ag-column-group-icons:hover,
.ag-theme-standard .ag-column-group-icons:hover,
.ag-theme-master-trader-bootcamp-journey .ag-column-group-icons:hover,
.ag-theme-draggable-row .ag-column-group-icons:hover,
.ag-theme-alpine .ag-group-expanded .ag-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-group-expanded .ag-icon:hover,
.ag-theme-stock-watchlist .ag-group-expanded .ag-icon:hover,
.ag-theme-standard .ag-group-expanded .ag-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-group-expanded .ag-icon:hover,
.ag-theme-draggable-row .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine .ag-group-contracted .ag-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-group-contracted .ag-icon:hover,
.ag-theme-stock-watchlist .ag-group-contracted .ag-icon:hover,
.ag-theme-standard .ag-group-contracted .ag-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-group-contracted .ag-icon:hover,
.ag-theme-draggable-row .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine .ag-chart-settings-prev:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-settings-prev:hover,
.ag-theme-stock-watchlist .ag-chart-settings-prev:hover,
.ag-theme-standard .ag-chart-settings-prev:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-settings-prev:hover,
.ag-theme-draggable-row .ag-chart-settings-prev:hover,
.ag-theme-alpine .ag-chart-settings-next:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-settings-next:hover,
.ag-theme-stock-watchlist .ag-chart-settings-next:hover,
.ag-theme-standard .ag-chart-settings-next:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-settings-next:hover,
.ag-theme-draggable-row .ag-chart-settings-next:hover,
.ag-theme-alpine .ag-group-title-bar-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-group-title-bar-icon:hover,
.ag-theme-stock-watchlist .ag-group-title-bar-icon:hover,
.ag-theme-standard .ag-group-title-bar-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-group-title-bar-icon:hover,
.ag-theme-draggable-row .ag-group-title-bar-icon:hover,
.ag-theme-alpine .ag-column-select-header-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-column-select-header-icon:hover,
.ag-theme-stock-watchlist .ag-column-select-header-icon:hover,
.ag-theme-standard .ag-column-select-header-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-column-select-header-icon:hover,
.ag-theme-draggable-row .ag-column-select-header-icon:hover,
.ag-theme-alpine .ag-floating-filter-button-button:hover,
.ag-theme-stock-watchlist-ticker .ag-floating-filter-button-button:hover,
.ag-theme-stock-watchlist .ag-floating-filter-button-button:hover,
.ag-theme-standard .ag-floating-filter-button-button:hover,
.ag-theme-master-trader-bootcamp-journey .ag-floating-filter-button-button:hover,
.ag-theme-draggable-row .ag-floating-filter-button-button:hover,
.ag-theme-alpine .ag-filter-toolpanel-expand:hover,
.ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-expand:hover,
.ag-theme-stock-watchlist .ag-filter-toolpanel-expand:hover,
.ag-theme-standard .ag-filter-toolpanel-expand:hover,
.ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-expand:hover,
.ag-theme-draggable-row .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine .ag-chart-menu-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-menu-icon:hover,
.ag-theme-stock-watchlist .ag-chart-menu-icon:hover,
.ag-theme-standard .ag-chart-menu-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-menu-icon:hover,
.ag-theme-draggable-row .ag-chart-menu-icon:hover,
.ag-theme-alpine .ag-chart-menu-close:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-menu-close:hover,
.ag-theme-stock-watchlist .ag-chart-menu-close:hover,
.ag-theme-standard .ag-chart-menu-close:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close:hover,
.ag-theme-draggable-row .ag-chart-menu-close:hover, .ag-theme-alpine-dark .ag-header-cell-menu-button:hover,
.ag-theme-alpine-dark .ag-side-button-button:hover,
.ag-theme-alpine-dark .ag-tab:hover,
.ag-theme-alpine-dark .ag-panel-title-bar-button:hover,
.ag-theme-alpine-dark .ag-header-expand-icon:hover,
.ag-theme-alpine-dark .ag-column-group-icons:hover,
.ag-theme-alpine-dark .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine-dark .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine-dark .ag-chart-settings-prev:hover,
.ag-theme-alpine-dark .ag-chart-settings-next:hover,
.ag-theme-alpine-dark .ag-group-title-bar-icon:hover,
.ag-theme-alpine-dark .ag-column-select-header-icon:hover,
.ag-theme-alpine-dark .ag-floating-filter-button-button:hover,
.ag-theme-alpine-dark .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine-dark .ag-chart-menu-icon:hover,
.ag-theme-alpine-dark .ag-chart-menu-close:hover {
  color: var(--ag-alpine-active-color);
}

.ag-theme-alpine .ag-chart-menu-close, .ag-theme-stock-watchlist-ticker .ag-chart-menu-close, .ag-theme-stock-watchlist .ag-chart-menu-close, .ag-theme-standard .ag-chart-menu-close, .ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close, .ag-theme-draggable-row .ag-chart-menu-close, .ag-theme-alpine-dark .ag-chart-menu-close {
  background: var(--ag-background-color);
}

.ag-theme-alpine .ag-chart-menu-close .ag-icon, .ag-theme-stock-watchlist-ticker .ag-chart-menu-close .ag-icon, .ag-theme-stock-watchlist .ag-chart-menu-close .ag-icon, .ag-theme-standard .ag-chart-menu-close .ag-icon, .ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close .ag-icon, .ag-theme-draggable-row .ag-chart-menu-close .ag-icon, .ag-theme-alpine-dark .ag-chart-menu-close .ag-icon {
  background: none;
  border: 1px solid var(--ag-secondary-border-color);
  border-right: none;
}

.ag-theme-alpine .ag-chart-menu-close .ag-icon:hover, .ag-theme-stock-watchlist-ticker .ag-chart-menu-close .ag-icon:hover, .ag-theme-stock-watchlist .ag-chart-menu-close .ag-icon:hover, .ag-theme-standard .ag-chart-menu-close .ag-icon:hover, .ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close .ag-icon:hover, .ag-theme-draggable-row .ag-chart-menu-close .ag-icon:hover, .ag-theme-alpine-dark .ag-chart-menu-close .ag-icon:hover {
  background: var(--ag-header-background-color);
}

.ag-theme-alpine .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-stock-watchlist-ticker .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-stock-watchlist .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-standard .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-master-trader-bootcamp-journey .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-draggable-row .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-alpine-dark .ag-chart-settings-card-item.ag-not-selected:hover {
  opacity: 0.35;
}

.ag-theme-alpine .ag-ltr .ag-panel-title-bar-button, .ag-theme-stock-watchlist-ticker .ag-ltr .ag-panel-title-bar-button, .ag-theme-stock-watchlist .ag-ltr .ag-panel-title-bar-button, .ag-theme-standard .ag-ltr .ag-panel-title-bar-button, .ag-theme-master-trader-bootcamp-journey .ag-ltr .ag-panel-title-bar-button, .ag-theme-draggable-row .ag-ltr .ag-panel-title-bar-button, .ag-theme-alpine-dark .ag-ltr .ag-panel-title-bar-button {
  margin-left: calc(var(--ag-grid-size) * 2);
  margin-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl .ag-panel-title-bar-button, .ag-theme-stock-watchlist-ticker .ag-rtl .ag-panel-title-bar-button, .ag-theme-stock-watchlist .ag-rtl .ag-panel-title-bar-button, .ag-theme-standard .ag-rtl .ag-panel-title-bar-button, .ag-theme-master-trader-bootcamp-journey .ag-rtl .ag-panel-title-bar-button, .ag-theme-draggable-row .ag-rtl .ag-panel-title-bar-button, .ag-theme-alpine-dark .ag-rtl .ag-panel-title-bar-button {
  margin-right: calc(var(--ag-grid-size) * 2);
  margin-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-filter-toolpanel-group-container, .ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-group-container, .ag-theme-stock-watchlist .ag-filter-toolpanel-group-container, .ag-theme-standard .ag-filter-toolpanel-group-container, .ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-group-container, .ag-theme-draggable-row .ag-filter-toolpanel-group-container, .ag-theme-alpine-dark .ag-filter-toolpanel-group-container {
  padding-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-filter-toolpanel-instance-filter, .ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-instance-filter, .ag-theme-stock-watchlist .ag-filter-toolpanel-instance-filter, .ag-theme-standard .ag-filter-toolpanel-instance-filter, .ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-instance-filter, .ag-theme-draggable-row .ag-filter-toolpanel-instance-filter, .ag-theme-alpine-dark .ag-filter-toolpanel-instance-filter {
  border: none;
  background-color: var(--ag-control-panel-background-color);
  border-left: dashed 1px;
  border-left-color: var(--ag-border-color);
  margin-left: calc(var(--ag-icon-size) * 0.5);
  padding-left: calc(var(--ag-icon-size) * 0.5);
  margin-right: calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-set-filter-list, .ag-theme-stock-watchlist-ticker .ag-set-filter-list, .ag-theme-stock-watchlist .ag-set-filter-list, .ag-theme-standard .ag-set-filter-list, .ag-theme-master-trader-bootcamp-journey .ag-set-filter-list, .ag-theme-draggable-row .ag-set-filter-list, .ag-theme-alpine-dark .ag-set-filter-list {
  padding-top: calc(var(--ag-grid-size) * 0.5);
  padding-bottom: calc(var(--ag-grid-size) * 0.5);
}

.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-stock-watchlist-ticker .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-stock-watchlist .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-standard .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-master-trader-bootcamp-journey .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-draggable-row .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container, .ag-theme-stock-watchlist-ticker .ag-layout-auto-height .ag-center-cols-container, .ag-theme-stock-watchlist .ag-layout-auto-height .ag-center-cols-container, .ag-theme-standard .ag-layout-auto-height .ag-center-cols-container, .ag-theme-master-trader-bootcamp-journey .ag-layout-auto-height .ag-center-cols-container, .ag-theme-draggable-row .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine .ag-layout-print .ag-center-cols-clipper, .ag-theme-stock-watchlist-ticker .ag-layout-print .ag-center-cols-clipper, .ag-theme-stock-watchlist .ag-layout-print .ag-center-cols-clipper, .ag-theme-standard .ag-layout-print .ag-center-cols-clipper, .ag-theme-master-trader-bootcamp-journey .ag-layout-print .ag-center-cols-clipper, .ag-theme-draggable-row .ag-layout-print .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-print .ag-center-cols-container, .ag-theme-stock-watchlist-ticker .ag-layout-print .ag-center-cols-container, .ag-theme-stock-watchlist .ag-layout-print .ag-center-cols-container, .ag-theme-standard .ag-layout-print .ag-center-cols-container, .ag-theme-master-trader-bootcamp-journey .ag-layout-print .ag-center-cols-container, .ag-theme-draggable-row .ag-layout-print .ag-center-cols-container, .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-clipper, .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-container {
  min-height: 150px;
}

.ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-stock-watchlist-ticker .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-stock-watchlist .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-standard .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-master-trader-bootcamp-journey .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-draggable-row .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-alpine-dark .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 60px;
}

.ag-theme-alpine .ag-date-time-list-page-entry-is-current, .ag-theme-stock-watchlist-ticker .ag-date-time-list-page-entry-is-current, .ag-theme-stock-watchlist .ag-date-time-list-page-entry-is-current, .ag-theme-standard .ag-date-time-list-page-entry-is-current, .ag-theme-master-trader-bootcamp-journey .ag-date-time-list-page-entry-is-current, .ag-theme-draggable-row .ag-date-time-list-page-entry-is-current, .ag-theme-alpine-dark .ag-date-time-list-page-entry-is-current {
  background-color: var(--ag-alpine-active-color);
}

.ag-theme-alpine-dark {
  color-scheme: dark;
}

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

  src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABGYAAsAAAAAJUAAABFHAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIh2BmAAixwKpXCfGwE2AiQDgiwLgRgABCAFhEYHhRYbjiBFIbBxQJhBP8IiqifF7P9DAp1DWLRF/YtGkJpOTafDolO66hq923HLpBjtKhEisuawXiIEoOjQaGO9OOdNmM/k7y5DCZMHau317e0FCManAAiSyCaunoRkkLFl1/9/c+VPMsnNEtBMGFedLLAjUjWiUlf3+d7r9jXZ9QR298S0qL4ULfAzmTVNTp0mtPCuUzXkB9rmv+OwOMJMsBBtenrY+GctjprYgZGc8X+zSHSRfcvw1zpZ98C2kVXG2W5VN1e6FQaG8JwEf+HchRXcb/Z2hfQ8dNS65LeVddel9vIEBkLLAG+YnEKJNWojAGE6V6EkgmyIn4SZ/+fnUtsboqwa/IGs0PNzOvCvzXv/pcBZSpRymlLWAZIFgrumAmgArDY7BSznJvyER6Hm7NyE1oMAmTOP2W4ovkxHhBjDKOYx0rGd6gY9HsC1iTrjjQhAvisbO3rs5NnKm1fs3qoPidYOoKweNm9YtwIO46CaAQG+y6kDZXNP/PIvsNmO0J44x/o4N66Ot+LG+FSETZ0xCmh8diIJRcgUKg1LIC5GV+kMnGkwBUV1HbzQOxJrQ0SKWJvX3t1aFRHoqOtzRWTyveVTZfGGblRq755mi6egbDIkb+zKVJeTkPgMFsIIrr8G88QITUASqOJ5TBJLAyetqNuvUi9cwsEiSVfknTKJKFwXJEifKEg4TRaVoTf9KidqWxWTaM4Qhckx5sC9WV2VzEdYip117wlE4pFNoTH6pLaKlnSP3jkqCOWFb04+eok58yIR6Fpbc7h7VYskIzvBi/sbie0gREpS0BX75I92Tzz1WaffwH8gR5tNGv6Ou1SeWdaN1SV9UZTp7rskIKhKTKO2KKdINUyJyBebzykRFeRxykSE2WFRIO9B1isS0hgQYcL5JAPPxDZCJCtZJhixKBq5KJYoW69I7cDZt0UMtHEbtDRUHyXnQxNdkxUZZL0p82U+RlTWTIM51d59R0MY4VFM5LyTjGEtU2yJkYKpidT3fINprI68kbyhLdEKti+RzoyqEcMcPwhTspwVIrUtc4FTtliCZlwiUFiTJVoyQlQoYZSR2S1kszlNlkBoGxeSQcn+MEUWSA4mj3A5ffvhux4hAUjwEaKLmr52zGp/dflBYicWpiPxr0NTYFYDQcMRaANSkOTWZ4cEuLyoDScvqoX8RyGuh4WcvPfN7x89Mxl08dZHP36EtfDICIqxc2hNBvPNdJl2K7K5M4rCYRGaDXBjQMR3hzpP4o7B4iA8wQMsJ6+gqKSsoqqmrqGppa2jq6dvYGhkbGJqZm5haWVtY2tn7+Do5Gzi4uoGQjZEY3mkpnoONwMpo7YCzpBQU5/p33+QHKUDvWQiqhYC4hVKJgFdEuVWXwHrCaxkw4FVbDCwmo0C1rA+wFo2AVjHegHr2VBgA+sHbGLDgM1sCLCFjQa2sgHANtYf2M7GAjtZb2AXGwTsZn2BPWwMsJeNB/axgcB+NgI4wMYBB4dPBD9AlBIEgmAQhIAgFARhIAgHQQQIIkEQBYJoEMSAIBYEcSCIB0ECCBJBkASCZBCkgCAVBGkgSAdBBggyQZAFgmwQ5IAgFwR5IMgHQQEICkFQBIJiEJSAoBQEZSAoB0EFCCpBUAWCahDUgKAWBHUgqEcdOg2gbRpB0ATAPwtb4hrOkjUW5HTc5QqbZQn410jBxkUchHndThUwJRfzV20FHctyFSXU8yVnqnjVcqKMwuymhqcMPqkwZdzE7MqlETtSgja1jksLx8X8Ff1H+YGVe2V2Y1zRXllFWHa6TjV57rS1Fpe51MTab1Fp5+GvYSoCnSw+q0Knyg3wYwBdueM78aTNaQ6ZMGc2sJhDyi2UWFKajVUkKlSCUnUildsYqNCuRvJ8qsPqsaZHw1imHnAcswGXqBhwQuXfwCWekgGpGpIvQ0HnSkC+ETQedsQnNkKTvfsVG5ec3sJyonvfOjWhwcfj1Lch7WGTfXN4F1q0h6Nj3YR4YOJK97Vg/47/j0SrZ4f1sK3aBzlN9CTRon4b4djoIDxCx/QHGkSji1mm/Yu5skEao3+MPsfKXW/0BJd6VBlN4SGVVxfdQVMDX/tT7+fInmYWHpk0CyvoG7ZHrlzhFy9dO3bsFDtx/vZzcenpTbAH4kOTZ6/mF++APXk1uT5jaCg5iPbGE35x8eC1vNb40aMHxaXr7MSxS5OXr74V3b6+zItXjx4UeHB2fAXswYOTgi66mP8VCOnwFETZftDCRDnjQL11aLLadfIxMo+GgRzPxihvzAwxhtRR3QOXxaWr01SaKb2Ru7KBXUqoDrZoXYgvTVZrvbMX+MVr7MRmbXyJ64MqXixIsvOqSRPvnItPKAXn8tP8gnrylPsXVU/S6PPKxBIKno8rv4BEVfXo53Ll+leqLs7LmWPanhSZkZ4jpKJLCvLjaCnQpAGG9ooBL6T/6/ZIIKKacTYgjA2a7YoCiVrQOHFEYLIwm9bDhsBkI8BmXT4GCti6DdIBN80cQOmfxcpZF9zRBKNjNeXmRe//xRryXqh55q9DCFp7fSMcCpKfB88fGGag9rWQ0c7rxXns3uip2oiDuBsSoBI2bsOgWIKBCrAcm+hxaZxdx/CeM1ZnSVTPjogm4PXn7ZvdSpZJhVJVUTN3YldHhTwR9SeU7cvL4xyv3JuBbTTRIT4y/6lp2JthwV04Z8cc39G/0rR6YE012woDFoJVqt2G4pdhg3JHmmZ+1JoRK9zKQ9eG7hQTLmaPReFrpYFqAq9d6jzTxYM4JjwSWu62xm8O11PjYsbMNSu8NKl7HmbnfS5rT6TnhLdKHuUXfK/knS4uSu4Wt9Ezevzf72KdnTTvf1EQWzfxpcCYDP1SMYyql4r7XJ74UXJcsMavoX8eFlTaigWK4z/eBIaIEcBmnzojLlnKewNGn/KhYPd0KKPnPve5L/ux+2MzqB5eMo367GnTpPGpWXTqw+QTbzhQdB2nt9+5t7RD8XpB5wMzqfzo2IjRPea2GdyhaUAYu1teYrTbIsaDk6lw9Ol3SHBkyVWiGb+8hrNnSHT/d4gK8MlVexbaI+9GvB32KcrC3w4dTI1BeHwBS+xJHYpLEKxc1ODgfI1GqyFJYbOnnyAhOCx/M9ti+UJ8eWhZnUUj4JdiNhRJC8TiAmnRnUiz7QJxkfTOlnQlzzLPMMwi0pxfAXiVsshYkvpEfibb28kOEiTTLQzfiDO+O/1MhC/vTgCP4eKSnX382LJl2Tn11gRBeFO4OLqLofVFL2ysDQyPDy5cOLukhEZLiD/uqzt+7PiGhLVrJz5WeXAhDbgexJOJEPvfZ0OcYZtxGLFU+zKkowDcWiKkGii5/uksQYDu+80DrpJQvjWOOc0FnpIL3DSDq+SBA84+rTwNb0RaXXKyrmRfRiklaFqcFYjPPKwsb2scSN2EhFSGxIRUhIiT/xtpf275z+tue+dfyLnc0ET7K0jjwgvMSU1nnO0rYz7fT3XhHmlDndxGBDvazS/qim+N47htifXfXe6v0Xj0suc9YHu4u7j6sE/9dsQmFndXNT1hOqgd2Qtr3vVdDJHOd1wdjfQOlwWsannObV9Hlt24lcmurkuPOc4dMTFsN59yDwOXLqw9i2HlLjzr3jDE2bnEPfbvSFvGgnIDCB3eTvMs6f2TO3Nc2zmyZmLdSFcFx4H7YZBOoZv/P3HElhPFdMjKrhvbuW+G40R3Z3eRplfdJfrDypbjz3GEJkqiOOnzU/ziuC0ZppRKVWihek5KS7d3Lj9MnKI/9DdVro+tVcOc1JYur1y5LDO7rMh2eNSYGI/EopJ+ccboDN6q+SJBBp+fLhAxbAo74saWQZVEnFKZLeeNc08sliiYCKi7cqRHOnmoTU5OUYlHovrE8nteuS3dc1LWdbkE37vq8MqV/T4nTJsUaaJUuQHizX3OmLub0naBYsNo/IpqP5t7+Qq8F+7fZ1w9GtupN8RbAubdpCROGRWkYrcxX14svj2GBLmFRgy4FJdQiliFcRupIJWJk5+MmX19u0KqMH6qwra96fByc4fY4VUUOvp+6bSsmjxY9b9sFBa/4Xlu5i3PXS4rlEgKmiMNyNYa4m325K3i5xA57csW6ZAW1qR3oSEAeGYJs/4Mev+3ojBsGaZCFy/MEm7JjNW3rMc9Fu+JifuvUeOwDe/o0F5HkKQkBLmec7bi00d3Ldg1sf/LDLiBNCiSLXED4NvcNftuvHCQjdvYiNXfotFXSSVwz+dlT+pIkuC3Ypa8Al3u3oV54VmCzExBVnierJK36MwZT15llhNRsn1NQcwvtevPfRv17cgGLnDnJJSR2tId/uD9weX5Fz7LmEOQC0kCRpFTp9p6ynPGH59tqSkpmrIyHve95OOTue1OenplmRXdPVCee6zGbL57l7o3KWryZvLdnDn5zY4MD4+2UlebFocZ5pbp2K23bq9enYUYp1VNqXx+qg3qbc2G0gtN2XzQ7bvY9UUmeW71LDcgztH22b9hB45jXMDLQ7vYMx8SxFiC+rMplJ+eFmZo/ZOq3iWCmvVS6DrtvJ3YJ93G2Nu9F36ik334x96ZbXQo6FYo9vQYuxHl5n1oGwdMMfbtMzYpe/tg3avVr3rGqm/fTm5gS4U+WBtkMgVpg/XDkSbaZDrXrw8eFgS2Lv21Xi/WCYU6sf5KSbVtnVAvvrJVG948S21OTm7+kxKj/sz/uJRP3WT7pSSteinzXwjpcM9y9jTmrd2o2Ch9hsficG82O9uZwN+CrkLZkHUv7l6W4NyqPT/8S06Wy3x9k5KASjIUGODVOruMmS0xUiocPnwReWDi1NnDcrw4XjZnPid0mX7sWFtl7UD/kLIqUXa53UrAxeQ3KpUf0VyQn5GxfHnczl1g7PuR+Zp5IypXnseIH1/cIz4bBZgxWU01M/x1gr1udqJlaBGlimhjGsr+uF+bwiOA+zU2oE91TLEeIauP1xWe6rUM/pA81yOYpihiSB7JUXB/oI+iZaGt9tQq2n9Q0derrnU/2o8lgXVDNY1oD9p6TyUb0YWZhdYyCKXNkXqpiKbholwui05d6ymOvr4rvfbvnEuD/2Lt6UJO/LtcDLUAjLO7+6TfmdLsqQ1oX9N1GBdZaqb1U6z/q75SrwQ8/Q0nP38sYCya/8Olal7o7hJgPz+nTjjmCEjw0ihgE3KAue6Ez7v6sQAMBCBRVzH0QE+m7QFOUA8oIHQ7QMAd+l1GAzbMBJSuy4FO132so8Klf1DS9T/b9TcUX2zPj/AL+0JO3/nkAvwE23tJm1M5r/MXKLsYquvmateVvUAAkgy6aucqD/aG2VSGIlbPMayL8j5WieIXKG465nS7Whn3qhsVcU2yXhBHu+MlTgB+gvDA9TyJJGbIMf6CADLvWhRUrjWuJH0vSqp0AYxdq7Tmf+5sYN3g2DCqxCIR5uJZqyIJPoZ4J5LY+gKUazY6BSu5tYrnZWTNhtLC560Aq5pu1Hxm2ADhCAgVDfnVHfDFWv3a/K+boiQrqqYbpmU7rucHYRQnaZYXZVU3bdcP4zQv67Yf53U/r/fn6869B4+ePHvx6s27D59rb8W2BFayi6GUQ3HMm/KqUkVQ4IU6kvi4naC+2zjVWTroy40OXNDAQOiCZDjdldAHKfe+ah+pTq7Sk7buUo8h76oOTFIx6EJ1moWamPOmukOhMysBX7vadsckqTmo3oEf6uxl7jbzzNKUb00TU5syF3ZcEjsz9qnYqzHsabj0FTo92y3fUrtgtzEmh26BAjP024Pka2cbcuIidIC90FxL7+MIWiQNZwmbqYJINUTeTgODi30+piO9mVi3PXMMdTTmaKOpIKhsx0WOAXbzc19S6ziGQukT7aE2oe1becDAJ2Ubp0wARhQ7m5VjgrDdv2N5JuuSRQBzomCUKV7nW2tS/6FeMhsYy1oDAA==);

  font-weight: normal;

  font-style: normal;
}

.ag-theme-alpine, .ag-theme-stock-watchlist-ticker, .ag-theme-stock-watchlist, .ag-theme-standard, .ag-theme-master-trader-bootcamp-journey, .ag-theme-draggable-row, .ag-theme-alpine-dark {
  --ag-alpine-active-color: #2196f3;
  --ag-selected-row-background-color: rgba(33, 150, 243, 0.3);
  --ag-row-hover-color: rgba(33, 150, 243, 0.1);
  --ag-column-hover-color: rgba(33, 150, 243, 0.1);
  --ag-input-focus-border-color: rgba(33, 150, 243, 0.4);
  --ag-range-selection-background-color: rgba(33, 150, 243, 0.2);
  --ag-range-selection-background-color-2: rgba(33, 150, 243, 0.36);
  --ag-range-selection-background-color-3: rgba(33, 150, 243, 0.49);
  --ag-range-selection-background-color-4: rgba(33, 150, 243, 0.59);
  --ag-background-color: #fff;
  --ag-foreground-color: #181d1f;
  --ag-border-color: #babfc7;
  --ag-secondary-border-color: #dde2eb;
  --ag-header-background-color: #f8f8f8;
  --ag-odd-row-background-color: #fcfcfc;
  --ag-control-panel-background-color: #f8f8f8;
  --ag-subheader-background-color: #fff;
  --ag-invalid-color: #e02525;
  --ag-checkbox-unchecked-color: #999;
  --ag-checkbox-background-color: var(--ag-background-color);
  --ag-checkbox-checked-color: var(--ag-alpine-active-color);
  --ag-range-selection-border-color: var(--ag-alpine-active-color);
  --ag-secondary-foreground-color: var(--ag-foreground-color);
  --ag-input-border-color: var(--ag-border-color);
  --ag-input-border-color-invalid: var(--ag-invalid-color);
  --ag-input-focus-box-shadow: 0 0 2px 0.1rem var(--ag-input-focus-border-color);
  --ag-disabled-foreground-color: rgba(24, 29, 31, 0.5);
  --ag-chip-background-color: rgba(24, 29, 31, 0.07);
  --ag-input-disabled-border-color: rgba(186, 191, 199, 0.3);
  --ag-input-disabled-background-color: rgba(186, 191, 199, 0.15);
  --ag-borders: solid 1px;
  --ag-border-radius: 3px;
  --ag-borders-side-button: none;
  --ag-side-button-selected-background-color: transparent;
  --ag-header-column-resize-handle-display: block;
  --ag-header-column-resize-handle-width: 2px;
  --ag-header-column-resize-handle-height: 30%;
  --ag-grid-size: 6px;
  --ag-icon-size: 16px;
  --ag-row-height: calc(var(--ag-grid-size) * 7);
  --ag-header-height: calc(var(--ag-grid-size) * 8);
  --ag-list-item-height: calc(var(--ag-grid-size) * 4);
  --ag-column-select-indent-size: var(--ag-icon-size);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-cell-widget-spacing: calc(var(--ag-grid-size) * 2);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.5);
  --ag-toggle-button-height: 18px;
  --ag-toggle-button-width: 28px;
  --ag-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --ag-font-size: 13px;
  --ag-icon-font-family: agGridAlpine;
  --ag-selected-tab-underline-color: var(--ag-alpine-active-color);
  --ag-selected-tab-underline-width: 2px;
  --ag-selected-tab-underline-transition-speed: 0.3s;
  --ag-tab-min-width: 240px;
  --ag-card-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  --ag-popup-shadow: var(--ag-card-shadow);
  --ag-side-bar-panel-width: 250px;
}

.ag-theme-alpine-dark {
  --ag-background-color: #181d1f;
  --ag-foreground-color: #fff;
  --ag-border-color: #68686e;
  --ag-secondary-border-color: rgba(88, 86, 82, 0.5);
  --ag-modal-overlay-background-color: rgba(24, 29, 31, 0.66);
  --ag-header-background-color: #222628;
  --ag-odd-row-background-color: #222628;
  --ag-control-panel-background-color: #222628;
  --ag-subheader-background-color: #000;
  --ag-input-disabled-background-color: #282c2f;
  --ag-input-focus-box-shadow:
      0 0 2px 0.5px rgba(255, 255, 255, 0.5),
      0 0 4px 3px var(--ag-input-focus-border-color);
  --ag-card-shadow: 0 1px 20px 1px black;
  --ag-disabled-foreground-color: rgba(255, 255, 255, 0.5);
  --ag-chip-background-color: rgba(255, 255, 255, 0.07);
  --ag-input-disabled-border-color: rgba(104, 104, 110, 0.3);
  --ag-input-disabled-background-color: rgba(104, 104, 110, 0.07);
}

.ag-theme-alpine .ag-filter-toolpanel-header, .ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-header, .ag-theme-stock-watchlist .ag-filter-toolpanel-header, .ag-theme-standard .ag-filter-toolpanel-header, .ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-header, .ag-theme-draggable-row .ag-filter-toolpanel-header,
.ag-theme-alpine .ag-filter-toolpanel-search,
.ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-search,
.ag-theme-stock-watchlist .ag-filter-toolpanel-search,
.ag-theme-standard .ag-filter-toolpanel-search,
.ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-search,
.ag-theme-draggable-row .ag-filter-toolpanel-search,
.ag-theme-alpine .ag-status-bar,
.ag-theme-stock-watchlist-ticker .ag-status-bar,
.ag-theme-stock-watchlist .ag-status-bar,
.ag-theme-standard .ag-status-bar,
.ag-theme-master-trader-bootcamp-journey .ag-status-bar,
.ag-theme-draggable-row .ag-status-bar,
.ag-theme-alpine .ag-header-row,
.ag-theme-stock-watchlist-ticker .ag-header-row,
.ag-theme-stock-watchlist .ag-header-row,
.ag-theme-standard .ag-header-row,
.ag-theme-master-trader-bootcamp-journey .ag-header-row,
.ag-theme-draggable-row .ag-header-row,
.ag-theme-alpine .ag-panel-title-bar-title,
.ag-theme-stock-watchlist-ticker .ag-panel-title-bar-title,
.ag-theme-stock-watchlist .ag-panel-title-bar-title,
.ag-theme-standard .ag-panel-title-bar-title,
.ag-theme-master-trader-bootcamp-journey .ag-panel-title-bar-title,
.ag-theme-draggable-row .ag-panel-title-bar-title,
.ag-theme-alpine .ag-multi-filter-group-title-bar,
.ag-theme-stock-watchlist-ticker .ag-multi-filter-group-title-bar,
.ag-theme-stock-watchlist .ag-multi-filter-group-title-bar,
.ag-theme-standard .ag-multi-filter-group-title-bar,
.ag-theme-master-trader-bootcamp-journey .ag-multi-filter-group-title-bar,
.ag-theme-draggable-row .ag-multi-filter-group-title-bar, .ag-theme-alpine-dark .ag-filter-toolpanel-header,
.ag-theme-alpine-dark .ag-filter-toolpanel-search,
.ag-theme-alpine-dark .ag-status-bar,
.ag-theme-alpine-dark .ag-header-row,
.ag-theme-alpine-dark .ag-panel-title-bar-title,
.ag-theme-alpine-dark .ag-multi-filter-group-title-bar {
  font-weight: 700;
  color: var(--ag-header-foreground-color);
}

.ag-theme-alpine .ag-row, .ag-theme-stock-watchlist-ticker .ag-row, .ag-theme-stock-watchlist .ag-row, .ag-theme-standard .ag-row, .ag-theme-master-trader-bootcamp-journey .ag-row, .ag-theme-draggable-row .ag-row, .ag-theme-alpine-dark .ag-row {
  font-size: calc(var(--ag-font-size) + 1px);
}

.ag-theme-alpine input[class^=ag-]:not([type]), .ag-theme-stock-watchlist-ticker input[class^=ag-]:not([type]), .ag-theme-stock-watchlist input[class^=ag-]:not([type]), .ag-theme-standard input[class^=ag-]:not([type]), .ag-theme-master-trader-bootcamp-journey input[class^=ag-]:not([type]), .ag-theme-draggable-row input[class^=ag-]:not([type]),
.ag-theme-alpine input[class^=ag-][type=text],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=text],
.ag-theme-stock-watchlist input[class^=ag-][type=text],
.ag-theme-standard input[class^=ag-][type=text],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=text],
.ag-theme-draggable-row input[class^=ag-][type=text],
.ag-theme-alpine input[class^=ag-][type=number],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=number],
.ag-theme-stock-watchlist input[class^=ag-][type=number],
.ag-theme-standard input[class^=ag-][type=number],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=number],
.ag-theme-draggable-row input[class^=ag-][type=number],
.ag-theme-alpine input[class^=ag-][type=tel],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=tel],
.ag-theme-stock-watchlist input[class^=ag-][type=tel],
.ag-theme-standard input[class^=ag-][type=tel],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=tel],
.ag-theme-draggable-row input[class^=ag-][type=tel],
.ag-theme-alpine input[class^=ag-][type=date],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=date],
.ag-theme-stock-watchlist input[class^=ag-][type=date],
.ag-theme-standard input[class^=ag-][type=date],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=date],
.ag-theme-draggable-row input[class^=ag-][type=date],
.ag-theme-alpine input[class^=ag-][type=datetime-local],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=datetime-local],
.ag-theme-stock-watchlist input[class^=ag-][type=datetime-local],
.ag-theme-standard input[class^=ag-][type=datetime-local],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=datetime-local],
.ag-theme-draggable-row input[class^=ag-][type=datetime-local],
.ag-theme-alpine textarea[class^=ag-],
.ag-theme-stock-watchlist-ticker textarea[class^=ag-],
.ag-theme-stock-watchlist textarea[class^=ag-],
.ag-theme-standard textarea[class^=ag-],
.ag-theme-master-trader-bootcamp-journey textarea[class^=ag-],
.ag-theme-draggable-row textarea[class^=ag-], .ag-theme-alpine-dark input[class^=ag-]:not([type]),
.ag-theme-alpine-dark input[class^=ag-][type=text],
.ag-theme-alpine-dark input[class^=ag-][type=number],
.ag-theme-alpine-dark input[class^=ag-][type=tel],
.ag-theme-alpine-dark input[class^=ag-][type=date],
.ag-theme-alpine-dark input[class^=ag-][type=datetime-local],
.ag-theme-alpine-dark textarea[class^=ag-] {
  min-height: calc(var(--ag-grid-size) * 4);
  border-radius: var(--ag-border-radius);
}

.ag-theme-alpine .ag-ltr input[class^=ag-]:not([type]), .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-]:not([type]), .ag-theme-stock-watchlist .ag-ltr input[class^=ag-]:not([type]), .ag-theme-standard .ag-ltr input[class^=ag-]:not([type]), .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-]:not([type]), .ag-theme-draggable-row .ag-ltr input[class^=ag-]:not([type]), .ag-theme-alpine .ag-ltr input[class^=ag-][type=text], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=text], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=text], .ag-theme-standard .ag-ltr input[class^=ag-][type=text], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=text], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=text], .ag-theme-alpine .ag-ltr input[class^=ag-][type=number], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=number], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=number], .ag-theme-standard .ag-ltr input[class^=ag-][type=number], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=number], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=number], .ag-theme-alpine .ag-ltr input[class^=ag-][type=tel], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=tel], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=tel], .ag-theme-standard .ag-ltr input[class^=ag-][type=tel], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=tel], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=tel], .ag-theme-alpine .ag-ltr input[class^=ag-][type=date], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=date], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=date], .ag-theme-standard .ag-ltr input[class^=ag-][type=date], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=date], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=date], .ag-theme-alpine .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-standard .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-alpine .ag-ltr textarea[class^=ag-], .ag-theme-stock-watchlist-ticker .ag-ltr textarea[class^=ag-], .ag-theme-stock-watchlist .ag-ltr textarea[class^=ag-], .ag-theme-standard .ag-ltr textarea[class^=ag-], .ag-theme-master-trader-bootcamp-journey .ag-ltr textarea[class^=ag-], .ag-theme-draggable-row .ag-ltr textarea[class^=ag-], .ag-theme-alpine-dark .ag-ltr input[class^=ag-]:not([type]), .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=text], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=number], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=tel], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=date], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-alpine-dark .ag-ltr textarea[class^=ag-] {
  padding-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl input[class^=ag-]:not([type]), .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-]:not([type]), .ag-theme-stock-watchlist .ag-rtl input[class^=ag-]:not([type]), .ag-theme-standard .ag-rtl input[class^=ag-]:not([type]), .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-]:not([type]), .ag-theme-draggable-row .ag-rtl input[class^=ag-]:not([type]), .ag-theme-alpine .ag-rtl input[class^=ag-][type=text], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=text], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=text], .ag-theme-standard .ag-rtl input[class^=ag-][type=text], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=text], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=text], .ag-theme-alpine .ag-rtl input[class^=ag-][type=number], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=number], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=number], .ag-theme-standard .ag-rtl input[class^=ag-][type=number], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=number], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=number], .ag-theme-alpine .ag-rtl input[class^=ag-][type=tel], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=tel], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=tel], .ag-theme-standard .ag-rtl input[class^=ag-][type=tel], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=tel], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=tel], .ag-theme-alpine .ag-rtl input[class^=ag-][type=date], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=date], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=date], .ag-theme-standard .ag-rtl input[class^=ag-][type=date], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=date], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=date], .ag-theme-alpine .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-standard .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-alpine .ag-rtl textarea[class^=ag-], .ag-theme-stock-watchlist-ticker .ag-rtl textarea[class^=ag-], .ag-theme-stock-watchlist .ag-rtl textarea[class^=ag-], .ag-theme-standard .ag-rtl textarea[class^=ag-], .ag-theme-master-trader-bootcamp-journey .ag-rtl textarea[class^=ag-], .ag-theme-draggable-row .ag-rtl textarea[class^=ag-], .ag-theme-alpine-dark .ag-rtl input[class^=ag-]:not([type]), .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=text], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=number], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=tel], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=date], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-alpine-dark .ag-rtl textarea[class^=ag-] {
  padding-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-tab, .ag-theme-stock-watchlist-ticker .ag-tab, .ag-theme-stock-watchlist .ag-tab, .ag-theme-standard .ag-tab, .ag-theme-master-trader-bootcamp-journey .ag-tab, .ag-theme-draggable-row .ag-tab, .ag-theme-alpine-dark .ag-tab {
  padding: calc(var(--ag-grid-size) * 1.5);
  transition: color 0.4s;
  flex: 1 1 auto;
}

.ag-theme-alpine .ag-tab-selected, .ag-theme-stock-watchlist-ticker .ag-tab-selected, .ag-theme-stock-watchlist .ag-tab-selected, .ag-theme-standard .ag-tab-selected, .ag-theme-master-trader-bootcamp-journey .ag-tab-selected, .ag-theme-draggable-row .ag-tab-selected, .ag-theme-alpine-dark .ag-tab-selected {
  color: var(--ag-alpine-active-color);
}

.ag-theme-alpine .ag-menu, .ag-theme-stock-watchlist-ticker .ag-menu, .ag-theme-stock-watchlist .ag-menu, .ag-theme-standard .ag-menu, .ag-theme-master-trader-bootcamp-journey .ag-menu, .ag-theme-draggable-row .ag-menu, .ag-theme-alpine-dark .ag-menu {
  background-color: var(--ag-control-panel-background-color);
}

.ag-theme-alpine .ag-menu-header, .ag-theme-stock-watchlist-ticker .ag-menu-header, .ag-theme-stock-watchlist .ag-menu-header, .ag-theme-standard .ag-menu-header, .ag-theme-master-trader-bootcamp-journey .ag-menu-header, .ag-theme-draggable-row .ag-menu-header, .ag-theme-alpine-dark .ag-menu-header {
  background-color: var(--ag-control-panel-background-color);
  padding-top: 1px;
}

.ag-theme-alpine .ag-tabs-header, .ag-theme-stock-watchlist-ticker .ag-tabs-header, .ag-theme-stock-watchlist .ag-tabs-header, .ag-theme-standard .ag-tabs-header, .ag-theme-master-trader-bootcamp-journey .ag-tabs-header, .ag-theme-draggable-row .ag-tabs-header, .ag-theme-alpine-dark .ag-tabs-header {
  border-bottom: var(--ag-borders) var(--ag-border-color);
}

.ag-theme-alpine .ag-charts-settings-group-title-bar, .ag-theme-stock-watchlist-ticker .ag-charts-settings-group-title-bar, .ag-theme-stock-watchlist .ag-charts-settings-group-title-bar, .ag-theme-standard .ag-charts-settings-group-title-bar, .ag-theme-master-trader-bootcamp-journey .ag-charts-settings-group-title-bar, .ag-theme-draggable-row .ag-charts-settings-group-title-bar,
.ag-theme-alpine .ag-charts-data-group-title-bar,
.ag-theme-stock-watchlist-ticker .ag-charts-data-group-title-bar,
.ag-theme-stock-watchlist .ag-charts-data-group-title-bar,
.ag-theme-standard .ag-charts-data-group-title-bar,
.ag-theme-master-trader-bootcamp-journey .ag-charts-data-group-title-bar,
.ag-theme-draggable-row .ag-charts-data-group-title-bar,
.ag-theme-alpine .ag-charts-format-top-level-group-title-bar,
.ag-theme-stock-watchlist-ticker .ag-charts-format-top-level-group-title-bar,
.ag-theme-stock-watchlist .ag-charts-format-top-level-group-title-bar,
.ag-theme-standard .ag-charts-format-top-level-group-title-bar,
.ag-theme-master-trader-bootcamp-journey .ag-charts-format-top-level-group-title-bar,
.ag-theme-draggable-row .ag-charts-format-top-level-group-title-bar, .ag-theme-alpine-dark .ag-charts-settings-group-title-bar,
.ag-theme-alpine-dark .ag-charts-data-group-title-bar,
.ag-theme-alpine-dark .ag-charts-format-top-level-group-title-bar {
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
  line-height: calc(var(--ag-icon-size) + var(--ag-grid-size) - 2px);
}

.ag-theme-alpine .ag-chart-mini-thumbnail, .ag-theme-stock-watchlist-ticker .ag-chart-mini-thumbnail, .ag-theme-stock-watchlist .ag-chart-mini-thumbnail, .ag-theme-standard .ag-chart-mini-thumbnail, .ag-theme-master-trader-bootcamp-journey .ag-chart-mini-thumbnail, .ag-theme-draggable-row .ag-chart-mini-thumbnail, .ag-theme-alpine-dark .ag-chart-mini-thumbnail {
  background-color: var(--ag-background-color);
}

.ag-theme-alpine .ag-chart-settings-nav-bar, .ag-theme-stock-watchlist-ticker .ag-chart-settings-nav-bar, .ag-theme-stock-watchlist .ag-chart-settings-nav-bar, .ag-theme-standard .ag-chart-settings-nav-bar, .ag-theme-master-trader-bootcamp-journey .ag-chart-settings-nav-bar, .ag-theme-draggable-row .ag-chart-settings-nav-bar, .ag-theme-alpine-dark .ag-chart-settings-nav-bar {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-theme-alpine .ag-ltr .ag-group-title-bar-icon, .ag-theme-stock-watchlist-ticker .ag-ltr .ag-group-title-bar-icon, .ag-theme-stock-watchlist .ag-ltr .ag-group-title-bar-icon, .ag-theme-standard .ag-ltr .ag-group-title-bar-icon, .ag-theme-master-trader-bootcamp-journey .ag-ltr .ag-group-title-bar-icon, .ag-theme-draggable-row .ag-ltr .ag-group-title-bar-icon, .ag-theme-alpine-dark .ag-ltr .ag-group-title-bar-icon {
  margin-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl .ag-group-title-bar-icon, .ag-theme-stock-watchlist-ticker .ag-rtl .ag-group-title-bar-icon, .ag-theme-stock-watchlist .ag-rtl .ag-group-title-bar-icon, .ag-theme-standard .ag-rtl .ag-group-title-bar-icon, .ag-theme-master-trader-bootcamp-journey .ag-rtl .ag-group-title-bar-icon, .ag-theme-draggable-row .ag-rtl .ag-group-title-bar-icon, .ag-theme-alpine-dark .ag-rtl .ag-group-title-bar-icon {
  margin-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist-ticker .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist .ag-charts-format-top-level-group-toolbar, .ag-theme-standard .ag-charts-format-top-level-group-toolbar, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-top-level-group-toolbar, .ag-theme-draggable-row .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-charts-format-top-level-group-toolbar {
  margin-top: var(--ag-grid-size);
}

.ag-theme-alpine .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist-ticker .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-standard .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-master-trader-bootcamp-journey .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-draggable-row .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-ltr .ag-charts-format-top-level-group-toolbar {
  padding-left: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist-ticker .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-standard .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-master-trader-bootcamp-journey .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-draggable-row .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-rtl .ag-charts-format-top-level-group-toolbar {
  padding-right: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-charts-format-sub-level-group, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group, .ag-theme-standard .ag-charts-format-sub-level-group, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group, .ag-theme-draggable-row .ag-charts-format-sub-level-group, .ag-theme-alpine-dark .ag-charts-format-sub-level-group {
  border-left: dashed 1px;
  border-left-color: var(--ag-border-color);
  padding-left: var(--ag-grid-size);
  margin-bottom: calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-charts-format-sub-level-group-title-bar, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group-title-bar, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group-title-bar, .ag-theme-standard .ag-charts-format-sub-level-group-title-bar, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group-title-bar, .ag-theme-draggable-row .ag-charts-format-sub-level-group-title-bar, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-title-bar {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  font-weight: 700;
}

.ag-theme-alpine .ag-charts-format-sub-level-group-container, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group-container, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group-container, .ag-theme-standard .ag-charts-format-sub-level-group-container, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group-container, .ag-theme-draggable-row .ag-charts-format-sub-level-group-container, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-container {
  padding-bottom: 0;
}

.ag-theme-alpine .ag-charts-format-sub-level-group-item:last-child, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group-item:last-child, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group-item:last-child, .ag-theme-standard .ag-charts-format-sub-level-group-item:last-child, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group-item:last-child, .ag-theme-draggable-row .ag-charts-format-sub-level-group-item:last-child, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-item:last-child {
  margin-bottom: 0;
}

.ag-theme-alpine.ag-dnd-ghost, .ag-dnd-ghost.ag-theme-stock-watchlist-ticker, .ag-dnd-ghost.ag-theme-stock-watchlist, .ag-dnd-ghost.ag-theme-standard, .ag-dnd-ghost.ag-theme-master-trader-bootcamp-journey, .ag-dnd-ghost.ag-theme-draggable-row, .ag-theme-alpine-dark.ag-dnd-ghost {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 700;
}

.ag-theme-alpine .ag-side-buttons, .ag-theme-stock-watchlist-ticker .ag-side-buttons, .ag-theme-stock-watchlist .ag-side-buttons, .ag-theme-standard .ag-side-buttons, .ag-theme-master-trader-bootcamp-journey .ag-side-buttons, .ag-theme-draggable-row .ag-side-buttons, .ag-theme-alpine-dark .ag-side-buttons {
  width: calc(var(--ag-grid-size) * 5);
}

.ag-theme-alpine .ag-standard-button, .ag-theme-stock-watchlist-ticker .ag-standard-button, .ag-theme-stock-watchlist .ag-standard-button, .ag-theme-standard .ag-standard-button, .ag-theme-master-trader-bootcamp-journey .ag-standard-button, .ag-theme-draggable-row .ag-standard-button, .ag-theme-alpine-dark .ag-standard-button {
  appearance: none;
  -webkit-appearance: none;
  border-radius: var(--ag-border-radius);
  border: 1px solid;
  border-color: var(--ag-alpine-active-color);
  color: var(--ag-alpine-active-color);
  background-color: var(--ag-background-color);
  font-weight: 600;
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-standard-button:hover, .ag-theme-stock-watchlist-ticker .ag-standard-button:hover, .ag-theme-stock-watchlist .ag-standard-button:hover, .ag-theme-standard .ag-standard-button:hover, .ag-theme-master-trader-bootcamp-journey .ag-standard-button:hover, .ag-theme-draggable-row .ag-standard-button:hover, .ag-theme-alpine-dark .ag-standard-button:hover {
  border-color: var(--ag-alpine-active-color);
  background-color: var(--ag-row-hover-color);
}

.ag-theme-alpine .ag-standard-button:active, .ag-theme-stock-watchlist-ticker .ag-standard-button:active, .ag-theme-stock-watchlist .ag-standard-button:active, .ag-theme-standard .ag-standard-button:active, .ag-theme-master-trader-bootcamp-journey .ag-standard-button:active, .ag-theme-draggable-row .ag-standard-button:active, .ag-theme-alpine-dark .ag-standard-button:active {
  border-color: var(--ag-alpine-active-color);
  background-color: var(--ag-alpine-active-color);
  color: var(--ag-background-color);
}

.ag-theme-alpine .ag-standard-button:disabled, .ag-theme-stock-watchlist-ticker .ag-standard-button:disabled, .ag-theme-stock-watchlist .ag-standard-button:disabled, .ag-theme-standard .ag-standard-button:disabled, .ag-theme-master-trader-bootcamp-journey .ag-standard-button:disabled, .ag-theme-draggable-row .ag-standard-button:disabled, .ag-theme-alpine-dark .ag-standard-button:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}

.ag-theme-alpine .ag-column-drop-vertical, .ag-theme-stock-watchlist-ticker .ag-column-drop-vertical, .ag-theme-stock-watchlist .ag-column-drop-vertical, .ag-theme-standard .ag-column-drop-vertical, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-vertical, .ag-theme-draggable-row .ag-column-drop-vertical, .ag-theme-alpine-dark .ag-column-drop-vertical {
  min-height: 75px;
}

.ag-theme-alpine .ag-column-drop-vertical-title-bar, .ag-theme-stock-watchlist-ticker .ag-column-drop-vertical-title-bar, .ag-theme-stock-watchlist .ag-column-drop-vertical-title-bar, .ag-theme-standard .ag-column-drop-vertical-title-bar, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-vertical-title-bar, .ag-theme-draggable-row .ag-column-drop-vertical-title-bar, .ag-theme-alpine-dark .ag-column-drop-vertical-title-bar {
  padding: calc(var(--ag-grid-size) * 2);
  padding-bottom: 0px;
}

.ag-theme-alpine .ag-column-drop-vertical-empty-message, .ag-theme-stock-watchlist-ticker .ag-column-drop-vertical-empty-message, .ag-theme-stock-watchlist .ag-column-drop-vertical-empty-message, .ag-theme-standard .ag-column-drop-vertical-empty-message, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-vertical-empty-message, .ag-theme-draggable-row .ag-column-drop-vertical-empty-message, .ag-theme-alpine-dark .ag-column-drop-vertical-empty-message {
  display: flex;
  align-items: center;
  border: dashed 1px;
  border-color: var(--ag-border-color);
  margin: calc(var(--ag-grid-size) * 2);
  padding: calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-column-drop-empty-message, .ag-theme-stock-watchlist-ticker .ag-column-drop-empty-message, .ag-theme-stock-watchlist .ag-column-drop-empty-message, .ag-theme-standard .ag-column-drop-empty-message, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-empty-message, .ag-theme-draggable-row .ag-column-drop-empty-message, .ag-theme-alpine-dark .ag-column-drop-empty-message {
  color: var(--ag-foreground-color);
  opacity: 0.75;
}

.ag-theme-alpine .ag-status-bar, .ag-theme-stock-watchlist-ticker .ag-status-bar, .ag-theme-stock-watchlist .ag-status-bar, .ag-theme-standard .ag-status-bar, .ag-theme-master-trader-bootcamp-journey .ag-status-bar, .ag-theme-draggable-row .ag-status-bar, .ag-theme-alpine-dark .ag-status-bar {
  font-weight: normal;
}

.ag-theme-alpine .ag-status-name-value-value, .ag-theme-stock-watchlist-ticker .ag-status-name-value-value, .ag-theme-stock-watchlist .ag-status-name-value-value, .ag-theme-standard .ag-status-name-value-value, .ag-theme-master-trader-bootcamp-journey .ag-status-name-value-value, .ag-theme-draggable-row .ag-status-name-value-value, .ag-theme-alpine-dark .ag-status-name-value-value {
  font-weight: 700;
}

.ag-theme-alpine .ag-paging-number, .ag-theme-stock-watchlist-ticker .ag-paging-number, .ag-theme-stock-watchlist .ag-paging-number, .ag-theme-standard .ag-paging-number, .ag-theme-master-trader-bootcamp-journey .ag-paging-number, .ag-theme-draggable-row .ag-paging-number, .ag-theme-alpine .ag-paging-row-summary-panel-number, .ag-theme-stock-watchlist-ticker .ag-paging-row-summary-panel-number, .ag-theme-stock-watchlist .ag-paging-row-summary-panel-number, .ag-theme-standard .ag-paging-row-summary-panel-number, .ag-theme-master-trader-bootcamp-journey .ag-paging-row-summary-panel-number, .ag-theme-draggable-row .ag-paging-row-summary-panel-number, .ag-theme-alpine-dark .ag-paging-number, .ag-theme-alpine-dark .ag-paging-row-summary-panel-number {
  font-weight: 700;
}

.ag-theme-alpine .ag-column-drop-cell-button, .ag-theme-stock-watchlist-ticker .ag-column-drop-cell-button, .ag-theme-stock-watchlist .ag-column-drop-cell-button, .ag-theme-standard .ag-column-drop-cell-button, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-cell-button, .ag-theme-draggable-row .ag-column-drop-cell-button, .ag-theme-alpine-dark .ag-column-drop-cell-button {
  opacity: 0.5;
}

.ag-theme-alpine .ag-column-drop-cell-button:hover, .ag-theme-stock-watchlist-ticker .ag-column-drop-cell-button:hover, .ag-theme-stock-watchlist .ag-column-drop-cell-button:hover, .ag-theme-standard .ag-column-drop-cell-button:hover, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-cell-button:hover, .ag-theme-draggable-row .ag-column-drop-cell-button:hover, .ag-theme-alpine-dark .ag-column-drop-cell-button:hover {
  opacity: 0.75;
}

.ag-theme-alpine .ag-header-cell-menu-button:hover, .ag-theme-stock-watchlist-ticker .ag-header-cell-menu-button:hover, .ag-theme-stock-watchlist .ag-header-cell-menu-button:hover, .ag-theme-standard .ag-header-cell-menu-button:hover, .ag-theme-master-trader-bootcamp-journey .ag-header-cell-menu-button:hover, .ag-theme-draggable-row .ag-header-cell-menu-button:hover,
.ag-theme-alpine .ag-side-button-button:hover,
.ag-theme-stock-watchlist-ticker .ag-side-button-button:hover,
.ag-theme-stock-watchlist .ag-side-button-button:hover,
.ag-theme-standard .ag-side-button-button:hover,
.ag-theme-master-trader-bootcamp-journey .ag-side-button-button:hover,
.ag-theme-draggable-row .ag-side-button-button:hover,
.ag-theme-alpine .ag-tab:hover,
.ag-theme-stock-watchlist-ticker .ag-tab:hover,
.ag-theme-stock-watchlist .ag-tab:hover,
.ag-theme-standard .ag-tab:hover,
.ag-theme-master-trader-bootcamp-journey .ag-tab:hover,
.ag-theme-draggable-row .ag-tab:hover,
.ag-theme-alpine .ag-panel-title-bar-button:hover,
.ag-theme-stock-watchlist-ticker .ag-panel-title-bar-button:hover,
.ag-theme-stock-watchlist .ag-panel-title-bar-button:hover,
.ag-theme-standard .ag-panel-title-bar-button:hover,
.ag-theme-master-trader-bootcamp-journey .ag-panel-title-bar-button:hover,
.ag-theme-draggable-row .ag-panel-title-bar-button:hover,
.ag-theme-alpine .ag-header-expand-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-header-expand-icon:hover,
.ag-theme-stock-watchlist .ag-header-expand-icon:hover,
.ag-theme-standard .ag-header-expand-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-header-expand-icon:hover,
.ag-theme-draggable-row .ag-header-expand-icon:hover,
.ag-theme-alpine .ag-column-group-icons:hover,
.ag-theme-stock-watchlist-ticker .ag-column-group-icons:hover,
.ag-theme-stock-watchlist .ag-column-group-icons:hover,
.ag-theme-standard .ag-column-group-icons:hover,
.ag-theme-master-trader-bootcamp-journey .ag-column-group-icons:hover,
.ag-theme-draggable-row .ag-column-group-icons:hover,
.ag-theme-alpine .ag-group-expanded .ag-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-group-expanded .ag-icon:hover,
.ag-theme-stock-watchlist .ag-group-expanded .ag-icon:hover,
.ag-theme-standard .ag-group-expanded .ag-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-group-expanded .ag-icon:hover,
.ag-theme-draggable-row .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine .ag-group-contracted .ag-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-group-contracted .ag-icon:hover,
.ag-theme-stock-watchlist .ag-group-contracted .ag-icon:hover,
.ag-theme-standard .ag-group-contracted .ag-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-group-contracted .ag-icon:hover,
.ag-theme-draggable-row .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine .ag-chart-settings-prev:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-settings-prev:hover,
.ag-theme-stock-watchlist .ag-chart-settings-prev:hover,
.ag-theme-standard .ag-chart-settings-prev:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-settings-prev:hover,
.ag-theme-draggable-row .ag-chart-settings-prev:hover,
.ag-theme-alpine .ag-chart-settings-next:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-settings-next:hover,
.ag-theme-stock-watchlist .ag-chart-settings-next:hover,
.ag-theme-standard .ag-chart-settings-next:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-settings-next:hover,
.ag-theme-draggable-row .ag-chart-settings-next:hover,
.ag-theme-alpine .ag-group-title-bar-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-group-title-bar-icon:hover,
.ag-theme-stock-watchlist .ag-group-title-bar-icon:hover,
.ag-theme-standard .ag-group-title-bar-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-group-title-bar-icon:hover,
.ag-theme-draggable-row .ag-group-title-bar-icon:hover,
.ag-theme-alpine .ag-column-select-header-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-column-select-header-icon:hover,
.ag-theme-stock-watchlist .ag-column-select-header-icon:hover,
.ag-theme-standard .ag-column-select-header-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-column-select-header-icon:hover,
.ag-theme-draggable-row .ag-column-select-header-icon:hover,
.ag-theme-alpine .ag-floating-filter-button-button:hover,
.ag-theme-stock-watchlist-ticker .ag-floating-filter-button-button:hover,
.ag-theme-stock-watchlist .ag-floating-filter-button-button:hover,
.ag-theme-standard .ag-floating-filter-button-button:hover,
.ag-theme-master-trader-bootcamp-journey .ag-floating-filter-button-button:hover,
.ag-theme-draggable-row .ag-floating-filter-button-button:hover,
.ag-theme-alpine .ag-filter-toolpanel-expand:hover,
.ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-expand:hover,
.ag-theme-stock-watchlist .ag-filter-toolpanel-expand:hover,
.ag-theme-standard .ag-filter-toolpanel-expand:hover,
.ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-expand:hover,
.ag-theme-draggable-row .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine .ag-chart-menu-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-menu-icon:hover,
.ag-theme-stock-watchlist .ag-chart-menu-icon:hover,
.ag-theme-standard .ag-chart-menu-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-menu-icon:hover,
.ag-theme-draggable-row .ag-chart-menu-icon:hover,
.ag-theme-alpine .ag-chart-menu-close:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-menu-close:hover,
.ag-theme-stock-watchlist .ag-chart-menu-close:hover,
.ag-theme-standard .ag-chart-menu-close:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close:hover,
.ag-theme-draggable-row .ag-chart-menu-close:hover, .ag-theme-alpine-dark .ag-header-cell-menu-button:hover,
.ag-theme-alpine-dark .ag-side-button-button:hover,
.ag-theme-alpine-dark .ag-tab:hover,
.ag-theme-alpine-dark .ag-panel-title-bar-button:hover,
.ag-theme-alpine-dark .ag-header-expand-icon:hover,
.ag-theme-alpine-dark .ag-column-group-icons:hover,
.ag-theme-alpine-dark .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine-dark .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine-dark .ag-chart-settings-prev:hover,
.ag-theme-alpine-dark .ag-chart-settings-next:hover,
.ag-theme-alpine-dark .ag-group-title-bar-icon:hover,
.ag-theme-alpine-dark .ag-column-select-header-icon:hover,
.ag-theme-alpine-dark .ag-floating-filter-button-button:hover,
.ag-theme-alpine-dark .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine-dark .ag-chart-menu-icon:hover,
.ag-theme-alpine-dark .ag-chart-menu-close:hover {
  color: var(--ag-alpine-active-color);
}

.ag-theme-alpine .ag-chart-menu-close, .ag-theme-stock-watchlist-ticker .ag-chart-menu-close, .ag-theme-stock-watchlist .ag-chart-menu-close, .ag-theme-standard .ag-chart-menu-close, .ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close, .ag-theme-draggable-row .ag-chart-menu-close, .ag-theme-alpine-dark .ag-chart-menu-close {
  background: var(--ag-background-color);
}

.ag-theme-alpine .ag-chart-menu-close .ag-icon, .ag-theme-stock-watchlist-ticker .ag-chart-menu-close .ag-icon, .ag-theme-stock-watchlist .ag-chart-menu-close .ag-icon, .ag-theme-standard .ag-chart-menu-close .ag-icon, .ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close .ag-icon, .ag-theme-draggable-row .ag-chart-menu-close .ag-icon, .ag-theme-alpine-dark .ag-chart-menu-close .ag-icon {
  background: none;
  border: 1px solid var(--ag-secondary-border-color);
  border-right: none;
}

.ag-theme-alpine .ag-chart-menu-close .ag-icon:hover, .ag-theme-stock-watchlist-ticker .ag-chart-menu-close .ag-icon:hover, .ag-theme-stock-watchlist .ag-chart-menu-close .ag-icon:hover, .ag-theme-standard .ag-chart-menu-close .ag-icon:hover, .ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close .ag-icon:hover, .ag-theme-draggable-row .ag-chart-menu-close .ag-icon:hover, .ag-theme-alpine-dark .ag-chart-menu-close .ag-icon:hover {
  background: var(--ag-header-background-color);
}

.ag-theme-alpine .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-stock-watchlist-ticker .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-stock-watchlist .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-standard .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-master-trader-bootcamp-journey .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-draggable-row .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-alpine-dark .ag-chart-settings-card-item.ag-not-selected:hover {
  opacity: 0.35;
}

.ag-theme-alpine .ag-ltr .ag-panel-title-bar-button, .ag-theme-stock-watchlist-ticker .ag-ltr .ag-panel-title-bar-button, .ag-theme-stock-watchlist .ag-ltr .ag-panel-title-bar-button, .ag-theme-standard .ag-ltr .ag-panel-title-bar-button, .ag-theme-master-trader-bootcamp-journey .ag-ltr .ag-panel-title-bar-button, .ag-theme-draggable-row .ag-ltr .ag-panel-title-bar-button, .ag-theme-alpine-dark .ag-ltr .ag-panel-title-bar-button {
  margin-left: calc(var(--ag-grid-size) * 2);
  margin-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl .ag-panel-title-bar-button, .ag-theme-stock-watchlist-ticker .ag-rtl .ag-panel-title-bar-button, .ag-theme-stock-watchlist .ag-rtl .ag-panel-title-bar-button, .ag-theme-standard .ag-rtl .ag-panel-title-bar-button, .ag-theme-master-trader-bootcamp-journey .ag-rtl .ag-panel-title-bar-button, .ag-theme-draggable-row .ag-rtl .ag-panel-title-bar-button, .ag-theme-alpine-dark .ag-rtl .ag-panel-title-bar-button {
  margin-right: calc(var(--ag-grid-size) * 2);
  margin-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-filter-toolpanel-group-container, .ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-group-container, .ag-theme-stock-watchlist .ag-filter-toolpanel-group-container, .ag-theme-standard .ag-filter-toolpanel-group-container, .ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-group-container, .ag-theme-draggable-row .ag-filter-toolpanel-group-container, .ag-theme-alpine-dark .ag-filter-toolpanel-group-container {
  padding-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-filter-toolpanel-instance-filter, .ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-instance-filter, .ag-theme-stock-watchlist .ag-filter-toolpanel-instance-filter, .ag-theme-standard .ag-filter-toolpanel-instance-filter, .ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-instance-filter, .ag-theme-draggable-row .ag-filter-toolpanel-instance-filter, .ag-theme-alpine-dark .ag-filter-toolpanel-instance-filter {
  border: none;
  background-color: var(--ag-control-panel-background-color);
  border-left: dashed 1px;
  border-left-color: var(--ag-border-color);
  margin-left: calc(var(--ag-icon-size) * 0.5);
  padding-left: calc(var(--ag-icon-size) * 0.5);
  margin-right: calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-set-filter-list, .ag-theme-stock-watchlist-ticker .ag-set-filter-list, .ag-theme-stock-watchlist .ag-set-filter-list, .ag-theme-standard .ag-set-filter-list, .ag-theme-master-trader-bootcamp-journey .ag-set-filter-list, .ag-theme-draggable-row .ag-set-filter-list, .ag-theme-alpine-dark .ag-set-filter-list {
  padding-top: calc(var(--ag-grid-size) * 0.5);
  padding-bottom: calc(var(--ag-grid-size) * 0.5);
}

.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-stock-watchlist-ticker .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-stock-watchlist .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-standard .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-master-trader-bootcamp-journey .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-draggable-row .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container, .ag-theme-stock-watchlist-ticker .ag-layout-auto-height .ag-center-cols-container, .ag-theme-stock-watchlist .ag-layout-auto-height .ag-center-cols-container, .ag-theme-standard .ag-layout-auto-height .ag-center-cols-container, .ag-theme-master-trader-bootcamp-journey .ag-layout-auto-height .ag-center-cols-container, .ag-theme-draggable-row .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine .ag-layout-print .ag-center-cols-clipper, .ag-theme-stock-watchlist-ticker .ag-layout-print .ag-center-cols-clipper, .ag-theme-stock-watchlist .ag-layout-print .ag-center-cols-clipper, .ag-theme-standard .ag-layout-print .ag-center-cols-clipper, .ag-theme-master-trader-bootcamp-journey .ag-layout-print .ag-center-cols-clipper, .ag-theme-draggable-row .ag-layout-print .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-print .ag-center-cols-container, .ag-theme-stock-watchlist-ticker .ag-layout-print .ag-center-cols-container, .ag-theme-stock-watchlist .ag-layout-print .ag-center-cols-container, .ag-theme-standard .ag-layout-print .ag-center-cols-container, .ag-theme-master-trader-bootcamp-journey .ag-layout-print .ag-center-cols-container, .ag-theme-draggable-row .ag-layout-print .ag-center-cols-container, .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-clipper, .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-container {
  min-height: 150px;
}

.ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-stock-watchlist-ticker .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-stock-watchlist .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-standard .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-master-trader-bootcamp-journey .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-draggable-row .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-alpine-dark .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 60px;
}

.ag-theme-alpine .ag-date-time-list-page-entry-is-current, .ag-theme-stock-watchlist-ticker .ag-date-time-list-page-entry-is-current, .ag-theme-stock-watchlist .ag-date-time-list-page-entry-is-current, .ag-theme-standard .ag-date-time-list-page-entry-is-current, .ag-theme-master-trader-bootcamp-journey .ag-date-time-list-page-entry-is-current, .ag-theme-draggable-row .ag-date-time-list-page-entry-is-current, .ag-theme-alpine-dark .ag-date-time-list-page-entry-is-current {
  background-color: var(--ag-alpine-active-color);
}

.ag-theme-alpine-dark {
  color-scheme: dark;
}

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

  src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABGYAAsAAAAAJUAAABFHAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIh2BmAAixwKpXCfGwE2AiQDgiwLgRgABCAFhEYHhRYbjiBFIbBxQJhBP8IiqifF7P9DAp1DWLRF/YtGkJpOTafDolO66hq923HLpBjtKhEisuawXiIEoOjQaGO9OOdNmM/k7y5DCZMHau317e0FCManAAiSyCaunoRkkLFl1/9/c+VPMsnNEtBMGFedLLAjUjWiUlf3+d7r9jXZ9QR298S0qL4ULfAzmTVNTp0mtPCuUzXkB9rmv+OwOMJMsBBtenrY+GctjprYgZGc8X+zSHSRfcvw1zpZ98C2kVXG2W5VN1e6FQaG8JwEf+HchRXcb/Z2hfQ8dNS65LeVddel9vIEBkLLAG+YnEKJNWojAGE6V6EkgmyIn4SZ/+fnUtsboqwa/IGs0PNzOvCvzXv/pcBZSpRymlLWAZIFgrumAmgArDY7BSznJvyER6Hm7NyE1oMAmTOP2W4ovkxHhBjDKOYx0rGd6gY9HsC1iTrjjQhAvisbO3rs5NnKm1fs3qoPidYOoKweNm9YtwIO46CaAQG+y6kDZXNP/PIvsNmO0J44x/o4N66Ot+LG+FSETZ0xCmh8diIJRcgUKg1LIC5GV+kMnGkwBUV1HbzQOxJrQ0SKWJvX3t1aFRHoqOtzRWTyveVTZfGGblRq755mi6egbDIkb+zKVJeTkPgMFsIIrr8G88QITUASqOJ5TBJLAyetqNuvUi9cwsEiSVfknTKJKFwXJEifKEg4TRaVoTf9KidqWxWTaM4Qhckx5sC9WV2VzEdYip117wlE4pFNoTH6pLaKlnSP3jkqCOWFb04+eok58yIR6Fpbc7h7VYskIzvBi/sbie0gREpS0BX75I92Tzz1WaffwH8gR5tNGv6Ou1SeWdaN1SV9UZTp7rskIKhKTKO2KKdINUyJyBebzykRFeRxykSE2WFRIO9B1isS0hgQYcL5JAPPxDZCJCtZJhixKBq5KJYoW69I7cDZt0UMtHEbtDRUHyXnQxNdkxUZZL0p82U+RlTWTIM51d59R0MY4VFM5LyTjGEtU2yJkYKpidT3fINprI68kbyhLdEKti+RzoyqEcMcPwhTspwVIrUtc4FTtliCZlwiUFiTJVoyQlQoYZSR2S1kszlNlkBoGxeSQcn+MEUWSA4mj3A5ffvhux4hAUjwEaKLmr52zGp/dflBYicWpiPxr0NTYFYDQcMRaANSkOTWZ4cEuLyoDScvqoX8RyGuh4WcvPfN7x89Mxl08dZHP36EtfDICIqxc2hNBvPNdJl2K7K5M4rCYRGaDXBjQMR3hzpP4o7B4iA8wQMsJ6+gqKSsoqqmrqGppa2jq6dvYGhkbGJqZm5haWVtY2tn7+Do5Gzi4uoGQjZEY3mkpnoONwMpo7YCzpBQU5/p33+QHKUDvWQiqhYC4hVKJgFdEuVWXwHrCaxkw4FVbDCwmo0C1rA+wFo2AVjHegHr2VBgA+sHbGLDgM1sCLCFjQa2sgHANtYf2M7GAjtZb2AXGwTsZn2BPWwMsJeNB/axgcB+NgI4wMYBB4dPBD9AlBIEgmAQhIAgFARhIAgHQQQIIkEQBYJoEMSAIBYEcSCIB0ECCBJBkASCZBCkgCAVBGkgSAdBBggyQZAFgmwQ5IAgFwR5IMgHQQEICkFQBIJiEJSAoBQEZSAoB0EFCCpBUAWCahDUgKAWBHUgqEcdOg2gbRpB0ATAPwtb4hrOkjUW5HTc5QqbZQn410jBxkUchHndThUwJRfzV20FHctyFSXU8yVnqnjVcqKMwuymhqcMPqkwZdzE7MqlETtSgja1jksLx8X8Ff1H+YGVe2V2Y1zRXllFWHa6TjV57rS1Fpe51MTab1Fp5+GvYSoCnSw+q0Knyg3wYwBdueM78aTNaQ6ZMGc2sJhDyi2UWFKajVUkKlSCUnUildsYqNCuRvJ8qsPqsaZHw1imHnAcswGXqBhwQuXfwCWekgGpGpIvQ0HnSkC+ETQedsQnNkKTvfsVG5ec3sJyonvfOjWhwcfj1Lch7WGTfXN4F1q0h6Nj3YR4YOJK97Vg/47/j0SrZ4f1sK3aBzlN9CTRon4b4djoIDxCx/QHGkSji1mm/Yu5skEao3+MPsfKXW/0BJd6VBlN4SGVVxfdQVMDX/tT7+fInmYWHpk0CyvoG7ZHrlzhFy9dO3bsFDtx/vZzcenpTbAH4kOTZ6/mF++APXk1uT5jaCg5iPbGE35x8eC1vNb40aMHxaXr7MSxS5OXr74V3b6+zItXjx4UeHB2fAXswYOTgi66mP8VCOnwFETZftDCRDnjQL11aLLadfIxMo+GgRzPxihvzAwxhtRR3QOXxaWr01SaKb2Ru7KBXUqoDrZoXYgvTVZrvbMX+MVr7MRmbXyJ64MqXixIsvOqSRPvnItPKAXn8tP8gnrylPsXVU/S6PPKxBIKno8rv4BEVfXo53Ll+leqLs7LmWPanhSZkZ4jpKJLCvLjaCnQpAGG9ooBL6T/6/ZIIKKacTYgjA2a7YoCiVrQOHFEYLIwm9bDhsBkI8BmXT4GCti6DdIBN80cQOmfxcpZF9zRBKNjNeXmRe//xRryXqh55q9DCFp7fSMcCpKfB88fGGag9rWQ0c7rxXns3uip2oiDuBsSoBI2bsOgWIKBCrAcm+hxaZxdx/CeM1ZnSVTPjogm4PXn7ZvdSpZJhVJVUTN3YldHhTwR9SeU7cvL4xyv3JuBbTTRIT4y/6lp2JthwV04Z8cc39G/0rR6YE012woDFoJVqt2G4pdhg3JHmmZ+1JoRK9zKQ9eG7hQTLmaPReFrpYFqAq9d6jzTxYM4JjwSWu62xm8O11PjYsbMNSu8NKl7HmbnfS5rT6TnhLdKHuUXfK/knS4uSu4Wt9Ezevzf72KdnTTvf1EQWzfxpcCYDP1SMYyql4r7XJ74UXJcsMavoX8eFlTaigWK4z/eBIaIEcBmnzojLlnKewNGn/KhYPd0KKPnPve5L/ux+2MzqB5eMo367GnTpPGpWXTqw+QTbzhQdB2nt9+5t7RD8XpB5wMzqfzo2IjRPea2GdyhaUAYu1teYrTbIsaDk6lw9Ol3SHBkyVWiGb+8hrNnSHT/d4gK8MlVexbaI+9GvB32KcrC3w4dTI1BeHwBS+xJHYpLEKxc1ODgfI1GqyFJYbOnnyAhOCx/M9ti+UJ8eWhZnUUj4JdiNhRJC8TiAmnRnUiz7QJxkfTOlnQlzzLPMMwi0pxfAXiVsshYkvpEfibb28kOEiTTLQzfiDO+O/1MhC/vTgCP4eKSnX382LJl2Tn11gRBeFO4OLqLofVFL2ysDQyPDy5cOLukhEZLiD/uqzt+7PiGhLVrJz5WeXAhDbgexJOJEPvfZ0OcYZtxGLFU+zKkowDcWiKkGii5/uksQYDu+80DrpJQvjWOOc0FnpIL3DSDq+SBA84+rTwNb0RaXXKyrmRfRiklaFqcFYjPPKwsb2scSN2EhFSGxIRUhIiT/xtpf275z+tue+dfyLnc0ET7K0jjwgvMSU1nnO0rYz7fT3XhHmlDndxGBDvazS/qim+N47htifXfXe6v0Xj0suc9YHu4u7j6sE/9dsQmFndXNT1hOqgd2Qtr3vVdDJHOd1wdjfQOlwWsannObV9Hlt24lcmurkuPOc4dMTFsN59yDwOXLqw9i2HlLjzr3jDE2bnEPfbvSFvGgnIDCB3eTvMs6f2TO3Nc2zmyZmLdSFcFx4H7YZBOoZv/P3HElhPFdMjKrhvbuW+G40R3Z3eRplfdJfrDypbjz3GEJkqiOOnzU/ziuC0ZppRKVWihek5KS7d3Lj9MnKI/9DdVro+tVcOc1JYur1y5LDO7rMh2eNSYGI/EopJ+ccboDN6q+SJBBp+fLhAxbAo74saWQZVEnFKZLeeNc08sliiYCKi7cqRHOnmoTU5OUYlHovrE8nteuS3dc1LWdbkE37vq8MqV/T4nTJsUaaJUuQHizX3OmLub0naBYsNo/IpqP5t7+Qq8F+7fZ1w9GtupN8RbAubdpCROGRWkYrcxX14svj2GBLmFRgy4FJdQiliFcRupIJWJk5+MmX19u0KqMH6qwra96fByc4fY4VUUOvp+6bSsmjxY9b9sFBa/4Xlu5i3PXS4rlEgKmiMNyNYa4m325K3i5xA57csW6ZAW1qR3oSEAeGYJs/4Mev+3ojBsGaZCFy/MEm7JjNW3rMc9Fu+JifuvUeOwDe/o0F5HkKQkBLmec7bi00d3Ldg1sf/LDLiBNCiSLXED4NvcNftuvHCQjdvYiNXfotFXSSVwz+dlT+pIkuC3Ypa8Al3u3oV54VmCzExBVnierJK36MwZT15llhNRsn1NQcwvtevPfRv17cgGLnDnJJSR2tId/uD9weX5Fz7LmEOQC0kCRpFTp9p6ynPGH59tqSkpmrIyHve95OOTue1OenplmRXdPVCee6zGbL57l7o3KWryZvLdnDn5zY4MD4+2UlebFocZ5pbp2K23bq9enYUYp1VNqXx+qg3qbc2G0gtN2XzQ7bvY9UUmeW71LDcgztH22b9hB45jXMDLQ7vYMx8SxFiC+rMplJ+eFmZo/ZOq3iWCmvVS6DrtvJ3YJ93G2Nu9F36ik334x96ZbXQo6FYo9vQYuxHl5n1oGwdMMfbtMzYpe/tg3avVr3rGqm/fTm5gS4U+WBtkMgVpg/XDkSbaZDrXrw8eFgS2Lv21Xi/WCYU6sf5KSbVtnVAvvrJVG948S21OTm7+kxKj/sz/uJRP3WT7pSSteinzXwjpcM9y9jTmrd2o2Ch9hsficG82O9uZwN+CrkLZkHUv7l6W4NyqPT/8S06Wy3x9k5KASjIUGODVOruMmS0xUiocPnwReWDi1NnDcrw4XjZnPid0mX7sWFtl7UD/kLIqUXa53UrAxeQ3KpUf0VyQn5GxfHnczl1g7PuR+Zp5IypXnseIH1/cIz4bBZgxWU01M/x1gr1udqJlaBGlimhjGsr+uF+bwiOA+zU2oE91TLEeIauP1xWe6rUM/pA81yOYpihiSB7JUXB/oI+iZaGt9tQq2n9Q0derrnU/2o8lgXVDNY1oD9p6TyUb0YWZhdYyCKXNkXqpiKbholwui05d6ymOvr4rvfbvnEuD/2Lt6UJO/LtcDLUAjLO7+6TfmdLsqQ1oX9N1GBdZaqb1U6z/q75SrwQ8/Q0nP38sYCya/8Olal7o7hJgPz+nTjjmCEjw0ihgE3KAue6Ez7v6sQAMBCBRVzH0QE+m7QFOUA8oIHQ7QMAd+l1GAzbMBJSuy4FO132so8Klf1DS9T/b9TcUX2zPj/AL+0JO3/nkAvwE23tJm1M5r/MXKLsYquvmateVvUAAkgy6aucqD/aG2VSGIlbPMayL8j5WieIXKG465nS7Whn3qhsVcU2yXhBHu+MlTgB+gvDA9TyJJGbIMf6CADLvWhRUrjWuJH0vSqp0AYxdq7Tmf+5sYN3g2DCqxCIR5uJZqyIJPoZ4J5LY+gKUazY6BSu5tYrnZWTNhtLC560Aq5pu1Hxm2ADhCAgVDfnVHfDFWv3a/K+boiQrqqYbpmU7rucHYRQnaZYXZVU3bdcP4zQv67Yf53U/r/fn6869B4+ePHvx6s27D59rb8W2BFayi6GUQ3HMm/KqUkVQ4IU6kvi4naC+2zjVWTroy40OXNDAQOiCZDjdldAHKfe+ah+pTq7Sk7buUo8h76oOTFIx6EJ1moWamPOmukOhMysBX7vadsckqTmo3oEf6uxl7jbzzNKUb00TU5syF3ZcEjsz9qnYqzHsabj0FTo92y3fUrtgtzEmh26BAjP024Pka2cbcuIidIC90FxL7+MIWiQNZwmbqYJINUTeTgODi30+piO9mVi3PXMMdTTmaKOpIKhsx0WOAXbzc19S6ziGQukT7aE2oe1becDAJ2Ubp0wARhQ7m5VjgrDdv2N5JuuSRQBzomCUKV7nW2tS/6FeMhsYy1oDAA==);

  font-weight: normal;

  font-style: normal;
}

.ag-theme-alpine, .ag-theme-stock-watchlist-ticker, .ag-theme-stock-watchlist, .ag-theme-standard, .ag-theme-master-trader-bootcamp-journey, .ag-theme-draggable-row, .ag-theme-alpine-dark {
  --ag-alpine-active-color: #2196f3;
  --ag-selected-row-background-color: rgba(33, 150, 243, 0.3);
  --ag-row-hover-color: rgba(33, 150, 243, 0.1);
  --ag-column-hover-color: rgba(33, 150, 243, 0.1);
  --ag-input-focus-border-color: rgba(33, 150, 243, 0.4);
  --ag-range-selection-background-color: rgba(33, 150, 243, 0.2);
  --ag-range-selection-background-color-2: rgba(33, 150, 243, 0.36);
  --ag-range-selection-background-color-3: rgba(33, 150, 243, 0.49);
  --ag-range-selection-background-color-4: rgba(33, 150, 243, 0.59);
  --ag-background-color: #fff;
  --ag-foreground-color: #181d1f;
  --ag-border-color: #babfc7;
  --ag-secondary-border-color: #dde2eb;
  --ag-header-background-color: #f8f8f8;
  --ag-odd-row-background-color: #fcfcfc;
  --ag-control-panel-background-color: #f8f8f8;
  --ag-subheader-background-color: #fff;
  --ag-invalid-color: #e02525;
  --ag-checkbox-unchecked-color: #999;
  --ag-checkbox-background-color: var(--ag-background-color);
  --ag-checkbox-checked-color: var(--ag-alpine-active-color);
  --ag-range-selection-border-color: var(--ag-alpine-active-color);
  --ag-secondary-foreground-color: var(--ag-foreground-color);
  --ag-input-border-color: var(--ag-border-color);
  --ag-input-border-color-invalid: var(--ag-invalid-color);
  --ag-input-focus-box-shadow: 0 0 2px 0.1rem var(--ag-input-focus-border-color);
  --ag-disabled-foreground-color: rgba(24, 29, 31, 0.5);
  --ag-chip-background-color: rgba(24, 29, 31, 0.07);
  --ag-input-disabled-border-color: rgba(186, 191, 199, 0.3);
  --ag-input-disabled-background-color: rgba(186, 191, 199, 0.15);
  --ag-borders: solid 1px;
  --ag-border-radius: 3px;
  --ag-borders-side-button: none;
  --ag-side-button-selected-background-color: transparent;
  --ag-header-column-resize-handle-display: block;
  --ag-header-column-resize-handle-width: 2px;
  --ag-header-column-resize-handle-height: 30%;
  --ag-grid-size: 6px;
  --ag-icon-size: 16px;
  --ag-row-height: calc(var(--ag-grid-size) * 7);
  --ag-header-height: calc(var(--ag-grid-size) * 8);
  --ag-list-item-height: calc(var(--ag-grid-size) * 4);
  --ag-column-select-indent-size: var(--ag-icon-size);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-cell-widget-spacing: calc(var(--ag-grid-size) * 2);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.5);
  --ag-toggle-button-height: 18px;
  --ag-toggle-button-width: 28px;
  --ag-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --ag-font-size: 13px;
  --ag-icon-font-family: agGridAlpine;
  --ag-selected-tab-underline-color: var(--ag-alpine-active-color);
  --ag-selected-tab-underline-width: 2px;
  --ag-selected-tab-underline-transition-speed: 0.3s;
  --ag-tab-min-width: 240px;
  --ag-card-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  --ag-popup-shadow: var(--ag-card-shadow);
  --ag-side-bar-panel-width: 250px;
}

.ag-theme-alpine-dark {
  --ag-background-color: #181d1f;
  --ag-foreground-color: #fff;
  --ag-border-color: #68686e;
  --ag-secondary-border-color: rgba(88, 86, 82, 0.5);
  --ag-modal-overlay-background-color: rgba(24, 29, 31, 0.66);
  --ag-header-background-color: #222628;
  --ag-odd-row-background-color: #222628;
  --ag-control-panel-background-color: #222628;
  --ag-subheader-background-color: #000;
  --ag-input-disabled-background-color: #282c2f;
  --ag-input-focus-box-shadow:
      0 0 2px 0.5px rgba(255, 255, 255, 0.5),
      0 0 4px 3px var(--ag-input-focus-border-color);
  --ag-card-shadow: 0 1px 20px 1px black;
  --ag-disabled-foreground-color: rgba(255, 255, 255, 0.5);
  --ag-chip-background-color: rgba(255, 255, 255, 0.07);
  --ag-input-disabled-border-color: rgba(104, 104, 110, 0.3);
  --ag-input-disabled-background-color: rgba(104, 104, 110, 0.07);
}

.ag-theme-alpine .ag-filter-toolpanel-header, .ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-header, .ag-theme-stock-watchlist .ag-filter-toolpanel-header, .ag-theme-standard .ag-filter-toolpanel-header, .ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-header, .ag-theme-draggable-row .ag-filter-toolpanel-header,
.ag-theme-alpine .ag-filter-toolpanel-search,
.ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-search,
.ag-theme-stock-watchlist .ag-filter-toolpanel-search,
.ag-theme-standard .ag-filter-toolpanel-search,
.ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-search,
.ag-theme-draggable-row .ag-filter-toolpanel-search,
.ag-theme-alpine .ag-status-bar,
.ag-theme-stock-watchlist-ticker .ag-status-bar,
.ag-theme-stock-watchlist .ag-status-bar,
.ag-theme-standard .ag-status-bar,
.ag-theme-master-trader-bootcamp-journey .ag-status-bar,
.ag-theme-draggable-row .ag-status-bar,
.ag-theme-alpine .ag-header-row,
.ag-theme-stock-watchlist-ticker .ag-header-row,
.ag-theme-stock-watchlist .ag-header-row,
.ag-theme-standard .ag-header-row,
.ag-theme-master-trader-bootcamp-journey .ag-header-row,
.ag-theme-draggable-row .ag-header-row,
.ag-theme-alpine .ag-panel-title-bar-title,
.ag-theme-stock-watchlist-ticker .ag-panel-title-bar-title,
.ag-theme-stock-watchlist .ag-panel-title-bar-title,
.ag-theme-standard .ag-panel-title-bar-title,
.ag-theme-master-trader-bootcamp-journey .ag-panel-title-bar-title,
.ag-theme-draggable-row .ag-panel-title-bar-title,
.ag-theme-alpine .ag-multi-filter-group-title-bar,
.ag-theme-stock-watchlist-ticker .ag-multi-filter-group-title-bar,
.ag-theme-stock-watchlist .ag-multi-filter-group-title-bar,
.ag-theme-standard .ag-multi-filter-group-title-bar,
.ag-theme-master-trader-bootcamp-journey .ag-multi-filter-group-title-bar,
.ag-theme-draggable-row .ag-multi-filter-group-title-bar, .ag-theme-alpine-dark .ag-filter-toolpanel-header,
.ag-theme-alpine-dark .ag-filter-toolpanel-search,
.ag-theme-alpine-dark .ag-status-bar,
.ag-theme-alpine-dark .ag-header-row,
.ag-theme-alpine-dark .ag-panel-title-bar-title,
.ag-theme-alpine-dark .ag-multi-filter-group-title-bar {
  font-weight: 700;
  color: var(--ag-header-foreground-color);
}

.ag-theme-alpine .ag-row, .ag-theme-stock-watchlist-ticker .ag-row, .ag-theme-stock-watchlist .ag-row, .ag-theme-standard .ag-row, .ag-theme-master-trader-bootcamp-journey .ag-row, .ag-theme-draggable-row .ag-row, .ag-theme-alpine-dark .ag-row {
  font-size: calc(var(--ag-font-size) + 1px);
}

.ag-theme-alpine input[class^=ag-]:not([type]), .ag-theme-stock-watchlist-ticker input[class^=ag-]:not([type]), .ag-theme-stock-watchlist input[class^=ag-]:not([type]), .ag-theme-standard input[class^=ag-]:not([type]), .ag-theme-master-trader-bootcamp-journey input[class^=ag-]:not([type]), .ag-theme-draggable-row input[class^=ag-]:not([type]),
.ag-theme-alpine input[class^=ag-][type=text],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=text],
.ag-theme-stock-watchlist input[class^=ag-][type=text],
.ag-theme-standard input[class^=ag-][type=text],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=text],
.ag-theme-draggable-row input[class^=ag-][type=text],
.ag-theme-alpine input[class^=ag-][type=number],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=number],
.ag-theme-stock-watchlist input[class^=ag-][type=number],
.ag-theme-standard input[class^=ag-][type=number],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=number],
.ag-theme-draggable-row input[class^=ag-][type=number],
.ag-theme-alpine input[class^=ag-][type=tel],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=tel],
.ag-theme-stock-watchlist input[class^=ag-][type=tel],
.ag-theme-standard input[class^=ag-][type=tel],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=tel],
.ag-theme-draggable-row input[class^=ag-][type=tel],
.ag-theme-alpine input[class^=ag-][type=date],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=date],
.ag-theme-stock-watchlist input[class^=ag-][type=date],
.ag-theme-standard input[class^=ag-][type=date],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=date],
.ag-theme-draggable-row input[class^=ag-][type=date],
.ag-theme-alpine input[class^=ag-][type=datetime-local],
.ag-theme-stock-watchlist-ticker input[class^=ag-][type=datetime-local],
.ag-theme-stock-watchlist input[class^=ag-][type=datetime-local],
.ag-theme-standard input[class^=ag-][type=datetime-local],
.ag-theme-master-trader-bootcamp-journey input[class^=ag-][type=datetime-local],
.ag-theme-draggable-row input[class^=ag-][type=datetime-local],
.ag-theme-alpine textarea[class^=ag-],
.ag-theme-stock-watchlist-ticker textarea[class^=ag-],
.ag-theme-stock-watchlist textarea[class^=ag-],
.ag-theme-standard textarea[class^=ag-],
.ag-theme-master-trader-bootcamp-journey textarea[class^=ag-],
.ag-theme-draggable-row textarea[class^=ag-], .ag-theme-alpine-dark input[class^=ag-]:not([type]),
.ag-theme-alpine-dark input[class^=ag-][type=text],
.ag-theme-alpine-dark input[class^=ag-][type=number],
.ag-theme-alpine-dark input[class^=ag-][type=tel],
.ag-theme-alpine-dark input[class^=ag-][type=date],
.ag-theme-alpine-dark input[class^=ag-][type=datetime-local],
.ag-theme-alpine-dark textarea[class^=ag-] {
  min-height: calc(var(--ag-grid-size) * 4);
  border-radius: var(--ag-border-radius);
}

.ag-theme-alpine .ag-ltr input[class^=ag-]:not([type]), .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-]:not([type]), .ag-theme-stock-watchlist .ag-ltr input[class^=ag-]:not([type]), .ag-theme-standard .ag-ltr input[class^=ag-]:not([type]), .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-]:not([type]), .ag-theme-draggable-row .ag-ltr input[class^=ag-]:not([type]), .ag-theme-alpine .ag-ltr input[class^=ag-][type=text], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=text], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=text], .ag-theme-standard .ag-ltr input[class^=ag-][type=text], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=text], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=text], .ag-theme-alpine .ag-ltr input[class^=ag-][type=number], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=number], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=number], .ag-theme-standard .ag-ltr input[class^=ag-][type=number], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=number], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=number], .ag-theme-alpine .ag-ltr input[class^=ag-][type=tel], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=tel], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=tel], .ag-theme-standard .ag-ltr input[class^=ag-][type=tel], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=tel], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=tel], .ag-theme-alpine .ag-ltr input[class^=ag-][type=date], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=date], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=date], .ag-theme-standard .ag-ltr input[class^=ag-][type=date], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=date], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=date], .ag-theme-alpine .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist-ticker .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-standard .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-master-trader-bootcamp-journey .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-draggable-row .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-alpine .ag-ltr textarea[class^=ag-], .ag-theme-stock-watchlist-ticker .ag-ltr textarea[class^=ag-], .ag-theme-stock-watchlist .ag-ltr textarea[class^=ag-], .ag-theme-standard .ag-ltr textarea[class^=ag-], .ag-theme-master-trader-bootcamp-journey .ag-ltr textarea[class^=ag-], .ag-theme-draggable-row .ag-ltr textarea[class^=ag-], .ag-theme-alpine-dark .ag-ltr input[class^=ag-]:not([type]), .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=text], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=number], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=tel], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=date], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-alpine-dark .ag-ltr textarea[class^=ag-] {
  padding-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl input[class^=ag-]:not([type]), .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-]:not([type]), .ag-theme-stock-watchlist .ag-rtl input[class^=ag-]:not([type]), .ag-theme-standard .ag-rtl input[class^=ag-]:not([type]), .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-]:not([type]), .ag-theme-draggable-row .ag-rtl input[class^=ag-]:not([type]), .ag-theme-alpine .ag-rtl input[class^=ag-][type=text], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=text], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=text], .ag-theme-standard .ag-rtl input[class^=ag-][type=text], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=text], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=text], .ag-theme-alpine .ag-rtl input[class^=ag-][type=number], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=number], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=number], .ag-theme-standard .ag-rtl input[class^=ag-][type=number], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=number], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=number], .ag-theme-alpine .ag-rtl input[class^=ag-][type=tel], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=tel], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=tel], .ag-theme-standard .ag-rtl input[class^=ag-][type=tel], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=tel], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=tel], .ag-theme-alpine .ag-rtl input[class^=ag-][type=date], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=date], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=date], .ag-theme-standard .ag-rtl input[class^=ag-][type=date], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=date], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=date], .ag-theme-alpine .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist-ticker .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-stock-watchlist .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-standard .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-master-trader-bootcamp-journey .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-draggable-row .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-alpine .ag-rtl textarea[class^=ag-], .ag-theme-stock-watchlist-ticker .ag-rtl textarea[class^=ag-], .ag-theme-stock-watchlist .ag-rtl textarea[class^=ag-], .ag-theme-standard .ag-rtl textarea[class^=ag-], .ag-theme-master-trader-bootcamp-journey .ag-rtl textarea[class^=ag-], .ag-theme-draggable-row .ag-rtl textarea[class^=ag-], .ag-theme-alpine-dark .ag-rtl input[class^=ag-]:not([type]), .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=text], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=number], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=tel], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=date], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-alpine-dark .ag-rtl textarea[class^=ag-] {
  padding-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-tab, .ag-theme-stock-watchlist-ticker .ag-tab, .ag-theme-stock-watchlist .ag-tab, .ag-theme-standard .ag-tab, .ag-theme-master-trader-bootcamp-journey .ag-tab, .ag-theme-draggable-row .ag-tab, .ag-theme-alpine-dark .ag-tab {
  padding: calc(var(--ag-grid-size) * 1.5);
  transition: color 0.4s;
  flex: 1 1 auto;
}

.ag-theme-alpine .ag-tab-selected, .ag-theme-stock-watchlist-ticker .ag-tab-selected, .ag-theme-stock-watchlist .ag-tab-selected, .ag-theme-standard .ag-tab-selected, .ag-theme-master-trader-bootcamp-journey .ag-tab-selected, .ag-theme-draggable-row .ag-tab-selected, .ag-theme-alpine-dark .ag-tab-selected {
  color: var(--ag-alpine-active-color);
}

.ag-theme-alpine .ag-menu, .ag-theme-stock-watchlist-ticker .ag-menu, .ag-theme-stock-watchlist .ag-menu, .ag-theme-standard .ag-menu, .ag-theme-master-trader-bootcamp-journey .ag-menu, .ag-theme-draggable-row .ag-menu, .ag-theme-alpine-dark .ag-menu {
  background-color: var(--ag-control-panel-background-color);
}

.ag-theme-alpine .ag-menu-header, .ag-theme-stock-watchlist-ticker .ag-menu-header, .ag-theme-stock-watchlist .ag-menu-header, .ag-theme-standard .ag-menu-header, .ag-theme-master-trader-bootcamp-journey .ag-menu-header, .ag-theme-draggable-row .ag-menu-header, .ag-theme-alpine-dark .ag-menu-header {
  background-color: var(--ag-control-panel-background-color);
  padding-top: 1px;
}

.ag-theme-alpine .ag-tabs-header, .ag-theme-stock-watchlist-ticker .ag-tabs-header, .ag-theme-stock-watchlist .ag-tabs-header, .ag-theme-standard .ag-tabs-header, .ag-theme-master-trader-bootcamp-journey .ag-tabs-header, .ag-theme-draggable-row .ag-tabs-header, .ag-theme-alpine-dark .ag-tabs-header {
  border-bottom: var(--ag-borders) var(--ag-border-color);
}

.ag-theme-alpine .ag-charts-settings-group-title-bar, .ag-theme-stock-watchlist-ticker .ag-charts-settings-group-title-bar, .ag-theme-stock-watchlist .ag-charts-settings-group-title-bar, .ag-theme-standard .ag-charts-settings-group-title-bar, .ag-theme-master-trader-bootcamp-journey .ag-charts-settings-group-title-bar, .ag-theme-draggable-row .ag-charts-settings-group-title-bar,
.ag-theme-alpine .ag-charts-data-group-title-bar,
.ag-theme-stock-watchlist-ticker .ag-charts-data-group-title-bar,
.ag-theme-stock-watchlist .ag-charts-data-group-title-bar,
.ag-theme-standard .ag-charts-data-group-title-bar,
.ag-theme-master-trader-bootcamp-journey .ag-charts-data-group-title-bar,
.ag-theme-draggable-row .ag-charts-data-group-title-bar,
.ag-theme-alpine .ag-charts-format-top-level-group-title-bar,
.ag-theme-stock-watchlist-ticker .ag-charts-format-top-level-group-title-bar,
.ag-theme-stock-watchlist .ag-charts-format-top-level-group-title-bar,
.ag-theme-standard .ag-charts-format-top-level-group-title-bar,
.ag-theme-master-trader-bootcamp-journey .ag-charts-format-top-level-group-title-bar,
.ag-theme-draggable-row .ag-charts-format-top-level-group-title-bar, .ag-theme-alpine-dark .ag-charts-settings-group-title-bar,
.ag-theme-alpine-dark .ag-charts-data-group-title-bar,
.ag-theme-alpine-dark .ag-charts-format-top-level-group-title-bar {
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
  line-height: calc(var(--ag-icon-size) + var(--ag-grid-size) - 2px);
}

.ag-theme-alpine .ag-chart-mini-thumbnail, .ag-theme-stock-watchlist-ticker .ag-chart-mini-thumbnail, .ag-theme-stock-watchlist .ag-chart-mini-thumbnail, .ag-theme-standard .ag-chart-mini-thumbnail, .ag-theme-master-trader-bootcamp-journey .ag-chart-mini-thumbnail, .ag-theme-draggable-row .ag-chart-mini-thumbnail, .ag-theme-alpine-dark .ag-chart-mini-thumbnail {
  background-color: var(--ag-background-color);
}

.ag-theme-alpine .ag-chart-settings-nav-bar, .ag-theme-stock-watchlist-ticker .ag-chart-settings-nav-bar, .ag-theme-stock-watchlist .ag-chart-settings-nav-bar, .ag-theme-standard .ag-chart-settings-nav-bar, .ag-theme-master-trader-bootcamp-journey .ag-chart-settings-nav-bar, .ag-theme-draggable-row .ag-chart-settings-nav-bar, .ag-theme-alpine-dark .ag-chart-settings-nav-bar {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-theme-alpine .ag-ltr .ag-group-title-bar-icon, .ag-theme-stock-watchlist-ticker .ag-ltr .ag-group-title-bar-icon, .ag-theme-stock-watchlist .ag-ltr .ag-group-title-bar-icon, .ag-theme-standard .ag-ltr .ag-group-title-bar-icon, .ag-theme-master-trader-bootcamp-journey .ag-ltr .ag-group-title-bar-icon, .ag-theme-draggable-row .ag-ltr .ag-group-title-bar-icon, .ag-theme-alpine-dark .ag-ltr .ag-group-title-bar-icon {
  margin-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl .ag-group-title-bar-icon, .ag-theme-stock-watchlist-ticker .ag-rtl .ag-group-title-bar-icon, .ag-theme-stock-watchlist .ag-rtl .ag-group-title-bar-icon, .ag-theme-standard .ag-rtl .ag-group-title-bar-icon, .ag-theme-master-trader-bootcamp-journey .ag-rtl .ag-group-title-bar-icon, .ag-theme-draggable-row .ag-rtl .ag-group-title-bar-icon, .ag-theme-alpine-dark .ag-rtl .ag-group-title-bar-icon {
  margin-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist-ticker .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist .ag-charts-format-top-level-group-toolbar, .ag-theme-standard .ag-charts-format-top-level-group-toolbar, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-top-level-group-toolbar, .ag-theme-draggable-row .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-charts-format-top-level-group-toolbar {
  margin-top: var(--ag-grid-size);
}

.ag-theme-alpine .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist-ticker .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-standard .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-master-trader-bootcamp-journey .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-draggable-row .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-ltr .ag-charts-format-top-level-group-toolbar {
  padding-left: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist-ticker .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-stock-watchlist .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-standard .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-master-trader-bootcamp-journey .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-draggable-row .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-rtl .ag-charts-format-top-level-group-toolbar {
  padding-right: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-charts-format-sub-level-group, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group, .ag-theme-standard .ag-charts-format-sub-level-group, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group, .ag-theme-draggable-row .ag-charts-format-sub-level-group, .ag-theme-alpine-dark .ag-charts-format-sub-level-group {
  border-left: dashed 1px;
  border-left-color: var(--ag-border-color);
  padding-left: var(--ag-grid-size);
  margin-bottom: calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-charts-format-sub-level-group-title-bar, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group-title-bar, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group-title-bar, .ag-theme-standard .ag-charts-format-sub-level-group-title-bar, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group-title-bar, .ag-theme-draggable-row .ag-charts-format-sub-level-group-title-bar, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-title-bar {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  font-weight: 700;
}

.ag-theme-alpine .ag-charts-format-sub-level-group-container, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group-container, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group-container, .ag-theme-standard .ag-charts-format-sub-level-group-container, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group-container, .ag-theme-draggable-row .ag-charts-format-sub-level-group-container, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-container {
  padding-bottom: 0;
}

.ag-theme-alpine .ag-charts-format-sub-level-group-item:last-child, .ag-theme-stock-watchlist-ticker .ag-charts-format-sub-level-group-item:last-child, .ag-theme-stock-watchlist .ag-charts-format-sub-level-group-item:last-child, .ag-theme-standard .ag-charts-format-sub-level-group-item:last-child, .ag-theme-master-trader-bootcamp-journey .ag-charts-format-sub-level-group-item:last-child, .ag-theme-draggable-row .ag-charts-format-sub-level-group-item:last-child, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-item:last-child {
  margin-bottom: 0;
}

.ag-theme-alpine.ag-dnd-ghost, .ag-dnd-ghost.ag-theme-stock-watchlist-ticker, .ag-dnd-ghost.ag-theme-stock-watchlist, .ag-dnd-ghost.ag-theme-standard, .ag-dnd-ghost.ag-theme-master-trader-bootcamp-journey, .ag-dnd-ghost.ag-theme-draggable-row, .ag-theme-alpine-dark.ag-dnd-ghost {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 700;
}

.ag-theme-alpine .ag-side-buttons, .ag-theme-stock-watchlist-ticker .ag-side-buttons, .ag-theme-stock-watchlist .ag-side-buttons, .ag-theme-standard .ag-side-buttons, .ag-theme-master-trader-bootcamp-journey .ag-side-buttons, .ag-theme-draggable-row .ag-side-buttons, .ag-theme-alpine-dark .ag-side-buttons {
  width: calc(var(--ag-grid-size) * 5);
}

.ag-theme-alpine .ag-standard-button, .ag-theme-stock-watchlist-ticker .ag-standard-button, .ag-theme-stock-watchlist .ag-standard-button, .ag-theme-standard .ag-standard-button, .ag-theme-master-trader-bootcamp-journey .ag-standard-button, .ag-theme-draggable-row .ag-standard-button, .ag-theme-alpine-dark .ag-standard-button {
  appearance: none;
  -webkit-appearance: none;
  border-radius: var(--ag-border-radius);
  border: 1px solid;
  border-color: var(--ag-alpine-active-color);
  color: var(--ag-alpine-active-color);
  background-color: var(--ag-background-color);
  font-weight: 600;
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-standard-button:hover, .ag-theme-stock-watchlist-ticker .ag-standard-button:hover, .ag-theme-stock-watchlist .ag-standard-button:hover, .ag-theme-standard .ag-standard-button:hover, .ag-theme-master-trader-bootcamp-journey .ag-standard-button:hover, .ag-theme-draggable-row .ag-standard-button:hover, .ag-theme-alpine-dark .ag-standard-button:hover {
  border-color: var(--ag-alpine-active-color);
  background-color: var(--ag-row-hover-color);
}

.ag-theme-alpine .ag-standard-button:active, .ag-theme-stock-watchlist-ticker .ag-standard-button:active, .ag-theme-stock-watchlist .ag-standard-button:active, .ag-theme-standard .ag-standard-button:active, .ag-theme-master-trader-bootcamp-journey .ag-standard-button:active, .ag-theme-draggable-row .ag-standard-button:active, .ag-theme-alpine-dark .ag-standard-button:active {
  border-color: var(--ag-alpine-active-color);
  background-color: var(--ag-alpine-active-color);
  color: var(--ag-background-color);
}

.ag-theme-alpine .ag-standard-button:disabled, .ag-theme-stock-watchlist-ticker .ag-standard-button:disabled, .ag-theme-stock-watchlist .ag-standard-button:disabled, .ag-theme-standard .ag-standard-button:disabled, .ag-theme-master-trader-bootcamp-journey .ag-standard-button:disabled, .ag-theme-draggable-row .ag-standard-button:disabled, .ag-theme-alpine-dark .ag-standard-button:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}

.ag-theme-alpine .ag-column-drop-vertical, .ag-theme-stock-watchlist-ticker .ag-column-drop-vertical, .ag-theme-stock-watchlist .ag-column-drop-vertical, .ag-theme-standard .ag-column-drop-vertical, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-vertical, .ag-theme-draggable-row .ag-column-drop-vertical, .ag-theme-alpine-dark .ag-column-drop-vertical {
  min-height: 75px;
}

.ag-theme-alpine .ag-column-drop-vertical-title-bar, .ag-theme-stock-watchlist-ticker .ag-column-drop-vertical-title-bar, .ag-theme-stock-watchlist .ag-column-drop-vertical-title-bar, .ag-theme-standard .ag-column-drop-vertical-title-bar, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-vertical-title-bar, .ag-theme-draggable-row .ag-column-drop-vertical-title-bar, .ag-theme-alpine-dark .ag-column-drop-vertical-title-bar {
  padding: calc(var(--ag-grid-size) * 2);
  padding-bottom: 0px;
}

.ag-theme-alpine .ag-column-drop-vertical-empty-message, .ag-theme-stock-watchlist-ticker .ag-column-drop-vertical-empty-message, .ag-theme-stock-watchlist .ag-column-drop-vertical-empty-message, .ag-theme-standard .ag-column-drop-vertical-empty-message, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-vertical-empty-message, .ag-theme-draggable-row .ag-column-drop-vertical-empty-message, .ag-theme-alpine-dark .ag-column-drop-vertical-empty-message {
  display: flex;
  align-items: center;
  border: dashed 1px;
  border-color: var(--ag-border-color);
  margin: calc(var(--ag-grid-size) * 2);
  padding: calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-column-drop-empty-message, .ag-theme-stock-watchlist-ticker .ag-column-drop-empty-message, .ag-theme-stock-watchlist .ag-column-drop-empty-message, .ag-theme-standard .ag-column-drop-empty-message, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-empty-message, .ag-theme-draggable-row .ag-column-drop-empty-message, .ag-theme-alpine-dark .ag-column-drop-empty-message {
  color: var(--ag-foreground-color);
  opacity: 0.75;
}

.ag-theme-alpine .ag-status-bar, .ag-theme-stock-watchlist-ticker .ag-status-bar, .ag-theme-stock-watchlist .ag-status-bar, .ag-theme-standard .ag-status-bar, .ag-theme-master-trader-bootcamp-journey .ag-status-bar, .ag-theme-draggable-row .ag-status-bar, .ag-theme-alpine-dark .ag-status-bar {
  font-weight: normal;
}

.ag-theme-alpine .ag-status-name-value-value, .ag-theme-stock-watchlist-ticker .ag-status-name-value-value, .ag-theme-stock-watchlist .ag-status-name-value-value, .ag-theme-standard .ag-status-name-value-value, .ag-theme-master-trader-bootcamp-journey .ag-status-name-value-value, .ag-theme-draggable-row .ag-status-name-value-value, .ag-theme-alpine-dark .ag-status-name-value-value {
  font-weight: 700;
}

.ag-theme-alpine .ag-paging-number, .ag-theme-stock-watchlist-ticker .ag-paging-number, .ag-theme-stock-watchlist .ag-paging-number, .ag-theme-standard .ag-paging-number, .ag-theme-master-trader-bootcamp-journey .ag-paging-number, .ag-theme-draggable-row .ag-paging-number, .ag-theme-alpine .ag-paging-row-summary-panel-number, .ag-theme-stock-watchlist-ticker .ag-paging-row-summary-panel-number, .ag-theme-stock-watchlist .ag-paging-row-summary-panel-number, .ag-theme-standard .ag-paging-row-summary-panel-number, .ag-theme-master-trader-bootcamp-journey .ag-paging-row-summary-panel-number, .ag-theme-draggable-row .ag-paging-row-summary-panel-number, .ag-theme-alpine-dark .ag-paging-number, .ag-theme-alpine-dark .ag-paging-row-summary-panel-number {
  font-weight: 700;
}

.ag-theme-alpine .ag-column-drop-cell-button, .ag-theme-stock-watchlist-ticker .ag-column-drop-cell-button, .ag-theme-stock-watchlist .ag-column-drop-cell-button, .ag-theme-standard .ag-column-drop-cell-button, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-cell-button, .ag-theme-draggable-row .ag-column-drop-cell-button, .ag-theme-alpine-dark .ag-column-drop-cell-button {
  opacity: 0.5;
}

.ag-theme-alpine .ag-column-drop-cell-button:hover, .ag-theme-stock-watchlist-ticker .ag-column-drop-cell-button:hover, .ag-theme-stock-watchlist .ag-column-drop-cell-button:hover, .ag-theme-standard .ag-column-drop-cell-button:hover, .ag-theme-master-trader-bootcamp-journey .ag-column-drop-cell-button:hover, .ag-theme-draggable-row .ag-column-drop-cell-button:hover, .ag-theme-alpine-dark .ag-column-drop-cell-button:hover {
  opacity: 0.75;
}

.ag-theme-alpine .ag-header-cell-menu-button:hover, .ag-theme-stock-watchlist-ticker .ag-header-cell-menu-button:hover, .ag-theme-stock-watchlist .ag-header-cell-menu-button:hover, .ag-theme-standard .ag-header-cell-menu-button:hover, .ag-theme-master-trader-bootcamp-journey .ag-header-cell-menu-button:hover, .ag-theme-draggable-row .ag-header-cell-menu-button:hover,
.ag-theme-alpine .ag-side-button-button:hover,
.ag-theme-stock-watchlist-ticker .ag-side-button-button:hover,
.ag-theme-stock-watchlist .ag-side-button-button:hover,
.ag-theme-standard .ag-side-button-button:hover,
.ag-theme-master-trader-bootcamp-journey .ag-side-button-button:hover,
.ag-theme-draggable-row .ag-side-button-button:hover,
.ag-theme-alpine .ag-tab:hover,
.ag-theme-stock-watchlist-ticker .ag-tab:hover,
.ag-theme-stock-watchlist .ag-tab:hover,
.ag-theme-standard .ag-tab:hover,
.ag-theme-master-trader-bootcamp-journey .ag-tab:hover,
.ag-theme-draggable-row .ag-tab:hover,
.ag-theme-alpine .ag-panel-title-bar-button:hover,
.ag-theme-stock-watchlist-ticker .ag-panel-title-bar-button:hover,
.ag-theme-stock-watchlist .ag-panel-title-bar-button:hover,
.ag-theme-standard .ag-panel-title-bar-button:hover,
.ag-theme-master-trader-bootcamp-journey .ag-panel-title-bar-button:hover,
.ag-theme-draggable-row .ag-panel-title-bar-button:hover,
.ag-theme-alpine .ag-header-expand-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-header-expand-icon:hover,
.ag-theme-stock-watchlist .ag-header-expand-icon:hover,
.ag-theme-standard .ag-header-expand-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-header-expand-icon:hover,
.ag-theme-draggable-row .ag-header-expand-icon:hover,
.ag-theme-alpine .ag-column-group-icons:hover,
.ag-theme-stock-watchlist-ticker .ag-column-group-icons:hover,
.ag-theme-stock-watchlist .ag-column-group-icons:hover,
.ag-theme-standard .ag-column-group-icons:hover,
.ag-theme-master-trader-bootcamp-journey .ag-column-group-icons:hover,
.ag-theme-draggable-row .ag-column-group-icons:hover,
.ag-theme-alpine .ag-group-expanded .ag-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-group-expanded .ag-icon:hover,
.ag-theme-stock-watchlist .ag-group-expanded .ag-icon:hover,
.ag-theme-standard .ag-group-expanded .ag-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-group-expanded .ag-icon:hover,
.ag-theme-draggable-row .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine .ag-group-contracted .ag-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-group-contracted .ag-icon:hover,
.ag-theme-stock-watchlist .ag-group-contracted .ag-icon:hover,
.ag-theme-standard .ag-group-contracted .ag-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-group-contracted .ag-icon:hover,
.ag-theme-draggable-row .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine .ag-chart-settings-prev:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-settings-prev:hover,
.ag-theme-stock-watchlist .ag-chart-settings-prev:hover,
.ag-theme-standard .ag-chart-settings-prev:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-settings-prev:hover,
.ag-theme-draggable-row .ag-chart-settings-prev:hover,
.ag-theme-alpine .ag-chart-settings-next:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-settings-next:hover,
.ag-theme-stock-watchlist .ag-chart-settings-next:hover,
.ag-theme-standard .ag-chart-settings-next:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-settings-next:hover,
.ag-theme-draggable-row .ag-chart-settings-next:hover,
.ag-theme-alpine .ag-group-title-bar-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-group-title-bar-icon:hover,
.ag-theme-stock-watchlist .ag-group-title-bar-icon:hover,
.ag-theme-standard .ag-group-title-bar-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-group-title-bar-icon:hover,
.ag-theme-draggable-row .ag-group-title-bar-icon:hover,
.ag-theme-alpine .ag-column-select-header-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-column-select-header-icon:hover,
.ag-theme-stock-watchlist .ag-column-select-header-icon:hover,
.ag-theme-standard .ag-column-select-header-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-column-select-header-icon:hover,
.ag-theme-draggable-row .ag-column-select-header-icon:hover,
.ag-theme-alpine .ag-floating-filter-button-button:hover,
.ag-theme-stock-watchlist-ticker .ag-floating-filter-button-button:hover,
.ag-theme-stock-watchlist .ag-floating-filter-button-button:hover,
.ag-theme-standard .ag-floating-filter-button-button:hover,
.ag-theme-master-trader-bootcamp-journey .ag-floating-filter-button-button:hover,
.ag-theme-draggable-row .ag-floating-filter-button-button:hover,
.ag-theme-alpine .ag-filter-toolpanel-expand:hover,
.ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-expand:hover,
.ag-theme-stock-watchlist .ag-filter-toolpanel-expand:hover,
.ag-theme-standard .ag-filter-toolpanel-expand:hover,
.ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-expand:hover,
.ag-theme-draggable-row .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine .ag-chart-menu-icon:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-menu-icon:hover,
.ag-theme-stock-watchlist .ag-chart-menu-icon:hover,
.ag-theme-standard .ag-chart-menu-icon:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-menu-icon:hover,
.ag-theme-draggable-row .ag-chart-menu-icon:hover,
.ag-theme-alpine .ag-chart-menu-close:hover,
.ag-theme-stock-watchlist-ticker .ag-chart-menu-close:hover,
.ag-theme-stock-watchlist .ag-chart-menu-close:hover,
.ag-theme-standard .ag-chart-menu-close:hover,
.ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close:hover,
.ag-theme-draggable-row .ag-chart-menu-close:hover, .ag-theme-alpine-dark .ag-header-cell-menu-button:hover,
.ag-theme-alpine-dark .ag-side-button-button:hover,
.ag-theme-alpine-dark .ag-tab:hover,
.ag-theme-alpine-dark .ag-panel-title-bar-button:hover,
.ag-theme-alpine-dark .ag-header-expand-icon:hover,
.ag-theme-alpine-dark .ag-column-group-icons:hover,
.ag-theme-alpine-dark .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine-dark .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine-dark .ag-chart-settings-prev:hover,
.ag-theme-alpine-dark .ag-chart-settings-next:hover,
.ag-theme-alpine-dark .ag-group-title-bar-icon:hover,
.ag-theme-alpine-dark .ag-column-select-header-icon:hover,
.ag-theme-alpine-dark .ag-floating-filter-button-button:hover,
.ag-theme-alpine-dark .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine-dark .ag-chart-menu-icon:hover,
.ag-theme-alpine-dark .ag-chart-menu-close:hover {
  color: var(--ag-alpine-active-color);
}

.ag-theme-alpine .ag-chart-menu-close, .ag-theme-stock-watchlist-ticker .ag-chart-menu-close, .ag-theme-stock-watchlist .ag-chart-menu-close, .ag-theme-standard .ag-chart-menu-close, .ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close, .ag-theme-draggable-row .ag-chart-menu-close, .ag-theme-alpine-dark .ag-chart-menu-close {
  background: var(--ag-background-color);
}

.ag-theme-alpine .ag-chart-menu-close .ag-icon, .ag-theme-stock-watchlist-ticker .ag-chart-menu-close .ag-icon, .ag-theme-stock-watchlist .ag-chart-menu-close .ag-icon, .ag-theme-standard .ag-chart-menu-close .ag-icon, .ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close .ag-icon, .ag-theme-draggable-row .ag-chart-menu-close .ag-icon, .ag-theme-alpine-dark .ag-chart-menu-close .ag-icon {
  background: none;
  border: 1px solid var(--ag-secondary-border-color);
  border-right: none;
}

.ag-theme-alpine .ag-chart-menu-close .ag-icon:hover, .ag-theme-stock-watchlist-ticker .ag-chart-menu-close .ag-icon:hover, .ag-theme-stock-watchlist .ag-chart-menu-close .ag-icon:hover, .ag-theme-standard .ag-chart-menu-close .ag-icon:hover, .ag-theme-master-trader-bootcamp-journey .ag-chart-menu-close .ag-icon:hover, .ag-theme-draggable-row .ag-chart-menu-close .ag-icon:hover, .ag-theme-alpine-dark .ag-chart-menu-close .ag-icon:hover {
  background: var(--ag-header-background-color);
}

.ag-theme-alpine .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-stock-watchlist-ticker .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-stock-watchlist .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-standard .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-master-trader-bootcamp-journey .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-draggable-row .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-alpine-dark .ag-chart-settings-card-item.ag-not-selected:hover {
  opacity: 0.35;
}

.ag-theme-alpine .ag-ltr .ag-panel-title-bar-button, .ag-theme-stock-watchlist-ticker .ag-ltr .ag-panel-title-bar-button, .ag-theme-stock-watchlist .ag-ltr .ag-panel-title-bar-button, .ag-theme-standard .ag-ltr .ag-panel-title-bar-button, .ag-theme-master-trader-bootcamp-journey .ag-ltr .ag-panel-title-bar-button, .ag-theme-draggable-row .ag-ltr .ag-panel-title-bar-button, .ag-theme-alpine-dark .ag-ltr .ag-panel-title-bar-button {
  margin-left: calc(var(--ag-grid-size) * 2);
  margin-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl .ag-panel-title-bar-button, .ag-theme-stock-watchlist-ticker .ag-rtl .ag-panel-title-bar-button, .ag-theme-stock-watchlist .ag-rtl .ag-panel-title-bar-button, .ag-theme-standard .ag-rtl .ag-panel-title-bar-button, .ag-theme-master-trader-bootcamp-journey .ag-rtl .ag-panel-title-bar-button, .ag-theme-draggable-row .ag-rtl .ag-panel-title-bar-button, .ag-theme-alpine-dark .ag-rtl .ag-panel-title-bar-button {
  margin-right: calc(var(--ag-grid-size) * 2);
  margin-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-filter-toolpanel-group-container, .ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-group-container, .ag-theme-stock-watchlist .ag-filter-toolpanel-group-container, .ag-theme-standard .ag-filter-toolpanel-group-container, .ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-group-container, .ag-theme-draggable-row .ag-filter-toolpanel-group-container, .ag-theme-alpine-dark .ag-filter-toolpanel-group-container {
  padding-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-filter-toolpanel-instance-filter, .ag-theme-stock-watchlist-ticker .ag-filter-toolpanel-instance-filter, .ag-theme-stock-watchlist .ag-filter-toolpanel-instance-filter, .ag-theme-standard .ag-filter-toolpanel-instance-filter, .ag-theme-master-trader-bootcamp-journey .ag-filter-toolpanel-instance-filter, .ag-theme-draggable-row .ag-filter-toolpanel-instance-filter, .ag-theme-alpine-dark .ag-filter-toolpanel-instance-filter {
  border: none;
  background-color: var(--ag-control-panel-background-color);
  border-left: dashed 1px;
  border-left-color: var(--ag-border-color);
  margin-left: calc(var(--ag-icon-size) * 0.5);
  padding-left: calc(var(--ag-icon-size) * 0.5);
  margin-right: calc(var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-set-filter-list, .ag-theme-stock-watchlist-ticker .ag-set-filter-list, .ag-theme-stock-watchlist .ag-set-filter-list, .ag-theme-standard .ag-set-filter-list, .ag-theme-master-trader-bootcamp-journey .ag-set-filter-list, .ag-theme-draggable-row .ag-set-filter-list, .ag-theme-alpine-dark .ag-set-filter-list {
  padding-top: calc(var(--ag-grid-size) * 0.5);
  padding-bottom: calc(var(--ag-grid-size) * 0.5);
}

.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-stock-watchlist-ticker .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-stock-watchlist .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-standard .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-master-trader-bootcamp-journey .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-draggable-row .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container, .ag-theme-stock-watchlist-ticker .ag-layout-auto-height .ag-center-cols-container, .ag-theme-stock-watchlist .ag-layout-auto-height .ag-center-cols-container, .ag-theme-standard .ag-layout-auto-height .ag-center-cols-container, .ag-theme-master-trader-bootcamp-journey .ag-layout-auto-height .ag-center-cols-container, .ag-theme-draggable-row .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine .ag-layout-print .ag-center-cols-clipper, .ag-theme-stock-watchlist-ticker .ag-layout-print .ag-center-cols-clipper, .ag-theme-stock-watchlist .ag-layout-print .ag-center-cols-clipper, .ag-theme-standard .ag-layout-print .ag-center-cols-clipper, .ag-theme-master-trader-bootcamp-journey .ag-layout-print .ag-center-cols-clipper, .ag-theme-draggable-row .ag-layout-print .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-print .ag-center-cols-container, .ag-theme-stock-watchlist-ticker .ag-layout-print .ag-center-cols-container, .ag-theme-stock-watchlist .ag-layout-print .ag-center-cols-container, .ag-theme-standard .ag-layout-print .ag-center-cols-container, .ag-theme-master-trader-bootcamp-journey .ag-layout-print .ag-center-cols-container, .ag-theme-draggable-row .ag-layout-print .ag-center-cols-container, .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-clipper, .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-container {
  min-height: 150px;
}

.ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-stock-watchlist-ticker .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-stock-watchlist .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-standard .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-master-trader-bootcamp-journey .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-draggable-row .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-alpine-dark .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 60px;
}

.ag-theme-alpine .ag-date-time-list-page-entry-is-current, .ag-theme-stock-watchlist-ticker .ag-date-time-list-page-entry-is-current, .ag-theme-stock-watchlist .ag-date-time-list-page-entry-is-current, .ag-theme-standard .ag-date-time-list-page-entry-is-current, .ag-theme-master-trader-bootcamp-journey .ag-date-time-list-page-entry-is-current, .ag-theme-draggable-row .ag-date-time-list-page-entry-is-current, .ag-theme-alpine-dark .ag-date-time-list-page-entry-is-current {
  background-color: var(--ag-alpine-active-color);
}

.ag-theme-alpine-dark {
  color-scheme: dark;
}

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

  src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABGYAAsAAAAAJUAAABFHAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIh2BmAAixwKpXCfGwE2AiQDgiwLgRgABCAFhEYHhRYbjiBFIbBxQJhBP8IiqifF7P9DAp1DWLRF/YtGkJpOTafDolO66hq923HLpBjtKhEisuawXiIEoOjQaGO9OOdNmM/k7y5DCZMHau317e0FCManAAiSyCaunoRkkLFl1/9/c+VPMsnNEtBMGFedLLAjUjWiUlf3+d7r9jXZ9QR298S0qL4ULfAzmTVNTp0mtPCuUzXkB9rmv+OwOMJMsBBtenrY+GctjprYgZGc8X+zSHSRfcvw1zpZ98C2kVXG2W5VN1e6FQaG8JwEf+HchRXcb/Z2hfQ8dNS65LeVddel9vIEBkLLAG+YnEKJNWojAGE6V6EkgmyIn4SZ/+fnUtsboqwa/IGs0PNzOvCvzXv/pcBZSpRymlLWAZIFgrumAmgArDY7BSznJvyER6Hm7NyE1oMAmTOP2W4ovkxHhBjDKOYx0rGd6gY9HsC1iTrjjQhAvisbO3rs5NnKm1fs3qoPidYOoKweNm9YtwIO46CaAQG+y6kDZXNP/PIvsNmO0J44x/o4N66Ot+LG+FSETZ0xCmh8diIJRcgUKg1LIC5GV+kMnGkwBUV1HbzQOxJrQ0SKWJvX3t1aFRHoqOtzRWTyveVTZfGGblRq755mi6egbDIkb+zKVJeTkPgMFsIIrr8G88QITUASqOJ5TBJLAyetqNuvUi9cwsEiSVfknTKJKFwXJEifKEg4TRaVoTf9KidqWxWTaM4Qhckx5sC9WV2VzEdYip117wlE4pFNoTH6pLaKlnSP3jkqCOWFb04+eok58yIR6Fpbc7h7VYskIzvBi/sbie0gREpS0BX75I92Tzz1WaffwH8gR5tNGv6Ou1SeWdaN1SV9UZTp7rskIKhKTKO2KKdINUyJyBebzykRFeRxykSE2WFRIO9B1isS0hgQYcL5JAPPxDZCJCtZJhixKBq5KJYoW69I7cDZt0UMtHEbtDRUHyXnQxNdkxUZZL0p82U+RlTWTIM51d59R0MY4VFM5LyTjGEtU2yJkYKpidT3fINprI68kbyhLdEKti+RzoyqEcMcPwhTspwVIrUtc4FTtliCZlwiUFiTJVoyQlQoYZSR2S1kszlNlkBoGxeSQcn+MEUWSA4mj3A5ffvhux4hAUjwEaKLmr52zGp/dflBYicWpiPxr0NTYFYDQcMRaANSkOTWZ4cEuLyoDScvqoX8RyGuh4WcvPfN7x89Mxl08dZHP36EtfDICIqxc2hNBvPNdJl2K7K5M4rCYRGaDXBjQMR3hzpP4o7B4iA8wQMsJ6+gqKSsoqqmrqGppa2jq6dvYGhkbGJqZm5haWVtY2tn7+Do5Gzi4uoGQjZEY3mkpnoONwMpo7YCzpBQU5/p33+QHKUDvWQiqhYC4hVKJgFdEuVWXwHrCaxkw4FVbDCwmo0C1rA+wFo2AVjHegHr2VBgA+sHbGLDgM1sCLCFjQa2sgHANtYf2M7GAjtZb2AXGwTsZn2BPWwMsJeNB/axgcB+NgI4wMYBB4dPBD9AlBIEgmAQhIAgFARhIAgHQQQIIkEQBYJoEMSAIBYEcSCIB0ECCBJBkASCZBCkgCAVBGkgSAdBBggyQZAFgmwQ5IAgFwR5IMgHQQEICkFQBIJiEJSAoBQEZSAoB0EFCCpBUAWCahDUgKAWBHUgqEcdOg2gbRpB0ATAPwtb4hrOkjUW5HTc5QqbZQn410jBxkUchHndThUwJRfzV20FHctyFSXU8yVnqnjVcqKMwuymhqcMPqkwZdzE7MqlETtSgja1jksLx8X8Ff1H+YGVe2V2Y1zRXllFWHa6TjV57rS1Fpe51MTab1Fp5+GvYSoCnSw+q0Knyg3wYwBdueM78aTNaQ6ZMGc2sJhDyi2UWFKajVUkKlSCUnUildsYqNCuRvJ8qsPqsaZHw1imHnAcswGXqBhwQuXfwCWekgGpGpIvQ0HnSkC+ETQedsQnNkKTvfsVG5ec3sJyonvfOjWhwcfj1Lch7WGTfXN4F1q0h6Nj3YR4YOJK97Vg/47/j0SrZ4f1sK3aBzlN9CTRon4b4djoIDxCx/QHGkSji1mm/Yu5skEao3+MPsfKXW/0BJd6VBlN4SGVVxfdQVMDX/tT7+fInmYWHpk0CyvoG7ZHrlzhFy9dO3bsFDtx/vZzcenpTbAH4kOTZ6/mF++APXk1uT5jaCg5iPbGE35x8eC1vNb40aMHxaXr7MSxS5OXr74V3b6+zItXjx4UeHB2fAXswYOTgi66mP8VCOnwFETZftDCRDnjQL11aLLadfIxMo+GgRzPxihvzAwxhtRR3QOXxaWr01SaKb2Ru7KBXUqoDrZoXYgvTVZrvbMX+MVr7MRmbXyJ64MqXixIsvOqSRPvnItPKAXn8tP8gnrylPsXVU/S6PPKxBIKno8rv4BEVfXo53Ll+leqLs7LmWPanhSZkZ4jpKJLCvLjaCnQpAGG9ooBL6T/6/ZIIKKacTYgjA2a7YoCiVrQOHFEYLIwm9bDhsBkI8BmXT4GCti6DdIBN80cQOmfxcpZF9zRBKNjNeXmRe//xRryXqh55q9DCFp7fSMcCpKfB88fGGag9rWQ0c7rxXns3uip2oiDuBsSoBI2bsOgWIKBCrAcm+hxaZxdx/CeM1ZnSVTPjogm4PXn7ZvdSpZJhVJVUTN3YldHhTwR9SeU7cvL4xyv3JuBbTTRIT4y/6lp2JthwV04Z8cc39G/0rR6YE012woDFoJVqt2G4pdhg3JHmmZ+1JoRK9zKQ9eG7hQTLmaPReFrpYFqAq9d6jzTxYM4JjwSWu62xm8O11PjYsbMNSu8NKl7HmbnfS5rT6TnhLdKHuUXfK/knS4uSu4Wt9Ezevzf72KdnTTvf1EQWzfxpcCYDP1SMYyql4r7XJ74UXJcsMavoX8eFlTaigWK4z/eBIaIEcBmnzojLlnKewNGn/KhYPd0KKPnPve5L/ux+2MzqB5eMo367GnTpPGpWXTqw+QTbzhQdB2nt9+5t7RD8XpB5wMzqfzo2IjRPea2GdyhaUAYu1teYrTbIsaDk6lw9Ol3SHBkyVWiGb+8hrNnSHT/d4gK8MlVexbaI+9GvB32KcrC3w4dTI1BeHwBS+xJHYpLEKxc1ODgfI1GqyFJYbOnnyAhOCx/M9ti+UJ8eWhZnUUj4JdiNhRJC8TiAmnRnUiz7QJxkfTOlnQlzzLPMMwi0pxfAXiVsshYkvpEfibb28kOEiTTLQzfiDO+O/1MhC/vTgCP4eKSnX382LJl2Tn11gRBeFO4OLqLofVFL2ysDQyPDy5cOLukhEZLiD/uqzt+7PiGhLVrJz5WeXAhDbgexJOJEPvfZ0OcYZtxGLFU+zKkowDcWiKkGii5/uksQYDu+80DrpJQvjWOOc0FnpIL3DSDq+SBA84+rTwNb0RaXXKyrmRfRiklaFqcFYjPPKwsb2scSN2EhFSGxIRUhIiT/xtpf275z+tue+dfyLnc0ET7K0jjwgvMSU1nnO0rYz7fT3XhHmlDndxGBDvazS/qim+N47htifXfXe6v0Xj0suc9YHu4u7j6sE/9dsQmFndXNT1hOqgd2Qtr3vVdDJHOd1wdjfQOlwWsannObV9Hlt24lcmurkuPOc4dMTFsN59yDwOXLqw9i2HlLjzr3jDE2bnEPfbvSFvGgnIDCB3eTvMs6f2TO3Nc2zmyZmLdSFcFx4H7YZBOoZv/P3HElhPFdMjKrhvbuW+G40R3Z3eRplfdJfrDypbjz3GEJkqiOOnzU/ziuC0ZppRKVWihek5KS7d3Lj9MnKI/9DdVro+tVcOc1JYur1y5LDO7rMh2eNSYGI/EopJ+ccboDN6q+SJBBp+fLhAxbAo74saWQZVEnFKZLeeNc08sliiYCKi7cqRHOnmoTU5OUYlHovrE8nteuS3dc1LWdbkE37vq8MqV/T4nTJsUaaJUuQHizX3OmLub0naBYsNo/IpqP5t7+Qq8F+7fZ1w9GtupN8RbAubdpCROGRWkYrcxX14svj2GBLmFRgy4FJdQiliFcRupIJWJk5+MmX19u0KqMH6qwra96fByc4fY4VUUOvp+6bSsmjxY9b9sFBa/4Xlu5i3PXS4rlEgKmiMNyNYa4m325K3i5xA57csW6ZAW1qR3oSEAeGYJs/4Mev+3ojBsGaZCFy/MEm7JjNW3rMc9Fu+JifuvUeOwDe/o0F5HkKQkBLmec7bi00d3Ldg1sf/LDLiBNCiSLXED4NvcNftuvHCQjdvYiNXfotFXSSVwz+dlT+pIkuC3Ypa8Al3u3oV54VmCzExBVnierJK36MwZT15llhNRsn1NQcwvtevPfRv17cgGLnDnJJSR2tId/uD9weX5Fz7LmEOQC0kCRpFTp9p6ynPGH59tqSkpmrIyHve95OOTue1OenplmRXdPVCee6zGbL57l7o3KWryZvLdnDn5zY4MD4+2UlebFocZ5pbp2K23bq9enYUYp1VNqXx+qg3qbc2G0gtN2XzQ7bvY9UUmeW71LDcgztH22b9hB45jXMDLQ7vYMx8SxFiC+rMplJ+eFmZo/ZOq3iWCmvVS6DrtvJ3YJ93G2Nu9F36ik334x96ZbXQo6FYo9vQYuxHl5n1oGwdMMfbtMzYpe/tg3avVr3rGqm/fTm5gS4U+WBtkMgVpg/XDkSbaZDrXrw8eFgS2Lv21Xi/WCYU6sf5KSbVtnVAvvrJVG948S21OTm7+kxKj/sz/uJRP3WT7pSSteinzXwjpcM9y9jTmrd2o2Ch9hsficG82O9uZwN+CrkLZkHUv7l6W4NyqPT/8S06Wy3x9k5KASjIUGODVOruMmS0xUiocPnwReWDi1NnDcrw4XjZnPid0mX7sWFtl7UD/kLIqUXa53UrAxeQ3KpUf0VyQn5GxfHnczl1g7PuR+Zp5IypXnseIH1/cIz4bBZgxWU01M/x1gr1udqJlaBGlimhjGsr+uF+bwiOA+zU2oE91TLEeIauP1xWe6rUM/pA81yOYpihiSB7JUXB/oI+iZaGt9tQq2n9Q0derrnU/2o8lgXVDNY1oD9p6TyUb0YWZhdYyCKXNkXqpiKbholwui05d6ymOvr4rvfbvnEuD/2Lt6UJO/LtcDLUAjLO7+6TfmdLsqQ1oX9N1GBdZaqb1U6z/q75SrwQ8/Q0nP38sYCya/8Olal7o7hJgPz+nTjjmCEjw0ihgE3KAue6Ez7v6sQAMBCBRVzH0QE+m7QFOUA8oIHQ7QMAd+l1GAzbMBJSuy4FO132so8Klf1DS9T/b9TcUX2zPj/AL+0JO3/nkAvwE23tJm1M5r/MXKLsYquvmateVvUAAkgy6aucqD/aG2VSGIlbPMayL8j5WieIXKG465nS7Whn3qhsVcU2yXhBHu+MlTgB+gvDA9TyJJGbIMf6CADLvWhRUrjWuJH0vSqp0AYxdq7Tmf+5sYN3g2DCqxCIR5uJZqyIJPoZ4J5LY+gKUazY6BSu5tYrnZWTNhtLC560Aq5pu1Hxm2ADhCAgVDfnVHfDFWv3a/K+boiQrqqYbpmU7rucHYRQnaZYXZVU3bdcP4zQv67Yf53U/r/fn6869B4+ePHvx6s27D59rb8W2BFayi6GUQ3HMm/KqUkVQ4IU6kvi4naC+2zjVWTroy40OXNDAQOiCZDjdldAHKfe+ah+pTq7Sk7buUo8h76oOTFIx6EJ1moWamPOmukOhMysBX7vadsckqTmo3oEf6uxl7jbzzNKUb00TU5syF3ZcEjsz9qnYqzHsabj0FTo92y3fUrtgtzEmh26BAjP024Pka2cbcuIidIC90FxL7+MIWiQNZwmbqYJINUTeTgODi30+piO9mVi3PXMMdTTmaKOpIKhsx0WOAXbzc19S6ziGQukT7aE2oe1becDAJ2Ubp0wARhQ7m5VjgrDdv2N5JuuSRQBzomCUKV7nW2tS/6FeMhsYy1oDAA==);

  font-weight: normal;

  font-style: normal;
}

.ag-theme-draggable-row {
  --ag-border-color: #dfdfdf;
  --ag-borders: solid 0px;
  --ag-borders-row: solid 1px;
  --ag-odd-row-background-color: transparent;
  --ag-range-selection-border-color: transparent;
  --ag-background-color: #fff;
  --ag-foreground-color: #181d1f;
  --ag-subheader-background-color: #fff;
  --ag-alpine-active-color: #2196f3;
  --ag-subheader-toolbar-background-color: rgba(255, 255, 255, 0.5);
  --ag-selected-row-background-color: rgba(33, 150, 243, 0.1);
  --ag-row-hover-color: rgba(33, 150, 243, 0.1);
  --ag-column-hover-color: rgba(33, 150, 243, 0.1);
  --ag-chip-background-color: rgba(24, 29, 31, 0.07);
  --ag-input-disabled-background-color: rgba(223, 223, 223, 0.15);
  --ag-input-disabled-border-color: rgba(223, 223, 223, 0.3);
  --ag-disabled-foreground-color: rgba(24, 29, 31, 0.5);
  --ag-input-focus-border-color: rgba(33, 150, 243, 0.4);
  --ag-modal-overlay-background-color: rgba(255, 255, 255, 0.66);
  --ag-range-selection-background-color: rgba(0, 0, 0, 0);
  --ag-range-selection-background-color-2: rgba(0, 0, 0, 0);
  --ag-range-selection-background-color-3: rgba(0, 0, 0, 0);
  --ag-range-selection-background-color-4: rgba(0, 0, 0, 0);
  --ag-header-column-separator-color: rgba(223, 223, 223, 0.5);
  --ag-header-column-resize-handle-color: rgba(223, 223, 223, 0.5);
}

.ag-theme-master-trader-bootcamp-journey {
  --ag-background-color: transparent;
  --ag-borders-row: solid 0px;
  --ag-odd-row-background-color: transparent;
  --ag-range-selection-border-color: transparent;
  --ag-foreground-color: #181d1f;
  --ag-subheader-background-color: #fff;
  --ag-alpine-active-color: #2196f3;
  --ag-subheader-toolbar-background-color: rgba(255, 255, 255, 0.5);
  --ag-selected-row-background-color: rgba(33, 150, 243, 0.1);
  --ag-row-hover-color: rgba(33, 150, 243, 0.1);
  --ag-column-hover-color: rgba(33, 150, 243, 0.1);
  --ag-chip-background-color: rgba(24, 29, 31, 0.07);
  --ag-disabled-foreground-color: rgba(24, 29, 31, 0.5);
  --ag-input-focus-border-color: rgba(33, 150, 243, 0.4);
  --ag-modal-overlay-background-color: rgba(0, 0, 0, 0);
  --ag-range-selection-background-color: rgba(0, 0, 0, 0);
  --ag-range-selection-background-color-2: rgba(0, 0, 0, 0);
  --ag-range-selection-background-color-3: rgba(0, 0, 0, 0);
  --ag-range-selection-background-color-4: rgba(0, 0, 0, 0);
  --ag-border-color: rgba(24, 29, 31, 0.25);
  --ag-header-column-separator-color: rgba(24, 29, 31, 0.125);
  --ag-header-column-resize-handle-color: rgba(24, 29, 31, 0.125);
}

.ag-theme-standard {
  --ag-border-color: #dfdfdf;
  --ag-header-background-color: transparent;
  --ag-range-selection-border-color: transparent;
  --ag-background-color: #fff;
  --ag-foreground-color: #181d1f;
  --ag-subheader-background-color: #fff;
  --ag-alpine-active-color: #2196f3;
  --ag-subheader-toolbar-background-color: rgba(255, 255, 255, 0.5);
  --ag-selected-row-background-color: rgba(33, 150, 243, 0.1);
  --ag-row-hover-color: rgba(33, 150, 243, 0.1);
  --ag-column-hover-color: rgba(33, 150, 243, 0.1);
  --ag-chip-background-color: rgba(24, 29, 31, 0.07);
  --ag-input-disabled-background-color: rgba(223, 223, 223, 0.15);
  --ag-input-disabled-border-color: rgba(223, 223, 223, 0.3);
  --ag-disabled-foreground-color: rgba(24, 29, 31, 0.5);
  --ag-input-focus-border-color: rgba(33, 150, 243, 0.4);
  --ag-modal-overlay-background-color: rgba(255, 255, 255, 0.66);
  --ag-range-selection-background-color: rgba(0, 0, 0, 0);
  --ag-range-selection-background-color-2: rgba(0, 0, 0, 0);
  --ag-range-selection-background-color-3: rgba(0, 0, 0, 0);
  --ag-range-selection-background-color-4: rgba(0, 0, 0, 0);
  --ag-header-column-separator-color: rgba(223, 223, 223, 0.5);
  --ag-header-column-resize-handle-color: rgba(223, 223, 223, 0.5);
}

.ag-theme-stock-watchlist {
  --ag-border-color: #dfdfdf;
  --ag-borders: solid 0px;
  --ag-borders-critical: solid 1px;
  --ag-borders-row: solid 1px;
  --ag-header-background-color: transparent;
  --ag-range-selection-border-color: transparent;
  --ag-background-color: #fff;
  --ag-foreground-color: #181d1f;
  --ag-subheader-background-color: #fff;
  --ag-alpine-active-color: #2196f3;
  --ag-subheader-toolbar-background-color: rgba(255, 255, 255, 0.5);
  --ag-selected-row-background-color: rgba(33, 150, 243, 0.1);
  --ag-row-hover-color: rgba(33, 150, 243, 0.1);
  --ag-column-hover-color: rgba(33, 150, 243, 0.1);
  --ag-chip-background-color: rgba(24, 29, 31, 0.07);
  --ag-input-disabled-background-color: rgba(223, 223, 223, 0.15);
  --ag-input-disabled-border-color: rgba(223, 223, 223, 0.3);
  --ag-disabled-foreground-color: rgba(24, 29, 31, 0.5);
  --ag-input-focus-border-color: rgba(33, 150, 243, 0.4);
  --ag-modal-overlay-background-color: rgba(255, 255, 255, 0.66);
  --ag-range-selection-background-color: rgba(0, 0, 0, 0);
  --ag-range-selection-background-color-2: rgba(0, 0, 0, 0);
  --ag-range-selection-background-color-3: rgba(0, 0, 0, 0);
  --ag-range-selection-background-color-4: rgba(0, 0, 0, 0);
  --ag-header-column-separator-color: rgba(223, 223, 223, 0.5);
  --ag-header-column-resize-handle-color: rgba(223, 223, 223, 0.5);
}

.ag-theme-stock-watchlist-ticker {
  --ag-background-color: transparent;
  --ag-odd-row-background-color: transparent;
  --ag-range-selection-border-color: transparent;
  --ag-foreground-color: #181d1f;
  --ag-subheader-background-color: #fff;
  --ag-alpine-active-color: #2196f3;
  --ag-subheader-toolbar-background-color: rgba(255, 255, 255, 0.5);
  --ag-selected-row-background-color: rgba(33, 150, 243, 0.1);
  --ag-row-hover-color: rgba(33, 150, 243, 0.1);
  --ag-column-hover-color: rgba(33, 150, 243, 0.1);
  --ag-chip-background-color: rgba(24, 29, 31, 0.07);
  --ag-disabled-foreground-color: rgba(24, 29, 31, 0.5);
  --ag-input-focus-border-color: rgba(33, 150, 243, 0.4);
  --ag-modal-overlay-background-color: rgba(0, 0, 0, 0);
  --ag-range-selection-background-color: rgba(0, 0, 0, 0);
  --ag-range-selection-background-color-2: rgba(0, 0, 0, 0);
  --ag-range-selection-background-color-3: rgba(0, 0, 0, 0);
  --ag-range-selection-background-color-4: rgba(0, 0, 0, 0);
  --ag-border-color: rgba(24, 29, 31, 0.25);
  --ag-header-column-separator-color: rgba(24, 29, 31, 0.125);
  --ag-header-column-resize-handle-color: rgba(24, 29, 31, 0.125);
}

.ag-rich-select .ag-rich-select-list {
  height: 100% !important;
}

@media (min-width: 640px){
  .sm\:tw-container{
    width:100%
  }

  @media (min-width: 640px){
    .sm\:tw-container{
      max-width:640px
    }
  }

  @media (min-width: 768px){
    .sm\:tw-container{
      max-width:768px
    }
  }

  @media (min-width: 1024px){
    .sm\:tw-container{
      max-width:1024px
    }
  }

  @media (min-width: 1280px){
    .sm\:tw-container{
      max-width:1280px
    }
  }

  @media (min-width: 1536px){
    .sm\:tw-container{
      max-width:1536px
    }
  }

  .sm\:tw-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
  }

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

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

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

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

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

  .sm\:tw-pointer-events-none{
    pointer-events:none
  }

  .sm\:tw-pointer-events-auto{
    pointer-events:auto
  }

  .sm\:tw-visible{
    visibility:visible
  }

  .sm\:tw-invisible{
    visibility:hidden
  }

  .sm\:tw-static{
    position:static
  }

  .sm\:tw-fixed{
    position:fixed
  }

  .sm\:tw-absolute{
    position:absolute
  }

  .sm\:tw-relative{
    position:relative
  }

  .sm\:tw-sticky{
    position:sticky
  }

  .sm\:tw-inset-0{
    top:0px;
    right:0px;
    bottom:0px;
    left:0px
  }

  .sm\:tw-inset-1{
    top:0.25rem;
    right:0.25rem;
    bottom:0.25rem;
    left:0.25rem
  }

  .sm\:tw-inset-2{
    top:0.5rem;
    right:0.5rem;
    bottom:0.5rem;
    left:0.5rem
  }

  .sm\:tw-inset-3{
    top:0.75rem;
    right:0.75rem;
    bottom:0.75rem;
    left:0.75rem
  }

  .sm\:tw-inset-4{
    top:1rem;
    right:1rem;
    bottom:1rem;
    left:1rem
  }

  .sm\:tw-inset-5{
    top:1.25rem;
    right:1.25rem;
    bottom:1.25rem;
    left:1.25rem
  }

  .sm\:tw-inset-6{
    top:1.5rem;
    right:1.5rem;
    bottom:1.5rem;
    left:1.5rem
  }

  .sm\:tw-inset-7{
    top:1.75rem;
    right:1.75rem;
    bottom:1.75rem;
    left:1.75rem
  }

  .sm\:tw-inset-8{
    top:2rem;
    right:2rem;
    bottom:2rem;
    left:2rem
  }

  .sm\:tw-inset-9{
    top:2.25rem;
    right:2.25rem;
    bottom:2.25rem;
    left:2.25rem
  }

  .sm\:tw-inset-10{
    top:2.5rem;
    right:2.5rem;
    bottom:2.5rem;
    left:2.5rem
  }

  .sm\:tw-inset-11{
    top:2.75rem;
    right:2.75rem;
    bottom:2.75rem;
    left:2.75rem
  }

  .sm\:tw-inset-12{
    top:3rem;
    right:3rem;
    bottom:3rem;
    left:3rem
  }

  .sm\:tw-inset-14{
    top:3.5rem;
    right:3.5rem;
    bottom:3.5rem;
    left:3.5rem
  }

  .sm\:tw-inset-16{
    top:4rem;
    right:4rem;
    bottom:4rem;
    left:4rem
  }

  .sm\:tw-inset-20{
    top:5rem;
    right:5rem;
    bottom:5rem;
    left:5rem
  }

  .sm\:tw-inset-24{
    top:6rem;
    right:6rem;
    bottom:6rem;
    left:6rem
  }

  .sm\:tw-inset-28{
    top:7rem;
    right:7rem;
    bottom:7rem;
    left:7rem
  }

  .sm\:tw-inset-32{
    top:8rem;
    right:8rem;
    bottom:8rem;
    left:8rem
  }

  .sm\:tw-inset-36{
    top:9rem;
    right:9rem;
    bottom:9rem;
    left:9rem
  }

  .sm\:tw-inset-40{
    top:10rem;
    right:10rem;
    bottom:10rem;
    left:10rem
  }

  .sm\:tw-inset-44{
    top:11rem;
    right:11rem;
    bottom:11rem;
    left:11rem
  }

  .sm\:tw-inset-48{
    top:12rem;
    right:12rem;
    bottom:12rem;
    left:12rem
  }

  .sm\:tw-inset-52{
    top:13rem;
    right:13rem;
    bottom:13rem;
    left:13rem
  }

  .sm\:tw-inset-56{
    top:14rem;
    right:14rem;
    bottom:14rem;
    left:14rem
  }

  .sm\:tw-inset-60{
    top:15rem;
    right:15rem;
    bottom:15rem;
    left:15rem
  }

  .sm\:tw-inset-64{
    top:16rem;
    right:16rem;
    bottom:16rem;
    left:16rem
  }

  .sm\:tw-inset-72{
    top:18rem;
    right:18rem;
    bottom:18rem;
    left:18rem
  }

  .sm\:tw-inset-80{
    top:20rem;
    right:20rem;
    bottom:20rem;
    left:20rem
  }

  .sm\:tw-inset-96{
    top:24rem;
    right:24rem;
    bottom:24rem;
    left:24rem
  }

  .sm\:tw-inset-auto{
    top:auto;
    right:auto;
    bottom:auto;
    left:auto
  }

  .sm\:tw-inset-px{
    top:1px;
    right:1px;
    bottom:1px;
    left:1px
  }

  .sm\:tw-inset-0\.5{
    top:0.125rem;
    right:0.125rem;
    bottom:0.125rem;
    left:0.125rem
  }

  .sm\:tw-inset-1\.5{
    top:0.375rem;
    right:0.375rem;
    bottom:0.375rem;
    left:0.375rem
  }

  .sm\:tw-inset-2\.5{
    top:0.625rem;
    right:0.625rem;
    bottom:0.625rem;
    left:0.625rem
  }

  .sm\:tw-inset-3\.5{
    top:0.875rem;
    right:0.875rem;
    bottom:0.875rem;
    left:0.875rem
  }

  .sm\:tw--inset-0{
    top:0px;
    right:0px;
    bottom:0px;
    left:0px
  }

  .sm\:tw--inset-1{
    top:-0.25rem;
    right:-0.25rem;
    bottom:-0.25rem;
    left:-0.25rem
  }

  .sm\:tw--inset-2{
    top:-0.5rem;
    right:-0.5rem;
    bottom:-0.5rem;
    left:-0.5rem
  }

  .sm\:tw--inset-3{
    top:-0.75rem;
    right:-0.75rem;
    bottom:-0.75rem;
    left:-0.75rem
  }

  .sm\:tw--inset-4{
    top:-1rem;
    right:-1rem;
    bottom:-1rem;
    left:-1rem
  }

  .sm\:tw--inset-5{
    top:-1.25rem;
    right:-1.25rem;
    bottom:-1.25rem;
    left:-1.25rem
  }

  .sm\:tw--inset-6{
    top:-1.5rem;
    right:-1.5rem;
    bottom:-1.5rem;
    left:-1.5rem
  }

  .sm\:tw--inset-7{
    top:-1.75rem;
    right:-1.75rem;
    bottom:-1.75rem;
    left:-1.75rem
  }

  .sm\:tw--inset-8{
    top:-2rem;
    right:-2rem;
    bottom:-2rem;
    left:-2rem
  }

  .sm\:tw--inset-9{
    top:-2.25rem;
    right:-2.25rem;
    bottom:-2.25rem;
    left:-2.25rem
  }

  .sm\:tw--inset-10{
    top:-2.5rem;
    right:-2.5rem;
    bottom:-2.5rem;
    left:-2.5rem
  }

  .sm\:tw--inset-11{
    top:-2.75rem;
    right:-2.75rem;
    bottom:-2.75rem;
    left:-2.75rem
  }

  .sm\:tw--inset-12{
    top:-3rem;
    right:-3rem;
    bottom:-3rem;
    left:-3rem
  }

  .sm\:tw--inset-14{
    top:-3.5rem;
    right:-3.5rem;
    bottom:-3.5rem;
    left:-3.5rem
  }

  .sm\:tw--inset-16{
    top:-4rem;
    right:-4rem;
    bottom:-4rem;
    left:-4rem
  }

  .sm\:tw--inset-20{
    top:-5rem;
    right:-5rem;
    bottom:-5rem;
    left:-5rem
  }

  .sm\:tw--inset-24{
    top:-6rem;
    right:-6rem;
    bottom:-6rem;
    left:-6rem
  }

  .sm\:tw--inset-28{
    top:-7rem;
    right:-7rem;
    bottom:-7rem;
    left:-7rem
  }

  .sm\:tw--inset-32{
    top:-8rem;
    right:-8rem;
    bottom:-8rem;
    left:-8rem
  }

  .sm\:tw--inset-36{
    top:-9rem;
    right:-9rem;
    bottom:-9rem;
    left:-9rem
  }

  .sm\:tw--inset-40{
    top:-10rem;
    right:-10rem;
    bottom:-10rem;
    left:-10rem
  }

  .sm\:tw--inset-44{
    top:-11rem;
    right:-11rem;
    bottom:-11rem;
    left:-11rem
  }

  .sm\:tw--inset-48{
    top:-12rem;
    right:-12rem;
    bottom:-12rem;
    left:-12rem
  }

  .sm\:tw--inset-52{
    top:-13rem;
    right:-13rem;
    bottom:-13rem;
    left:-13rem
  }

  .sm\:tw--inset-56{
    top:-14rem;
    right:-14rem;
    bottom:-14rem;
    left:-14rem
  }

  .sm\:tw--inset-60{
    top:-15rem;
    right:-15rem;
    bottom:-15rem;
    left:-15rem
  }

  .sm\:tw--inset-64{
    top:-16rem;
    right:-16rem;
    bottom:-16rem;
    left:-16rem
  }

  .sm\:tw--inset-72{
    top:-18rem;
    right:-18rem;
    bottom:-18rem;
    left:-18rem
  }

  .sm\:tw--inset-80{
    top:-20rem;
    right:-20rem;
    bottom:-20rem;
    left:-20rem
  }

  .sm\:tw--inset-96{
    top:-24rem;
    right:-24rem;
    bottom:-24rem;
    left:-24rem
  }

  .sm\:tw--inset-px{
    top:-1px;
    right:-1px;
    bottom:-1px;
    left:-1px
  }

  .sm\:tw--inset-0\.5{
    top:-0.125rem;
    right:-0.125rem;
    bottom:-0.125rem;
    left:-0.125rem
  }

  .sm\:tw--inset-1\.5{
    top:-0.375rem;
    right:-0.375rem;
    bottom:-0.375rem;
    left:-0.375rem
  }

  .sm\:tw--inset-2\.5{
    top:-0.625rem;
    right:-0.625rem;
    bottom:-0.625rem;
    left:-0.625rem
  }

  .sm\:tw--inset-3\.5{
    top:-0.875rem;
    right:-0.875rem;
    bottom:-0.875rem;
    left:-0.875rem
  }

  .sm\:tw-inset-1\/2{
    top:50%;
    right:50%;
    bottom:50%;
    left:50%
  }

  .sm\:tw-inset-1\/3{
    top:33.333333%;
    right:33.333333%;
    bottom:33.333333%;
    left:33.333333%
  }

  .sm\:tw-inset-2\/3{
    top:66.666667%;
    right:66.666667%;
    bottom:66.666667%;
    left:66.666667%
  }

  .sm\:tw-inset-1\/4{
    top:25%;
    right:25%;
    bottom:25%;
    left:25%
  }

  .sm\:tw-inset-2\/4{
    top:50%;
    right:50%;
    bottom:50%;
    left:50%
  }

  .sm\:tw-inset-3\/4{
    top:75%;
    right:75%;
    bottom:75%;
    left:75%
  }

  .sm\:tw-inset-full{
    top:100%;
    right:100%;
    bottom:100%;
    left:100%
  }

  .sm\:tw--inset-1\/2{
    top:-50%;
    right:-50%;
    bottom:-50%;
    left:-50%
  }

  .sm\:tw--inset-1\/3{
    top:-33.333333%;
    right:-33.333333%;
    bottom:-33.333333%;
    left:-33.333333%
  }

  .sm\:tw--inset-2\/3{
    top:-66.666667%;
    right:-66.666667%;
    bottom:-66.666667%;
    left:-66.666667%
  }

  .sm\:tw--inset-1\/4{
    top:-25%;
    right:-25%;
    bottom:-25%;
    left:-25%
  }

  .sm\:tw--inset-2\/4{
    top:-50%;
    right:-50%;
    bottom:-50%;
    left:-50%
  }

  .sm\:tw--inset-3\/4{
    top:-75%;
    right:-75%;
    bottom:-75%;
    left:-75%
  }

  .sm\:tw--inset-full{
    top:-100%;
    right:-100%;
    bottom:-100%;
    left:-100%
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw-inset-x-11{
    left:2.75rem;
    right:2.75rem
  }

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

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

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

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

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

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

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

  .sm\:tw-inset-x-36{
    left:9rem;
    right:9rem
  }

  .sm\:tw-inset-x-40{
    left:10rem;
    right:10rem
  }

  .sm\:tw-inset-x-44{
    left:11rem;
    right:11rem
  }

  .sm\:tw-inset-x-48{
    left:12rem;
    right:12rem
  }

  .sm\:tw-inset-x-52{
    left:13rem;
    right:13rem
  }

  .sm\:tw-inset-x-56{
    left:14rem;
    right:14rem
  }

  .sm\:tw-inset-x-60{
    left:15rem;
    right:15rem
  }

  .sm\:tw-inset-x-64{
    left:16rem;
    right:16rem
  }

  .sm\:tw-inset-x-72{
    left:18rem;
    right:18rem
  }

  .sm\:tw-inset-x-80{
    left:20rem;
    right:20rem
  }

  .sm\:tw-inset-x-96{
    left:24rem;
    right:24rem
  }

  .sm\:tw-inset-x-auto{
    left:auto;
    right:auto
  }

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

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

  .sm\:tw-inset-x-1\.5{
    left:0.375rem;
    right:0.375rem
  }

  .sm\:tw-inset-x-2\.5{
    left:0.625rem;
    right:0.625rem
  }

  .sm\:tw-inset-x-3\.5{
    left:0.875rem;
    right:0.875rem
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw--inset-x-11{
    left:-2.75rem;
    right:-2.75rem
  }

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

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

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

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

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

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

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

  .sm\:tw--inset-x-36{
    left:-9rem;
    right:-9rem
  }

  .sm\:tw--inset-x-40{
    left:-10rem;
    right:-10rem
  }

  .sm\:tw--inset-x-44{
    left:-11rem;
    right:-11rem
  }

  .sm\:tw--inset-x-48{
    left:-12rem;
    right:-12rem
  }

  .sm\:tw--inset-x-52{
    left:-13rem;
    right:-13rem
  }

  .sm\:tw--inset-x-56{
    left:-14rem;
    right:-14rem
  }

  .sm\:tw--inset-x-60{
    left:-15rem;
    right:-15rem
  }

  .sm\:tw--inset-x-64{
    left:-16rem;
    right:-16rem
  }

  .sm\:tw--inset-x-72{
    left:-18rem;
    right:-18rem
  }

  .sm\:tw--inset-x-80{
    left:-20rem;
    right:-20rem
  }

  .sm\:tw--inset-x-96{
    left:-24rem;
    right:-24rem
  }

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

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

  .sm\:tw--inset-x-1\.5{
    left:-0.375rem;
    right:-0.375rem
  }

  .sm\:tw--inset-x-2\.5{
    left:-0.625rem;
    right:-0.625rem
  }

  .sm\:tw--inset-x-3\.5{
    left:-0.875rem;
    right:-0.875rem
  }

  .sm\:tw-inset-x-1\/2{
    left:50%;
    right:50%
  }

  .sm\:tw-inset-x-1\/3{
    left:33.333333%;
    right:33.333333%
  }

  .sm\:tw-inset-x-2\/3{
    left:66.666667%;
    right:66.666667%
  }

  .sm\:tw-inset-x-1\/4{
    left:25%;
    right:25%
  }

  .sm\:tw-inset-x-2\/4{
    left:50%;
    right:50%
  }

  .sm\:tw-inset-x-3\/4{
    left:75%;
    right:75%
  }

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

  .sm\:tw--inset-x-1\/2{
    left:-50%;
    right:-50%
  }

  .sm\:tw--inset-x-1\/3{
    left:-33.333333%;
    right:-33.333333%
  }

  .sm\:tw--inset-x-2\/3{
    left:-66.666667%;
    right:-66.666667%
  }

  .sm\:tw--inset-x-1\/4{
    left:-25%;
    right:-25%
  }

  .sm\:tw--inset-x-2\/4{
    left:-50%;
    right:-50%
  }

  .sm\:tw--inset-x-3\/4{
    left:-75%;
    right:-75%
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw-inset-y-11{
    top:2.75rem;
    bottom:2.75rem
  }

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

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

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

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

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

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

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

  .sm\:tw-inset-y-36{
    top:9rem;
    bottom:9rem
  }

  .sm\:tw-inset-y-40{
    top:10rem;
    bottom:10rem
  }

  .sm\:tw-inset-y-44{
    top:11rem;
    bottom:11rem
  }

  .sm\:tw-inset-y-48{
    top:12rem;
    bottom:12rem
  }

  .sm\:tw-inset-y-52{
    top:13rem;
    bottom:13rem
  }

  .sm\:tw-inset-y-56{
    top:14rem;
    bottom:14rem
  }

  .sm\:tw-inset-y-60{
    top:15rem;
    bottom:15rem
  }

  .sm\:tw-inset-y-64{
    top:16rem;
    bottom:16rem
  }

  .sm\:tw-inset-y-72{
    top:18rem;
    bottom:18rem
  }

  .sm\:tw-inset-y-80{
    top:20rem;
    bottom:20rem
  }

  .sm\:tw-inset-y-96{
    top:24rem;
    bottom:24rem
  }

  .sm\:tw-inset-y-auto{
    top:auto;
    bottom:auto
  }

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

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

  .sm\:tw-inset-y-1\.5{
    top:0.375rem;
    bottom:0.375rem
  }

  .sm\:tw-inset-y-2\.5{
    top:0.625rem;
    bottom:0.625rem
  }

  .sm\:tw-inset-y-3\.5{
    top:0.875rem;
    bottom:0.875rem
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tw--inset-y-11{
    top:-2.75rem;
    bottom:-2.75rem
  }

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

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

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

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

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

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

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

  .sm\:tw--inset-y-36{
    top:-9rem;
    bottom:-9rem
  }

  .sm\:tw--inset-y-40{
    top:-10rem;
    bottom:-10rem
  }

  .sm\:tw--inset-y-44{
    top:-11rem;
    bottom:-11rem
  }

  .sm\:tw--inset-y-48{
    top:-12rem;
    bottom:-12rem
  }

  .sm\:tw--inset-y-52{
    top:-13rem;
    bottom:-13rem
  }

  .sm\:tw--inset-y-56{
    top:-14rem;
    bottom:-14rem
  }

  .sm\:tw--inset-y-60{
    top:-15rem;
    bottom:-15rem
  }

  .sm\:tw--inset-y-64{
    top:-16rem;
    bottom:-16rem
  }

  .sm\:tw--inset-y-72{
    top:-18rem;
    bottom:-18rem
  }

  .sm\:tw--inset-y-80{
    top:-20rem;
    bottom:-20rem
  }

  .sm\:tw--inset-y-96{
    top:-24rem;
    bottom:-24rem
  }

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

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

  .sm\:tw--inset-y-1\.5{
    top:-0.375rem;
    bottom:-0.375rem
  }

  .sm\:tw--inset-y-2\.5{
    top:-0.625rem;
    bottom:-0.625rem
  }

  .sm\:tw--inset-y-3\.5{
    top:-0.875rem;
    bottom:-0.875rem
  }

  .sm\:tw-inset-y-1\/2{
    top:50%;
    bottom:50%
  }

  .sm\:tw-inset-y-1\/3{
    top:33.333333%;
    bottom:33.333333%
  }

  .sm\:tw-inset-y-2\/3{
    top:66.666667%;
    bottom:66.666667%
  }

  .sm\:tw-inset-y-1\/4{
    top:25%;
    bottom:25%
  }

  .sm\:tw-inset-y-2\/4{
    top:50%;
    bottom:50%
  }

  .sm\:tw-inset-y-3\/4{
    top:75%;
    bottom:75%
  }

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

  .sm\:tw--inset-y-1\/2{
    top:-50%;
    bottom:-50%
  }

  .sm\:tw--inset-y-1\/3{
    top:-33.333333%;
    bottom:-33.333333%
  }

  .sm\:tw--inset-y-2\/3{
    top:-66.666667%;
    bottom:-66.666667%
  }

  .sm\:tw--inset-y-1\/4{
    top:-25%;
    bottom:-25%
  }

  .sm\:tw--inset-y-2\/4{
    top:-50%;
    bottom:-50%
  }

  .sm\:tw--inset-y-3\/4{
    top:-75%;
    bottom:-75%
  }

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

  .sm\:tw-top-0{
    top:0px
  }

  .sm\:tw-top-1{
    top:0.25rem
  }

  .sm\:tw-top-2{
    top:0.5rem
  }

  .sm\:tw-top-3{
    top:0.75rem
  }

  .sm\:tw-top-4{
    top:1rem
  }

  .sm\:tw-top-5{
    top:1.25rem
  }

  .sm\:tw-top-6{
    top:1.5rem
  }

  .sm\:tw-top-7{
    top:1.75rem
  }

  .sm\:tw-top-8{
    top:2rem
  }

  .sm\:tw-top-9{
    top:2.25rem
  }

  .sm\:tw-top-10{
    top:2.5rem
  }

  .sm\:tw-top-11{
    top:2.75rem
  }

  .sm\:tw-top-12{
    top:3rem
  }

  .sm\:tw-top-14{
    top:3.5rem
  }

  .sm\:tw-top-16{
    top:4rem
  }

  .sm\:tw-top-20{
    top:5rem
  }

  .sm\:tw-top-24{
    top:6rem
  }

  .sm\:tw-top-28{
    top:7rem
  }

  .sm\:tw-top-32{
    top:8rem
  }

  .sm\:tw-top-36{
    top:9rem
  }

  .sm\:tw-top-40{
    top:10rem
  }

  .sm\:tw-top-44{
    top:11rem
  }

  .sm\:tw-top-48{
    top:12rem
  }

  .sm\:tw-top-52{
    top:13rem
  }

  .sm\:tw-top-56{
    top:14rem
  }

  .sm\:tw-top-60{
    top:15rem
  }

  .sm\:tw-top-64{
    top:16rem
  }

  .sm\:tw-top-72{
    top:18rem
  }

  .sm\:tw-top-80{
    top:20rem
  }

  .sm\:tw-top-96{
    top:24rem
  }

  .sm\:tw-top-auto{
    top:auto
  }

  .sm\:tw-top-px{
    top:1px
  }

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

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

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

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

  .sm\:tw--top-0{
    top:0px
  }

  .sm\:tw--top-1{
    top:-0.25rem
  }

  .sm\:tw--top-2{
    top:-0.5rem
  }

  .sm\:tw--top-3{
    top:-0.75rem
  }

  .sm\:tw--top-4{
    top:-1rem
  }

  .sm\:tw--top-5{
    top:-1.25rem
  }

  .sm\:tw--top-6{
    top:-1.5rem
  }

  .sm\:tw--top-7{
    top:-1.75rem
  }

  .sm\:tw--top-8{
    top:-2rem
  }

  .sm\:tw--top-9{
    top:-2.25rem
  }

  .sm\:tw--top-10{
    top:-2.5rem
  }

  .sm\:tw--top-11{
    top:-2.75rem
  }

  .sm\:tw--top-12{
    top:-3rem
  }

  .sm\:tw--top-14{
    top:-3.5rem
  }

  .sm\:tw--top-16{
    top:-4rem
  }

  .sm\:tw--top-20{
    top:-5rem
  }

  .sm\:tw--top-24{
    top:-6rem
  }

  .sm\:tw--top-28{
    top:-7rem
  }

  .sm\:tw--top-32{
    top:-8rem
  }

  .sm\:tw--top-36{
    top:-9rem
  }

  .sm\:tw--top-40{
    top:-10rem
  }

  .sm\:tw--top-44{
    top:-11rem
  }

  .sm\:tw--top-48{
    top:-12rem
  }

  .sm\:tw--top-52{
    top:-13rem
  }

  .sm\:tw--top-56{
    top:-14rem
  }

  .sm\:tw--top-60{
    top:-15rem
  }

  .sm\:tw--top-64{
    top:-16rem
  }

  .sm\:tw--top-72{
    top:-18rem
  }

  .sm\:tw--top-80{
    top:-20rem
  }

  .sm\:tw--top-96{
    top:-24rem
  }

  .sm\:tw--top-px{
    top:-1px
  }

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

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

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

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

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

  .sm\:tw-top-1\/3{
    top:33.333333%
  }

  .sm\:tw-top-2\/3{
    top:66.666667%
  }

  .sm\:tw-top-1\/4{
    top:25%
  }

  .sm\:tw-top-2\/4{
    top:50%
  }

  .sm\:tw-top-3\/4{
    top:75%
  }

  .sm\:tw-top-full{
    top:100%
  }

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

  .sm\:tw--top-1\/3{
    top:-33.333333%
  }

  .sm\:tw--top-2\/3{
    top:-66.666667%
  }

  .sm\:tw--top-1\/4{
    top:-25%
  }

  .sm\:tw--top-2\/4{
    top:-50%
  }

  .sm\:tw--top-3\/4{
    top:-75%
  }

  .sm\:tw--top-full{
    top:-100%
  }

  .sm\:tw-right-0{
    right:0px
  }

  .sm\:tw-right-1{
    right:0.25rem
  }

  .sm\:tw-right-2{
    right:0.5rem
  }

  .sm\:tw-right-3{
    right:0.75rem
  }

  .sm\:tw-right-4{
    right:1rem
  }

  .sm\:tw-right-5{
    right:1.25rem
  }

  .sm\:tw-right-6{
    right:1.5rem
  }

  .sm\:tw-right-7{
    right:1.75rem
  }

  .sm\:tw-right-8{
    right:2rem
  }

  .sm\:tw-right-9{
    right:2.25rem
  }

  .sm\:tw-right-10{
    right:2.5rem
  }

  .sm\:tw-right-11{
    right:2.75rem
  }

  .sm\:tw-right-12{
    right:3rem
  }

  .sm\:tw-right-14{
    right:3.5rem
  }

  .sm\:tw-right-16{
    right:4rem
  }

  .sm\:tw-right-20{
    right:5rem
  }

  .sm\:tw-right-24{
    right:6rem
  }

  .sm\:tw-right-28{
    right:7rem
  }

  .sm\:tw-right-32{
    right:8rem
  }

  .sm\:tw-right-36{
    right:9rem
  }

  .sm\:tw-right-40{
    right:10rem
  }

  .sm\:tw-right-44{
    right:11rem
  }

  .sm\:tw-right-48{
    right:12rem
  }

  .sm\:tw-right-52{
    right:13rem
  }

  .sm\:tw-right-56{
    right:14rem
  }

  .sm\:tw-right-60{
    right:15rem
  }

  .sm\:tw-right-64{
    right:16rem
  }

  .sm\:tw-right-72{
    right:18rem
  }

  .sm\:tw-right-80{
    right:20rem
  }

  .sm\:tw-right-96{
    right:24rem
  }

  .sm\:tw-right-auto{
    right:auto
  }

  .sm\:tw-right-px{
    right:1px
  }

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

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

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

  .sm\:tw-right-3\.5{
    right:0.875rem
  }

  .sm\:tw--right-0{
    right:0px
  }

  .sm\:tw--right-1{
    right:-0.25rem
  }

  .sm\:tw--right-2{
    right:-0.5rem
  }

  .sm\:tw--right-3{
    right:-0.75rem
  }

  .sm\:tw--right-4{
    right:-1rem
  }

  .sm\:tw--right-5{
    right:-1.25rem
  }

  .sm\:tw--right-6{
    right:-1.5rem
  }

  .sm\:tw--right-7{
    right:-1.75rem
  }

  .sm\:tw--right-8{
    right:-2rem
  }

  .sm\:tw--right-9{
    right:-2.25rem
  }

  .sm\:tw--right-10{
    right:-2.5rem
  }

  .sm\:tw--right-11{
    right:-2.75rem
  }

  .sm\:tw--right-12{
    right:-3rem
  }

  .sm\:tw--right-14{
    right:-3.5rem
  }

  .sm\:tw--right-16{
    right:-4rem
  }

  .sm\:tw--right-20{
    right:-5rem
  }

  .sm\:tw--right-24{
    right:-6rem
  }

  .sm\:tw--right-28{
    right:-7rem
  }

  .sm\:tw--right-32{
    right:-8rem
  }

  .sm\:tw--right-36{
    right:-9rem
  }

  .sm\:tw--right-40{
    right:-10rem
  }

  .sm\:tw--right-44{
    right:-11rem
  }

  .sm\:tw--right-48{
    right:-12rem
  }

  .sm\:tw--right-52{
    right:-13rem
  }

  .sm\:tw--right-56{
    right:-14rem
  }

  .sm\:tw--right-60{
    right:-15rem
  }

  .sm\:tw--right-64{
    right:-16rem
  }

  .sm\:tw--right-72{
    right:-18rem
  }

  .sm\:tw--right-80{
    right:-20rem
  }

  .sm\:tw--right-96{
    right:-24rem
  }

  .sm\:tw--right-px{
    right:-1px
  }

  .sm\:tw--right-0\.5{
    right:-0.125rem
  }

  .sm\:tw--right-1\.5{
    right:-0.375rem
  }

  .sm\:tw--right-2\.5{
    right:-0.625rem
  }

  .sm\:tw--right-3\.5{
    right:-0.875rem
  }

  .sm\:tw-right-1\/2{
    right:50%
  }

  .sm\:tw-right-1\/3{
    right:33.333333%
  }

  .sm\:tw-right-2\/3{
    right:66.666667%
  }

  .sm\:tw-right-1\/4{
    right:25%
  }

  .sm\:tw-right-2\/4{
    right:50%
  }

  .sm\:tw-right-3\/4{
    right:75%
  }

  .sm\:tw-right-full{
    right:100%
  }

  .sm\:tw--right-1\/2{
    right:-50%
  }

  .sm\:tw--right-1\/3{
    right:-33.333333%
  }

  .sm\:tw--right-2\/3{
    right:-66.666667%
  }

  .sm\:tw--right-1\/4{
    right:-25%
  }

  .sm\:tw--right-2\/4{
    right:-50%
  }

  .sm\:tw--right-3\/4{
    right:-75%
  }

  .sm\:tw--right-full{
    right:-100%
  }

  .sm\:tw-bottom-0{
    bottom:0px
  }

  .sm\:tw-bottom-1{
    bottom:0.25rem
  }

  .sm\:tw-bottom-2{
    bottom:0.5rem
  }

  .sm\:tw-bottom-3{
    bottom:0.75rem
  }

  .sm\:tw-bottom-4{
    bottom:1rem
  }

  .sm\:tw-bottom-5{
    bottom:1.25rem
  }

  .sm\:tw-bottom-6{
    bottom:1.5rem
  }

  .sm\:tw-bottom-7{
    bottom:1.75rem
  }

  .sm\:tw-bottom-8{
    bottom:2rem
  }

  .sm\:tw-bottom-9{
    bottom:2.25rem
  }

  .sm\:tw-bottom-10{
    bottom:2.5rem
  }

  .sm\:tw-bottom-11{
    bottom:2.75rem
  }

  .sm\:tw-bottom-12{
    bottom:3rem
  }

  .sm\:tw-bottom-14{
    bottom:3.5rem
  }

  .sm\:tw-bottom-16{
    bottom:4rem
  }

  .sm\:tw-bottom-20{
    bottom:5rem
  }

  .sm\:tw-bottom-24{
    bottom:6rem
  }

  .sm\:tw-bottom-28{
    bottom:7rem
  }

  .sm\:tw-bottom-32{
    bottom:8rem
  }

  .sm\:tw-bottom-36{
    bottom:9rem
  }

  .sm\:tw-bottom-40{
    bottom:10rem
  }

  .sm\:tw-bottom-44{
    bottom:11rem
  }

  .sm\:tw-bottom-48{
    bottom:12rem
  }

  .sm\:tw-bottom-52{
    bottom:13rem
  }

  .sm\:tw-bottom-56{
    bottom:14rem
  }

  .sm\:tw-bottom-60{
    bottom:15rem
  }

  .sm\:tw-bottom-64{
    bottom:16rem
  }

  .sm\:tw-bottom-72{
    bottom:18rem
  }

  .sm\:tw-bottom-80{
    bottom:20rem
  }

  .sm\:tw-bottom-96{
    bottom:24rem
  }

  .sm\:tw-bottom-auto{
    bottom:auto
  }

  .sm\:tw-bottom-px{
    bottom:1px
  }

  .sm\:tw-bottom-0\.5{
    bottom:0.125rem
  }

  .sm\:tw-bottom-1\.5{
    bottom:0.375rem
  }

  .sm\:tw-bottom-2\.5{
    bottom:0.625rem
  }

  .sm\:tw-bottom-3\.5{
    bottom:0.875rem
  }

  .sm\:tw--bottom-0{
    bottom:0px
  }

  .sm\:tw--bottom-1{
    bottom:-0.25rem
  }

  .sm\:tw--bottom-2{
    bottom:-0.5rem
  }

  .sm\:tw--bottom-3{
    bottom:-0.75rem
  }

  .sm\:tw--bottom-4{
    bottom:-1rem
  }

  .sm\:tw--bottom-5{
    bottom:-1.25rem
  }

  .sm\:tw--bottom-6{
    bottom:-1.5rem
  }

  .sm\:tw--bottom-7{
    bottom:-1.75rem
  }

  .sm\:tw--bottom-8{
    bottom:-2rem
  }

  .sm\:tw--bottom-9{
    bottom:-2.25rem
  }

  .sm\:tw--bottom-10{
    bottom:-2.5rem
  }

  .sm\:tw--bottom-11{
    bottom:-2.75rem
  }

  .sm\:tw--bottom-12{
    bottom:-3rem
  }

  .sm\:tw--bottom-14{
    bottom:-3.5rem
  }

  .sm\:tw--bottom-16{
    bottom:-4rem
  }

  .sm\:tw--bottom-20{
    bottom:-5rem
  }

  .sm\:tw--bottom-24{
    bottom:-6rem
  }

  .sm\:tw--bottom-28{
    bottom:-7rem
  }

  .sm\:tw--bottom-32{
    bottom:-8rem
  }

  .sm\:tw--bottom-36{
    bottom:-9rem
  }

  .sm\:tw--bottom-40{
    bottom:-10rem
  }

  .sm\:tw--bottom-44{
    bottom:-11rem
  }

  .sm\:tw--bottom-48{
    bottom:-12rem
  }

  .sm\:tw--bottom-52{
    bottom:-13rem
  }

  .sm\:tw--bottom-56{
    bottom:-14rem
  }

  .sm\:tw--bottom-60{
    bottom:-15rem
  }

  .sm\:tw--bottom-64{
    bottom:-16rem
  }

  .sm\:tw--bottom-72{
    bottom:-18rem
  }

  .sm\:tw--bottom-80{
    bottom:-20rem
  }

  .sm\:tw--bottom-96{
    bottom:-24rem
  }

  .sm\:tw--bottom-px{
    bottom:-1px
  }

  .sm\:tw--bottom-0\.5{
    bottom:-0.125rem
  }

  .sm\:tw--bottom-1\.5{
    bottom:-0.375rem
  }

  .sm\:tw--bottom-2\.5{
    bottom:-0.625rem
  }

  .sm\:tw--bottom-3\.5{
    bottom:-0.875rem
  }

  .sm\:tw-bottom-1\/2{
    bottom:50%
  }

  .sm\:tw-bottom-1\/3{
    bottom:33.333333%
  }

  .sm\:tw-bottom-2\/3{
    bottom:66.666667%
  }

  .sm\:tw-bottom-1\/4{
    bottom:25%
  }

  .sm\:tw-bottom-2\/4{
    bottom:50%
  }

  .sm\:tw-bottom-3\/4{
    bottom:75%
  }

  .sm\:tw-bottom-full{
    bottom:100%
  }

  .sm\:tw--bottom-1\/2{
    bottom:-50%
  }

  .sm\:tw--bottom-1\/3{
    bottom:-33.333333%
  }

  .sm\:tw--bottom-2\/3{
    bottom:-66.666667%
  }

  .sm\:tw--bottom-1\/4{
    bottom:-25%
  }

  .sm\:tw--bottom-2\/4{
    bottom:-50%
  }

  .sm\:tw--bottom-3\/4{
    bottom:-75%
  }

  .sm\:tw--bottom-full{
    bottom:-100%
  }

  .sm\:tw-left-0{
    left:0px
  }

  .sm\:tw-left-1{
    left:0.25rem
  }

  .sm\:tw-left-2{
    left:0.5rem
  }

  .sm\:tw-left-3{
    left:0.75rem
  }

  .sm\:tw-left-4{
    left:1rem
  }

  .sm\:tw-left-5{
    left:1.25rem
  }

  .sm\:tw-left-6{
    left:1.5rem
  }

  .sm\:tw-left-7{
    left:1.75rem
  }

  .sm\:tw-left-8{
    left:2rem
  }

  .sm\:tw-left-9{
    left:2.25rem
  }

  .sm\:tw-left-10{
    left:2.5rem
  }

  .sm\:tw-left-11{
    left:2.75rem
  }

  .sm\:tw-left-12{
    left:3rem
  }

  .sm\:tw-left-14{
    left:3.5rem
  }

  .sm\:tw-left-16{
    left:4rem
  }

  .sm\:tw-left-20{
    left:5rem
  }

  .sm\:tw-left-24{
    left:6rem
  }

  .sm\:tw-left-28{
    left:7rem
  }

  .sm\:tw-left-32{
    left:8rem
  }

  .sm\:tw-left-36{
    left:9rem
  }

  .sm\:tw-left-40{
    left:10rem
  }

  .sm\:tw-left-44{
    left:11rem
  }

  .sm\:tw-left-48{
    left:12rem
  }

  .sm\:tw-left-52{
    left:13rem
  }

  .sm\:tw-left-56{
    left:14rem
  }

  .sm\:tw-left-60{
    left:15rem
  }

  .sm\:tw-left-64{
    left:16rem
  }

  .sm\:tw-left-72{
    left:18rem
  }

  .sm\:tw-left-80{
    left:20rem
  }

  .sm\:tw-left-96{
    left:24rem
  }

  .sm\:tw-left-auto{
    left:auto
  }

  .sm\:tw-left-px{
    left:1px
  }

  .sm\:tw-left-0\.5{
    left:0.125rem
  }

  .sm\:tw-left-1\.5{
    left:0.375rem
  }

  .sm\:tw-left-2\.5{
    left:0.625rem
  }

  .sm\:tw-left-3\.5{
    left:0.875rem
  }

  .sm\:tw--left-0{
    left:0px
  }

  .sm\:tw--left-1{
    left:-0.25rem
  }

  .sm\:tw--left-2{
    left:-0.5rem
  }

  .sm\:tw--left-3{
    left:-0.75rem
  }

  .sm\:tw--left-4{
    left:-1rem
  }

  .sm\:tw--left-5{
    left:-1.25rem
  }

  .sm\:tw--left-6{
    left:-1.5rem
  }

  .sm\:tw--left-7{
    left:-1.75rem
  }

  .sm\:tw--left-8{
    left:-2rem
  }

  .sm\:tw--left-9{
    left:-2.25rem
  }

  .sm\:tw--left-10{
    left:-2.5rem
  }

  .sm\:tw--left-11{
    left:-2.75rem
  }

  .sm\:tw--left-12{
    left:-3rem
  }

  .sm\:tw--left-14{
    left:-3.5rem
  }

  .sm\:tw--left-16{
    left:-4rem
  }

  .sm\:tw--left-20{
    left:-5rem
  }

  .sm\:tw--left-24{
    left:-6rem
  }

  .sm\:tw--left-28{
    left:-7rem
  }

  .sm\:tw--left-32{
    left:-8rem
  }

  .sm\:tw--left-36{
    left:-9rem
  }

  .sm\:tw--left-40{
    left:-10rem
  }

  .sm\:tw--left-44{
    left:-11rem
  }

  .sm\:tw--left-48{
    left:-12rem
  }

  .sm\:tw--left-52{
    left:-13rem
  }

  .sm\:tw--left-56{
    left:-14rem
  }

  .sm\:tw--left-60{
    left:-15rem
  }

  .sm\:tw--left-64{
    left:-16rem
  }

  .sm\:tw--left-72{
    left:-18rem
  }

  .sm\:tw--left-80{
    left:-20rem
  }

  .sm\:tw--left-96{
    left:-24rem
  }

  .sm\:tw--left-px{
    left:-1px
  }

  .sm\:tw--left-0\.5{
    left:-0.125rem
  }

  .sm\:tw--left-1\.5{
    left:-0.375rem
  }

  .sm\:tw--left-2\.5{
    left:-0.625rem
  }

  .sm\:tw--left-3\.5{
    left:-0.875rem
  }

  .sm\:tw-left-1\/2{
    left:50%
  }

  .sm\:tw-left-1\/3{
    left:33.333333%
  }

  .sm\:tw-left-2\/3{
    left:66.666667%
  }

  .sm\:tw-left-1\/4{
    left:25%
  }

  .sm\:tw-left-2\/4{
    left:50%
  }

  .sm\:tw-left-3\/4{
    left:75%
  }

  .sm\:tw-left-full{
    left:100%
  }

  .sm\:tw--left-1\/2{
    left:-50%
  }

  .sm\:tw--left-1\/3{
    left:-33.333333%
  }

  .sm\:tw--left-2\/3{
    left:-66.666667%
  }

  .sm\:tw--left-1\/4{
    left:-25%
  }

  .sm\:tw--left-2\/4{
    left:-50%
  }

  .sm\:tw--left-3\/4{
    left:-75%
  }

  .sm\:tw--left-full{
    left:-100%
  }

  .sm\:tw-isolate{
    isolation:isolate
  }

  .sm\:tw-isolation-auto{
    isolation:auto
  }

  .sm\:tw-z-0{
    z-index:0
  }

  .sm\:tw-z-10{
    z-index:10
  }

  .sm\:tw-z-20{
    z-index:20
  }

  .sm\:tw-z-30{
    z-index:30
  }

  .sm\:tw-z-40{
    z-index:40
  }

  .sm\:tw-z-50{
    z-index:50
  }

  .sm\:tw-z-auto{
    z-index:auto
  }

  .sm\:focus-within\:tw-z-0:focus-within{
    z-index:0
  }

  .sm\:focus-within\:tw-z-10:focus-within{
    z-index:10
  }

  .sm\:focus-within\:tw-z-20:focus-within{
    z-index:20
  }

  .sm\:focus-within\:tw-z-30:focus-within{
    z-index:30
  }

  .sm\:focus-within\:tw-z-40:focus-within{
    z-index:40
  }

  .sm\:focus-within\:tw-z-50:focus-within{
    z-index:50
  }

  .sm\:focus-within\:tw-z-auto:focus-within{
    z-index:auto
  }

  .sm\:focus\:tw-z-0:focus{
    z-index:0
  }

  .sm\:focus\:tw-z-10:focus{
    z-index:10
  }

  .sm\:focus\:tw-z-20:focus{
    z-index:20
  }

  .sm\:focus\:tw-z-30:focus{
    z-index:30
  }

  .sm\:focus\:tw-z-40:focus{
    z-index:40
  }

  .sm\:focus\:tw-z-50:focus{
    z-index:50
  }

  .sm\:focus\:tw-z-auto:focus{
    z-index:auto
  }

  .sm\:tw-order-1{
    order:1
  }

  .sm\:tw-order-2{
    order:2
  }

  .sm\:tw-order-3{
    order:3
  }

  .sm\:tw-order-4{
    order:4
  }

  .sm\:tw-order-5{
    order:5
  }

  .sm\:tw-order-6{
    order:6
  }

  .sm\:tw-order-7{
    order:7
  }

  .sm\:tw-order-8{
    order:8
  }

  .sm\:tw-order-9{
    order:9
  }

  .sm\:tw-order-10{
    order:10
  }

  .sm\:tw-order-11{
    order:11
  }

  .sm\:tw-order-12{
    order:12
  }

  .sm\:tw-order-first{
    order:-9999
  }

  .sm\:tw-order-last{
    order:9999
  }

  .sm\:tw-order-none{
    order:0
  }

  .sm\:tw-col-auto{
    grid-column:auto
  }

  .sm\:tw-col-span-1{
    grid-column:span 1 / span 1
  }

  .sm\:tw-col-span-2{
    grid-column:span 2 / span 2
  }

  .sm\:tw-col-span-3{
    grid-column:span 3 / span 3
  }

  .sm\:tw-col-span-4{
    grid-column:span 4 / span 4
  }

  .sm\:tw-col-span-5{
    grid-column:span 5 / span 5
  }

  .sm\:tw-col-span-6{
    grid-column:span 6 / span 6
  }

  .sm\:tw-col-span-7{
    grid-column:span 7 / span 7
  }

  .sm\:tw-col-span-8{
    grid-column:span 8 / span 8
  }

  .sm\:tw-col-span-9{
    grid-column:span 9 / span 9
  }

  .sm\:tw-col-span-10{
    grid-column:span 10 / span 10
  }

  .sm\:tw-col-span-11{
    grid-column:span 11 / span 11
  }

  .sm\:tw-col-span-12{
    grid-column:span 12 / span 12
  }

  .sm\:tw-col-span-full{
    grid-column:1 / -1
  }

  .sm\:tw-col-start-1{
    grid-column-start:1
  }

  .sm\:tw-col-start-2{
    grid-column-start:2
  }

  .sm\:tw-col-start-3{
    grid-column-start:3
  }

  .sm\:tw-col-start-4{
    grid-column-start:4
  }

  .sm\:tw-col-start-5{
    grid-column-start:5
  }

  .sm\:tw-col-start-6{
    grid-column-start:6
  }

  .sm\:tw-col-start-7{
    grid-column-start:7
  }

  .sm\:tw-col-start-8{
    grid-column-start:8
  }

  .sm\:tw-col-start-9{
    grid-column-start:9
  }

  .sm\:tw-col-start-10{
    grid-column-start:10
  }

  .sm\:tw-col-start-11{
    grid-column-start:11
  }

  .sm\:tw-col-start-12{
    grid-column-start:12
  }

  .sm\:tw-col-start-13{
    grid-column-start:13
  }

  .sm\:tw-col-start-auto{
    grid-column-start:auto
  }

  .sm\:tw-col-end-1{
    grid-column-end:1
  }

  .sm\:tw-col-end-2{
    grid-column-end:2
  }

  .sm\:tw-col-end-3{
    grid-column-end:3
  }

  .sm\:tw-col-end-4{
    grid-column-end:4
  }

  .sm\:tw-col-end-5{
    grid-column-end:5
  }

  .sm\:tw-col-end-6{
    grid-column-end:6
  }

  .sm\:tw-col-end-7{
    grid-column-end:7
  }

  .sm\:tw-col-end-8{
    grid-column-end:8
  }

  .sm\:tw-col-end-9{
    grid-column-end:9
  }

  .sm\:tw-col-end-10{
    grid-column-end:10
  }

  .sm\:tw-col-end-11{
    grid-column-end:11
  }

  .sm\:tw-col-end-12{
    grid-column-end:12
  }

  .sm\:tw-col-end-13{
    grid-column-end:13
  }

  .sm\:tw-col-end-auto{
    grid-column-end:auto
  }

  .sm\:tw-row-auto{
    grid-row:auto
  }

  .sm\:tw-row-span-1{
    grid-row:span 1 / span 1
  }

  .sm\:tw-row-span-2{
    grid-row:span 2 / span 2
  }

  .sm\:tw-row-span-3{
    grid-row:span 3 / span 3
  }

  .sm\:tw-row-span-4{
    grid-row:span 4 / span 4
  }

  .sm\:tw-row-span-5{
    grid-row:span 5 / span 5
  }

  .sm\:tw-row-span-6{
    grid-row:span 6 / span 6
  }

  .sm\:tw-row-span-full{
    grid-row:1 / -1
  }

  .sm\:tw-row-start-1{
    grid-row-start:1
  }

  .sm\:tw-row-start-2{
    grid-row-start:2
  }

  .sm\:tw-row-start-3{
    grid-row-start:3
  }

  .sm\:tw-row-start-4{
    grid-row-start:4
  }

  .sm\:tw-row-start-5{
    grid-row-start:5
  }

  .sm\:tw-row-start-6{
    grid-row-start:6
  }

  .sm\:tw-row-start-7{
    grid-row-start:7
  }

  .sm\:tw-row-start-auto{
    grid-row-start:auto
  }

  .sm\:tw-row-end-1{
    grid-row-end:1
  }

  .sm\:tw-row-end-2{
    grid-row-end:2
  }

  .sm\:tw-row-end-3{
    grid-row-end:3
  }

  .sm\:tw-row-end-4{
    grid-row-end:4
  }

  .sm\:tw-row-end-5{
    grid-row-end:5
  }

  .sm\:tw-row-end-6{
    grid-row-end:6
  }

  .sm\:tw-row-end-7{
    grid-row-end:7
  }

  .sm\:tw-row-end-auto{
    grid-row-end:auto
  }

  .sm\:tw-float-right{
    float:right
  }

  .sm\:tw-float-left{
    float:left
  }

  .sm\:tw-float-none{
    float:none
  }

  .sm\:tw-clear-left{
    clear:left
  }

  .sm\:tw-clear-right{
    clear:right
  }

  .sm\:tw-clear-both{
    clear:both
  }

  .sm\:tw-clear-none{
    clear:none
  }

  .sm\:tw-m-0{
    margin:0px
  }

  .sm\:tw-m-1{
    margin:0.25rem
  }

  .sm\:tw-m-2{
    margin:0.5rem
  }

  .sm\:tw-m-3{
    margin:0.75rem
  }

  .sm\:tw-m-4{
    margin:1rem
  }

  .sm\:tw-m-5{
    margin:1.25rem
  }

  .sm\:tw-m-6{
    margin:1.5rem
  }

  .sm\:tw-m-7{
    margin:1.75rem
  }

  .sm\:tw-m-8{
    margin:2rem
  }

  .sm\:tw-m-9{
    margin:2.25rem
  }

  .sm\:tw-m-10{
    margin:2.5rem
  }

  .sm\:tw-m-11{
    margin:2.75rem
  }

  .sm\:tw-m-12{
    margin:3rem
  }

  .sm\:tw-m-14{
    margin:3.5rem
  }

  .sm\:tw-m-16{
    margin:4rem
  }

  .sm\:tw-m-20{
    margin:5rem
  }

  .sm\:tw-m-24{
    margin:6rem
  }

  .sm\:tw-m-28{
    margin:7rem
  }

  .sm\:tw-m-32{
    margin:8rem
  }

  .sm\:tw-m-36{
    margin:9rem
  }

  .sm\:tw-m-40{
    margin:10rem
  }

  .sm\:tw-m-44{
    margin:11rem
  }

  .sm\:tw-m-48{
    margin:12rem
  }

  .sm\:tw-m-52{
    margin:13rem
  }

  .sm\:tw-m-56{
    margin:14rem
  }

  .sm\:tw-m-60{
    margin:15rem
  }

  .sm\:tw-m-64{
    margin:16rem
  }

  .sm\:tw-m-72{
    margin:18rem
  }

  .sm\:tw-m-80{
    margin:20rem
  }

  .sm\:tw-m-96{
    margin:24rem
  }

  .sm\:tw-m-auto{
    margin:auto
  }

  .sm\:tw-m-px{
    margin:1px
  }

  .sm\:tw-m-0\.5{
    margin:0.125rem
  }

  .sm\:tw-m-1\.5{
    margin:0.375rem
  }

  .sm\:tw-m-2\.5{
    margin:0.625rem
  }

  .sm\:tw-m-3\.5{
    margin:0.875rem
  }

  .sm\:tw--m-0{
    margin:0px
  }

  .sm\:tw--m-1{
    margin:-0.25rem
  }

  .sm\:tw--m-2{
    margin:-0.5rem
  }

  .sm\:tw--m-3{
    margin:-0.75rem
  }

  .sm\:tw--m-4{
    margin:-1rem
  }

  .sm\:tw--m-5{
    margin:-1.25rem
  }

  .sm\:tw--m-6{
    margin:-1.5rem
  }

  .sm\:tw--m-7{
    margin:-1.75rem
  }

  .sm\:tw--m-8{
    margin:-2rem
  }

  .sm\:tw--m-9{
    margin:-2.25rem
  }

  .sm\:tw--m-10{
    margin:-2.5rem
  }

  .sm\:tw--m-11{
    margin:-2.75rem
  }

  .sm\:tw--m-12{
    margin:-3rem
  }

  .sm\:tw--m-14{
    margin:-3.5rem
  }

  .sm\:tw--m-16{
    margin:-4rem
  }

  .sm\:tw--m-20{
    margin:-5rem
  }

  .sm\:tw--m-24{
    margin:-6rem
  }

  .sm\:tw--m-28{
    margin:-7rem
  }

  .sm\:tw--m-32{
    margin:-8rem
  }

  .sm\:tw--m-36{
    margin:-9rem
  }

  .sm\:tw--m-40{
    margin:-10rem
  }

  .sm\:tw--m-44{
    margin:-11rem
  }

  .sm\:tw--m-48{
    margin:-12rem
  }

  .sm\:tw--m-52{
    margin:-13rem
  }

  .sm\:tw--m-56{
    margin:-14rem
  }

  .sm\:tw--m-60{
    margin:-15rem
  }

  .sm\:tw--m-64{
    margin:-16rem
  }

  .sm\:tw--m-72{
    margin:-18rem
  }

  .sm\:tw--m-80{
    margin:-20rem
  }

  .sm\:tw--m-96{
    margin:-24rem
  }

  .sm\:tw--m-px{
    margin:-1px
  }

  .sm\:tw--m-0\.5{
    margin:-0.125rem
  }

  .sm\:tw--m-1\.5{
    margin:-0.375rem
  }

  .sm\:tw--m-2\.5{
    margin:-0.625rem
  }

  .sm\:tw--m-3\.5{
    margin:-0.875rem
  }

  .sm\:tw-mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .sm\:tw-mx-1{
    margin-left:0.25rem;
    margin-right:0.25rem
  }

  .sm\:tw-mx-2{
    margin-left:0.5rem;
    margin-right:0.5rem
  }

  .sm\:tw-mx-3{
    margin-left:0.75rem;
    margin-right:0.75rem
  }

  .sm\:tw-mx-4{
    margin-left:1rem;
    margin-right:1rem
  }

  .sm\:tw-mx-5{
    margin-left:1.25rem;
    margin-right:1.25rem
  }

  .sm\:tw-mx-6{
    margin-left:1.5rem;
    margin-right:1.5rem
  }

  .sm\:tw-mx-7{
    margin-left:1.75rem;
    margin-right:1.75rem
  }

  .sm\:tw-mx-8{
    margin-left:2rem;
    margin-right:2rem
  }

  .sm\:tw-mx-9{
    margin-left:2.25rem;
    margin-right:2.25rem
  }

  .sm\:tw-mx-10{
    margin-left:2.5rem;
    margin-right:2.5rem
  }

  .sm\:tw-mx-11{
    margin-left:2.75rem;
    margin-right:2.75rem
  }

  .sm\:tw-mx-12{
    margin-left:3rem;
    margin-right:3rem
  }

  .sm\:tw-mx-14{
    margin-left:3.5rem;
    margin-right:3.5rem
  }

  .sm\:tw-mx-16{
    margin-left:4rem;
    margin-right:4rem
  }

  .sm\:tw-mx-20{
    margin-left:5rem;
    margin-right:5rem
  }

  .sm\:tw-mx-24{
    margin-left:6rem;
    margin-right:6rem
  }

  .sm\:tw-mx-28{
    margin-left:7rem;
    margin-right:7rem
  }

  .sm\:tw-mx-32{
    margin-left:8rem;
    margin-right:8rem
  }

  .sm\:tw-mx-36{
    margin-left:9rem;
    margin-right:9rem
  }

  .sm\:tw-mx-40{
    margin-left:10rem;
    margin-right:10rem
  }

  .sm\:tw-mx-44{
    margin-left:11rem;
    margin-right:11rem
  }

  .sm\:tw-mx-48{
    margin-left:12rem;
    margin-right:12rem
  }

  .sm\:tw-mx-52{
    margin-left:13rem;
    margin-right:13rem
  }

  .sm\:tw-mx-56{
    margin-left:14rem;
    margin-right:14rem
  }

  .sm\:tw-mx-60{
    margin-left:15rem;
    margin-right:15rem
  }

  .sm\:tw-mx-64{
    margin-left:16rem;
    margin-right:16rem
  }

  .sm\:tw-mx-72{
    margin-left:18rem;
    margin-right:18rem
  }

  .sm\:tw-mx-80{
    margin-left:20rem;
    margin-right:20rem
  }

  .sm\:tw-mx-96{
    margin-left:24rem;
    margin-right:24rem
  }

  .sm\:tw-mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .sm\:tw-mx-px{
    margin-left:1px;
    margin-right:1px
  }

  .sm\:tw-mx-0\.5{
    margin-left:0.125rem;
    margin-right:0.125rem
  }

  .sm\:tw-mx-1\.5{
    margin-left:0.375rem;
    margin-right:0.375rem
  }

  .sm\:tw-mx-2\.5{
    margin-left:0.625rem;
    margin-right:0.625rem
  }

  .sm\:tw-mx-3\.5{
    margin-left:0.875rem;
    margin-right:0.875rem
  }

  .sm\:tw--mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .sm\:tw--mx-1{
    margin-left:-0.25rem;
    margin-right:-0.25rem
  }

  .sm\:tw--mx-2{
    margin-left:-0.5rem;
    margin-right:-0.5rem
  }

  .sm\:tw--mx-3{
    margin-left:-0.75rem;
    margin-right:-0.75rem
  }

  .sm\:tw--mx-4{
    margin-left:-1rem;
    margin-right:-1rem
  }

  .sm\:tw--mx-5{
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }

  .sm\:tw--mx-6{
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }

  .sm\:tw--mx-7{
    margin-left:-1.75rem;
    margin-right:-1.75rem
  }

  .sm\:tw--mx-8{
    margin-left:-2rem;
    margin-right:-2rem
  }

  .sm\:tw--mx-9{
    margin-left:-2.25rem;
    margin-right:-2.25rem
  }

  .sm\:tw--mx-10{
    margin-left:-2.5rem;
    margin-right:-2.5rem
  }

  .sm\:tw--mx-11{
    margin-left:-2.75rem;
    margin-right:-2.75rem
  }

  .sm\:tw--mx-12{
    margin-left:-3rem;
    margin-right:-3rem
  }

  .sm\:tw--mx-14{
    margin-left:-3.5rem;
    margin-right:-3.5rem
  }

  .sm\:tw--mx-16{
    margin-left:-4rem;
    margin-right:-4rem
  }

  .sm\:tw--mx-20{
    margin-left:-5rem;
    margin-right:-5rem
  }

  .sm\:tw--mx-24{
    margin-left:-6rem;
    margin-right:-6rem
  }

  .sm\:tw--mx-28{
    margin-left:-7rem;
    margin-right:-7rem
  }

  .sm\:tw--mx-32{
    margin-left:-8rem;
    margin-right:-8rem
  }

  .sm\:tw--mx-36{
    margin-left:-9rem;
    margin-right:-9rem
  }

  .sm\:tw--mx-40{
    margin-left:-10rem;
    margin-right:-10rem
  }

  .sm\:tw--mx-44{
    margin-left:-11rem;
    margin-right:-11rem
  }

  .sm\:tw--mx-48{
    margin-left:-12rem;
    margin-right:-12rem
  }

  .sm\:tw--mx-52{
    margin-left:-13rem;
    margin-right:-13rem
  }

  .sm\:tw--mx-56{
    margin-left:-14rem;
    margin-right:-14rem
  }

  .sm\:tw--mx-60{
    margin-left:-15rem;
    margin-right:-15rem
  }

  .sm\:tw--mx-64{
    margin-left:-16rem;
    margin-right:-16rem
  }

  .sm\:tw--mx-72{
    margin-left:-18rem;
    margin-right:-18rem
  }

  .sm\:tw--mx-80{
    margin-left:-20rem;
    margin-right:-20rem
  }

  .sm\:tw--mx-96{
    margin-left:-24rem;
    margin-right:-24rem
  }

  .sm\:tw--mx-px{
    margin-left:-1px;
    margin-right:-1px
  }

  .sm\:tw--mx-0\.5{
    margin-left:-0.125rem;
    margin-right:-0.125rem
  }

  .sm\:tw--mx-1\.5{
    margin-left:-0.375rem;
    margin-right:-0.375rem
  }

  .sm\:tw--mx-2\.5{
    margin-left:-0.625rem;
    margin-right:-0.625rem
  }

  .sm\:tw--mx-3\.5{
    margin-left:-0.875rem;
    margin-right:-0.875rem
  }

  .sm\:tw-my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .sm\:tw-my-1{
    margin-top:0.25rem;
    margin-bottom:0.25rem
  }

  .sm\:tw-my-2{
    margin-top:0.5rem;
    margin-bottom:0.5rem
  }

  .sm\:tw-my-3{
    margin-top:0.75rem;
    margin-bottom:0.75rem
  }

  .sm\:tw-my-4{
    margin-top:1rem;
    margin-bottom:1rem
  }

  .sm\:tw-my-5{
    margin-top:1.25rem;
    margin-bottom:1.25rem
  }

  .sm\:tw-my-6{
    margin-top:1.5rem;
    margin-bottom:1.5rem
  }

  .sm\:tw-my-7{
    margin-top:1.75rem;
    margin-bottom:1.75rem
  }

  .sm\:tw-my-8{
    margin-top:2rem;
    margin-bottom:2rem
  }

  .sm\:tw-my-9{
    margin-top:2.25rem;
    margin-bottom:2.25rem
  }

  .sm\:tw-my-10{
    margin-top:2.5rem;
    margin-bottom:2.5rem
  }

  .sm\:tw-my-11{
    margin-top:2.75rem;
    margin-bottom:2.75rem
  }

  .sm\:tw-my-12{
    margin-top:3rem;
    margin-bottom:3rem
  }

  .sm\:tw-my-14{
    margin-top:3.5rem;
    margin-bottom:3.5rem
  }

  .sm\:tw-my-16{
    margin-top:4rem;
    margin-bottom:4rem
  }

  .sm\:tw-my-20{
    margin-top:5rem;
    margin-bottom:5rem
  }

  .sm\:tw-my-24{
    margin-top:6rem;
    margin-bottom:6rem
  }

  .sm\:tw-my-28{
    margin-top:7rem;
    margin-bottom:7rem
  }

  .sm\:tw-my-32{
    margin-top:8rem;
    margin-bottom:8rem
  }

  .sm\:tw-my-36{
    margin-top:9rem;
    margin-bottom:9rem
  }

  .sm\:tw-my-40{
    margin-top:10rem;
    margin-bottom:10rem
  }

  .sm\:tw-my-44{
    margin-top:11rem;
    margin-bottom:11rem
  }

  .sm\:tw-my-48{
    margin-top:12rem;
    margin-bottom:12rem
  }

  .sm\:tw-my-52{
    margin-top:13rem;
    margin-bottom:13rem
  }

  .sm\:tw-my-56{
    margin-top:14rem;
    margin-bottom:14rem
  }

  .sm\:tw-my-60{
    margin-top:15rem;
    margin-bottom:15rem
  }

  .sm\:tw-my-64{
    margin-top:16rem;
    margin-bottom:16rem
  }

  .sm\:tw-my-72{
    margin-top:18rem;
    margin-bottom:18rem
  }

  .sm\:tw-my-80{
    margin-top:20rem;
    margin-bottom:20rem
  }

  .sm\:tw-my-96{
    margin-top:24rem;
    margin-bottom:24rem
  }

  .sm\:tw-my-auto{
    margin-top:auto;
    margin-bottom:auto
  }

  .sm\:tw-my-px{
    margin-top:1px;
    margin-bottom:1px
  }

  .sm\:tw-my-0\.5{
    margin-top:0.125rem;
    margin-bottom:0.125rem
  }

  .sm\:tw-my-1\.5{
    margin-top:0.375rem;
    margin-bottom:0.375rem
  }

  .sm\:tw-my-2\.5{
    margin-top:0.625rem;
    margin-bottom:0.625rem
  }

  .sm\:tw-my-3\.5{
    margin-top:0.875rem;
    margin-bottom:0.875rem
  }

  .sm\:tw--my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .sm\:tw--my-1{
    margin-top:-0.25rem;
    margin-bottom:-0.25rem
  }

  .sm\:tw--my-2{
    margin-top:-0.5rem;
    margin-bottom:-0.5rem
  }

  .sm\:tw--my-3{
    margin-top:-0.75rem;
    margin-bottom:-0.75rem
  }

  .sm\:tw--my-4{
    margin-top:-1rem;
    margin-bottom:-1rem
  }

  .sm\:tw--my-5{
    margin-top:-1.25rem;
    margin-bottom:-1.25rem
  }

  .sm\:tw--my-6{
    margin-top:-1.5rem;
    margin-bottom:-1.5rem
  }

  .sm\:tw--my-7{
    margin-top:-1.75rem;
    margin-bottom:-1.75rem
  }

  .sm\:tw--my-8{
    margin-top:-2rem;
    margin-bottom:-2rem
  }

  .sm\:tw--my-9{
    margin-top:-2.25rem;
    margin-bottom:-2.25rem
  }

  .sm\:tw--my-10{
    margin-top:-2.5rem;
    margin-bottom:-2.5rem
  }

  .sm\:tw--my-11{
    margin-top:-2.75rem;
    margin-bottom:-2.75rem
  }

  .sm\:tw--my-12{
    margin-top:-3rem;
    margin-bottom:-3rem
  }

  .sm\:tw--my-14{
    margin-top:-3.5rem;
    margin-bottom:-3.5rem
  }

  .sm\:tw--my-16{
    margin-top:-4rem;
    margin-bottom:-4rem
  }

  .sm\:tw--my-20{
    margin-top:-5rem;
    margin-bottom:-5rem
  }

  .sm\:tw--my-24{
    margin-top:-6rem;
    margin-bottom:-6rem
  }

  .sm\:tw--my-28{
    margin-top:-7rem;
    margin-bottom:-7rem
  }

  .sm\:tw--my-32{
    margin-top:-8rem;
    margin-bottom:-8rem
  }

  .sm\:tw--my-36{
    margin-top:-9rem;
    margin-bottom:-9rem
  }

  .sm\:tw--my-40{
    margin-top:-10rem;
    margin-bottom:-10rem
  }

  .sm\:tw--my-44{
    margin-top:-11rem;
    margin-bottom:-11rem
  }

  .sm\:tw--my-48{
    margin-top:-12rem;
    margin-bottom:-12rem
  }

  .sm\:tw--my-52{
    margin-top:-13rem;
    margin-bottom:-13rem
  }

  .sm\:tw--my-56{
    margin-top:-14rem;
    margin-bottom:-14rem
  }

  .sm\:tw--my-60{
    margin-top:-15rem;
    margin-bottom:-15rem
  }

  .sm\:tw--my-64{
    margin-top:-16rem;
    margin-bottom:-16rem
  }

  .sm\:tw--my-72{
    margin-top:-18rem;
    margin-bottom:-18rem
  }

  .sm\:tw--my-80{
    margin-top:-20rem;
    margin-bottom:-20rem
  }

  .sm\:tw--my-96{
    margin-top:-24rem;
    margin-bottom:-24rem
  }

  .sm\:tw--my-px{
    margin-top:-1px;
    margin-bottom:-1px
  }

  .sm\:tw--my-0\.5{
    margin-top:-0.125rem;
    margin-bottom:-0.125rem
  }

  .sm\:tw--my-1\.5{
    margin-top:-0.375rem;
    margin-bottom:-0.375rem
  }

  .sm\:tw--my-2\.5{
    margin-top:-0.625rem;
    margin-bottom:-0.625rem
  }

  .sm\:tw--my-3\.5{
    margin-top:-0.875rem;
    margin-bottom:-0.875rem
  }

  .sm\:tw-mt-0{
    margin-top:0px
  }

  .sm\:tw-mt-1{
    margin-top:0.25rem
  }

  .sm\:tw-mt-2{
    margin-top:0.5rem
  }

  .sm\:tw-mt-3{
    margin-top:0.75rem
  }

  .sm\:tw-mt-4{
    margin-top:1rem
  }

  .sm\:tw-mt-5{
    margin-top:1.25rem
  }

  .sm\:tw-mt-6{
    margin-top:1.5rem
  }

  .sm\:tw-mt-7{
    margin-top:1.75rem
  }

  .sm\:tw-mt-8{
    margin-top:2rem
  }

  .sm\:tw-mt-9{
    margin-top:2.25rem
  }

  .sm\:tw-mt-10{
    margin-top:2.5rem
  }

  .sm\:tw-mt-11{
    margin-top:2.75rem
  }

  .sm\:tw-mt-12{
    margin-top:3rem
  }

  .sm\:tw-mt-14{
    margin-top:3.5rem
  }

  .sm\:tw-mt-16{
    margin-top:4rem
  }

  .sm\:tw-mt-20{
    margin-top:5rem
  }

  .sm\:tw-mt-24{
    margin-top:6rem
  }

  .sm\:tw-mt-28{
    margin-top:7rem
  }

  .sm\:tw-mt-32{
    margin-top:8rem
  }

  .sm\:tw-mt-36{
    margin-top:9rem
  }

  .sm\:tw-mt-40{
    margin-top:10rem
  }

  .sm\:tw-mt-44{
    margin-top:11rem
  }

  .sm\:tw-mt-48{
    margin-top:12rem
  }

  .sm\:tw-mt-52{
    margin-top:13rem
  }

  .sm\:tw-mt-56{
    margin-top:14rem
  }

  .sm\:tw-mt-60{
    margin-top:15rem
  }

  .sm\:tw-mt-64{
    margin-top:16rem
  }

  .sm\:tw-mt-72{
    margin-top:18rem
  }

  .sm\:tw-mt-80{
    margin-top:20rem
  }

  .sm\:tw-mt-96{
    margin-top:24rem
  }

  .sm\:tw-mt-auto{
    margin-top:auto
  }

  .sm\:tw-mt-px{
    margin-top:1px
  }

  .sm\:tw-mt-0\.5{
    margin-top:0.125rem
  }

  .sm\:tw-mt-1\.5{
    margin-top:0.375rem
  }

  .sm\:tw-mt-2\.5{
    margin-top:0.625rem
  }

  .sm\:tw-mt-3\.5{
    margin-top:0.875rem
  }

  .sm\:tw--mt-0{
    margin-top:0px
  }

  .sm\:tw--mt-1{
    margin-top:-0.25rem
  }

  .sm\:tw--mt-2{
    margin-top:-0.5rem
  }

  .sm\:tw--mt-3{
    margin-top:-0.75rem
  }

  .sm\:tw--mt-4{
    margin-top:-1rem
  }

  .sm\:tw--mt-5{
    margin-top:-1.25rem
  }

  .sm\:tw--mt-6{
    margin-top:-1.5rem
  }

  .sm\:tw--mt-7{
    margin-top:-1.75rem
  }

  .sm\:tw--mt-8{
    margin-top:-2rem
  }

  .sm\:tw--mt-9{
    margin-top:-2.25rem
  }

  .sm\:tw--mt-10{
    margin-top:-2.5rem
  }

  .sm\:tw--mt-11{
    margin-top:-2.75rem
  }

  .sm\:tw--mt-12{
    margin-top:-3rem
  }

  .sm\:tw--mt-14{
    margin-top:-3.5rem
  }

  .sm\:tw--mt-16{
    margin-top:-4rem
  }

  .sm\:tw--mt-20{
    margin-top:-5rem
  }

  .sm\:tw--mt-24{
    margin-top:-6rem
  }

  .sm\:tw--mt-28{
    margin-top:-7rem
  }

  .sm\:tw--mt-32{
    margin-top:-8rem
  }

  .sm\:tw--mt-36{
    margin-top:-9rem
  }

  .sm\:tw--mt-40{
    margin-top:-10rem
  }

  .sm\:tw--mt-44{
    margin-top:-11rem
  }

  .sm\:tw--mt-48{
    margin-top:-12rem
  }

  .sm\:tw--mt-52{
    margin-top:-13rem
  }

  .sm\:tw--mt-56{
    margin-top:-14rem
  }

  .sm\:tw--mt-60{
    margin-top:-15rem
  }

  .sm\:tw--mt-64{
    margin-top:-16rem
  }

  .sm\:tw--mt-72{
    margin-top:-18rem
  }

  .sm\:tw--mt-80{
    margin-top:-20rem
  }

  .sm\:tw--mt-96{
    margin-top:-24rem
  }

  .sm\:tw--mt-px{
    margin-top:-1px
  }

  .sm\:tw--mt-0\.5{
    margin-top:-0.125rem
  }

  .sm\:tw--mt-1\.5{
    margin-top:-0.375rem
  }

  .sm\:tw--mt-2\.5{
    margin-top:-0.625rem
  }

  .sm\:tw--mt-3\.5{
    margin-top:-0.875rem
  }

  .sm\:tw-mr-0{
    margin-right:0px
  }

  .sm\:tw-mr-1{
    margin-right:0.25rem
  }

  .sm\:tw-mr-2{
    margin-right:0.5rem
  }

  .sm\:tw-mr-3{
    margin-right:0.75rem
  }

  .sm\:tw-mr-4{
    margin-right:1rem
  }

  .sm\:tw-mr-5{
    margin-right:1.25rem
  }

  .sm\:tw-mr-6{
    margin-right:1.5rem
  }

  .sm\:tw-mr-7{
    margin-right:1.75rem
  }

  .sm\:tw-mr-8{
    margin-right:2rem
  }

  .sm\:tw-mr-9{
    margin-right:2.25rem
  }

  .sm\:tw-mr-10{
    margin-right:2.5rem
  }

  .sm\:tw-mr-11{
    margin-right:2.75rem
  }

  .sm\:tw-mr-12{
    margin-right:3rem
  }

  .sm\:tw-mr-14{
    margin-right:3.5rem
  }

  .sm\:tw-mr-16{
    margin-right:4rem
  }

  .sm\:tw-mr-20{
    margin-right:5rem
  }

  .sm\:tw-mr-24{
    margin-right:6rem
  }

  .sm\:tw-mr-28{
    margin-right:7rem
  }

  .sm\:tw-mr-32{
    margin-right:8rem
  }

  .sm\:tw-mr-36{
    margin-right:9rem
  }

  .sm\:tw-mr-40{
    margin-right:10rem
  }

  .sm\:tw-mr-44{
    margin-right:11rem
  }

  .sm\:tw-mr-48{
    margin-right:12rem
  }

  .sm\:tw-mr-52{
    margin-right:13rem
  }

  .sm\:tw-mr-56{
    margin-right:14rem
  }

  .sm\:tw-mr-60{
    margin-right:15rem
  }

  .sm\:tw-mr-64{
    margin-right:16rem
  }

  .sm\:tw-mr-72{
    margin-right:18rem
  }

  .sm\:tw-mr-80{
    margin-right:20rem
  }

  .sm\:tw-mr-96{
    margin-right:24rem
  }

  .sm\:tw-mr-auto{
    margin-right:auto
  }

  .sm\:tw-mr-px{
    margin-right:1px
  }

  .sm\:tw-mr-0\.5{
    margin-right:0.125rem
  }

  .sm\:tw-mr-1\.5{
    margin-right:0.375rem
  }

  .sm\:tw-mr-2\.5{
    margin-right:0.625rem
  }

  .sm\:tw-mr-3\.5{
    margin-right:0.875rem
  }

  .sm\:tw--mr-0{
    margin-right:0px
  }

  .sm\:tw--mr-1{
    margin-right:-0.25rem
  }

  .sm\:tw--mr-2{
    margin-right:-0.5rem
  }

  .sm\:tw--mr-3{
    margin-right:-0.75rem
  }

  .sm\:tw--mr-4{
    margin-right:-1rem
  }

  .sm\:tw--mr-5{
    margin-right:-1.25rem
  }

  .sm\:tw--mr-6{
    margin-right:-1.5rem
  }

  .sm\:tw--mr-7{
    margin-right:-1.75rem
  }

  .sm\:tw--mr-8{
    margin-right:-2rem
  }

  .sm\:tw--mr-9{
    margin-right:-2.25rem
  }

  .sm\:tw--mr-10{
    margin-right:-2.5rem
  }

  .sm\:tw--mr-11{
    margin-right:-2.75rem
  }

  .sm\:tw--mr-12{
    margin-right:-3rem
  }

  .sm\:tw--mr-14{
    margin-right:-3.5rem
  }

  .sm\:tw--mr-16{
    margin-right:-4rem
  }

  .sm\:tw--mr-20{
    margin-right:-5rem
  }

  .sm\:tw--mr-24{
    margin-right:-6rem
  }

  .sm\:tw--mr-28{
    margin-right:-7rem
  }

  .sm\:tw--mr-32{
    margin-right:-8rem
  }

  .sm\:tw--mr-36{
    margin-right:-9rem
  }

  .sm\:tw--mr-40{
    margin-right:-10rem
  }

  .sm\:tw--mr-44{
    margin-right:-11rem
  }

  .sm\:tw--mr-48{
    margin-right:-12rem
  }

  .sm\:tw--mr-52{
    margin-right:-13rem
  }

  .sm\:tw--mr-56{
    margin-right:-14rem
  }

  .sm\:tw--mr-60{
    margin-right:-15rem
  }

  .sm\:tw--mr-64{
    margin-right:-16rem
  }

  .sm\:tw--mr-72{
    margin-right:-18rem
  }

  .sm\:tw--mr-80{
    margin-right:-20rem
  }

  .sm\:tw--mr-96{
    margin-right:-24rem
  }

  .sm\:tw--mr-px{
    margin-right:-1px
  }

  .sm\:tw--mr-0\.5{
    margin-right:-0.125rem
  }

  .sm\:tw--mr-1\.5{
    margin-right:-0.375rem
  }

  .sm\:tw--mr-2\.5{
    margin-right:-0.625rem
  }

  .sm\:tw--mr-3\.5{
    margin-right:-0.875rem
  }

  .sm\:tw-mb-0{
    margin-bottom:0px
  }

  .sm\:tw-mb-1{
    margin-bottom:0.25rem
  }

  .sm\:tw-mb-2{
    margin-bottom:0.5rem
  }

  .sm\:tw-mb-3{
    margin-bottom:0.75rem
  }

  .sm\:tw-mb-4{
    margin-bottom:1rem
  }

  .sm\:tw-mb-5{
    margin-bottom:1.25rem
  }

  .sm\:tw-mb-6{
    margin-bottom:1.5rem
  }

  .sm\:tw-mb-7{
    margin-bottom:1.75rem
  }

  .sm\:tw-mb-8{
    margin-bottom:2rem
  }

  .sm\:tw-mb-9{
    margin-bottom:2.25rem
  }

  .sm\:tw-mb-10{
    margin-bottom:2.5rem
  }

  .sm\:tw-mb-11{
    margin-bottom:2.75rem
  }

  .sm\:tw-mb-12{
    margin-bottom:3rem
  }

  .sm\:tw-mb-14{
    margin-bottom:3.5rem
  }

  .sm\:tw-mb-16{
    margin-bottom:4rem
  }

  .sm\:tw-mb-20{
    margin-bottom:5rem
  }

  .sm\:tw-mb-24{
    margin-bottom:6rem
  }

  .sm\:tw-mb-28{
    margin-bottom:7rem
  }

  .sm\:tw-mb-32{
    margin-bottom:8rem
  }

  .sm\:tw-mb-36{
    margin-bottom:9rem
  }

  .sm\:tw-mb-40{
    margin-bottom:10rem
  }

  .sm\:tw-mb-44{
    margin-bottom:11rem
  }

  .sm\:tw-mb-48{
    margin-bottom:12rem
  }

  .sm\:tw-mb-52{
    margin-bottom:13rem
  }

  .sm\:tw-mb-56{
    margin-bottom:14rem
  }

  .sm\:tw-mb-60{
    margin-bottom:15rem
  }

  .sm\:tw-mb-64{
    margin-bottom:16rem
  }

  .sm\:tw-mb-72{
    margin-bottom:18rem
  }

  .sm\:tw-mb-80{
    margin-bottom:20rem
  }

  .sm\:tw-mb-96{
    margin-bottom:24rem
  }

  .sm\:tw-mb-auto{
    margin-bottom:auto
  }

  .sm\:tw-mb-px{
    margin-bottom:1px
  }

  .sm\:tw-mb-0\.5{
    margin-bottom:0.125rem
  }

  .sm\:tw-mb-1\.5{
    margin-bottom:0.375rem
  }

  .sm\:tw-mb-2\.5{
    margin-bottom:0.625rem
  }

  .sm\:tw-mb-3\.5{
    margin-bottom:0.875rem
  }

  .sm\:tw--mb-0{
    margin-bottom:0px
  }

  .sm\:tw--mb-1{
    margin-bottom:-0.25rem
  }

  .sm\:tw--mb-2{
    margin-bottom:-0.5rem
  }

  .sm\:tw--mb-3{
    margin-bottom:-0.75rem
  }

  .sm\:tw--mb-4{
    margin-bottom:-1rem
  }

  .sm\:tw--mb-5{
    margin-bottom:-1.25rem
  }

  .sm\:tw--mb-6{
    margin-bottom:-1.5rem
  }

  .sm\:tw--mb-7{
    margin-bottom:-1.75rem
  }

  .sm\:tw--mb-8{
    margin-bottom:-2rem
  }

  .sm\:tw--mb-9{
    margin-bottom:-2.25rem
  }

  .sm\:tw--mb-10{
    margin-bottom:-2.5rem
  }

  .sm\:tw--mb-11{
    margin-bottom:-2.75rem
  }

  .sm\:tw--mb-12{
    margin-bottom:-3rem
  }

  .sm\:tw--mb-14{
    margin-bottom:-3.5rem
  }

  .sm\:tw--mb-16{
    margin-bottom:-4rem
  }

  .sm\:tw--mb-20{
    margin-bottom:-5rem
  }

  .sm\:tw--mb-24{
    margin-bottom:-6rem
  }

  .sm\:tw--mb-28{
    margin-bottom:-7rem
  }

  .sm\:tw--mb-32{
    margin-bottom:-8rem
  }

  .sm\:tw--mb-36{
    margin-bottom:-9rem
  }

  .sm\:tw--mb-40{
    margin-bottom:-10rem
  }

  .sm\:tw--mb-44{
    margin-bottom:-11rem
  }

  .sm\:tw--mb-48{
    margin-bottom:-12rem
  }

  .sm\:tw--mb-52{
    margin-bottom:-13rem
  }

  .sm\:tw--mb-56{
    margin-bottom:-14rem
  }

  .sm\:tw--mb-60{
    margin-bottom:-15rem
  }

  .sm\:tw--mb-64{
    margin-bottom:-16rem
  }

  .sm\:tw--mb-72{
    margin-bottom:-18rem
  }

  .sm\:tw--mb-80{
    margin-bottom:-20rem
  }

  .sm\:tw--mb-96{
    margin-bottom:-24rem
  }

  .sm\:tw--mb-px{
    margin-bottom:-1px
  }

  .sm\:tw--mb-0\.5{
    margin-bottom:-0.125rem
  }

  .sm\:tw--mb-1\.5{
    margin-bottom:-0.375rem
  }

  .sm\:tw--mb-2\.5{
    margin-bottom:-0.625rem
  }

  .sm\:tw--mb-3\.5{
    margin-bottom:-0.875rem
  }

  .sm\:tw-ml-0{
    margin-left:0px
  }

  .sm\:tw-ml-1{
    margin-left:0.25rem
  }

  .sm\:tw-ml-2{
    margin-left:0.5rem
  }

  .sm\:tw-ml-3{
    margin-left:0.75rem
  }

  .sm\:tw-ml-4{
    margin-left:1rem
  }

  .sm\:tw-ml-5{
    margin-left:1.25rem
  }

  .sm\:tw-ml-6{
    margin-left:1.5rem
  }

  .sm\:tw-ml-7{
    margin-left:1.75rem
  }

  .sm\:tw-ml-8{
    margin-left:2rem
  }

  .sm\:tw-ml-9{
    margin-left:2.25rem
  }

  .sm\:tw-ml-10{
    margin-left:2.5rem
  }

  .sm\:tw-ml-11{
    margin-left:2.75rem
  }

  .sm\:tw-ml-12{
    margin-left:3rem
  }

  .sm\:tw-ml-14{
    margin-left:3.5rem
  }

  .sm\:tw-ml-16{
    margin-left:4rem
  }

  .sm\:tw-ml-20{
    margin-left:5rem
  }

  .sm\:tw-ml-24{
    margin-left:6rem
  }

  .sm\:tw-ml-28{
    margin-left:7rem
  }

  .sm\:tw-ml-32{
    margin-left:8rem
  }

  .sm\:tw-ml-36{
    margin-left:9rem
  }

  .sm\:tw-ml-40{
    margin-left:10rem
  }

  .sm\:tw-ml-44{
    margin-left:11rem
  }

  .sm\:tw-ml-48{
    margin-left:12rem
  }

  .sm\:tw-ml-52{
    margin-left:13rem
  }

  .sm\:tw-ml-56{
    margin-left:14rem
  }

  .sm\:tw-ml-60{
    margin-left:15rem
  }

  .sm\:tw-ml-64{
    margin-left:16rem
  }

  .sm\:tw-ml-72{
    margin-left:18rem
  }

  .sm\:tw-ml-80{
    margin-left:20rem
  }

  .sm\:tw-ml-96{
    margin-left:24rem
  }

  .sm\:tw-ml-auto{
    margin-left:auto
  }

  .sm\:tw-ml-px{
    margin-left:1px
  }

  .sm\:tw-ml-0\.5{
    margin-left:0.125rem
  }

  .sm\:tw-ml-1\.5{
    margin-left:0.375rem
  }

  .sm\:tw-ml-2\.5{
    margin-left:0.625rem
  }

  .sm\:tw-ml-3\.5{
    margin-left:0.875rem
  }

  .sm\:tw--ml-0{
    margin-left:0px
  }

  .sm\:tw--ml-1{
    margin-left:-0.25rem
  }

  .sm\:tw--ml-2{
    margin-left:-0.5rem
  }

  .sm\:tw--ml-3{
    margin-left:-0.75rem
  }

  .sm\:tw--ml-4{
    margin-left:-1rem
  }

  .sm\:tw--ml-5{
    margin-left:-1.25rem
  }

  .sm\:tw--ml-6{
    margin-left:-1.5rem
  }

  .sm\:tw--ml-7{
    margin-left:-1.75rem
  }

  .sm\:tw--ml-8{
    margin-left:-2rem
  }

  .sm\:tw--ml-9{
    margin-left:-2.25rem
  }

  .sm\:tw--ml-10{
    margin-left:-2.5rem
  }

  .sm\:tw--ml-11{
    margin-left:-2.75rem
  }

  .sm\:tw--ml-12{
    margin-left:-3rem
  }

  .sm\:tw--ml-14{
    margin-left:-3.5rem
  }

  .sm\:tw--ml-16{
    margin-left:-4rem
  }

  .sm\:tw--ml-20{
    margin-left:-5rem
  }

  .sm\:tw--ml-24{
    margin-left:-6rem
  }

  .sm\:tw--ml-28{
    margin-left:-7rem
  }

  .sm\:tw--ml-32{
    margin-left:-8rem
  }

  .sm\:tw--ml-36{
    margin-left:-9rem
  }

  .sm\:tw--ml-40{
    margin-left:-10rem
  }

  .sm\:tw--ml-44{
    margin-left:-11rem
  }

  .sm\:tw--ml-48{
    margin-left:-12rem
  }

  .sm\:tw--ml-52{
    margin-left:-13rem
  }

  .sm\:tw--ml-56{
    margin-left:-14rem
  }

  .sm\:tw--ml-60{
    margin-left:-15rem
  }

  .sm\:tw--ml-64{
    margin-left:-16rem
  }

  .sm\:tw--ml-72{
    margin-left:-18rem
  }

  .sm\:tw--ml-80{
    margin-left:-20rem
  }

  .sm\:tw--ml-96{
    margin-left:-24rem
  }

  .sm\:tw--ml-px{
    margin-left:-1px
  }

  .sm\:tw--ml-0\.5{
    margin-left:-0.125rem
  }

  .sm\:tw--ml-1\.5{
    margin-left:-0.375rem
  }

  .sm\:tw--ml-2\.5{
    margin-left:-0.625rem
  }

  .sm\:tw--ml-3\.5{
    margin-left:-0.875rem
  }

  .sm\:tw-box-border{
    box-sizing:border-box
  }

  .sm\:tw-box-content{
    box-sizing:content-box
  }

  .sm\:tw-block{
    display:block
  }

  .sm\:tw-inline-block{
    display:inline-block
  }

  .sm\:tw-inline{
    display:inline
  }

  .sm\:tw-flex{
    display:flex
  }

  .sm\:tw-inline-flex{
    display:inline-flex
  }

  .sm\:tw-table{
    display:table
  }

  .sm\:tw-inline-table{
    display:inline-table
  }

  .sm\:tw-table-caption{
    display:table-caption
  }

  .sm\:tw-table-cell{
    display:table-cell
  }

  .sm\:tw-table-column{
    display:table-column
  }

  .sm\:tw-table-column-group{
    display:table-column-group
  }

  .sm\:tw-table-footer-group{
    display:table-footer-group
  }

  .sm\:tw-table-header-group{
    display:table-header-group
  }

  .sm\:tw-table-row-group{
    display:table-row-group
  }

  .sm\:tw-table-row{
    display:table-row
  }

  .sm\:tw-flow-root{
    display:flow-root
  }

  .sm\:tw-grid{
    display:grid
  }

  .sm\:tw-inline-grid{
    display:inline-grid
  }

  .sm\:tw-contents{
    display:contents
  }

  .sm\:tw-list-item{
    display:list-item
  }

  .sm\:tw-hidden{
    display:none
  }

  .sm\:tw-h-0{
    height:0px
  }

  .sm\:tw-h-1{
    height:0.25rem
  }

  .sm\:tw-h-2{
    height:0.5rem
  }

  .sm\:tw-h-3{
    height:0.75rem
  }

  .sm\:tw-h-4{
    height:1rem
  }

  .sm\:tw-h-5{
    height:1.25rem
  }

  .sm\:tw-h-6{
    height:1.5rem
  }

  .sm\:tw-h-7{
    height:1.75rem
  }

  .sm\:tw-h-8{
    height:2rem
  }

  .sm\:tw-h-9{
    height:2.25rem
  }

  .sm\:tw-h-10{
    height:2.5rem
  }

  .sm\:tw-h-11{
    height:2.75rem
  }

  .sm\:tw-h-12{
    height:3rem
  }

  .sm\:tw-h-14{
    height:3.5rem
  }

  .sm\:tw-h-16{
    height:4rem
  }

  .sm\:tw-h-20{
    height:5rem
  }

  .sm\:tw-h-24{
    height:6rem
  }

  .sm\:tw-h-28{
    height:7rem
  }

  .sm\:tw-h-32{
    height:8rem
  }

  .sm\:tw-h-36{
    height:9rem
  }

  .sm\:tw-h-40{
    height:10rem
  }

  .sm\:tw-h-44{
    height:11rem
  }

  .sm\:tw-h-48{
    height:12rem
  }

  .sm\:tw-h-52{
    height:13rem
  }

  .sm\:tw-h-56{
    height:14rem
  }

  .sm\:tw-h-60{
    height:15rem
  }

  .sm\:tw-h-64{
    height:16rem
  }

  .sm\:tw-h-72{
    height:18rem
  }

  .sm\:tw-h-80{
    height:20rem
  }

  .sm\:tw-h-96{
    height:24rem
  }

  .sm\:tw-h-auto{
    height:auto
  }

  .sm\:tw-h-px{
    height:1px
  }

  .sm\:tw-h-0\.5{
    height:0.125rem
  }

  .sm\:tw-h-1\.5{
    height:0.375rem
  }

  .sm\:tw-h-2\.5{
    height:0.625rem
  }

  .sm\:tw-h-3\.5{
    height:0.875rem
  }

  .sm\:tw-h-1\/2{
    height:50%
  }

  .sm\:tw-h-1\/3{
    height:33.333333%
  }

  .sm\:tw-h-2\/3{
    height:66.666667%
  }

  .sm\:tw-h-1\/4{
    height:25%
  }

  .sm\:tw-h-2\/4{
    height:50%
  }

  .sm\:tw-h-3\/4{
    height:75%
  }

  .sm\:tw-h-1\/5{
    height:20%
  }

  .sm\:tw-h-2\/5{
    height:40%
  }

  .sm\:tw-h-3\/5{
    height:60%
  }

  .sm\:tw-h-4\/5{
    height:80%
  }

  .sm\:tw-h-1\/6{
    height:16.666667%
  }

  .sm\:tw-h-2\/6{
    height:33.333333%
  }

  .sm\:tw-h-3\/6{
    height:50%
  }

  .sm\:tw-h-4\/6{
    height:66.666667%
  }

  .sm\:tw-h-5\/6{
    height:83.333333%
  }

  .sm\:tw-h-full{
    height:100%
  }

  .sm\:tw-h-screen{
    height:100vh
  }

  .sm\:tw-max-h-0{
    max-height:0px
  }

  .sm\:tw-max-h-1{
    max-height:0.25rem
  }

  .sm\:tw-max-h-2{
    max-height:0.5rem
  }

  .sm\:tw-max-h-3{
    max-height:0.75rem
  }

  .sm\:tw-max-h-4{
    max-height:1rem
  }

  .sm\:tw-max-h-5{
    max-height:1.25rem
  }

  .sm\:tw-max-h-6{
    max-height:1.5rem
  }

  .sm\:tw-max-h-7{
    max-height:1.75rem
  }

  .sm\:tw-max-h-8{
    max-height:2rem
  }

  .sm\:tw-max-h-9{
    max-height:2.25rem
  }

  .sm\:tw-max-h-10{
    max-height:2.5rem
  }

  .sm\:tw-max-h-11{
    max-height:2.75rem
  }

  .sm\:tw-max-h-12{
    max-height:3rem
  }

  .sm\:tw-max-h-14{
    max-height:3.5rem
  }

  .sm\:tw-max-h-16{
    max-height:4rem
  }

  .sm\:tw-max-h-20{
    max-height:5rem
  }

  .sm\:tw-max-h-24{
    max-height:6rem
  }

  .sm\:tw-max-h-28{
    max-height:7rem
  }

  .sm\:tw-max-h-32{
    max-height:8rem
  }

  .sm\:tw-max-h-36{
    max-height:9rem
  }

  .sm\:tw-max-h-40{
    max-height:10rem
  }

  .sm\:tw-max-h-44{
    max-height:11rem
  }

  .sm\:tw-max-h-48{
    max-height:12rem
  }

  .sm\:tw-max-h-52{
    max-height:13rem
  }

  .sm\:tw-max-h-56{
    max-height:14rem
  }

  .sm\:tw-max-h-60{
    max-height:15rem
  }

  .sm\:tw-max-h-64{
    max-height:16rem
  }

  .sm\:tw-max-h-72{
    max-height:18rem
  }

  .sm\:tw-max-h-80{
    max-height:20rem
  }

  .sm\:tw-max-h-96{
    max-height:24rem
  }

  .sm\:tw-max-h-px{
    max-height:1px
  }

  .sm\:tw-max-h-0\.5{
    max-height:0.125rem
  }

  .sm\:tw-max-h-1\.5{
    max-height:0.375rem
  }

  .sm\:tw-max-h-2\.5{
    max-height:0.625rem
  }

  .sm\:tw-max-h-3\.5{
    max-height:0.875rem
  }

  .sm\:tw-max-h-full{
    max-height:100%
  }

  .sm\:tw-max-h-screen{
    max-height:100vh
  }

  .sm\:tw-min-h-0{
    min-height:0px
  }

  .sm\:tw-min-h-full{
    min-height:100%
  }

  .sm\:tw-min-h-screen{
    min-height:100vh
  }

  .sm\:tw-w-0{
    width:0px
  }

  .sm\:tw-w-1{
    width:0.25rem
  }

  .sm\:tw-w-2{
    width:0.5rem
  }

  .sm\:tw-w-3{
    width:0.75rem
  }

  .sm\:tw-w-4{
    width:1rem
  }

  .sm\:tw-w-5{
    width:1.25rem
  }

  .sm\:tw-w-6{
    width:1.5rem
  }

  .sm\:tw-w-7{
    width:1.75rem
  }

  .sm\:tw-w-8{
    width:2rem
  }

  .sm\:tw-w-9{
    width:2.25rem
  }

  .sm\:tw-w-10{
    width:2.5rem
  }

  .sm\:tw-w-11{
    width:2.75rem
  }

  .sm\:tw-w-12{
    width:3rem
  }

  .sm\:tw-w-14{
    width:3.5rem
  }

  .sm\:tw-w-16{
    width:4rem
  }

  .sm\:tw-w-20{
    width:5rem
  }

  .sm\:tw-w-24{
    width:6rem
  }

  .sm\:tw-w-28{
    width:7rem
  }

  .sm\:tw-w-32{
    width:8rem
  }

  .sm\:tw-w-36{
    width:9rem
  }

  .sm\:tw-w-40{
    width:10rem
  }

  .sm\:tw-w-44{
    width:11rem
  }

  .sm\:tw-w-48{
    width:12rem
  }

  .sm\:tw-w-52{
    width:13rem
  }

  .sm\:tw-w-56{
    width:14rem
  }

  .sm\:tw-w-60{
    width:15rem
  }

  .sm\:tw-w-64{
    width:16rem
  }

  .sm\:tw-w-72{
    width:18rem
  }

  .sm\:tw-w-80{
    width:20rem
  }

  .sm\:tw-w-96{
    width:24rem
  }

  .sm\:tw-w-auto{
    width:auto
  }

  .sm\:tw-w-px{
    width:1px
  }

  .sm\:tw-w-0\.5{
    width:0.125rem
  }

  .sm\:tw-w-1\.5{
    width:0.375rem
  }

  .sm\:tw-w-2\.5{
    width:0.625rem
  }

  .sm\:tw-w-3\.5{
    width:0.875rem
  }

  .sm\:tw-w-1\/2{
    width:50%
  }

  .sm\:tw-w-1\/3{
    width:33.333333%
  }

  .sm\:tw-w-2\/3{
    width:66.666667%
  }

  .sm\:tw-w-1\/4{
    width:25%
  }

  .sm\:tw-w-2\/4{
    width:50%
  }

  .sm\:tw-w-3\/4{
    width:75%
  }

  .sm\:tw-w-1\/5{
    width:20%
  }

  .sm\:tw-w-2\/5{
    width:40%
  }

  .sm\:tw-w-3\/5{
    width:60%
  }

  .sm\:tw-w-4\/5{
    width:80%
  }

  .sm\:tw-w-1\/6{
    width:16.666667%
  }

  .sm\:tw-w-2\/6{
    width:33.333333%
  }

  .sm\:tw-w-3\/6{
    width:50%
  }

  .sm\:tw-w-4\/6{
    width:66.666667%
  }

  .sm\:tw-w-5\/6{
    width:83.333333%
  }

  .sm\:tw-w-1\/12{
    width:8.333333%
  }

  .sm\:tw-w-2\/12{
    width:16.666667%
  }

  .sm\:tw-w-3\/12{
    width:25%
  }

  .sm\:tw-w-4\/12{
    width:33.333333%
  }

  .sm\:tw-w-5\/12{
    width:41.666667%
  }

  .sm\:tw-w-6\/12{
    width:50%
  }

  .sm\:tw-w-7\/12{
    width:58.333333%
  }

  .sm\:tw-w-8\/12{
    width:66.666667%
  }

  .sm\:tw-w-9\/12{
    width:75%
  }

  .sm\:tw-w-10\/12{
    width:83.333333%
  }

  .sm\:tw-w-11\/12{
    width:91.666667%
  }

  .sm\:tw-w-full{
    width:100%
  }

  .sm\:tw-w-screen{
    width:100vw
  }

  .sm\:tw-w-min{
    width:min-content
  }

  .sm\:tw-w-max{
    width:max-content
  }

  .sm\:tw-min-w-0{
    min-width:0px
  }

  .sm\:tw-min-w-full{
    min-width:100%
  }

  .sm\:tw-min-w-min{
    min-width:min-content
  }

  .sm\:tw-min-w-max{
    min-width:max-content
  }

  .sm\:tw-max-w-0{
    max-width:0rem
  }

  .sm\:tw-max-w-none{
    max-width:none
  }

  .sm\:tw-max-w-xs{
    max-width:20rem
  }

  .sm\:tw-max-w-sm{
    max-width:24rem
  }

  .sm\:tw-max-w-md{
    max-width:28rem
  }

  .sm\:tw-max-w-lg{
    max-width:32rem
  }

  .sm\:tw-max-w-xl{
    max-width:36rem
  }

  .sm\:tw-max-w-2xl{
    max-width:42rem
  }

  .sm\:tw-max-w-3xl{
    max-width:48rem
  }

  .sm\:tw-max-w-4xl{
    max-width:56rem
  }

  .sm\:tw-max-w-5xl{
    max-width:64rem
  }

  .sm\:tw-max-w-6xl{
    max-width:72rem
  }

  .sm\:tw-max-w-7xl{
    max-width:80rem
  }

  .sm\:tw-max-w-full{
    max-width:100%
  }

  .sm\:tw-max-w-min{
    max-width:min-content
  }

  .sm\:tw-max-w-max{
    max-width:max-content
  }

  .sm\:tw-max-w-prose{
    max-width:65ch
  }

  .sm\:tw-max-w-screen-sm{
    max-width:640px
  }

  .sm\:tw-max-w-screen-md{
    max-width:768px
  }

  .sm\:tw-max-w-screen-lg{
    max-width:1024px
  }

  .sm\:tw-max-w-screen-xl{
    max-width:1280px
  }

  .sm\:tw-max-w-screen-2xl{
    max-width:1536px
  }

  .sm\:tw-flex-1{
    flex:1 1 0%
  }

  .sm\:tw-flex-auto{
    flex:1 1 auto
  }

  .sm\:tw-flex-initial{
    flex:0 1 auto
  }

  .sm\:tw-flex-none{
    flex:none
  }

  .sm\:tw-flex-shrink-0{
    flex-shrink:0
  }

  .sm\:tw-flex-shrink{
    flex-shrink:1
  }

  .sm\:tw-flex-grow-0{
    flex-grow:0
  }

  .sm\:tw-flex-grow{
    flex-grow:1
  }

  .sm\:tw-table-auto{
    table-layout:auto
  }

  .sm\:tw-table-fixed{
    table-layout:fixed
  }

  .sm\:tw-border-collapse{
    border-collapse:collapse
  }

  .sm\:tw-border-separate{
    border-collapse:separate
  }

  .sm\:tw-origin-center{
    transform-origin:center
  }

  .sm\:tw-origin-top{
    transform-origin:top
  }

  .sm\:tw-origin-top-right{
    transform-origin:top right
  }

  .sm\:tw-origin-right{
    transform-origin:right
  }

  .sm\:tw-origin-bottom-right{
    transform-origin:bottom right
  }

  .sm\:tw-origin-bottom{
    transform-origin:bottom
  }

  .sm\:tw-origin-bottom-left{
    transform-origin:bottom left
  }

  .sm\:tw-origin-left{
    transform-origin:left
  }

  .sm\:tw-origin-top-left{
    transform-origin:top left
  }

  .sm\:tw-transform{
    --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;
    transform:translateX(var(--tw-translate-x)) translateY(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\:tw-transform-gpu{
    --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;
    transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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\:tw-transform-none{
    transform:none
  }

  .sm\:tw-translate-x-0{
    --tw-translate-x:0px
  }

  .sm\:tw-translate-x-1{
    --tw-translate-x:0.25rem
  }

  .sm\:tw-translate-x-2{
    --tw-translate-x:0.5rem
  }

  .sm\:tw-translate-x-3{
    --tw-translate-x:0.75rem
  }

  .sm\:tw-translate-x-4{
    --tw-translate-x:1rem
  }

  .sm\:tw-translate-x-5{
    --tw-translate-x:1.25rem
  }

  .sm\:tw-translate-x-6{
    --tw-translate-x:1.5rem
  }

  .sm\:tw-translate-x-7{
    --tw-translate-x:1.75rem
  }

  .sm\:tw-translate-x-8{
    --tw-translate-x:2rem
  }

  .sm\:tw-translate-x-9{
    --tw-translate-x:2.25rem
  }

  .sm\:tw-translate-x-10{
    --tw-translate-x:2.5rem
  }

  .sm\:tw-translate-x-11{
    --tw-translate-x:2.75rem
  }

  .sm\:tw-translate-x-12{
    --tw-translate-x:3rem
  }

  .sm\:tw-translate-x-14{
    --tw-translate-x:3.5rem
  }

  .sm\:tw-translate-x-16{
    --tw-translate-x:4rem
  }

  .sm\:tw-translate-x-20{
    --tw-translate-x:5rem
  }

  .sm\:tw-translate-x-24{
    --tw-translate-x:6rem
  }

  .sm\:tw-translate-x-28{
    --tw-translate-x:7rem
  }

  .sm\:tw-translate-x-32{
    --tw-translate-x:8rem
  }

  .sm\:tw-translate-x-36{
    --tw-translate-x:9rem
  }

  .sm\:tw-translate-x-40{
    --tw-translate-x:10rem
  }

  .sm\:tw-translate-x-44{
    --tw-translate-x:11rem
  }

  .sm\:tw-translate-x-48{
    --tw-translate-x:12rem
  }

  .sm\:tw-translate-x-52{
    --tw-translate-x:13rem
  }

  .sm\:tw-translate-x-56{
    --tw-translate-x:14rem
  }

  .sm\:tw-translate-x-60{
    --tw-translate-x:15rem
  }

  .sm\:tw-translate-x-64{
    --tw-translate-x:16rem
  }

  .sm\:tw-translate-x-72{
    --tw-translate-x:18rem
  }

  .sm\:tw-translate-x-80{
    --tw-translate-x:20rem
  }

  .sm\:tw-translate-x-96{
    --tw-translate-x:24rem
  }

  .sm\:tw-translate-x-px{
    --tw-translate-x:1px
  }

  .sm\:tw-translate-x-0\.5{
    --tw-translate-x:0.125rem
  }

  .sm\:tw-translate-x-1\.5{
    --tw-translate-x:0.375rem
  }

  .sm\:tw-translate-x-2\.5{
    --tw-translate-x:0.625rem
  }

  .sm\:tw-translate-x-3\.5{
    --tw-translate-x:0.875rem
  }

  .sm\:tw--translate-x-0{
    --tw-translate-x:0px
  }

  .sm\:tw--translate-x-1{
    --tw-translate-x:-0.25rem
  }

  .sm\:tw--translate-x-2{
    --tw-translate-x:-0.5rem
  }

  .sm\:tw--translate-x-3{
    --tw-translate-x:-0.75rem
  }

  .sm\:tw--translate-x-4{
    --tw-translate-x:-1rem
  }

  .sm\:tw--translate-x-5{
    --tw-translate-x:-1.25rem
  }

  .sm\:tw--translate-x-6{
    --tw-translate-x:-1.5rem
  }

  .sm\:tw--translate-x-7{
    --tw-translate-x:-1.75rem
  }

  .sm\:tw--translate-x-8{
    --tw-translate-x:-2rem
  }

  .sm\:tw--translate-x-9{
    --tw-translate-x:-2.25rem
  }

  .sm\:tw--translate-x-10{
    --tw-translate-x:-2.5rem
  }

  .sm\:tw--translate-x-11{
    --tw-translate-x:-2.75rem
  }

  .sm\:tw--translate-x-12{
    --tw-translate-x:-3rem
  }

  .sm\:tw--translate-x-14{
    --tw-translate-x:-3.5rem
  }

  .sm\:tw--translate-x-16{
    --tw-translate-x:-4rem
  }

  .sm\:tw--translate-x-20{
    --tw-translate-x:-5rem
  }

  .sm\:tw--translate-x-24{
    --tw-translate-x:-6rem
  }

  .sm\:tw--translate-x-28{
    --tw-translate-x:-7rem
  }

  .sm\:tw--translate-x-32{
    --tw-translate-x:-8rem
  }

  .sm\:tw--translate-x-36{
    --tw-translate-x:-9rem
  }

  .sm\:tw--translate-x-40{
    --tw-translate-x:-10rem
  }

  .sm\:tw--translate-x-44{
    --tw-translate-x:-11rem
  }

  .sm\:tw--translate-x-48{
    --tw-translate-x:-12rem
  }

  .sm\:tw--translate-x-52{
    --tw-translate-x:-13rem
  }

  .sm\:tw--translate-x-56{
    --tw-translate-x:-14rem
  }

  .sm\:tw--translate-x-60{
    --tw-translate-x:-15rem
  }

  .sm\:tw--translate-x-64{
    --tw-translate-x:-16rem
  }

  .sm\:tw--translate-x-72{
    --tw-translate-x:-18rem
  }

  .sm\:tw--translate-x-80{
    --tw-translate-x:-20rem
  }

  .sm\:tw--translate-x-96{
    --tw-translate-x:-24rem
  }

  .sm\:tw--translate-x-px{
    --tw-translate-x:-1px
  }

  .sm\:tw--translate-x-0\.5{
    --tw-translate-x:-0.125rem
  }

  .sm\:tw--translate-x-1\.5{
    --tw-translate-x:-0.375rem
  }

  .sm\:tw--translate-x-2\.5{
    --tw-translate-x:-0.625rem
  }

  .sm\:tw--translate-x-3\.5{
    --tw-translate-x:-0.875rem
  }

  .sm\:tw-translate-x-1\/2{
    --tw-translate-x:50%
  }

  .sm\:tw-translate-x-1\/3{
    --tw-translate-x:33.333333%
  }

  .sm\:tw-translate-x-2\/3{
    --tw-translate-x:66.666667%
  }

  .sm\:tw-translate-x-1\/4{
    --tw-translate-x:25%
  }

  .sm\:tw-translate-x-2\/4{
    --tw-translate-x:50%
  }

  .sm\:tw-translate-x-3\/4{
    --tw-translate-x:75%
  }

  .sm\:tw-translate-x-full{
    --tw-translate-x:100%
  }

  .sm\:tw--translate-x-1\/2{
    --tw-translate-x:-50%
  }

  .sm\:tw--translate-x-1\/3{
    --tw-translate-x:-33.333333%
  }

  .sm\:tw--translate-x-2\/3{
    --tw-translate-x:-66.666667%
  }

  .sm\:tw--translate-x-1\/4{
    --tw-translate-x:-25%
  }

  .sm\:tw--translate-x-2\/4{
    --tw-translate-x:-50%
  }

  .sm\:tw--translate-x-3\/4{
    --tw-translate-x:-75%
  }

  .sm\:tw--translate-x-full{
    --tw-translate-x:-100%
  }

  .sm\:tw-translate-y-0{
    --tw-translate-y:0px
  }

  .sm\:tw-translate-y-1{
    --tw-translate-y:0.25rem
  }

  .sm\:tw-translate-y-2{
    --tw-translate-y:0.5rem
  }

  .sm\:tw-translate-y-3{
    --tw-translate-y:0.75rem
  }

  .sm\:tw-translate-y-4{
    --tw-translate-y:1rem
  }

  .sm\:tw-translate-y-5{
    --tw-translate-y:1.25rem
  }

  .sm\:tw-translate-y-6{
    --tw-translate-y:1.5rem
  }

  .sm\:tw-translate-y-7{
    --tw-translate-y:1.75rem
  }

  .sm\:tw-translate-y-8{
    --tw-translate-y:2rem
  }

  .sm\:tw-translate-y-9{
    --tw-translate-y:2.25rem
  }

  .sm\:tw-translate-y-10{
    --tw-translate-y:2.5rem
  }

  .sm\:tw-translate-y-11{
    --tw-translate-y:2.75rem
  }

  .sm\:tw-translate-y-12{
    --tw-translate-y:3rem
  }

  .sm\:tw-translate-y-14{
    --tw-translate-y:3.5rem
  }

  .sm\:tw-translate-y-16{
    --tw-translate-y:4rem
  }

  .sm\:tw-translate-y-20{
    --tw-translate-y:5rem
  }

  .sm\:tw-translate-y-24{
    --tw-translate-y:6rem
  }

  .sm\:tw-translate-y-28{
    --tw-translate-y:7rem
  }

  .sm\:tw-translate-y-32{
    --tw-translate-y:8rem
  }

  .sm\:tw-translate-y-36{
    --tw-translate-y:9rem
  }

  .sm\:tw-translate-y-40{
    --tw-translate-y:10rem
  }

  .sm\:tw-translate-y-44{
    --tw-translate-y:11rem
  }

  .sm\:tw-translate-y-48{
    --tw-translate-y:12rem
  }

  .sm\:tw-translate-y-52{
    --tw-translate-y:13rem
  }

  .sm\:tw-translate-y-56{
    --tw-translate-y:14rem
  }

  .sm\:tw-translate-y-60{
    --tw-translate-y:15rem
  }

  .sm\:tw-translate-y-64{
    --tw-translate-y:16rem
  }

  .sm\:tw-translate-y-72{
    --tw-translate-y:18rem
  }

  .sm\:tw-translate-y-80{
    --tw-translate-y:20rem
  }

  .sm\:tw-translate-y-96{
    --tw-translate-y:24rem
  }

  .sm\:tw-translate-y-px{
    --tw-translate-y:1px
  }

  .sm\:tw-translate-y-0\.5{
    --tw-translate-y:0.125rem
  }

  .sm\:tw-translate-y-1\.5{
    --tw-translate-y:0.375rem
  }

  .sm\:tw-translate-y-2\.5{
    --tw-translate-y:0.625rem
  }

  .sm\:tw-translate-y-3\.5{
    --tw-translate-y:0.875rem
  }

  .sm\:tw--translate-y-0{
    --tw-translate-y:0px
  }

  .sm\:tw--translate-y-1{
    --tw-translate-y:-0.25rem
  }

  .sm\:tw--translate-y-2{
    --tw-translate-y:-0.5rem
  }

  .sm\:tw--translate-y-3{
    --tw-translate-y:-0.75rem
  }

  .sm\:tw--translate-y-4{
    --tw-translate-y:-1rem
  }

  .sm\:tw--translate-y-5{
    --tw-translate-y:-1.25rem
  }

  .sm\:tw--translate-y-6{
    --tw-translate-y:-1.5rem
  }

  .sm\:tw--translate-y-7{
    --tw-translate-y:-1.75rem
  }

  .sm\:tw--translate-y-8{
    --tw-translate-y:-2rem
  }

  .sm\:tw--translate-y-9{
    --tw-translate-y:-2.25rem
  }

  .sm\:tw--translate-y-10{
    --tw-translate-y:-2.5rem
  }

  .sm\:tw--translate-y-11{
    --tw-translate-y:-2.75rem
  }

  .sm\:tw--translate-y-12{
    --tw-translate-y:-3rem
  }

  .sm\:tw--translate-y-14{
    --tw-translate-y:-3.5rem
  }

  .sm\:tw--translate-y-16{
    --tw-translate-y:-4rem
  }

  .sm\:tw--translate-y-20{
    --tw-translate-y:-5rem
  }

  .sm\:tw--translate-y-24{
    --tw-translate-y:-6rem
  }

  .sm\:tw--translate-y-28{
    --tw-translate-y:-7rem
  }

  .sm\:tw--translate-y-32{
    --tw-translate-y:-8rem
  }

  .sm\:tw--translate-y-36{
    --tw-translate-y:-9rem
  }

  .sm\:tw--translate-y-40{
    --tw-translate-y:-10rem
  }

  .sm\:tw--translate-y-44{
    --tw-translate-y:-11rem
  }

  .sm\:tw--translate-y-48{
    --tw-translate-y:-12rem
  }

  .sm\:tw--translate-y-52{
    --tw-translate-y:-13rem
  }

  .sm\:tw--translate-y-56{
    --tw-translate-y:-14rem
  }

  .sm\:tw--translate-y-60{
    --tw-translate-y:-15rem
  }

  .sm\:tw--translate-y-64{
    --tw-translate-y:-16rem
  }

  .sm\:tw--translate-y-72{
    --tw-translate-y:-18rem
  }

  .sm\:tw--translate-y-80{
    --tw-translate-y:-20rem
  }

  .sm\:tw--translate-y-96{
    --tw-translate-y:-24rem
  }

  .sm\:tw--translate-y-px{
    --tw-translate-y:-1px
  }

  .sm\:tw--translate-y-0\.5{
    --tw-translate-y:-0.125rem
  }

  .sm\:tw--translate-y-1\.5{
    --tw-translate-y:-0.375rem
  }

  .sm\:tw--translate-y-2\.5{
    --tw-translate-y:-0.625rem
  }

  .sm\:tw--translate-y-3\.5{
    --tw-translate-y:-0.875rem
  }

  .sm\:tw-translate-y-1\/2{
    --tw-translate-y:50%
  }

  .sm\:tw-translate-y-1\/3{
    --tw-translate-y:33.333333%
  }

  .sm\:tw-translate-y-2\/3{
    --tw-translate-y:66.666667%
  }

  .sm\:tw-translate-y-1\/4{
    --tw-translate-y:25%
  }

  .sm\:tw-translate-y-2\/4{
    --tw-translate-y:50%
  }

  .sm\:tw-translate-y-3\/4{
    --tw-translate-y:75%
  }

  .sm\:tw-translate-y-full{
    --tw-translate-y:100%
  }

  .sm\:tw--translate-y-1\/2{
    --tw-translate-y:-50%
  }

  .sm\:tw--translate-y-1\/3{
    --tw-translate-y:-33.333333%
  }

  .sm\:tw--translate-y-2\/3{
    --tw-translate-y:-66.666667%
  }

  .sm\:tw--translate-y-1\/4{
    --tw-translate-y:-25%
  }

  .sm\:tw--translate-y-2\/4{
    --tw-translate-y:-50%
  }

  .sm\:tw--translate-y-3\/4{
    --tw-translate-y:-75%
  }

  .sm\:tw--translate-y-full{
    --tw-translate-y:-100%
  }

  .sm\:hover\:tw-translate-x-0:hover{
    --tw-translate-x:0px
  }

  .sm\:hover\:tw-translate-x-1:hover{
    --tw-translate-x:0.25rem
  }

  .sm\:hover\:tw-translate-x-2:hover{
    --tw-translate-x:0.5rem
  }

  .sm\:hover\:tw-translate-x-3:hover{
    --tw-translate-x:0.75rem
  }

  .sm\:hover\:tw-translate-x-4:hover{
    --tw-translate-x:1rem
  }

  .sm\:hover\:tw-translate-x-5:hover{
    --tw-translate-x:1.25rem
  }

  .sm\:hover\:tw-translate-x-6:hover{
    --tw-translate-x:1.5rem
  }

  .sm\:hover\:tw-translate-x-7:hover{
    --tw-translate-x:1.75rem
  }

  .sm\:hover\:tw-translate-x-8:hover{
    --tw-translate-x:2rem
  }

  .sm\:hover\:tw-translate-x-9:hover{
    --tw-translate-x:2.25rem
  }

  .sm\:hover\:tw-translate-x-10:hover{
    --tw-translate-x:2.5rem
  }

  .sm\:hover\:tw-translate-x-11:hover{
    --tw-translate-x:2.75rem
  }

  .sm\:hover\:tw-translate-x-12:hover{
    --tw-translate-x:3rem
  }

  .sm\:hover\:tw-translate-x-14:hover{
    --tw-translate-x:3.5rem
  }

  .sm\:hover\:tw-translate-x-16:hover{
    --tw-translate-x:4rem
  }

  .sm\:hover\:tw-translate-x-20:hover{
    --tw-translate-x:5rem
  }

  .sm\:hover\:tw-translate-x-24:hover{
    --tw-translate-x:6rem
  }

  .sm\:hover\:tw-translate-x-28:hover{
    --tw-translate-x:7rem
  }

  .sm\:hover\:tw-translate-x-32:hover{
    --tw-translate-x:8rem
  }

  .sm\:hover\:tw-translate-x-36:hover{
    --tw-translate-x:9rem
  }

  .sm\:hover\:tw-translate-x-40:hover{
    --tw-translate-x:10rem
  }

  .sm\:hover\:tw-translate-x-44:hover{
    --tw-translate-x:11rem
  }

  .sm\:hover\:tw-translate-x-48:hover{
    --tw-translate-x:12rem
  }

  .sm\:hover\:tw-translate-x-52:hover{
    --tw-translate-x:13rem
  }

  .sm\:hover\:tw-translate-x-56:hover{
    --tw-translate-x:14rem
  }

  .sm\:hover\:tw-translate-x-60:hover{
    --tw-translate-x:15rem
  }

  .sm\:hover\:tw-translate-x-64:hover{
    --tw-translate-x:16rem
  }

  .sm\:hover\:tw-translate-x-72:hover{
    --tw-translate-x:18rem
  }

  .sm\:hover\:tw-translate-x-80:hover{
    --tw-translate-x:20rem
  }

  .sm\:hover\:tw-translate-x-96:hover{
    --tw-translate-x:24rem
  }

  .sm\:hover\:tw-translate-x-px:hover{
    --tw-translate-x:1px
  }

  .sm\:hover\:tw-translate-x-0\.5:hover{
    --tw-translate-x:0.125rem
  }

  .sm\:hover\:tw-translate-x-1\.5:hover{
    --tw-translate-x:0.375rem
  }

  .sm\:hover\:tw-translate-x-2\.5:hover{
    --tw-translate-x:0.625rem
  }

  .sm\:hover\:tw-translate-x-3\.5:hover{
    --tw-translate-x:0.875rem
  }

  .sm\:hover\:tw--translate-x-0:hover{
    --tw-translate-x:0px
  }

  .sm\:hover\:tw--translate-x-1:hover{
    --tw-translate-x:-0.25rem
  }

  .sm\:hover\:tw--translate-x-2:hover{
    --tw-translate-x:-0.5rem
  }

  .sm\:hover\:tw--translate-x-3:hover{
    --tw-translate-x:-0.75rem
  }

  .sm\:hover\:tw--translate-x-4:hover{
    --tw-translate-x:-1rem
  }

  .sm\:hover\:tw--translate-x-5:hover{
    --tw-translate-x:-1.25rem
  }

  .sm\:hover\:tw--translate-x-6:hover{
    --tw-translate-x:-1.5rem
  }

  .sm\:hover\:tw--translate-x-7:hover{
    --tw-translate-x:-1.75rem
  }

  .sm\:hover\:tw--translate-x-8:hover{
    --tw-translate-x:-2rem
  }

  .sm\:hover\:tw--translate-x-9:hover{
    --tw-translate-x:-2.25rem
  }

  .sm\:hover\:tw--translate-x-10:hover{
    --tw-translate-x:-2.5rem
  }

  .sm\:hover\:tw--translate-x-11:hover{
    --tw-translate-x:-2.75rem
  }

  .sm\:hover\:tw--translate-x-12:hover{
    --tw-translate-x:-3rem
  }

  .sm\:hover\:tw--translate-x-14:hover{
    --tw-translate-x:-3.5rem
  }

  .sm\:hover\:tw--translate-x-16:hover{
    --tw-translate-x:-4rem
  }

  .sm\:hover\:tw--translate-x-20:hover{
    --tw-translate-x:-5rem
  }

  .sm\:hover\:tw--translate-x-24:hover{
    --tw-translate-x:-6rem
  }

  .sm\:hover\:tw--translate-x-28:hover{
    --tw-translate-x:-7rem
  }

  .sm\:hover\:tw--translate-x-32:hover{
    --tw-translate-x:-8rem
  }

  .sm\:hover\:tw--translate-x-36:hover{
    --tw-translate-x:-9rem
  }

  .sm\:hover\:tw--translate-x-40:hover{
    --tw-translate-x:-10rem
  }

  .sm\:hover\:tw--translate-x-44:hover{
    --tw-translate-x:-11rem
  }

  .sm\:hover\:tw--translate-x-48:hover{
    --tw-translate-x:-12rem
  }

  .sm\:hover\:tw--translate-x-52:hover{
    --tw-translate-x:-13rem
  }

  .sm\:hover\:tw--translate-x-56:hover{
    --tw-translate-x:-14rem
  }

  .sm\:hover\:tw--translate-x-60:hover{
    --tw-translate-x:-15rem
  }

  .sm\:hover\:tw--translate-x-64:hover{
    --tw-translate-x:-16rem
  }

  .sm\:hover\:tw--translate-x-72:hover{
    --tw-translate-x:-18rem
  }

  .sm\:hover\:tw--translate-x-80:hover{
    --tw-translate-x:-20rem
  }

  .sm\:hover\:tw--translate-x-96:hover{
    --tw-translate-x:-24rem
  }

  .sm\:hover\:tw--translate-x-px:hover{
    --tw-translate-x:-1px
  }

  .sm\:hover\:tw--translate-x-0\.5:hover{
    --tw-translate-x:-0.125rem
  }

  .sm\:hover\:tw--translate-x-1\.5:hover{
    --tw-translate-x:-0.375rem
  }

  .sm\:hover\:tw--translate-x-2\.5:hover{
    --tw-translate-x:-0.625rem
  }

  .sm\:hover\:tw--translate-x-3\.5:hover{
    --tw-translate-x:-0.875rem
  }

  .sm\:hover\:tw-translate-x-1\/2:hover{
    --tw-translate-x:50%
  }

  .sm\:hover\:tw-translate-x-1\/3:hover{
    --tw-translate-x:33.333333%
  }

  .sm\:hover\:tw-translate-x-2\/3:hover{
    --tw-translate-x:66.666667%
  }

  .sm\:hover\:tw-translate-x-1\/4:hover{
    --tw-translate-x:25%
  }

  .sm\:hover\:tw-translate-x-2\/4:hover{
    --tw-translate-x:50%
  }

  .sm\:hover\:tw-translate-x-3\/4:hover{
    --tw-translate-x:75%
  }

  .sm\:hover\:tw-translate-x-full:hover{
    --tw-translate-x:100%
  }

  .sm\:hover\:tw--translate-x-1\/2:hover{
    --tw-translate-x:-50%
  }

  .sm\:hover\:tw--translate-x-1\/3:hover{
    --tw-translate-x:-33.333333%
  }

  .sm\:hover\:tw--translate-x-2\/3:hover{
    --tw-translate-x:-66.666667%
  }

  .sm\:hover\:tw--translate-x-1\/4:hover{
    --tw-translate-x:-25%
  }

  .sm\:hover\:tw--translate-x-2\/4:hover{
    --tw-translate-x:-50%
  }

  .sm\:hover\:tw--translate-x-3\/4:hover{
    --tw-translate-x:-75%
  }

  .sm\:hover\:tw--translate-x-full:hover{
    --tw-translate-x:-100%
  }

  .sm\:hover\:tw-translate-y-0:hover{
    --tw-translate-y:0px
  }

  .sm\:hover\:tw-translate-y-1:hover{
    --tw-translate-y:0.25rem
  }

  .sm\:hover\:tw-translate-y-2:hover{
    --tw-translate-y:0.5rem
  }

  .sm\:hover\:tw-translate-y-3:hover{
    --tw-translate-y:0.75rem
  }

  .sm\:hover\:tw-translate-y-4:hover{
    --tw-translate-y:1rem
  }

  .sm\:hover\:tw-translate-y-5:hover{
    --tw-translate-y:1.25rem
  }

  .sm\:hover\:tw-translate-y-6:hover{
    --tw-translate-y:1.5rem
  }

  .sm\:hover\:tw-translate-y-7:hover{
    --tw-translate-y:1.75rem
  }

  .sm\:hover\:tw-translate-y-8:hover{
    --tw-translate-y:2rem
  }

  .sm\:hover\:tw-translate-y-9:hover{
    --tw-translate-y:2.25rem
  }

  .sm\:hover\:tw-translate-y-10:hover{
    --tw-translate-y:2.5rem
  }

  .sm\:hover\:tw-translate-y-11:hover{
    --tw-translate-y:2.75rem
  }

  .sm\:hover\:tw-translate-y-12:hover{
    --tw-translate-y:3rem
  }

  .sm\:hover\:tw-translate-y-14:hover{
    --tw-translate-y:3.5rem
  }

  .sm\:hover\:tw-translate-y-16:hover{
    --tw-translate-y:4rem
  }

  .sm\:hover\:tw-translate-y-20:hover{
    --tw-translate-y:5rem
  }

  .sm\:hover\:tw-translate-y-24:hover{
    --tw-translate-y:6rem
  }

  .sm\:hover\:tw-translate-y-28:hover{
    --tw-translate-y:7rem
  }

  .sm\:hover\:tw-translate-y-32:hover{
    --tw-translate-y:8rem
  }

  .sm\:hover\:tw-translate-y-36:hover{
    --tw-translate-y:9rem
  }

  .sm\:hover\:tw-translate-y-40:hover{
    --tw-translate-y:10rem
  }

  .sm\:hover\:tw-translate-y-44:hover{
    --tw-translate-y:11rem
  }

  .sm\:hover\:tw-translate-y-48:hover{
    --tw-translate-y:12rem
  }

  .sm\:hover\:tw-translate-y-52:hover{
    --tw-translate-y:13rem
  }

  .sm\:hover\:tw-translate-y-56:hover{
    --tw-translate-y:14rem
  }

  .sm\:hover\:tw-translate-y-60:hover{
    --tw-translate-y:15rem
  }

  .sm\:hover\:tw-translate-y-64:hover{
    --tw-translate-y:16rem
  }

  .sm\:hover\:tw-translate-y-72:hover{
    --tw-translate-y:18rem
  }

  .sm\:hover\:tw-translate-y-80:hover{
    --tw-translate-y:20rem
  }

  .sm\:hover\:tw-translate-y-96:hover{
    --tw-translate-y:24rem
  }

  .sm\:hover\:tw-translate-y-px:hover{
    --tw-translate-y:1px
  }

  .sm\:hover\:tw-translate-y-0\.5:hover{
    --tw-translate-y:0.125rem
  }

  .sm\:hover\:tw-translate-y-1\.5:hover{
    --tw-translate-y:0.375rem
  }

  .sm\:hover\:tw-translate-y-2\.5:hover{
    --tw-translate-y:0.625rem
  }

  .sm\:hover\:tw-translate-y-3\.5:hover{
    --tw-translate-y:0.875rem
  }

  .sm\:hover\:tw--translate-y-0:hover{
    --tw-translate-y:0px
  }

  .sm\:hover\:tw--translate-y-1:hover{
    --tw-translate-y:-0.25rem
  }

  .sm\:hover\:tw--translate-y-2:hover{
    --tw-translate-y:-0.5rem
  }

  .sm\:hover\:tw--translate-y-3:hover{
    --tw-translate-y:-0.75rem
  }

  .sm\:hover\:tw--translate-y-4:hover{
    --tw-translate-y:-1rem
  }

  .sm\:hover\:tw--translate-y-5:hover{
    --tw-translate-y:-1.25rem
  }

  .sm\:hover\:tw--translate-y-6:hover{
    --tw-translate-y:-1.5rem
  }

  .sm\:hover\:tw--translate-y-7:hover{
    --tw-translate-y:-1.75rem
  }

  .sm\:hover\:tw--translate-y-8:hover{
    --tw-translate-y:-2rem
  }

  .sm\:hover\:tw--translate-y-9:hover{
    --tw-translate-y:-2.25rem
  }

  .sm\:hover\:tw--translate-y-10:hover{
    --tw-translate-y:-2.5rem
  }

  .sm\:hover\:tw--translate-y-11:hover{
    --tw-translate-y:-2.75rem
  }

  .sm\:hover\:tw--translate-y-12:hover{
    --tw-translate-y:-3rem
  }

  .sm\:hover\:tw--translate-y-14:hover{
    --tw-translate-y:-3.5rem
  }

  .sm\:hover\:tw--translate-y-16:hover{
    --tw-translate-y:-4rem
  }

  .sm\:hover\:tw--translate-y-20:hover{
    --tw-translate-y:-5rem
  }

  .sm\:hover\:tw--translate-y-24:hover{
    --tw-translate-y:-6rem
  }

  .sm\:hover\:tw--translate-y-28:hover{
    --tw-translate-y:-7rem
  }

  .sm\:hover\:tw--translate-y-32:hover{
    --tw-translate-y:-8rem
  }

  .sm\:hover\:tw--translate-y-36:hover{
    --tw-translate-y:-9rem
  }

  .sm\:hover\:tw--translate-y-40:hover{
    --tw-translate-y:-10rem
  }

  .sm\:hover\:tw--translate-y-44:hover{
    --tw-translate-y:-11rem
  }

  .sm\:hover\:tw--translate-y-48:hover{
    --tw-translate-y:-12rem
  }

  .sm\:hover\:tw--translate-y-52:hover{
    --tw-translate-y:-13rem
  }

  .sm\:hover\:tw--translate-y-56:hover{
    --tw-translate-y:-14rem
  }

  .sm\:hover\:tw--translate-y-60:hover{
    --tw-translate-y:-15rem
  }

  .sm\:hover\:tw--translate-y-64:hover{
    --tw-translate-y:-16rem
  }

  .sm\:hover\:tw--translate-y-72:hover{
    --tw-translate-y:-18rem
  }

  .sm\:hover\:tw--translate-y-80:hover{
    --tw-translate-y:-20rem
  }

  .sm\:hover\:tw--translate-y-96:hover{
    --tw-translate-y:-24rem
  }

  .sm\:hover\:tw--translate-y-px:hover{
    --tw-translate-y:-1px
  }

  .sm\:hover\:tw--translate-y-0\.5:hover{
    --tw-translate-y:-0.125rem
  }

  .sm\:hover\:tw--translate-y-1\.5:hover{
    --tw-translate-y:-0.375rem
  }

  .sm\:hover\:tw--translate-y-2\.5:hover{
    --tw-translate-y:-0.625rem
  }

  .sm\:hover\:tw--translate-y-3\.5:hover{
    --tw-translate-y:-0.875rem
  }

  .sm\:hover\:tw-translate-y-1\/2:hover{
    --tw-translate-y:50%
  }

  .sm\:hover\:tw-translate-y-1\/3:hover{
    --tw-translate-y:33.333333%
  }

  .sm\:hover\:tw-translate-y-2\/3:hover{
    --tw-translate-y:66.666667%
  }

  .sm\:hover\:tw-translate-y-1\/4:hover{
    --tw-translate-y:25%
  }

  .sm\:hover\:tw-translate-y-2\/4:hover{
    --tw-translate-y:50%
  }

  .sm\:hover\:tw-translate-y-3\/4:hover{
    --tw-translate-y:75%
  }

  .sm\:hover\:tw-translate-y-full:hover{
    --tw-translate-y:100%
  }

  .sm\:hover\:tw--translate-y-1\/2:hover{
    --tw-translate-y:-50%
  }

  .sm\:hover\:tw--translate-y-1\/3:hover{
    --tw-translate-y:-33.333333%
  }

  .sm\:hover\:tw--translate-y-2\/3:hover{
    --tw-translate-y:-66.666667%
  }

  .sm\:hover\:tw--translate-y-1\/4:hover{
    --tw-translate-y:-25%
  }

  .sm\:hover\:tw--translate-y-2\/4:hover{
    --tw-translate-y:-50%
  }

  .sm\:hover\:tw--translate-y-3\/4:hover{
    --tw-translate-y:-75%
  }

  .sm\:hover\:tw--translate-y-full:hover{
    --tw-translate-y:-100%
  }

  .sm\:focus\:tw-translate-x-0:focus{
    --tw-translate-x:0px
  }

  .sm\:focus\:tw-translate-x-1:focus{
    --tw-translate-x:0.25rem
  }

  .sm\:focus\:tw-translate-x-2:focus{
    --tw-translate-x:0.5rem
  }

  .sm\:focus\:tw-translate-x-3:focus{
    --tw-translate-x:0.75rem
  }

  .sm\:focus\:tw-translate-x-4:focus{
    --tw-translate-x:1rem
  }

  .sm\:focus\:tw-translate-x-5:focus{
    --tw-translate-x:1.25rem
  }

  .sm\:focus\:tw-translate-x-6:focus{
    --tw-translate-x:1.5rem
  }

  .sm\:focus\:tw-translate-x-7:focus{
    --tw-translate-x:1.75rem
  }

  .sm\:focus\:tw-translate-x-8:focus{
    --tw-translate-x:2rem
  }

  .sm\:focus\:tw-translate-x-9:focus{
    --tw-translate-x:2.25rem
  }

  .sm\:focus\:tw-translate-x-10:focus{
    --tw-translate-x:2.5rem
  }

  .sm\:focus\:tw-translate-x-11:focus{
    --tw-translate-x:2.75rem
  }

  .sm\:focus\:tw-translate-x-12:focus{
    --tw-translate-x:3rem
  }

  .sm\:focus\:tw-translate-x-14:focus{
    --tw-translate-x:3.5rem
  }

  .sm\:focus\:tw-translate-x-16:focus{
    --tw-translate-x:4rem
  }

  .sm\:focus\:tw-translate-x-20:focus{
    --tw-translate-x:5rem
  }

  .sm\:focus\:tw-translate-x-24:focus{
    --tw-translate-x:6rem
  }

  .sm\:focus\:tw-translate-x-28:focus{
    --tw-translate-x:7rem
  }

  .sm\:focus\:tw-translate-x-32:focus{
    --tw-translate-x:8rem
  }

  .sm\:focus\:tw-translate-x-36:focus{
    --tw-translate-x:9rem
  }

  .sm\:focus\:tw-translate-x-40:focus{
    --tw-translate-x:10rem
  }

  .sm\:focus\:tw-translate-x-44:focus{
    --tw-translate-x:11rem
  }

  .sm\:focus\:tw-translate-x-48:focus{
    --tw-translate-x:12rem
  }

  .sm\:focus\:tw-translate-x-52:focus{
    --tw-translate-x:13rem
  }

  .sm\:focus\:tw-translate-x-56:focus{
    --tw-translate-x:14rem
  }

  .sm\:focus\:tw-translate-x-60:focus{
    --tw-translate-x:15rem
  }

  .sm\:focus\:tw-translate-x-64:focus{
    --tw-translate-x:16rem
  }

  .sm\:focus\:tw-translate-x-72:focus{
    --tw-translate-x:18rem
  }

  .sm\:focus\:tw-translate-x-80:focus{
    --tw-translate-x:20rem
  }

  .sm\:focus\:tw-translate-x-96:focus{
    --tw-translate-x:24rem
  }

  .sm\:focus\:tw-translate-x-px:focus{
    --tw-translate-x:1px
  }

  .sm\:focus\:tw-translate-x-0\.5:focus{
    --tw-translate-x:0.125rem
  }

  .sm\:focus\:tw-translate-x-1\.5:focus{
    --tw-translate-x:0.375rem
  }

  .sm\:focus\:tw-translate-x-2\.5:focus{
    --tw-translate-x:0.625rem
  }

  .sm\:focus\:tw-translate-x-3\.5:focus{
    --tw-translate-x:0.875rem
  }

  .sm\:focus\:tw--translate-x-0:focus{
    --tw-translate-x:0px
  }

  .sm\:focus\:tw--translate-x-1:focus{
    --tw-translate-x:-0.25rem
  }

  .sm\:focus\:tw--translate-x-2:focus{
    --tw-translate-x:-0.5rem
  }

  .sm\:focus\:tw--translate-x-3:focus{
    --tw-translate-x:-0.75rem
  }

  .sm\:focus\:tw--translate-x-4:focus{
    --tw-translate-x:-1rem
  }

  .sm\:focus\:tw--translate-x-5:focus{
    --tw-translate-x:-1.25rem
  }

  .sm\:focus\:tw--translate-x-6:focus{
    --tw-translate-x:-1.5rem
  }

  .sm\:focus\:tw--translate-x-7:focus{
    --tw-translate-x:-1.75rem
  }

  .sm\:focus\:tw--translate-x-8:focus{
    --tw-translate-x:-2rem
  }

  .sm\:focus\:tw--translate-x-9:focus{
    --tw-translate-x:-2.25rem
  }

  .sm\:focus\:tw--translate-x-10:focus{
    --tw-translate-x:-2.5rem
  }

  .sm\:focus\:tw--translate-x-11:focus{
    --tw-translate-x:-2.75rem
  }

  .sm\:focus\:tw--translate-x-12:focus{
    --tw-translate-x:-3rem
  }

  .sm\:focus\:tw--translate-x-14:focus{
    --tw-translate-x:-3.5rem
  }

  .sm\:focus\:tw--translate-x-16:focus{
    --tw-translate-x:-4rem
  }

  .sm\:focus\:tw--translate-x-20:focus{
    --tw-translate-x:-5rem
  }

  .sm\:focus\:tw--translate-x-24:focus{
    --tw-translate-x:-6rem
  }

  .sm\:focus\:tw--translate-x-28:focus{
    --tw-translate-x:-7rem
  }

  .sm\:focus\:tw--translate-x-32:focus{
    --tw-translate-x:-8rem
  }

  .sm\:focus\:tw--translate-x-36:focus{
    --tw-translate-x:-9rem
  }

  .sm\:focus\:tw--translate-x-40:focus{
    --tw-translate-x:-10rem
  }

  .sm\:focus\:tw--translate-x-44:focus{
    --tw-translate-x:-11rem
  }

  .sm\:focus\:tw--translate-x-48:focus{
    --tw-translate-x:-12rem
  }

  .sm\:focus\:tw--translate-x-52:focus{
    --tw-translate-x:-13rem
  }

  .sm\:focus\:tw--translate-x-56:focus{
    --tw-translate-x:-14rem
  }

  .sm\:focus\:tw--translate-x-60:focus{
    --tw-translate-x:-15rem
  }

  .sm\:focus\:tw--translate-x-64:focus{
    --tw-translate-x:-16rem
  }

  .sm\:focus\:tw--translate-x-72:focus{
    --tw-translate-x:-18rem
  }

  .sm\:focus\:tw--translate-x-80:focus{
    --tw-translate-x:-20rem
  }

  .sm\:focus\:tw--translate-x-96:focus{
    --tw-translate-x:-24rem
  }

  .sm\:focus\:tw--translate-x-px:focus{
    --tw-translate-x:-1px
  }

  .sm\:focus\:tw--translate-x-0\.5:focus{
    --tw-translate-x:-0.125rem
  }

  .sm\:focus\:tw--translate-x-1\.5:focus{
    --tw-translate-x:-0.375rem
  }

  .sm\:focus\:tw--translate-x-2\.5:focus{
    --tw-translate-x:-0.625rem
  }

  .sm\:focus\:tw--translate-x-3\.5:focus{
    --tw-translate-x:-0.875rem
  }

  .sm\:focus\:tw-translate-x-1\/2:focus{
    --tw-translate-x:50%
  }

  .sm\:focus\:tw-translate-x-1\/3:focus{
    --tw-translate-x:33.333333%
  }

  .sm\:focus\:tw-translate-x-2\/3:focus{
    --tw-translate-x:66.666667%
  }

  .sm\:focus\:tw-translate-x-1\/4:focus{
    --tw-translate-x:25%
  }

  .sm\:focus\:tw-translate-x-2\/4:focus{
    --tw-translate-x:50%
  }

  .sm\:focus\:tw-translate-x-3\/4:focus{
    --tw-translate-x:75%
  }

  .sm\:focus\:tw-translate-x-full:focus{
    --tw-translate-x:100%
  }

  .sm\:focus\:tw--translate-x-1\/2:focus{
    --tw-translate-x:-50%
  }

  .sm\:focus\:tw--translate-x-1\/3:focus{
    --tw-translate-x:-33.333333%
  }

  .sm\:focus\:tw--translate-x-2\/3:focus{
    --tw-translate-x:-66.666667%
  }

  .sm\:focus\:tw--translate-x-1\/4:focus{
    --tw-translate-x:-25%
  }

  .sm\:focus\:tw--translate-x-2\/4:focus{
    --tw-translate-x:-50%
  }

  .sm\:focus\:tw--translate-x-3\/4:focus{
    --tw-translate-x:-75%
  }

  .sm\:focus\:tw--translate-x-full:focus{
    --tw-translate-x:-100%
  }

  .sm\:focus\:tw-translate-y-0:focus{
    --tw-translate-y:0px
  }

  .sm\:focus\:tw-translate-y-1:focus{
    --tw-translate-y:0.25rem
  }

  .sm\:focus\:tw-translate-y-2:focus{
    --tw-translate-y:0.5rem
  }

  .sm\:focus\:tw-translate-y-3:focus{
    --tw-translate-y:0.75rem
  }

  .sm\:focus\:tw-translate-y-4:focus{
    --tw-translate-y:1rem
  }

  .sm\:focus\:tw-translate-y-5:focus{
    --tw-translate-y:1.25rem
  }

  .sm\:focus\:tw-translate-y-6:focus{
    --tw-translate-y:1.5rem
  }

  .sm\:focus\:tw-translate-y-7:focus{
    --tw-translate-y:1.75rem
  }

  .sm\:focus\:tw-translate-y-8:focus{
    --tw-translate-y:2rem
  }

  .sm\:focus\:tw-translate-y-9:focus{
    --tw-translate-y:2.25rem
  }

  .sm\:focus\:tw-translate-y-10:focus{
    --tw-translate-y:2.5rem
  }

  .sm\:focus\:tw-translate-y-11:focus{
    --tw-translate-y:2.75rem
  }

  .sm\:focus\:tw-translate-y-12:focus{
    --tw-translate-y:3rem
  }

  .sm\:focus\:tw-translate-y-14:focus{
    --tw-translate-y:3.5rem
  }

  .sm\:focus\:tw-translate-y-16:focus{
    --tw-translate-y:4rem
  }

  .sm\:focus\:tw-translate-y-20:focus{
    --tw-translate-y:5rem
  }

  .sm\:focus\:tw-translate-y-24:focus{
    --tw-translate-y:6rem
  }

  .sm\:focus\:tw-translate-y-28:focus{
    --tw-translate-y:7rem
  }

  .sm\:focus\:tw-translate-y-32:focus{
    --tw-translate-y:8rem
  }

  .sm\:focus\:tw-translate-y-36:focus{
    --tw-translate-y:9rem
  }

  .sm\:focus\:tw-translate-y-40:focus{
    --tw-translate-y:10rem
  }

  .sm\:focus\:tw-translate-y-44:focus{
    --tw-translate-y:11rem
  }

  .sm\:focus\:tw-translate-y-48:focus{
    --tw-translate-y:12rem
  }

  .sm\:focus\:tw-translate-y-52:focus{
    --tw-translate-y:13rem
  }

  .sm\:focus\:tw-translate-y-56:focus{
    --tw-translate-y:14rem
  }

  .sm\:focus\:tw-translate-y-60:focus{
    --tw-translate-y:15rem
  }

  .sm\:focus\:tw-translate-y-64:focus{
    --tw-translate-y:16rem
  }

  .sm\:focus\:tw-translate-y-72:focus{
    --tw-translate-y:18rem
  }

  .sm\:focus\:tw-translate-y-80:focus{
    --tw-translate-y:20rem
  }

  .sm\:focus\:tw-translate-y-96:focus{
    --tw-translate-y:24rem
  }

  .sm\:focus\:tw-translate-y-px:focus{
    --tw-translate-y:1px
  }

  .sm\:focus\:tw-translate-y-0\.5:focus{
    --tw-translate-y:0.125rem
  }

  .sm\:focus\:tw-translate-y-1\.5:focus{
    --tw-translate-y:0.375rem
  }

  .sm\:focus\:tw-translate-y-2\.5:focus{
    --tw-translate-y:0.625rem
  }

  .sm\:focus\:tw-translate-y-3\.5:focus{
    --tw-translate-y:0.875rem
  }

  .sm\:focus\:tw--translate-y-0:focus{
    --tw-translate-y:0px
  }

  .sm\:focus\:tw--translate-y-1:focus{
    --tw-translate-y:-0.25rem
  }

  .sm\:focus\:tw--translate-y-2:focus{
    --tw-translate-y:-0.5rem
  }

  .sm\:focus\:tw--translate-y-3:focus{
    --tw-translate-y:-0.75rem
  }

  .sm\:focus\:tw--translate-y-4:focus{
    --tw-translate-y:-1rem
  }

  .sm\:focus\:tw--translate-y-5:focus{
    --tw-translate-y:-1.25rem
  }

  .sm\:focus\:tw--translate-y-6:focus{
    --tw-translate-y:-1.5rem
  }

  .sm\:focus\:tw--translate-y-7:focus{
    --tw-translate-y:-1.75rem
  }

  .sm\:focus\:tw--translate-y-8:focus{
    --tw-translate-y:-2rem
  }

  .sm\:focus\:tw--translate-y-9:focus{
    --tw-translate-y:-2.25rem
  }

  .sm\:focus\:tw--translate-y-10:focus{
    --tw-translate-y:-2.5rem
  }

  .sm\:focus\:tw--translate-y-11:focus{
    --tw-translate-y:-2.75rem
  }

  .sm\:focus\:tw--translate-y-12:focus{
    --tw-translate-y:-3rem
  }

  .sm\:focus\:tw--translate-y-14:focus{
    --tw-translate-y:-3.5rem
  }

  .sm\:focus\:tw--translate-y-16:focus{
    --tw-translate-y:-4rem
  }

  .sm\:focus\:tw--translate-y-20:focus{
    --tw-translate-y:-5rem
  }

  .sm\:focus\:tw--translate-y-24:focus{
    --tw-translate-y:-6rem
  }

  .sm\:focus\:tw--translate-y-28:focus{
    --tw-translate-y:-7rem
  }

  .sm\:focus\:tw--translate-y-32:focus{
    --tw-translate-y:-8rem
  }

  .sm\:focus\:tw--translate-y-36:focus{
    --tw-translate-y:-9rem
  }

  .sm\:focus\:tw--translate-y-40:focus{
    --tw-translate-y:-10rem
  }

  .sm\:focus\:tw--translate-y-44:focus{
    --tw-translate-y:-11rem
  }

  .sm\:focus\:tw--translate-y-48:focus{
    --tw-translate-y:-12rem
  }

  .sm\:focus\:tw--translate-y-52:focus{
    --tw-translate-y:-13rem
  }

  .sm\:focus\:tw--translate-y-56:focus{
    --tw-translate-y:-14rem
  }

  .sm\:focus\:tw--translate-y-60:focus{
    --tw-translate-y:-15rem
  }

  .sm\:focus\:tw--translate-y-64:focus{
    --tw-translate-y:-16rem
  }

  .sm\:focus\:tw--translate-y-72:focus{
    --tw-translate-y:-18rem
  }

  .sm\:focus\:tw--translate-y-80:focus{
    --tw-translate-y:-20rem
  }

  .sm\:focus\:tw--translate-y-96:focus{
    --tw-translate-y:-24rem
  }

  .sm\:focus\:tw--translate-y-px:focus{
    --tw-translate-y:-1px
  }

  .sm\:focus\:tw--translate-y-0\.5:focus{
    --tw-translate-y:-0.125rem
  }

  .sm\:focus\:tw--translate-y-1\.5:focus{
    --tw-translate-y:-0.375rem
  }

  .sm\:focus\:tw--translate-y-2\.5:focus{
    --tw-translate-y:-0.625rem
  }

  .sm\:focus\:tw--translate-y-3\.5:focus{
    --tw-translate-y:-0.875rem
  }

  .sm\:focus\:tw-translate-y-1\/2:focus{
    --tw-translate-y:50%
  }

  .sm\:focus\:tw-translate-y-1\/3:focus{
    --tw-translate-y:33.333333%
  }

  .sm\:focus\:tw-translate-y-2\/3:focus{
    --tw-translate-y:66.666667%
  }

  .sm\:focus\:tw-translate-y-1\/4:focus{
    --tw-translate-y:25%
  }

  .sm\:focus\:tw-translate-y-2\/4:focus{
    --tw-translate-y:50%
  }

  .sm\:focus\:tw-translate-y-3\/4:focus{
    --tw-translate-y:75%
  }

  .sm\:focus\:tw-translate-y-full:focus{
    --tw-translate-y:100%
  }

  .sm\:focus\:tw--translate-y-1\/2:focus{
    --tw-translate-y:-50%
  }

  .sm\:focus\:tw--translate-y-1\/3:focus{
    --tw-translate-y:-33.333333%
  }

  .sm\:focus\:tw--translate-y-2\/3:focus{
    --tw-translate-y:-66.666667%
  }

  .sm\:focus\:tw--translate-y-1\/4:focus{
    --tw-translate-y:-25%
  }

  .sm\:focus\:tw--translate-y-2\/4:focus{
    --tw-translate-y:-50%
  }

  .sm\:focus\:tw--translate-y-3\/4:focus{
    --tw-translate-y:-75%
  }

  .sm\:focus\:tw--translate-y-full:focus{
    --tw-translate-y:-100%
  }

  .sm\:tw-rotate-0{
    --tw-rotate:0deg
  }

  .sm\:tw-rotate-1{
    --tw-rotate:1deg
  }

  .sm\:tw-rotate-2{
    --tw-rotate:2deg
  }

  .sm\:tw-rotate-3{
    --tw-rotate:3deg
  }

  .sm\:tw-rotate-6{
    --tw-rotate:6deg
  }

  .sm\:tw-rotate-12{
    --tw-rotate:12deg
  }

  .sm\:tw-rotate-45{
    --tw-rotate:45deg
  }

  .sm\:tw-rotate-90{
    --tw-rotate:90deg
  }

  .sm\:tw-rotate-180{
    --tw-rotate:180deg
  }

  .sm\:tw--rotate-180{
    --tw-rotate:-180deg
  }

  .sm\:tw--rotate-90{
    --tw-rotate:-90deg
  }

  .sm\:tw--rotate-45{
    --tw-rotate:-45deg
  }

  .sm\:tw--rotate-12{
    --tw-rotate:-12deg
  }

  .sm\:tw--rotate-6{
    --tw-rotate:-6deg
  }

  .sm\:tw--rotate-3{
    --tw-rotate:-3deg
  }

  .sm\:tw--rotate-2{
    --tw-rotate:-2deg
  }

  .sm\:tw--rotate-1{
    --tw-rotate:-1deg
  }

  .sm\:hover\:tw-rotate-0:hover{
    --tw-rotate:0deg
  }

  .sm\:hover\:tw-rotate-1:hover{
    --tw-rotate:1deg
  }

  .sm\:hover\:tw-rotate-2:hover{
    --tw-rotate:2deg
  }

  .sm\:hover\:tw-rotate-3:hover{
    --tw-rotate:3deg
  }

  .sm\:hover\:tw-rotate-6:hover{
    --tw-rotate:6deg
  }

  .sm\:hover\:tw-rotate-12:hover{
    --tw-rotate:12deg
  }

  .sm\:hover\:tw-rotate-45:hover{
    --tw-rotate:45deg
  }

  .sm\:hover\:tw-rotate-90:hover{
    --tw-rotate:90deg
  }

  .sm\:hover\:tw-rotate-180:hover{
    --tw-rotate:180deg
  }

  .sm\:hover\:tw--rotate-180:hover{
    --tw-rotate:-180deg
  }

  .sm\:hover\:tw--rotate-90:hover{
    --tw-rotate:-90deg
  }

  .sm\:hover\:tw--rotate-45:hover{
    --tw-rotate:-45deg
  }

  .sm\:hover\:tw--rotate-12:hover{
    --tw-rotate:-12deg
  }

  .sm\:hover\:tw--rotate-6:hover{
    --tw-rotate:-6deg
  }

  .sm\:hover\:tw--rotate-3:hover{
    --tw-rotate:-3deg
  }

  .sm\:hover\:tw--rotate-2:hover{
    --tw-rotate:-2deg
  }

  .sm\:hover\:tw--rotate-1:hover{
    --tw-rotate:-1deg
  }

  .sm\:focus\:tw-rotate-0:focus{
    --tw-rotate:0deg
  }

  .sm\:focus\:tw-rotate-1:focus{
    --tw-rotate:1deg
  }

  .sm\:focus\:tw-rotate-2:focus{
    --tw-rotate:2deg
  }

  .sm\:focus\:tw-rotate-3:focus{
    --tw-rotate:3deg
  }

  .sm\:focus\:tw-rotate-6:focus{
    --tw-rotate:6deg
  }

  .sm\:focus\:tw-rotate-12:focus{
    --tw-rotate:12deg
  }

  .sm\:focus\:tw-rotate-45:focus{
    --tw-rotate:45deg
  }

  .sm\:focus\:tw-rotate-90:focus{
    --tw-rotate:90deg
  }

  .sm\:focus\:tw-rotate-180:focus{
    --tw-rotate:180deg
  }

  .sm\:focus\:tw--rotate-180:focus{
    --tw-rotate:-180deg
  }

  .sm\:focus\:tw--rotate-90:focus{
    --tw-rotate:-90deg
  }

  .sm\:focus\:tw--rotate-45:focus{
    --tw-rotate:-45deg
  }

  .sm\:focus\:tw--rotate-12:focus{
    --tw-rotate:-12deg
  }

  .sm\:focus\:tw--rotate-6:focus{
    --tw-rotate:-6deg
  }

  .sm\:focus\:tw--rotate-3:focus{
    --tw-rotate:-3deg
  }

  .sm\:focus\:tw--rotate-2:focus{
    --tw-rotate:-2deg
  }

  .sm\:focus\:tw--rotate-1:focus{
    --tw-rotate:-1deg
  }

  .sm\:tw-skew-x-0{
    --tw-skew-x:0deg
  }

  .sm\:tw-skew-x-1{
    --tw-skew-x:1deg
  }

  .sm\:tw-skew-x-2{
    --tw-skew-x:2deg
  }

  .sm\:tw-skew-x-3{
    --tw-skew-x:3deg
  }

  .sm\:tw-skew-x-6{
    --tw-skew-x:6deg
  }

  .sm\:tw-skew-x-12{
    --tw-skew-x:12deg
  }

  .sm\:tw--skew-x-12{
    --tw-skew-x:-12deg
  }

  .sm\:tw--skew-x-6{
    --tw-skew-x:-6deg
  }

  .sm\:tw--skew-x-3{
    --tw-skew-x:-3deg
  }

  .sm\:tw--skew-x-2{
    --tw-skew-x:-2deg
  }

  .sm\:tw--skew-x-1{
    --tw-skew-x:-1deg
  }

  .sm\:tw-skew-y-0{
    --tw-skew-y:0deg
  }

  .sm\:tw-skew-y-1{
    --tw-skew-y:1deg
  }

  .sm\:tw-skew-y-2{
    --tw-skew-y:2deg
  }

  .sm\:tw-skew-y-3{
    --tw-skew-y:3deg
  }

  .sm\:tw-skew-y-6{
    --tw-skew-y:6deg
  }

  .sm\:tw-skew-y-12{
    --tw-skew-y:12deg
  }

  .sm\:tw--skew-y-12{
    --tw-skew-y:-12deg
  }

  .sm\:tw--skew-y-6{
    --tw-skew-y:-6deg
  }

  .sm\:tw--skew-y-3{
    --tw-skew-y:-3deg
  }

  .sm\:tw--skew-y-2{
    --tw-skew-y:-2deg
  }

  .sm\:tw--skew-y-1{
    --tw-skew-y:-1deg
  }

  .sm\:hover\:tw-skew-x-0:hover{
    --tw-skew-x:0deg
  }

  .sm\:hover\:tw-skew-x-1:hover{
    --tw-skew-x:1deg
  }

  .sm\:hover\:tw-skew-x-2:hover{
    --tw-skew-x:2deg
  }

  .sm\:hover\:tw-skew-x-3:hover{
    --tw-skew-x:3deg
  }

  .sm\:hover\:tw-skew-x-6:hover{
    --tw-skew-x:6deg
  }

  .sm\:hover\:tw-skew-x-12:hover{
    --tw-skew-x:12deg
  }

  .sm\:hover\:tw--skew-x-12:hover{
    --tw-skew-x:-12deg
  }

  .sm\:hover\:tw--skew-x-6:hover{
    --tw-skew-x:-6deg
  }

  .sm\:hover\:tw--skew-x-3:hover{
    --tw-skew-x:-3deg
  }

  .sm\:hover\:tw--skew-x-2:hover{
    --tw-skew-x:-2deg
  }

  .sm\:hover\:tw--skew-x-1:hover{
    --tw-skew-x:-1deg
  }

  .sm\:hover\:tw-skew-y-0:hover{
    --tw-skew-y:0deg
  }

  .sm\:hover\:tw-skew-y-1:hover{
    --tw-skew-y:1deg
  }

  .sm\:hover\:tw-skew-y-2:hover{
    --tw-skew-y:2deg
  }

  .sm\:hover\:tw-skew-y-3:hover{
    --tw-skew-y:3deg
  }

  .sm\:hover\:tw-skew-y-6:hover{
    --tw-skew-y:6deg
  }

  .sm\:hover\:tw-skew-y-12:hover{
    --tw-skew-y:12deg
  }

  .sm\:hover\:tw--skew-y-12:hover{
    --tw-skew-y:-12deg
  }

  .sm\:hover\:tw--skew-y-6:hover{
    --tw-skew-y:-6deg
  }

  .sm\:hover\:tw--skew-y-3:hover{
    --tw-skew-y:-3deg
  }

  .sm\:hover\:tw--skew-y-2:hover{
    --tw-skew-y:-2deg
  }

  .sm\:hover\:tw--skew-y-1:hover{
    --tw-skew-y:-1deg
  }

  .sm\:focus\:tw-skew-x-0:focus{
    --tw-skew-x:0deg
  }

  .sm\:focus\:tw-skew-x-1:focus{
    --tw-skew-x:1deg
  }

  .sm\:focus\:tw-skew-x-2:focus{
    --tw-skew-x:2deg
  }

  .sm\:focus\:tw-skew-x-3:focus{
    --tw-skew-x:3deg
  }

  .sm\:focus\:tw-skew-x-6:focus{
    --tw-skew-x:6deg
  }

  .sm\:focus\:tw-skew-x-12:focus{
    --tw-skew-x:12deg
  }

  .sm\:focus\:tw--skew-x-12:focus{
    --tw-skew-x:-12deg
  }

  .sm\:focus\:tw--skew-x-6:focus{
    --tw-skew-x:-6deg
  }

  .sm\:focus\:tw--skew-x-3:focus{
    --tw-skew-x:-3deg
  }

  .sm\:focus\:tw--skew-x-2:focus{
    --tw-skew-x:-2deg
  }

  .sm\:focus\:tw--skew-x-1:focus{
    --tw-skew-x:-1deg
  }

  .sm\:focus\:tw-skew-y-0:focus{
    --tw-skew-y:0deg
  }

  .sm\:focus\:tw-skew-y-1:focus{
    --tw-skew-y:1deg
  }

  .sm\:focus\:tw-skew-y-2:focus{
    --tw-skew-y:2deg
  }

  .sm\:focus\:tw-skew-y-3:focus{
    --tw-skew-y:3deg
  }

  .sm\:focus\:tw-skew-y-6:focus{
    --tw-skew-y:6deg
  }

  .sm\:focus\:tw-skew-y-12:focus{
    --tw-skew-y:12deg
  }

  .sm\:focus\:tw--skew-y-12:focus{
    --tw-skew-y:-12deg
  }

  .sm\:focus\:tw--skew-y-6:focus{
    --tw-skew-y:-6deg
  }

  .sm\:focus\:tw--skew-y-3:focus{
    --tw-skew-y:-3deg
  }

  .sm\:focus\:tw--skew-y-2:focus{
    --tw-skew-y:-2deg
  }

  .sm\:focus\:tw--skew-y-1:focus{
    --tw-skew-y:-1deg
  }

  .sm\:tw-scale-0{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .sm\:tw-scale-50{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .sm\:tw-scale-75{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .sm\:tw-scale-90{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .sm\:tw-scale-95{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .sm\:tw-scale-100{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .sm\:tw-scale-105{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .sm\:tw-scale-110{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .sm\:tw-scale-125{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .sm\:tw-scale-150{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .sm\:hover\:tw-scale-0:hover{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .sm\:hover\:tw-scale-50:hover{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .sm\:hover\:tw-scale-75:hover{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .sm\:hover\:tw-scale-90:hover{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .sm\:hover\:tw-scale-95:hover{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .sm\:hover\:tw-scale-100:hover{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .sm\:hover\:tw-scale-105:hover{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .sm\:hover\:tw-scale-110:hover{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .sm\:hover\:tw-scale-125:hover{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .sm\:hover\:tw-scale-150:hover{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .sm\:focus\:tw-scale-0:focus{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .sm\:focus\:tw-scale-50:focus{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .sm\:focus\:tw-scale-75:focus{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .sm\:focus\:tw-scale-90:focus{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .sm\:focus\:tw-scale-95:focus{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .sm\:focus\:tw-scale-100:focus{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .sm\:focus\:tw-scale-105:focus{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .sm\:focus\:tw-scale-110:focus{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .sm\:focus\:tw-scale-125:focus{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .sm\:focus\:tw-scale-150:focus{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .sm\:tw-scale-x-0{
    --tw-scale-x:0
  }

  .sm\:tw-scale-x-50{
    --tw-scale-x:.5
  }

  .sm\:tw-scale-x-75{
    --tw-scale-x:.75
  }

  .sm\:tw-scale-x-90{
    --tw-scale-x:.9
  }

  .sm\:tw-scale-x-95{
    --tw-scale-x:.95
  }

  .sm\:tw-scale-x-100{
    --tw-scale-x:1
  }

  .sm\:tw-scale-x-105{
    --tw-scale-x:1.05
  }

  .sm\:tw-scale-x-110{
    --tw-scale-x:1.1
  }

  .sm\:tw-scale-x-125{
    --tw-scale-x:1.25
  }

  .sm\:tw-scale-x-150{
    --tw-scale-x:1.5
  }

  .sm\:tw-scale-y-0{
    --tw-scale-y:0
  }

  .sm\:tw-scale-y-50{
    --tw-scale-y:.5
  }

  .sm\:tw-scale-y-75{
    --tw-scale-y:.75
  }

  .sm\:tw-scale-y-90{
    --tw-scale-y:.9
  }

  .sm\:tw-scale-y-95{
    --tw-scale-y:.95
  }

  .sm\:tw-scale-y-100{
    --tw-scale-y:1
  }

  .sm\:tw-scale-y-105{
    --tw-scale-y:1.05
  }

  .sm\:tw-scale-y-110{
    --tw-scale-y:1.1
  }

  .sm\:tw-scale-y-125{
    --tw-scale-y:1.25
  }

  .sm\:tw-scale-y-150{
    --tw-scale-y:1.5
  }

  .sm\:hover\:tw-scale-x-0:hover{
    --tw-scale-x:0
  }

  .sm\:hover\:tw-scale-x-50:hover{
    --tw-scale-x:.5
  }

  .sm\:hover\:tw-scale-x-75:hover{
    --tw-scale-x:.75
  }

  .sm\:hover\:tw-scale-x-90:hover{
    --tw-scale-x:.9
  }

  .sm\:hover\:tw-scale-x-95:hover{
    --tw-scale-x:.95
  }

  .sm\:hover\:tw-scale-x-100:hover{
    --tw-scale-x:1
  }

  .sm\:hover\:tw-scale-x-105:hover{
    --tw-scale-x:1.05
  }

  .sm\:hover\:tw-scale-x-110:hover{
    --tw-scale-x:1.1
  }

  .sm\:hover\:tw-scale-x-125:hover{
    --tw-scale-x:1.25
  }

  .sm\:hover\:tw-scale-x-150:hover{
    --tw-scale-x:1.5
  }

  .sm\:hover\:tw-scale-y-0:hover{
    --tw-scale-y:0
  }

  .sm\:hover\:tw-scale-y-50:hover{
    --tw-scale-y:.5
  }

  .sm\:hover\:tw-scale-y-75:hover{
    --tw-scale-y:.75
  }

  .sm\:hover\:tw-scale-y-90:hover{
    --tw-scale-y:.9
  }

  .sm\:hover\:tw-scale-y-95:hover{
    --tw-scale-y:.95
  }

  .sm\:hover\:tw-scale-y-100:hover{
    --tw-scale-y:1
  }

  .sm\:hover\:tw-scale-y-105:hover{
    --tw-scale-y:1.05
  }

  .sm\:hover\:tw-scale-y-110:hover{
    --tw-scale-y:1.1
  }

  .sm\:hover\:tw-scale-y-125:hover{
    --tw-scale-y:1.25
  }

  .sm\:hover\:tw-scale-y-150:hover{
    --tw-scale-y:1.5
  }

  .sm\:focus\:tw-scale-x-0:focus{
    --tw-scale-x:0
  }

  .sm\:focus\:tw-scale-x-50:focus{
    --tw-scale-x:.5
  }

  .sm\:focus\:tw-scale-x-75:focus{
    --tw-scale-x:.75
  }

  .sm\:focus\:tw-scale-x-90:focus{
    --tw-scale-x:.9
  }

  .sm\:focus\:tw-scale-x-95:focus{
    --tw-scale-x:.95
  }

  .sm\:focus\:tw-scale-x-100:focus{
    --tw-scale-x:1
  }

  .sm\:focus\:tw-scale-x-105:focus{
    --tw-scale-x:1.05
  }

  .sm\:focus\:tw-scale-x-110:focus{
    --tw-scale-x:1.1
  }

  .sm\:focus\:tw-scale-x-125:focus{
    --tw-scale-x:1.25
  }

  .sm\:focus\:tw-scale-x-150:focus{
    --tw-scale-x:1.5
  }

  .sm\:focus\:tw-scale-y-0:focus{
    --tw-scale-y:0
  }

  .sm\:focus\:tw-scale-y-50:focus{
    --tw-scale-y:.5
  }

  .sm\:focus\:tw-scale-y-75:focus{
    --tw-scale-y:.75
  }

  .sm\:focus\:tw-scale-y-90:focus{
    --tw-scale-y:.9
  }

  .sm\:focus\:tw-scale-y-95:focus{
    --tw-scale-y:.95
  }

  .sm\:focus\:tw-scale-y-100:focus{
    --tw-scale-y:1
  }

  .sm\:focus\:tw-scale-y-105:focus{
    --tw-scale-y:1.05
  }

  .sm\:focus\:tw-scale-y-110:focus{
    --tw-scale-y:1.1
  }

  .sm\:focus\:tw-scale-y-125:focus{
    --tw-scale-y:1.25
  }

  .sm\:focus\:tw-scale-y-150:focus{
    --tw-scale-y:1.5
  }

  .sm\:tw-animate-none{
    animation:none
  }

  .sm\:tw-animate-spin{
    animation:tw-spin 1s linear infinite
  }

  .sm\:tw-animate-ping{
    animation:tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
  }

  .sm\:tw-animate-pulse{
    animation:tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
  }

  .sm\:tw-animate-bounce{
    animation:tw-bounce 1s infinite
  }

  .sm\:tw-cursor-auto{
    cursor:auto
  }

  .sm\:tw-cursor-default{
    cursor:default
  }

  .sm\:tw-cursor-pointer{
    cursor:pointer
  }

  .sm\:tw-cursor-wait{
    cursor:wait
  }

  .sm\:tw-cursor-text{
    cursor:text
  }

  .sm\:tw-cursor-move{
    cursor:move
  }

  .sm\:tw-cursor-help{
    cursor:help
  }

  .sm\:tw-cursor-not-allowed{
    cursor:not-allowed
  }

  .sm\:tw-select-none{
    -webkit-user-select:none;
            user-select:none
  }

  .sm\:tw-select-text{
    -webkit-user-select:text;
            user-select:text
  }

  .sm\:tw-select-all{
    -webkit-user-select:all;
            user-select:all
  }

  .sm\:tw-select-auto{
    -webkit-user-select:auto;
            user-select:auto
  }

  .sm\:tw-resize-none{
    resize:none
  }

  .sm\:tw-resize-y{
    resize:vertical
  }

  .sm\:tw-resize-x{
    resize:horizontal
  }

  .sm\:tw-resize{
    resize:both
  }

  .sm\:tw-list-inside{
    list-style-position:inside
  }

  .sm\:tw-list-outside{
    list-style-position:outside
  }

  .sm\:tw-list-none{
    list-style-type:none
  }

  .sm\:tw-list-disc{
    list-style-type:disc
  }

  .sm\:tw-list-decimal{
    list-style-type:decimal
  }

  .sm\:tw-appearance-none{
    appearance:none
  }

  .sm\:tw-auto-cols-auto{
    grid-auto-columns:auto
  }

  .sm\:tw-auto-cols-min{
    grid-auto-columns:min-content
  }

  .sm\:tw-auto-cols-max{
    grid-auto-columns:max-content
  }

  .sm\:tw-auto-cols-fr{
    grid-auto-columns:minmax(0, 1fr)
  }

  .sm\:tw-grid-flow-row{
    grid-auto-flow:row
  }

  .sm\:tw-grid-flow-col{
    grid-auto-flow:column
  }

  .sm\:tw-grid-flow-row-dense{
    grid-auto-flow:row dense
  }

  .sm\:tw-grid-flow-col-dense{
    grid-auto-flow:column dense
  }

  .sm\:tw-auto-rows-auto{
    grid-auto-rows:auto
  }

  .sm\:tw-auto-rows-min{
    grid-auto-rows:min-content
  }

  .sm\:tw-auto-rows-max{
    grid-auto-rows:max-content
  }

  .sm\:tw-auto-rows-fr{
    grid-auto-rows:minmax(0, 1fr)
  }

  .sm\:tw-grid-cols-1{
    grid-template-columns:repeat(1, minmax(0, 1fr))
  }

  .sm\:tw-grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .sm\:tw-grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .sm\:tw-grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }

  .sm\:tw-grid-cols-5{
    grid-template-columns:repeat(5, minmax(0, 1fr))
  }

  .sm\:tw-grid-cols-6{
    grid-template-columns:repeat(6, minmax(0, 1fr))
  }

  .sm\:tw-grid-cols-7{
    grid-template-columns:repeat(7, minmax(0, 1fr))
  }

  .sm\:tw-grid-cols-8{
    grid-template-columns:repeat(8, minmax(0, 1fr))
  }

  .sm\:tw-grid-cols-9{
    grid-template-columns:repeat(9, minmax(0, 1fr))
  }

  .sm\:tw-grid-cols-10{
    grid-template-columns:repeat(10, minmax(0, 1fr))
  }

  .sm\:tw-grid-cols-11{
    grid-template-columns:repeat(11, minmax(0, 1fr))
  }

  .sm\:tw-grid-cols-12{
    grid-template-columns:repeat(12, minmax(0, 1fr))
  }

  .sm\:tw-grid-cols-none{
    grid-template-columns:none
  }

  .sm\:tw-grid-rows-1{
    grid-template-rows:repeat(1, minmax(0, 1fr))
  }

  .sm\:tw-grid-rows-2{
    grid-template-rows:repeat(2, minmax(0, 1fr))
  }

  .sm\:tw-grid-rows-3{
    grid-template-rows:repeat(3, minmax(0, 1fr))
  }

  .sm\:tw-grid-rows-4{
    grid-template-rows:repeat(4, minmax(0, 1fr))
  }

  .sm\:tw-grid-rows-5{
    grid-template-rows:repeat(5, minmax(0, 1fr))
  }

  .sm\:tw-grid-rows-6{
    grid-template-rows:repeat(6, minmax(0, 1fr))
  }

  .sm\:tw-grid-rows-none{
    grid-template-rows:none
  }

  .sm\:tw-flex-row{
    flex-direction:row
  }

  .sm\:tw-flex-row-reverse{
    flex-direction:row-reverse
  }

  .sm\:tw-flex-col{
    flex-direction:column
  }

  .sm\:tw-flex-col-reverse{
    flex-direction:column-reverse
  }

  .sm\:tw-flex-wrap{
    flex-wrap:wrap
  }

  .sm\:tw-flex-wrap-reverse{
    flex-wrap:wrap-reverse
  }

  .sm\:tw-flex-nowrap{
    flex-wrap:nowrap
  }

  .sm\:tw-place-content-center{
    place-content:center
  }

  .sm\:tw-place-content-start{
    place-content:start
  }

  .sm\:tw-place-content-end{
    place-content:end
  }

  .sm\:tw-place-content-between{
    place-content:space-between
  }

  .sm\:tw-place-content-around{
    place-content:space-around
  }

  .sm\:tw-place-content-evenly{
    place-content:space-evenly
  }

  .sm\:tw-place-content-stretch{
    place-content:stretch
  }

  .sm\:tw-place-items-start{
    place-items:start
  }

  .sm\:tw-place-items-end{
    place-items:end
  }

  .sm\:tw-place-items-center{
    place-items:center
  }

  .sm\:tw-place-items-stretch{
    place-items:stretch
  }

  .sm\:tw-content-center{
    align-content:center
  }

  .sm\:tw-content-start{
    align-content:flex-start
  }

  .sm\:tw-content-end{
    align-content:flex-end
  }

  .sm\:tw-content-between{
    align-content:space-between
  }

  .sm\:tw-content-around{
    align-content:space-around
  }

  .sm\:tw-content-evenly{
    align-content:space-evenly
  }

  .sm\:tw-items-start{
    align-items:flex-start
  }

  .sm\:tw-items-end{
    align-items:flex-end
  }

  .sm\:tw-items-center{
    align-items:center
  }

  .sm\:tw-items-baseline{
    align-items:baseline
  }

  .sm\:tw-items-stretch{
    align-items:stretch
  }

  .sm\:tw-justify-start{
    justify-content:flex-start
  }

  .sm\:tw-justify-end{
    justify-content:flex-end
  }

  .sm\:tw-justify-center{
    justify-content:center
  }

  .sm\:tw-justify-between{
    justify-content:space-between
  }

  .sm\:tw-justify-around{
    justify-content:space-around
  }

  .sm\:tw-justify-evenly{
    justify-content:space-evenly
  }

  .sm\:tw-justify-items-start{
    justify-items:start
  }

  .sm\:tw-justify-items-end{
    justify-items:end
  }

  .sm\:tw-justify-items-center{
    justify-items:center
  }

  .sm\:tw-justify-items-stretch{
    justify-items:stretch
  }

  .sm\:tw-gap-0{
    grid-gap:0px;
    gap:0px
  }

  .sm\:tw-gap-1{
    grid-gap:0.25rem;
    gap:0.25rem
  }

  .sm\:tw-gap-2{
    grid-gap:0.5rem;
    gap:0.5rem
  }

  .sm\:tw-gap-3{
    grid-gap:0.75rem;
    gap:0.75rem
  }

  .sm\:tw-gap-4{
    grid-gap:1rem;
    gap:1rem
  }

  .sm\:tw-gap-5{
    grid-gap:1.25rem;
    gap:1.25rem
  }

  .sm\:tw-gap-6{
    grid-gap:1.5rem;
    gap:1.5rem
  }

  .sm\:tw-gap-7{
    grid-gap:1.75rem;
    gap:1.75rem
  }

  .sm\:tw-gap-8{
    grid-gap:2rem;
    gap:2rem
  }

  .sm\:tw-gap-9{
    grid-gap:2.25rem;
    gap:2.25rem
  }

  .sm\:tw-gap-10{
    grid-gap:2.5rem;
    gap:2.5rem
  }

  .sm\:tw-gap-11{
    grid-gap:2.75rem;
    gap:2.75rem
  }

  .sm\:tw-gap-12{
    grid-gap:3rem;
    gap:3rem
  }

  .sm\:tw-gap-14{
    grid-gap:3.5rem;
    gap:3.5rem
  }

  .sm\:tw-gap-16{
    grid-gap:4rem;
    gap:4rem
  }

  .sm\:tw-gap-20{
    grid-gap:5rem;
    gap:5rem
  }

  .sm\:tw-gap-24{
    grid-gap:6rem;
    gap:6rem
  }

  .sm\:tw-gap-28{
    grid-gap:7rem;
    gap:7rem
  }

  .sm\:tw-gap-32{
    grid-gap:8rem;
    gap:8rem
  }

  .sm\:tw-gap-36{
    grid-gap:9rem;
    gap:9rem
  }

  .sm\:tw-gap-40{
    grid-gap:10rem;
    gap:10rem
  }

  .sm\:tw-gap-44{
    grid-gap:11rem;
    gap:11rem
  }

  .sm\:tw-gap-48{
    grid-gap:12rem;
    gap:12rem
  }

  .sm\:tw-gap-52{
    grid-gap:13rem;
    gap:13rem
  }

  .sm\:tw-gap-56{
    grid-gap:14rem;
    gap:14rem
  }

  .sm\:tw-gap-60{
    grid-gap:15rem;
    gap:15rem
  }

  .sm\:tw-gap-64{
    grid-gap:16rem;
    gap:16rem
  }

  .sm\:tw-gap-72{
    grid-gap:18rem;
    gap:18rem
  }

  .sm\:tw-gap-80{
    grid-gap:20rem;
    gap:20rem
  }

  .sm\:tw-gap-96{
    grid-gap:24rem;
    gap:24rem
  }

  .sm\:tw-gap-px{
    grid-gap:1px;
    gap:1px
  }

  .sm\:tw-gap-0\.5{
    grid-gap:0.125rem;
    gap:0.125rem
  }

  .sm\:tw-gap-1\.5{
    grid-gap:0.375rem;
    gap:0.375rem
  }

  .sm\:tw-gap-2\.5{
    grid-gap:0.625rem;
    gap:0.625rem
  }

  .sm\:tw-gap-3\.5{
    grid-gap:0.875rem;
    gap:0.875rem
  }

  .sm\:tw-gap-x-0{
    grid-column-gap:0px;
    column-gap:0px
  }

  .sm\:tw-gap-x-1{
    grid-column-gap:0.25rem;
    column-gap:0.25rem
  }

  .sm\:tw-gap-x-2{
    grid-column-gap:0.5rem;
    column-gap:0.5rem
  }

  .sm\:tw-gap-x-3{
    grid-column-gap:0.75rem;
    column-gap:0.75rem
  }

  .sm\:tw-gap-x-4{
    grid-column-gap:1rem;
    column-gap:1rem
  }

  .sm\:tw-gap-x-5{
    grid-column-gap:1.25rem;
    column-gap:1.25rem
  }

  .sm\:tw-gap-x-6{
    grid-column-gap:1.5rem;
    column-gap:1.5rem
  }

  .sm\:tw-gap-x-7{
    grid-column-gap:1.75rem;
    column-gap:1.75rem
  }

  .sm\:tw-gap-x-8{
    grid-column-gap:2rem;
    column-gap:2rem
  }

  .sm\:tw-gap-x-9{
    grid-column-gap:2.25rem;
    column-gap:2.25rem
  }

  .sm\:tw-gap-x-10{
    grid-column-gap:2.5rem;
    column-gap:2.5rem
  }

  .sm\:tw-gap-x-11{
    grid-column-gap:2.75rem;
    column-gap:2.75rem
  }

  .sm\:tw-gap-x-12{
    grid-column-gap:3rem;
    column-gap:3rem
  }

  .sm\:tw-gap-x-14{
    grid-column-gap:3.5rem;
    column-gap:3.5rem
  }

  .sm\:tw-gap-x-16{
    grid-column-gap:4rem;
    column-gap:4rem
  }

  .sm\:tw-gap-x-20{
    grid-column-gap:5rem;
    column-gap:5rem
  }

  .sm\:tw-gap-x-24{
    grid-column-gap:6rem;
    column-gap:6rem
  }

  .sm\:tw-gap-x-28{
    grid-column-gap:7rem;
    column-gap:7rem
  }

  .sm\:tw-gap-x-32{
    grid-column-gap:8rem;
    column-gap:8rem
  }

  .sm\:tw-gap-x-36{
    grid-column-gap:9rem;
    column-gap:9rem
  }

  .sm\:tw-gap-x-40{
    grid-column-gap:10rem;
    column-gap:10rem
  }

  .sm\:tw-gap-x-44{
    grid-column-gap:11rem;
    column-gap:11rem
  }

  .sm\:tw-gap-x-48{
    grid-column-gap:12rem;
    column-gap:12rem
  }

  .sm\:tw-gap-x-52{
    grid-column-gap:13rem;
    column-gap:13rem
  }

  .sm\:tw-gap-x-56{
    grid-column-gap:14rem;
    column-gap:14rem
  }

  .sm\:tw-gap-x-60{
    grid-column-gap:15rem;
    column-gap:15rem
  }

  .sm\:tw-gap-x-64{
    grid-column-gap:16rem;
    column-gap:16rem
  }

  .sm\:tw-gap-x-72{
    grid-column-gap:18rem;
    column-gap:18rem
  }

  .sm\:tw-gap-x-80{
    grid-column-gap:20rem;
    column-gap:20rem
  }

  .sm\:tw-gap-x-96{
    grid-column-gap:24rem;
    column-gap:24rem
  }

  .sm\:tw-gap-x-px{
    grid-column-gap:1px;
    column-gap:1px
  }

  .sm\:tw-gap-x-0\.5{
    grid-column-gap:0.125rem;
    column-gap:0.125rem
  }

  .sm\:tw-gap-x-1\.5{
    grid-column-gap:0.375rem;
    column-gap:0.375rem
  }

  .sm\:tw-gap-x-2\.5{
    grid-column-gap:0.625rem;
    column-gap:0.625rem
  }

  .sm\:tw-gap-x-3\.5{
    grid-column-gap:0.875rem;
    column-gap:0.875rem
  }

  .sm\:tw-gap-y-0{
    grid-row-gap:0px;
    row-gap:0px
  }

  .sm\:tw-gap-y-1{
    grid-row-gap:0.25rem;
    row-gap:0.25rem
  }

  .sm\:tw-gap-y-2{
    grid-row-gap:0.5rem;
    row-gap:0.5rem
  }

  .sm\:tw-gap-y-3{
    grid-row-gap:0.75rem;
    row-gap:0.75rem
  }

  .sm\:tw-gap-y-4{
    grid-row-gap:1rem;
    row-gap:1rem
  }

  .sm\:tw-gap-y-5{
    grid-row-gap:1.25rem;
    row-gap:1.25rem
  }

  .sm\:tw-gap-y-6{
    grid-row-gap:1.5rem;
    row-gap:1.5rem
  }

  .sm\:tw-gap-y-7{
    grid-row-gap:1.75rem;
    row-gap:1.75rem
  }

  .sm\:tw-gap-y-8{
    grid-row-gap:2rem;
    row-gap:2rem
  }

  .sm\:tw-gap-y-9{
    grid-row-gap:2.25rem;
    row-gap:2.25rem
  }

  .sm\:tw-gap-y-10{
    grid-row-gap:2.5rem;
    row-gap:2.5rem
  }

  .sm\:tw-gap-y-11{
    grid-row-gap:2.75rem;
    row-gap:2.75rem
  }

  .sm\:tw-gap-y-12{
    grid-row-gap:3rem;
    row-gap:3rem
  }

  .sm\:tw-gap-y-14{
    grid-row-gap:3.5rem;
    row-gap:3.5rem
  }

  .sm\:tw-gap-y-16{
    grid-row-gap:4rem;
    row-gap:4rem
  }

  .sm\:tw-gap-y-20{
    grid-row-gap:5rem;
    row-gap:5rem
  }

  .sm\:tw-gap-y-24{
    grid-row-gap:6rem;
    row-gap:6rem
  }

  .sm\:tw-gap-y-28{
    grid-row-gap:7rem;
    row-gap:7rem
  }

  .sm\:tw-gap-y-32{
    grid-row-gap:8rem;
    row-gap:8rem
  }

  .sm\:tw-gap-y-36{
    grid-row-gap:9rem;
    row-gap:9rem
  }

  .sm\:tw-gap-y-40{
    grid-row-gap:10rem;
    row-gap:10rem
  }

  .sm\:tw-gap-y-44{
    grid-row-gap:11rem;
    row-gap:11rem
  }

  .sm\:tw-gap-y-48{
    grid-row-gap:12rem;
    row-gap:12rem
  }

  .sm\:tw-gap-y-52{
    grid-row-gap:13rem;
    row-gap:13rem
  }

  .sm\:tw-gap-y-56{
    grid-row-gap:14rem;
    row-gap:14rem
  }

  .sm\:tw-gap-y-60{
    grid-row-gap:15rem;
    row-gap:15rem
  }

  .sm\:tw-gap-y-64{
    grid-row-gap:16rem;
    row-gap:16rem
  }

  .sm\:tw-gap-y-72{
    grid-row-gap:18rem;
    row-gap:18rem
  }

  .sm\:tw-gap-y-80{
    grid-row-gap:20rem;
    row-gap:20rem
  }

  .sm\:tw-gap-y-96{
    grid-row-gap:24rem;
    row-gap:24rem
  }

  .sm\:tw-gap-y-px{
    grid-row-gap:1px;
    row-gap:1px
  }

  .sm\:tw-gap-y-0\.5{
    grid-row-gap:0.125rem;
    row-gap:0.125rem
  }

  .sm\:tw-gap-y-1\.5{
    grid-row-gap:0.375rem;
    row-gap:0.375rem
  }

  .sm\:tw-gap-y-2\.5{
    grid-row-gap:0.625rem;
    row-gap:0.625rem
  }

  .sm\:tw-gap-y-3\.5{
    grid-row-gap:0.875rem;
    row-gap:0.875rem
  }

  .sm\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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)))
  }

  .sm\:tw-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)))
  }

  .sm\:tw-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)))
  }

  .sm\:tw-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)))
  }

  .sm\:tw-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)))
  }

  .sm\:tw-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)))
  }

  .sm\:tw-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)))
  }

  .sm\:tw-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)))
  }

  .sm\:tw-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)))
  }

  .sm\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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)))
  }

  .sm\:tw--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)))
  }

  .sm\:tw--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)))
  }

  .sm\:tw--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)))
  }

  .sm\:tw--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)))
  }

  .sm\:tw--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)))
  }

  .sm\:tw--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)))
  }

  .sm\:tw--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)))
  }

  .sm\:tw--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)))
  }

  .sm\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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))
  }

  .sm\:tw-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))
  }

  .sm\:tw-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))
  }

  .sm\:tw-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))
  }

  .sm\:tw-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))
  }

  .sm\:tw-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))
  }

  .sm\:tw-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))
  }

  .sm\:tw-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))
  }

  .sm\:tw-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))
  }

  .sm\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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))
  }

  .sm\:tw--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))
  }

  .sm\:tw--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))
  }

  .sm\:tw--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))
  }

  .sm\:tw--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))
  }

  .sm\:tw--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))
  }

  .sm\:tw--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))
  }

  .sm\:tw--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))
  }

  .sm\:tw--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))
  }

  .sm\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:1
  }

  .sm\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:1
  }

  .sm\:tw-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)))
  }

  .sm\:tw-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)))
  }

  .sm\:tw-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)))
  }

  .sm\:tw-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)))
  }

  .sm\:tw-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)))
  }

  .sm\:tw-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))
  }

  .sm\:tw-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))
  }

  .sm\:tw-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))
  }

  .sm\:tw-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))
  }

  .sm\:tw-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))
  }

  .sm\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:1
  }

  .sm\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:1
  }

  .sm\:tw-divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style:solid
  }

  .sm\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style:dashed
  }

  .sm\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style:dotted
  }

  .sm\:tw-divide-double > :not([hidden]) ~ :not([hidden]){
    border-style:double
  }

  .sm\:tw-divide-none > :not([hidden]) ~ :not([hidden]){
    border-style:none
  }

  .sm\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color:transparent
  }

  .sm\:tw-divide-current > :not([hidden]) ~ :not([hidden]){
    border-color:currentColor
  }

  .sm\:tw-divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-divide-opacity))
  }

  .sm\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0
  }

  .sm\:tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.05
  }

  .sm\:tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.1
  }

  .sm\:tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.2
  }

  .sm\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.25
  }

  .sm\:tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.3
  }

  .sm\:tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.4
  }

  .sm\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.5
  }

  .sm\:tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.6
  }

  .sm\:tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.7
  }

  .sm\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.75
  }

  .sm\:tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.8
  }

  .sm\:tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.9
  }

  .sm\:tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.95
  }

  .sm\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1
  }

  .sm\:tw-place-self-auto{
    place-self:auto
  }

  .sm\:tw-place-self-start{
    place-self:start
  }

  .sm\:tw-place-self-end{
    place-self:end
  }

  .sm\:tw-place-self-center{
    place-self:center
  }

  .sm\:tw-place-self-stretch{
    place-self:stretch
  }

  .sm\:tw-self-auto{
    align-self:auto
  }

  .sm\:tw-self-start{
    align-self:flex-start
  }

  .sm\:tw-self-end{
    align-self:flex-end
  }

  .sm\:tw-self-center{
    align-self:center
  }

  .sm\:tw-self-stretch{
    align-self:stretch
  }

  .sm\:tw-self-baseline{
    align-self:baseline
  }

  .sm\:tw-justify-self-auto{
    justify-self:auto
  }

  .sm\:tw-justify-self-start{
    justify-self:start
  }

  .sm\:tw-justify-self-end{
    justify-self:end
  }

  .sm\:tw-justify-self-center{
    justify-self:center
  }

  .sm\:tw-justify-self-stretch{
    justify-self:stretch
  }

  .sm\:tw-overflow-auto{
    overflow:auto
  }

  .sm\:tw-overflow-hidden{
    overflow:hidden
  }

  .sm\:tw-overflow-visible{
    overflow:visible
  }

  .sm\:tw-overflow-scroll{
    overflow:scroll
  }

  .sm\:tw-overflow-x-auto{
    overflow-x:auto
  }

  .sm\:tw-overflow-y-auto{
    overflow-y:auto
  }

  .sm\:tw-overflow-x-hidden{
    overflow-x:hidden
  }

  .sm\:tw-overflow-y-hidden{
    overflow-y:hidden
  }

  .sm\:tw-overflow-x-visible{
    overflow-x:visible
  }

  .sm\:tw-overflow-y-visible{
    overflow-y:visible
  }

  .sm\:tw-overflow-x-scroll{
    overflow-x:scroll
  }

  .sm\:tw-overflow-y-scroll{
    overflow-y:scroll
  }

  .sm\:tw-overscroll-auto{
    overscroll-behavior:auto
  }

  .sm\:tw-overscroll-contain{
    overscroll-behavior:contain
  }

  .sm\:tw-overscroll-none{
    overscroll-behavior:none
  }

  .sm\:tw-overscroll-y-auto{
    overscroll-behavior-y:auto
  }

  .sm\:tw-overscroll-y-contain{
    overscroll-behavior-y:contain
  }

  .sm\:tw-overscroll-y-none{
    overscroll-behavior-y:none
  }

  .sm\:tw-overscroll-x-auto{
    overscroll-behavior-x:auto
  }

  .sm\:tw-overscroll-x-contain{
    overscroll-behavior-x:contain
  }

  .sm\:tw-overscroll-x-none{
    overscroll-behavior-x:none
  }

  .sm\:tw-truncate{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
  }

  .sm\:tw-overflow-ellipsis{
    text-overflow:ellipsis
  }

  .sm\:tw-overflow-clip{
    text-overflow:clip
  }

  .sm\:tw-whitespace-normal{
    white-space:normal
  }

  .sm\:tw-whitespace-nowrap{
    white-space:nowrap
  }

  .sm\:tw-whitespace-pre{
    white-space:pre
  }

  .sm\:tw-whitespace-pre-line{
    white-space:pre-line
  }

  .sm\:tw-whitespace-pre-wrap{
    white-space:pre-wrap
  }

  .sm\:tw-break-normal{
    overflow-wrap:normal;
    word-break:normal
  }

  .sm\:tw-break-words{
    overflow-wrap:break-word
  }

  .sm\:tw-break-all{
    word-break:break-all
  }

  .sm\:tw-rounded-none{
    border-radius:0px
  }

  .sm\:tw-rounded-sm{
    border-radius:0.125rem
  }

  .sm\:tw-rounded{
    border-radius:0.25rem
  }

  .sm\:tw-rounded-md{
    border-radius:0.375rem
  }

  .sm\:tw-rounded-lg{
    border-radius:0.5rem
  }

  .sm\:tw-rounded-xl{
    border-radius:0.75rem
  }

  .sm\:tw-rounded-2xl{
    border-radius:1rem
  }

  .sm\:tw-rounded-3xl{
    border-radius:1.5rem
  }

  .sm\:tw-rounded-full{
    border-radius:9999px
  }

  .sm\:tw-rounded-t-none{
    border-top-left-radius:0px;
    border-top-right-radius:0px
  }

  .sm\:tw-rounded-t-sm{
    border-top-left-radius:0.125rem;
    border-top-right-radius:0.125rem
  }

  .sm\:tw-rounded-t{
    border-top-left-radius:0.25rem;
    border-top-right-radius:0.25rem
  }

  .sm\:tw-rounded-t-md{
    border-top-left-radius:0.375rem;
    border-top-right-radius:0.375rem
  }

  .sm\:tw-rounded-t-lg{
    border-top-left-radius:0.5rem;
    border-top-right-radius:0.5rem
  }

  .sm\:tw-rounded-t-xl{
    border-top-left-radius:0.75rem;
    border-top-right-radius:0.75rem
  }

  .sm\:tw-rounded-t-2xl{
    border-top-left-radius:1rem;
    border-top-right-radius:1rem
  }

  .sm\:tw-rounded-t-3xl{
    border-top-left-radius:1.5rem;
    border-top-right-radius:1.5rem
  }

  .sm\:tw-rounded-t-full{
    border-top-left-radius:9999px;
    border-top-right-radius:9999px
  }

  .sm\:tw-rounded-r-none{
    border-top-right-radius:0px;
    border-bottom-right-radius:0px
  }

  .sm\:tw-rounded-r-sm{
    border-top-right-radius:0.125rem;
    border-bottom-right-radius:0.125rem
  }

  .sm\:tw-rounded-r{
    border-top-right-radius:0.25rem;
    border-bottom-right-radius:0.25rem
  }

  .sm\:tw-rounded-r-md{
    border-top-right-radius:0.375rem;
    border-bottom-right-radius:0.375rem
  }

  .sm\:tw-rounded-r-lg{
    border-top-right-radius:0.5rem;
    border-bottom-right-radius:0.5rem
  }

  .sm\:tw-rounded-r-xl{
    border-top-right-radius:0.75rem;
    border-bottom-right-radius:0.75rem
  }

  .sm\:tw-rounded-r-2xl{
    border-top-right-radius:1rem;
    border-bottom-right-radius:1rem
  }

  .sm\:tw-rounded-r-3xl{
    border-top-right-radius:1.5rem;
    border-bottom-right-radius:1.5rem
  }

  .sm\:tw-rounded-r-full{
    border-top-right-radius:9999px;
    border-bottom-right-radius:9999px
  }

  .sm\:tw-rounded-b-none{
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px
  }

  .sm\:tw-rounded-b-sm{
    border-bottom-right-radius:0.125rem;
    border-bottom-left-radius:0.125rem
  }

  .sm\:tw-rounded-b{
    border-bottom-right-radius:0.25rem;
    border-bottom-left-radius:0.25rem
  }

  .sm\:tw-rounded-b-md{
    border-bottom-right-radius:0.375rem;
    border-bottom-left-radius:0.375rem
  }

  .sm\:tw-rounded-b-lg{
    border-bottom-right-radius:0.5rem;
    border-bottom-left-radius:0.5rem
  }

  .sm\:tw-rounded-b-xl{
    border-bottom-right-radius:0.75rem;
    border-bottom-left-radius:0.75rem
  }

  .sm\:tw-rounded-b-2xl{
    border-bottom-right-radius:1rem;
    border-bottom-left-radius:1rem
  }

  .sm\:tw-rounded-b-3xl{
    border-bottom-right-radius:1.5rem;
    border-bottom-left-radius:1.5rem
  }

  .sm\:tw-rounded-b-full{
    border-bottom-right-radius:9999px;
    border-bottom-left-radius:9999px
  }

  .sm\:tw-rounded-l-none{
    border-top-left-radius:0px;
    border-bottom-left-radius:0px
  }

  .sm\:tw-rounded-l-sm{
    border-top-left-radius:0.125rem;
    border-bottom-left-radius:0.125rem
  }

  .sm\:tw-rounded-l{
    border-top-left-radius:0.25rem;
    border-bottom-left-radius:0.25rem
  }

  .sm\:tw-rounded-l-md{
    border-top-left-radius:0.375rem;
    border-bottom-left-radius:0.375rem
  }

  .sm\:tw-rounded-l-lg{
    border-top-left-radius:0.5rem;
    border-bottom-left-radius:0.5rem
  }

  .sm\:tw-rounded-l-xl{
    border-top-left-radius:0.75rem;
    border-bottom-left-radius:0.75rem
  }

  .sm\:tw-rounded-l-2xl{
    border-top-left-radius:1rem;
    border-bottom-left-radius:1rem
  }

  .sm\:tw-rounded-l-3xl{
    border-top-left-radius:1.5rem;
    border-bottom-left-radius:1.5rem
  }

  .sm\:tw-rounded-l-full{
    border-top-left-radius:9999px;
    border-bottom-left-radius:9999px
  }

  .sm\:tw-rounded-tl-none{
    border-top-left-radius:0px
  }

  .sm\:tw-rounded-tl-sm{
    border-top-left-radius:0.125rem
  }

  .sm\:tw-rounded-tl{
    border-top-left-radius:0.25rem
  }

  .sm\:tw-rounded-tl-md{
    border-top-left-radius:0.375rem
  }

  .sm\:tw-rounded-tl-lg{
    border-top-left-radius:0.5rem
  }

  .sm\:tw-rounded-tl-xl{
    border-top-left-radius:0.75rem
  }

  .sm\:tw-rounded-tl-2xl{
    border-top-left-radius:1rem
  }

  .sm\:tw-rounded-tl-3xl{
    border-top-left-radius:1.5rem
  }

  .sm\:tw-rounded-tl-full{
    border-top-left-radius:9999px
  }

  .sm\:tw-rounded-tr-none{
    border-top-right-radius:0px
  }

  .sm\:tw-rounded-tr-sm{
    border-top-right-radius:0.125rem
  }

  .sm\:tw-rounded-tr{
    border-top-right-radius:0.25rem
  }

  .sm\:tw-rounded-tr-md{
    border-top-right-radius:0.375rem
  }

  .sm\:tw-rounded-tr-lg{
    border-top-right-radius:0.5rem
  }

  .sm\:tw-rounded-tr-xl{
    border-top-right-radius:0.75rem
  }

  .sm\:tw-rounded-tr-2xl{
    border-top-right-radius:1rem
  }

  .sm\:tw-rounded-tr-3xl{
    border-top-right-radius:1.5rem
  }

  .sm\:tw-rounded-tr-full{
    border-top-right-radius:9999px
  }

  .sm\:tw-rounded-br-none{
    border-bottom-right-radius:0px
  }

  .sm\:tw-rounded-br-sm{
    border-bottom-right-radius:0.125rem
  }

  .sm\:tw-rounded-br{
    border-bottom-right-radius:0.25rem
  }

  .sm\:tw-rounded-br-md{
    border-bottom-right-radius:0.375rem
  }

  .sm\:tw-rounded-br-lg{
    border-bottom-right-radius:0.5rem
  }

  .sm\:tw-rounded-br-xl{
    border-bottom-right-radius:0.75rem
  }

  .sm\:tw-rounded-br-2xl{
    border-bottom-right-radius:1rem
  }

  .sm\:tw-rounded-br-3xl{
    border-bottom-right-radius:1.5rem
  }

  .sm\:tw-rounded-br-full{
    border-bottom-right-radius:9999px
  }

  .sm\:tw-rounded-bl-none{
    border-bottom-left-radius:0px
  }

  .sm\:tw-rounded-bl-sm{
    border-bottom-left-radius:0.125rem
  }

  .sm\:tw-rounded-bl{
    border-bottom-left-radius:0.25rem
  }

  .sm\:tw-rounded-bl-md{
    border-bottom-left-radius:0.375rem
  }

  .sm\:tw-rounded-bl-lg{
    border-bottom-left-radius:0.5rem
  }

  .sm\:tw-rounded-bl-xl{
    border-bottom-left-radius:0.75rem
  }

  .sm\:tw-rounded-bl-2xl{
    border-bottom-left-radius:1rem
  }

  .sm\:tw-rounded-bl-3xl{
    border-bottom-left-radius:1.5rem
  }

  .sm\:tw-rounded-bl-full{
    border-bottom-left-radius:9999px
  }

  .sm\:tw-border-0{
    border-width:0px
  }

  .sm\:tw-border-2{
    border-width:2px
  }

  .sm\:tw-border-4{
    border-width:4px
  }

  .sm\:tw-border-8{
    border-width:8px
  }

  .sm\:tw-border{
    border-width:1px
  }

  .sm\:tw-border-t-0{
    border-top-width:0px
  }

  .sm\:tw-border-t-2{
    border-top-width:2px
  }

  .sm\:tw-border-t-4{
    border-top-width:4px
  }

  .sm\:tw-border-t-8{
    border-top-width:8px
  }

  .sm\:tw-border-t{
    border-top-width:1px
  }

  .sm\:tw-border-r-0{
    border-right-width:0px
  }

  .sm\:tw-border-r-2{
    border-right-width:2px
  }

  .sm\:tw-border-r-4{
    border-right-width:4px
  }

  .sm\:tw-border-r-8{
    border-right-width:8px
  }

  .sm\:tw-border-r{
    border-right-width:1px
  }

  .sm\:tw-border-b-0{
    border-bottom-width:0px
  }

  .sm\:tw-border-b-2{
    border-bottom-width:2px
  }

  .sm\:tw-border-b-4{
    border-bottom-width:4px
  }

  .sm\:tw-border-b-8{
    border-bottom-width:8px
  }

  .sm\:tw-border-b{
    border-bottom-width:1px
  }

  .sm\:tw-border-l-0{
    border-left-width:0px
  }

  .sm\:tw-border-l-2{
    border-left-width:2px
  }

  .sm\:tw-border-l-4{
    border-left-width:4px
  }

  .sm\:tw-border-l-8{
    border-left-width:8px
  }

  .sm\:tw-border-l{
    border-left-width:1px
  }

  .sm\:tw-border-solid{
    border-style:solid
  }

  .sm\:tw-border-dashed{
    border-style:dashed
  }

  .sm\:tw-border-dotted{
    border-style:dotted
  }

  .sm\:tw-border-double{
    border-style:double
  }

  .sm\:tw-border-none{
    border-style:none
  }

  .sm\:tw-border-transparent{
    border-color:transparent
  }

  .sm\:tw-border-current{
    border-color:currentColor
  }

  .sm\:tw-border-black{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .sm\:tw-border-white{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .sm\:tw-border-gray-50{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .sm\:tw-border-gray-100{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .sm\:tw-border-gray-200{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .sm\:tw-border-gray-300{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .sm\:tw-border-gray-400{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .sm\:tw-border-gray-500{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .sm\:tw-border-gray-600{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .sm\:tw-border-gray-700{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .sm\:tw-border-gray-800{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .sm\:tw-border-gray-900{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .sm\:tw-border-red-50{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .sm\:tw-border-red-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .sm\:tw-border-red-200{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .sm\:tw-border-red-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .sm\:tw-border-red-400{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .sm\:tw-border-red-500{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .sm\:tw-border-red-600{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .sm\:tw-border-red-700{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .sm\:tw-border-red-800{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .sm\:tw-border-red-900{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .sm\:tw-border-yellow-50{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .sm\:tw-border-yellow-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .sm\:tw-border-yellow-200{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .sm\:tw-border-yellow-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .sm\:tw-border-yellow-400{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .sm\:tw-border-yellow-500{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .sm\:tw-border-yellow-600{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .sm\:tw-border-yellow-700{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .sm\:tw-border-yellow-800{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .sm\:tw-border-yellow-900{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .sm\:tw-border-green-50{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .sm\:tw-border-green-100{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .sm\:tw-border-green-200{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .sm\:tw-border-green-300{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .sm\:tw-border-green-400{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .sm\:tw-border-green-500{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .sm\:tw-border-green-600{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .sm\:tw-border-green-700{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .sm\:tw-border-green-800{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .sm\:tw-border-green-900{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .sm\:tw-border-blue-50{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .sm\:tw-border-blue-100{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .sm\:tw-border-blue-200{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .sm\:tw-border-blue-300{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .sm\:tw-border-blue-400{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .sm\:tw-border-blue-500{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .sm\:tw-border-blue-600{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .sm\:tw-border-blue-700{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .sm\:tw-border-blue-800{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .sm\:tw-border-blue-900{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .sm\:tw-border-indigo-50{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .sm\:tw-border-indigo-100{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .sm\:tw-border-indigo-200{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .sm\:tw-border-indigo-300{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .sm\:tw-border-indigo-400{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .sm\:tw-border-indigo-500{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .sm\:tw-border-indigo-600{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .sm\:tw-border-indigo-700{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .sm\:tw-border-indigo-800{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .sm\:tw-border-indigo-900{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .sm\:tw-border-purple-50{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .sm\:tw-border-purple-100{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .sm\:tw-border-purple-200{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .sm\:tw-border-purple-300{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .sm\:tw-border-purple-400{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .sm\:tw-border-purple-500{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .sm\:tw-border-purple-600{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .sm\:tw-border-purple-700{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .sm\:tw-border-purple-800{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .sm\:tw-border-purple-900{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .sm\:tw-border-pink-50{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .sm\:tw-border-pink-100{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .sm\:tw-border-pink-200{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .sm\:tw-border-pink-300{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .sm\:tw-border-pink-400{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .sm\:tw-border-pink-500{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .sm\:tw-border-pink-600{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .sm\:tw-border-pink-700{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .sm\:tw-border-pink-800{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .sm\:tw-border-pink-900{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-transparent{
    border-color:transparent
  }

  .tw-group:hover .sm\:group-hover\:tw-border-current{
    border-color:currentColor
  }

  .tw-group:hover .sm\:group-hover\:tw-border-black{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-white{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-50{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-100{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-200{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-300{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-400{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-500{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-600{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-700{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-800{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-900{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-50{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-200{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-400{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-500{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-600{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-700{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-800{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-900{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-50{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-200{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-400{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-500{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-600{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-700{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-800{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-900{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-50{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-100{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-200{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-300{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-400{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-500{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-600{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-700{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-800{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-900{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-50{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-100{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-200{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-300{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-400{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-500{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-600{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-700{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-800{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-900{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-50{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-100{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-200{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-300{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-400{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-500{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-600{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-700{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-800{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-900{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-50{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-100{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-200{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-300{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-400{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-500{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-600{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-700{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-800{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-900{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-50{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-100{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-200{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-300{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-400{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-500{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-600{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-700{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-800{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-900{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-transparent:focus-within{
    border-color:transparent
  }

  .sm\:focus-within\:tw-border-current:focus-within{
    border-color:currentColor
  }

  .sm\:focus-within\:tw-border-black:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-white:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-gray-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-gray-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-gray-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-gray-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-gray-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-gray-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-gray-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-gray-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-gray-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-gray-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-red-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-red-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-red-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-red-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-red-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-red-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-red-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-red-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-red-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-red-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-yellow-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-yellow-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-yellow-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-yellow-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-yellow-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-yellow-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-yellow-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-yellow-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-yellow-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-yellow-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-green-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-green-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-green-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-green-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-green-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-green-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-green-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-green-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-green-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-green-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-blue-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-blue-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-blue-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-blue-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-blue-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-blue-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-blue-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-blue-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-blue-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-blue-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-indigo-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-indigo-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-indigo-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-indigo-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-indigo-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-indigo-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-indigo-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-indigo-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-indigo-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-indigo-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-purple-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-purple-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-purple-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-purple-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-purple-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-purple-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-purple-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-purple-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-purple-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-purple-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-pink-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-pink-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-pink-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-pink-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-pink-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-pink-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-pink-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-pink-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-pink-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .sm\:focus-within\:tw-border-pink-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-transparent:hover{
    border-color:transparent
  }

  .sm\:hover\:tw-border-current:hover{
    border-color:currentColor
  }

  .sm\:hover\:tw-border-black:hover{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-white:hover{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-gray-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-gray-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-gray-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-gray-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-gray-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-gray-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-gray-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-gray-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-gray-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-gray-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-red-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-red-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-red-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-red-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-red-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-red-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-red-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-red-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-red-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-red-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-yellow-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-yellow-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-yellow-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-yellow-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-yellow-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-yellow-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-yellow-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-yellow-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-yellow-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-yellow-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-green-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-green-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-green-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-green-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-green-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-green-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-green-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-green-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-green-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-green-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-blue-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-blue-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-blue-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-blue-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-blue-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-blue-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-blue-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-blue-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-blue-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-blue-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-indigo-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-indigo-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-indigo-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-indigo-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-indigo-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-indigo-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-indigo-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-indigo-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-indigo-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-indigo-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-purple-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-purple-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-purple-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-purple-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-purple-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-purple-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-purple-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-purple-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-purple-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-purple-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-pink-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-pink-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-pink-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-pink-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-pink-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-pink-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-pink-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-pink-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-pink-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .sm\:hover\:tw-border-pink-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-transparent:focus{
    border-color:transparent
  }

  .sm\:focus\:tw-border-current:focus{
    border-color:currentColor
  }

  .sm\:focus\:tw-border-black:focus{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-white:focus{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-gray-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-gray-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-gray-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-gray-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-gray-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-gray-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-gray-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-gray-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-gray-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-gray-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-red-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-red-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-red-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-red-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-red-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-red-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-red-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-red-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-red-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-red-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-yellow-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-yellow-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-yellow-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-yellow-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-yellow-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-yellow-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-yellow-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-yellow-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-yellow-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-yellow-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-green-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-green-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-green-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-green-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-green-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-green-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-green-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-green-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-green-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-green-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-blue-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-blue-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-blue-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-blue-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-blue-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-blue-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-blue-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-blue-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-blue-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-blue-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-indigo-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-indigo-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-indigo-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-indigo-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-indigo-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-indigo-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-indigo-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-indigo-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-indigo-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-indigo-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-purple-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-purple-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-purple-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-purple-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-purple-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-purple-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-purple-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-purple-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-purple-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-purple-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-pink-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-pink-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-pink-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-pink-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-pink-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-pink-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-pink-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-pink-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-pink-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .sm\:focus\:tw-border-pink-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .sm\:tw-border-opacity-0{
    --tw-border-opacity:0
  }

  .sm\:tw-border-opacity-5{
    --tw-border-opacity:0.05
  }

  .sm\:tw-border-opacity-10{
    --tw-border-opacity:0.1
  }

  .sm\:tw-border-opacity-20{
    --tw-border-opacity:0.2
  }

  .sm\:tw-border-opacity-25{
    --tw-border-opacity:0.25
  }

  .sm\:tw-border-opacity-30{
    --tw-border-opacity:0.3
  }

  .sm\:tw-border-opacity-40{
    --tw-border-opacity:0.4
  }

  .sm\:tw-border-opacity-50{
    --tw-border-opacity:0.5
  }

  .sm\:tw-border-opacity-60{
    --tw-border-opacity:0.6
  }

  .sm\:tw-border-opacity-70{
    --tw-border-opacity:0.7
  }

  .sm\:tw-border-opacity-75{
    --tw-border-opacity:0.75
  }

  .sm\:tw-border-opacity-80{
    --tw-border-opacity:0.8
  }

  .sm\:tw-border-opacity-90{
    --tw-border-opacity:0.9
  }

  .sm\:tw-border-opacity-95{
    --tw-border-opacity:0.95
  }

  .sm\:tw-border-opacity-100{
    --tw-border-opacity:1
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-0{
    --tw-border-opacity:0
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-5{
    --tw-border-opacity:0.05
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-10{
    --tw-border-opacity:0.1
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-20{
    --tw-border-opacity:0.2
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-25{
    --tw-border-opacity:0.25
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-30{
    --tw-border-opacity:0.3
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-40{
    --tw-border-opacity:0.4
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-50{
    --tw-border-opacity:0.5
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-60{
    --tw-border-opacity:0.6
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-70{
    --tw-border-opacity:0.7
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-75{
    --tw-border-opacity:0.75
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-80{
    --tw-border-opacity:0.8
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-90{
    --tw-border-opacity:0.9
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-95{
    --tw-border-opacity:0.95
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-100{
    --tw-border-opacity:1
  }

  .sm\:focus-within\:tw-border-opacity-0:focus-within{
    --tw-border-opacity:0
  }

  .sm\:focus-within\:tw-border-opacity-5:focus-within{
    --tw-border-opacity:0.05
  }

  .sm\:focus-within\:tw-border-opacity-10:focus-within{
    --tw-border-opacity:0.1
  }

  .sm\:focus-within\:tw-border-opacity-20:focus-within{
    --tw-border-opacity:0.2
  }

  .sm\:focus-within\:tw-border-opacity-25:focus-within{
    --tw-border-opacity:0.25
  }

  .sm\:focus-within\:tw-border-opacity-30:focus-within{
    --tw-border-opacity:0.3
  }

  .sm\:focus-within\:tw-border-opacity-40:focus-within{
    --tw-border-opacity:0.4
  }

  .sm\:focus-within\:tw-border-opacity-50:focus-within{
    --tw-border-opacity:0.5
  }

  .sm\:focus-within\:tw-border-opacity-60:focus-within{
    --tw-border-opacity:0.6
  }

  .sm\:focus-within\:tw-border-opacity-70:focus-within{
    --tw-border-opacity:0.7
  }

  .sm\:focus-within\:tw-border-opacity-75:focus-within{
    --tw-border-opacity:0.75
  }

  .sm\:focus-within\:tw-border-opacity-80:focus-within{
    --tw-border-opacity:0.8
  }

  .sm\:focus-within\:tw-border-opacity-90:focus-within{
    --tw-border-opacity:0.9
  }

  .sm\:focus-within\:tw-border-opacity-95:focus-within{
    --tw-border-opacity:0.95
  }

  .sm\:focus-within\:tw-border-opacity-100:focus-within{
    --tw-border-opacity:1
  }

  .sm\:hover\:tw-border-opacity-0:hover{
    --tw-border-opacity:0
  }

  .sm\:hover\:tw-border-opacity-5:hover{
    --tw-border-opacity:0.05
  }

  .sm\:hover\:tw-border-opacity-10:hover{
    --tw-border-opacity:0.1
  }

  .sm\:hover\:tw-border-opacity-20:hover{
    --tw-border-opacity:0.2
  }

  .sm\:hover\:tw-border-opacity-25:hover{
    --tw-border-opacity:0.25
  }

  .sm\:hover\:tw-border-opacity-30:hover{
    --tw-border-opacity:0.3
  }

  .sm\:hover\:tw-border-opacity-40:hover{
    --tw-border-opacity:0.4
  }

  .sm\:hover\:tw-border-opacity-50:hover{
    --tw-border-opacity:0.5
  }

  .sm\:hover\:tw-border-opacity-60:hover{
    --tw-border-opacity:0.6
  }

  .sm\:hover\:tw-border-opacity-70:hover{
    --tw-border-opacity:0.7
  }

  .sm\:hover\:tw-border-opacity-75:hover{
    --tw-border-opacity:0.75
  }

  .sm\:hover\:tw-border-opacity-80:hover{
    --tw-border-opacity:0.8
  }

  .sm\:hover\:tw-border-opacity-90:hover{
    --tw-border-opacity:0.9
  }

  .sm\:hover\:tw-border-opacity-95:hover{
    --tw-border-opacity:0.95
  }

  .sm\:hover\:tw-border-opacity-100:hover{
    --tw-border-opacity:1
  }

  .sm\:focus\:tw-border-opacity-0:focus{
    --tw-border-opacity:0
  }

  .sm\:focus\:tw-border-opacity-5:focus{
    --tw-border-opacity:0.05
  }

  .sm\:focus\:tw-border-opacity-10:focus{
    --tw-border-opacity:0.1
  }

  .sm\:focus\:tw-border-opacity-20:focus{
    --tw-border-opacity:0.2
  }

  .sm\:focus\:tw-border-opacity-25:focus{
    --tw-border-opacity:0.25
  }

  .sm\:focus\:tw-border-opacity-30:focus{
    --tw-border-opacity:0.3
  }

  .sm\:focus\:tw-border-opacity-40:focus{
    --tw-border-opacity:0.4
  }

  .sm\:focus\:tw-border-opacity-50:focus{
    --tw-border-opacity:0.5
  }

  .sm\:focus\:tw-border-opacity-60:focus{
    --tw-border-opacity:0.6
  }

  .sm\:focus\:tw-border-opacity-70:focus{
    --tw-border-opacity:0.7
  }

  .sm\:focus\:tw-border-opacity-75:focus{
    --tw-border-opacity:0.75
  }

  .sm\:focus\:tw-border-opacity-80:focus{
    --tw-border-opacity:0.8
  }

  .sm\:focus\:tw-border-opacity-90:focus{
    --tw-border-opacity:0.9
  }

  .sm\:focus\:tw-border-opacity-95:focus{
    --tw-border-opacity:0.95
  }

  .sm\:focus\:tw-border-opacity-100:focus{
    --tw-border-opacity:1
  }

  .sm\:tw-bg-transparent{
    background-color:transparent
  }

  .sm\:tw-bg-current{
    background-color:currentColor
  }

  .sm\:tw-bg-black{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-gray-50{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-gray-100{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-gray-200{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-gray-300{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-gray-400{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-gray-500{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-gray-600{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-gray-700{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-gray-800{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-gray-900{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-red-50{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-red-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-red-200{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-red-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-red-400{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-red-500{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-red-600{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-red-700{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-red-800{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-red-900{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-yellow-50{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-yellow-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-yellow-200{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-yellow-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-yellow-400{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-yellow-500{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-yellow-600{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-yellow-700{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-yellow-800{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-yellow-900{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-green-50{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-green-100{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-green-200{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-green-300{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-green-400{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-green-500{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-green-600{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-green-700{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-green-800{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-green-900{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-blue-50{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-blue-100{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-blue-200{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-blue-300{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-blue-400{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-blue-500{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-blue-600{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-blue-700{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-blue-800{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-blue-900{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-indigo-50{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-indigo-100{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-indigo-200{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-indigo-300{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-indigo-400{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-indigo-500{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-indigo-600{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-indigo-700{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-indigo-800{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-indigo-900{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-purple-50{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-purple-100{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-purple-200{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-purple-300{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-purple-400{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-purple-500{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-purple-600{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-purple-700{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-purple-800{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-purple-900{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-pink-50{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-pink-100{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-pink-200{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-pink-300{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-pink-400{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-pink-500{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-pink-600{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-pink-700{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-pink-800{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-pink-900{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-transparent{
    background-color:transparent
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-current{
    background-color:currentColor
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-black{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-50{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-100{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-200{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-300{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-400{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-500{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-600{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-700{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-800{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-900{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-50{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-200{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-400{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-500{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-600{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-700{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-800{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-900{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-50{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-200{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-400{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-500{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-600{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-700{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-800{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-900{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-50{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-100{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-200{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-300{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-400{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-500{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-600{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-700{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-800{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-900{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-50{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-100{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-200{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-300{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-400{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-500{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-600{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-700{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-800{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-900{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-50{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-100{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-200{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-300{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-400{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-500{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-600{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-700{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-800{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-900{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-50{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-100{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-200{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-300{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-400{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-500{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-600{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-700{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-800{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-900{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-50{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-100{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-200{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-300{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-400{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-500{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-600{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-700{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-800{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-900{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-transparent:focus-within{
    background-color:transparent
  }

  .sm\:focus-within\:tw-bg-current:focus-within{
    background-color:currentColor
  }

  .sm\:focus-within\:tw-bg-black:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-white:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-gray-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-gray-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-gray-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-gray-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-gray-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-gray-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-gray-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-gray-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-gray-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-gray-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-red-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-red-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-red-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-red-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-red-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-red-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-red-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-red-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-red-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-red-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-yellow-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-yellow-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-yellow-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-yellow-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-yellow-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-yellow-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-yellow-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-yellow-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-yellow-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-yellow-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-green-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-green-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-green-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-green-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-green-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-green-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-green-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-green-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-green-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-green-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-blue-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-blue-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-blue-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-blue-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-blue-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-blue-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-blue-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-blue-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-blue-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-blue-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-indigo-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-indigo-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-indigo-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-indigo-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-indigo-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-indigo-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-indigo-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-indigo-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-indigo-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-indigo-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-purple-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-purple-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-purple-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-purple-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-purple-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-purple-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-purple-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-purple-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-purple-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-purple-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-pink-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-pink-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-pink-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-pink-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-pink-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-pink-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-pink-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-pink-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-pink-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .sm\:focus-within\:tw-bg-pink-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-transparent:hover{
    background-color:transparent
  }

  .sm\:hover\:tw-bg-current:hover{
    background-color:currentColor
  }

  .sm\:hover\:tw-bg-black:hover{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-white:hover{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-gray-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-gray-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-gray-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-gray-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-gray-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-gray-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-gray-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-gray-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-gray-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-gray-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-red-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-red-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-red-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-red-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-red-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-red-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-red-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-red-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-red-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-red-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-yellow-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-yellow-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-yellow-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-yellow-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-yellow-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-yellow-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-yellow-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-yellow-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-yellow-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-yellow-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-green-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-green-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-green-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-green-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-green-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-green-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-green-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-green-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-green-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-green-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-blue-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-blue-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-blue-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-blue-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-blue-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-blue-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-blue-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-blue-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-blue-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-blue-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-indigo-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-indigo-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-indigo-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-indigo-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-indigo-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-indigo-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-indigo-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-indigo-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-indigo-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-indigo-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-purple-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-purple-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-purple-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-purple-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-purple-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-purple-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-purple-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-purple-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-purple-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-purple-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-pink-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-pink-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-pink-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-pink-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-pink-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-pink-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-pink-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-pink-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-pink-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .sm\:hover\:tw-bg-pink-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-transparent:focus{
    background-color:transparent
  }

  .sm\:focus\:tw-bg-current:focus{
    background-color:currentColor
  }

  .sm\:focus\:tw-bg-black:focus{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-white:focus{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-gray-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-gray-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-gray-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-gray-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-gray-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-gray-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-gray-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-gray-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-gray-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-gray-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-red-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-red-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-red-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-red-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-red-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-red-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-red-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-red-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-red-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-red-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-yellow-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-yellow-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-yellow-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-yellow-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-yellow-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-yellow-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-yellow-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-yellow-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-yellow-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-yellow-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-green-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-green-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-green-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-green-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-green-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-green-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-green-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-green-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-green-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-green-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-blue-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-blue-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-blue-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-blue-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-blue-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-blue-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-blue-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-blue-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-blue-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-blue-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-indigo-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-indigo-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-indigo-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-indigo-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-indigo-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-indigo-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-indigo-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-indigo-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-indigo-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-indigo-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-purple-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-purple-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-purple-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-purple-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-purple-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-purple-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-purple-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-purple-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-purple-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-purple-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-pink-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-pink-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-pink-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-pink-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-pink-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-pink-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-pink-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-pink-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-pink-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .sm\:focus\:tw-bg-pink-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .sm\:tw-bg-opacity-0{
    --tw-bg-opacity:0
  }

  .sm\:tw-bg-opacity-5{
    --tw-bg-opacity:0.05
  }

  .sm\:tw-bg-opacity-10{
    --tw-bg-opacity:0.1
  }

  .sm\:tw-bg-opacity-20{
    --tw-bg-opacity:0.2
  }

  .sm\:tw-bg-opacity-25{
    --tw-bg-opacity:0.25
  }

  .sm\:tw-bg-opacity-30{
    --tw-bg-opacity:0.3
  }

  .sm\:tw-bg-opacity-40{
    --tw-bg-opacity:0.4
  }

  .sm\:tw-bg-opacity-50{
    --tw-bg-opacity:0.5
  }

  .sm\:tw-bg-opacity-60{
    --tw-bg-opacity:0.6
  }

  .sm\:tw-bg-opacity-70{
    --tw-bg-opacity:0.7
  }

  .sm\:tw-bg-opacity-75{
    --tw-bg-opacity:0.75
  }

  .sm\:tw-bg-opacity-80{
    --tw-bg-opacity:0.8
  }

  .sm\:tw-bg-opacity-90{
    --tw-bg-opacity:0.9
  }

  .sm\:tw-bg-opacity-95{
    --tw-bg-opacity:0.95
  }

  .sm\:tw-bg-opacity-100{
    --tw-bg-opacity:1
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-0{
    --tw-bg-opacity:0
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-5{
    --tw-bg-opacity:0.05
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-10{
    --tw-bg-opacity:0.1
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-20{
    --tw-bg-opacity:0.2
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-25{
    --tw-bg-opacity:0.25
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-30{
    --tw-bg-opacity:0.3
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-40{
    --tw-bg-opacity:0.4
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-50{
    --tw-bg-opacity:0.5
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-60{
    --tw-bg-opacity:0.6
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-70{
    --tw-bg-opacity:0.7
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-75{
    --tw-bg-opacity:0.75
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-80{
    --tw-bg-opacity:0.8
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-90{
    --tw-bg-opacity:0.9
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-95{
    --tw-bg-opacity:0.95
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-100{
    --tw-bg-opacity:1
  }

  .sm\:focus-within\:tw-bg-opacity-0:focus-within{
    --tw-bg-opacity:0
  }

  .sm\:focus-within\:tw-bg-opacity-5:focus-within{
    --tw-bg-opacity:0.05
  }

  .sm\:focus-within\:tw-bg-opacity-10:focus-within{
    --tw-bg-opacity:0.1
  }

  .sm\:focus-within\:tw-bg-opacity-20:focus-within{
    --tw-bg-opacity:0.2
  }

  .sm\:focus-within\:tw-bg-opacity-25:focus-within{
    --tw-bg-opacity:0.25
  }

  .sm\:focus-within\:tw-bg-opacity-30:focus-within{
    --tw-bg-opacity:0.3
  }

  .sm\:focus-within\:tw-bg-opacity-40:focus-within{
    --tw-bg-opacity:0.4
  }

  .sm\:focus-within\:tw-bg-opacity-50:focus-within{
    --tw-bg-opacity:0.5
  }

  .sm\:focus-within\:tw-bg-opacity-60:focus-within{
    --tw-bg-opacity:0.6
  }

  .sm\:focus-within\:tw-bg-opacity-70:focus-within{
    --tw-bg-opacity:0.7
  }

  .sm\:focus-within\:tw-bg-opacity-75:focus-within{
    --tw-bg-opacity:0.75
  }

  .sm\:focus-within\:tw-bg-opacity-80:focus-within{
    --tw-bg-opacity:0.8
  }

  .sm\:focus-within\:tw-bg-opacity-90:focus-within{
    --tw-bg-opacity:0.9
  }

  .sm\:focus-within\:tw-bg-opacity-95:focus-within{
    --tw-bg-opacity:0.95
  }

  .sm\:focus-within\:tw-bg-opacity-100:focus-within{
    --tw-bg-opacity:1
  }

  .sm\:hover\:tw-bg-opacity-0:hover{
    --tw-bg-opacity:0
  }

  .sm\:hover\:tw-bg-opacity-5:hover{
    --tw-bg-opacity:0.05
  }

  .sm\:hover\:tw-bg-opacity-10:hover{
    --tw-bg-opacity:0.1
  }

  .sm\:hover\:tw-bg-opacity-20:hover{
    --tw-bg-opacity:0.2
  }

  .sm\:hover\:tw-bg-opacity-25:hover{
    --tw-bg-opacity:0.25
  }

  .sm\:hover\:tw-bg-opacity-30:hover{
    --tw-bg-opacity:0.3
  }

  .sm\:hover\:tw-bg-opacity-40:hover{
    --tw-bg-opacity:0.4
  }

  .sm\:hover\:tw-bg-opacity-50:hover{
    --tw-bg-opacity:0.5
  }

  .sm\:hover\:tw-bg-opacity-60:hover{
    --tw-bg-opacity:0.6
  }

  .sm\:hover\:tw-bg-opacity-70:hover{
    --tw-bg-opacity:0.7
  }

  .sm\:hover\:tw-bg-opacity-75:hover{
    --tw-bg-opacity:0.75
  }

  .sm\:hover\:tw-bg-opacity-80:hover{
    --tw-bg-opacity:0.8
  }

  .sm\:hover\:tw-bg-opacity-90:hover{
    --tw-bg-opacity:0.9
  }

  .sm\:hover\:tw-bg-opacity-95:hover{
    --tw-bg-opacity:0.95
  }

  .sm\:hover\:tw-bg-opacity-100:hover{
    --tw-bg-opacity:1
  }

  .sm\:focus\:tw-bg-opacity-0:focus{
    --tw-bg-opacity:0
  }

  .sm\:focus\:tw-bg-opacity-5:focus{
    --tw-bg-opacity:0.05
  }

  .sm\:focus\:tw-bg-opacity-10:focus{
    --tw-bg-opacity:0.1
  }

  .sm\:focus\:tw-bg-opacity-20:focus{
    --tw-bg-opacity:0.2
  }

  .sm\:focus\:tw-bg-opacity-25:focus{
    --tw-bg-opacity:0.25
  }

  .sm\:focus\:tw-bg-opacity-30:focus{
    --tw-bg-opacity:0.3
  }

  .sm\:focus\:tw-bg-opacity-40:focus{
    --tw-bg-opacity:0.4
  }

  .sm\:focus\:tw-bg-opacity-50:focus{
    --tw-bg-opacity:0.5
  }

  .sm\:focus\:tw-bg-opacity-60:focus{
    --tw-bg-opacity:0.6
  }

  .sm\:focus\:tw-bg-opacity-70:focus{
    --tw-bg-opacity:0.7
  }

  .sm\:focus\:tw-bg-opacity-75:focus{
    --tw-bg-opacity:0.75
  }

  .sm\:focus\:tw-bg-opacity-80:focus{
    --tw-bg-opacity:0.8
  }

  .sm\:focus\:tw-bg-opacity-90:focus{
    --tw-bg-opacity:0.9
  }

  .sm\:focus\:tw-bg-opacity-95:focus{
    --tw-bg-opacity:0.95
  }

  .sm\:focus\:tw-bg-opacity-100:focus{
    --tw-bg-opacity:1
  }

  .sm\:tw-bg-none{
    background-image:none
  }

  .sm\:tw-bg-gradient-to-t{
    background-image:linear-gradient(to top, var(--tw-gradient-stops))
  }

  .sm\:tw-bg-gradient-to-tr{
    background-image:linear-gradient(to top right, var(--tw-gradient-stops))
  }

  .sm\:tw-bg-gradient-to-r{
    background-image:linear-gradient(to right, var(--tw-gradient-stops))
  }

  .sm\:tw-bg-gradient-to-br{
    background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))
  }

  .sm\:tw-bg-gradient-to-b{
    background-image:linear-gradient(to bottom, var(--tw-gradient-stops))
  }

  .sm\:tw-bg-gradient-to-bl{
    background-image:linear-gradient(to bottom left, var(--tw-gradient-stops))
  }

  .sm\:tw-bg-gradient-to-l{
    background-image:linear-gradient(to left, var(--tw-gradient-stops))
  }

  .sm\:tw-bg-gradient-to-tl{
    background-image:linear-gradient(to top left, var(--tw-gradient-stops))
  }

  .sm\:tw-from-transparent{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:tw-from-current{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:tw-from-black{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:tw-from-white{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:tw-from-gray-50{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .sm\:tw-from-gray-100{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .sm\:tw-from-gray-200{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .sm\:tw-from-gray-300{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .sm\:tw-from-gray-400{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .sm\:tw-from-gray-500{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .sm\:tw-from-gray-600{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .sm\:tw-from-gray-700{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .sm\:tw-from-gray-800{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .sm\:tw-from-gray-900{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .sm\:tw-from-red-50{
    --tw-gradient-from:#fef2f2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .sm\:tw-from-red-100{
    --tw-gradient-from:#fee2e2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .sm\:tw-from-red-200{
    --tw-gradient-from:#fecaca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .sm\:tw-from-red-300{
    --tw-gradient-from:#fca5a5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .sm\:tw-from-red-400{
    --tw-gradient-from:#f87171;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .sm\:tw-from-red-500{
    --tw-gradient-from:#ef4444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .sm\:tw-from-red-600{
    --tw-gradient-from:#dc2626;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .sm\:tw-from-red-700{
    --tw-gradient-from:#b91c1c;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .sm\:tw-from-red-800{
    --tw-gradient-from:#991b1b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .sm\:tw-from-red-900{
    --tw-gradient-from:#7f1d1d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .sm\:tw-from-yellow-50{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .sm\:tw-from-yellow-100{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .sm\:tw-from-yellow-200{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .sm\:tw-from-yellow-300{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .sm\:tw-from-yellow-400{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .sm\:tw-from-yellow-500{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .sm\:tw-from-yellow-600{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .sm\:tw-from-yellow-700{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .sm\:tw-from-yellow-800{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .sm\:tw-from-yellow-900{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .sm\:tw-from-green-50{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .sm\:tw-from-green-100{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .sm\:tw-from-green-200{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .sm\:tw-from-green-300{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .sm\:tw-from-green-400{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .sm\:tw-from-green-500{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .sm\:tw-from-green-600{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .sm\:tw-from-green-700{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .sm\:tw-from-green-800{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .sm\:tw-from-green-900{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .sm\:tw-from-blue-50{
    --tw-gradient-from:#eff6ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .sm\:tw-from-blue-100{
    --tw-gradient-from:#dbeafe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .sm\:tw-from-blue-200{
    --tw-gradient-from:#bfdbfe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .sm\:tw-from-blue-300{
    --tw-gradient-from:#93c5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .sm\:tw-from-blue-400{
    --tw-gradient-from:#60a5fa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .sm\:tw-from-blue-500{
    --tw-gradient-from:#3b82f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .sm\:tw-from-blue-600{
    --tw-gradient-from:#2563eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .sm\:tw-from-blue-700{
    --tw-gradient-from:#1d4ed8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .sm\:tw-from-blue-800{
    --tw-gradient-from:#1e40af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .sm\:tw-from-blue-900{
    --tw-gradient-from:#1e3a8a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .sm\:tw-from-indigo-50{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .sm\:tw-from-indigo-100{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .sm\:tw-from-indigo-200{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .sm\:tw-from-indigo-300{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .sm\:tw-from-indigo-400{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .sm\:tw-from-indigo-500{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .sm\:tw-from-indigo-600{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .sm\:tw-from-indigo-700{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .sm\:tw-from-indigo-800{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .sm\:tw-from-indigo-900{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .sm\:tw-from-purple-50{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .sm\:tw-from-purple-100{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .sm\:tw-from-purple-200{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .sm\:tw-from-purple-300{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .sm\:tw-from-purple-400{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .sm\:tw-from-purple-500{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .sm\:tw-from-purple-600{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .sm\:tw-from-purple-700{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .sm\:tw-from-purple-800{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .sm\:tw-from-purple-900{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .sm\:tw-from-pink-50{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .sm\:tw-from-pink-100{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .sm\:tw-from-pink-200{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .sm\:tw-from-pink-300{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .sm\:tw-from-pink-400{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .sm\:tw-from-pink-500{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .sm\:tw-from-pink-600{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .sm\:tw-from-pink-700{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .sm\:tw-from-pink-800{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .sm\:tw-from-pink-900{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .sm\:hover\:tw-from-transparent:hover{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:hover\:tw-from-current:hover{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:hover\:tw-from-black:hover{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:hover\:tw-from-white:hover{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:hover\:tw-from-gray-50:hover{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .sm\:hover\:tw-from-gray-100:hover{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .sm\:hover\:tw-from-gray-200:hover{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .sm\:hover\:tw-from-gray-300:hover{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .sm\:hover\:tw-from-gray-400:hover{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .sm\:hover\:tw-from-gray-500:hover{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .sm\:hover\:tw-from-gray-600:hover{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .sm\:hover\:tw-from-gray-700:hover{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .sm\:hover\:tw-from-gray-800:hover{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .sm\:hover\:tw-from-gray-900:hover{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .sm\:hover\:tw-from-red-50:hover{
    --tw-gradient-from:#fef2f2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .sm\:hover\:tw-from-red-100:hover{
    --tw-gradient-from:#fee2e2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .sm\:hover\:tw-from-red-200:hover{
    --tw-gradient-from:#fecaca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .sm\:hover\:tw-from-red-300:hover{
    --tw-gradient-from:#fca5a5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .sm\:hover\:tw-from-red-400:hover{
    --tw-gradient-from:#f87171;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .sm\:hover\:tw-from-red-500:hover{
    --tw-gradient-from:#ef4444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .sm\:hover\:tw-from-red-600:hover{
    --tw-gradient-from:#dc2626;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .sm\:hover\:tw-from-red-700:hover{
    --tw-gradient-from:#b91c1c;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .sm\:hover\:tw-from-red-800:hover{
    --tw-gradient-from:#991b1b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .sm\:hover\:tw-from-red-900:hover{
    --tw-gradient-from:#7f1d1d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .sm\:hover\:tw-from-yellow-50:hover{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .sm\:hover\:tw-from-yellow-100:hover{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .sm\:hover\:tw-from-yellow-200:hover{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .sm\:hover\:tw-from-yellow-300:hover{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .sm\:hover\:tw-from-yellow-400:hover{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .sm\:hover\:tw-from-yellow-500:hover{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .sm\:hover\:tw-from-yellow-600:hover{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .sm\:hover\:tw-from-yellow-700:hover{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .sm\:hover\:tw-from-yellow-800:hover{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .sm\:hover\:tw-from-yellow-900:hover{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .sm\:hover\:tw-from-green-50:hover{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .sm\:hover\:tw-from-green-100:hover{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .sm\:hover\:tw-from-green-200:hover{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .sm\:hover\:tw-from-green-300:hover{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .sm\:hover\:tw-from-green-400:hover{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .sm\:hover\:tw-from-green-500:hover{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .sm\:hover\:tw-from-green-600:hover{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .sm\:hover\:tw-from-green-700:hover{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .sm\:hover\:tw-from-green-800:hover{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .sm\:hover\:tw-from-green-900:hover{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .sm\:hover\:tw-from-blue-50:hover{
    --tw-gradient-from:#eff6ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .sm\:hover\:tw-from-blue-100:hover{
    --tw-gradient-from:#dbeafe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .sm\:hover\:tw-from-blue-200:hover{
    --tw-gradient-from:#bfdbfe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .sm\:hover\:tw-from-blue-300:hover{
    --tw-gradient-from:#93c5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .sm\:hover\:tw-from-blue-400:hover{
    --tw-gradient-from:#60a5fa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .sm\:hover\:tw-from-blue-500:hover{
    --tw-gradient-from:#3b82f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .sm\:hover\:tw-from-blue-600:hover{
    --tw-gradient-from:#2563eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .sm\:hover\:tw-from-blue-700:hover{
    --tw-gradient-from:#1d4ed8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .sm\:hover\:tw-from-blue-800:hover{
    --tw-gradient-from:#1e40af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .sm\:hover\:tw-from-blue-900:hover{
    --tw-gradient-from:#1e3a8a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .sm\:hover\:tw-from-indigo-50:hover{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .sm\:hover\:tw-from-indigo-100:hover{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .sm\:hover\:tw-from-indigo-200:hover{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .sm\:hover\:tw-from-indigo-300:hover{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .sm\:hover\:tw-from-indigo-400:hover{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .sm\:hover\:tw-from-indigo-500:hover{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .sm\:hover\:tw-from-indigo-600:hover{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .sm\:hover\:tw-from-indigo-700:hover{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .sm\:hover\:tw-from-indigo-800:hover{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .sm\:hover\:tw-from-indigo-900:hover{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .sm\:hover\:tw-from-purple-50:hover{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .sm\:hover\:tw-from-purple-100:hover{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .sm\:hover\:tw-from-purple-200:hover{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .sm\:hover\:tw-from-purple-300:hover{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .sm\:hover\:tw-from-purple-400:hover{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .sm\:hover\:tw-from-purple-500:hover{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .sm\:hover\:tw-from-purple-600:hover{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .sm\:hover\:tw-from-purple-700:hover{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .sm\:hover\:tw-from-purple-800:hover{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .sm\:hover\:tw-from-purple-900:hover{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .sm\:hover\:tw-from-pink-50:hover{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .sm\:hover\:tw-from-pink-100:hover{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .sm\:hover\:tw-from-pink-200:hover{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .sm\:hover\:tw-from-pink-300:hover{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .sm\:hover\:tw-from-pink-400:hover{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .sm\:hover\:tw-from-pink-500:hover{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .sm\:hover\:tw-from-pink-600:hover{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .sm\:hover\:tw-from-pink-700:hover{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .sm\:hover\:tw-from-pink-800:hover{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .sm\:hover\:tw-from-pink-900:hover{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .sm\:focus\:tw-from-transparent:focus{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:focus\:tw-from-current:focus{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:focus\:tw-from-black:focus{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:focus\:tw-from-white:focus{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:focus\:tw-from-gray-50:focus{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .sm\:focus\:tw-from-gray-100:focus{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .sm\:focus\:tw-from-gray-200:focus{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .sm\:focus\:tw-from-gray-300:focus{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .sm\:focus\:tw-from-gray-400:focus{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .sm\:focus\:tw-from-gray-500:focus{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .sm\:focus\:tw-from-gray-600:focus{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .sm\:focus\:tw-from-gray-700:focus{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .sm\:focus\:tw-from-gray-800:focus{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .sm\:focus\:tw-from-gray-900:focus{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .sm\:focus\:tw-from-red-50:focus{
    --tw-gradient-from:#fef2f2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .sm\:focus\:tw-from-red-100:focus{
    --tw-gradient-from:#fee2e2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .sm\:focus\:tw-from-red-200:focus{
    --tw-gradient-from:#fecaca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .sm\:focus\:tw-from-red-300:focus{
    --tw-gradient-from:#fca5a5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .sm\:focus\:tw-from-red-400:focus{
    --tw-gradient-from:#f87171;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .sm\:focus\:tw-from-red-500:focus{
    --tw-gradient-from:#ef4444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .sm\:focus\:tw-from-red-600:focus{
    --tw-gradient-from:#dc2626;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .sm\:focus\:tw-from-red-700:focus{
    --tw-gradient-from:#b91c1c;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .sm\:focus\:tw-from-red-800:focus{
    --tw-gradient-from:#991b1b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .sm\:focus\:tw-from-red-900:focus{
    --tw-gradient-from:#7f1d1d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .sm\:focus\:tw-from-yellow-50:focus{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .sm\:focus\:tw-from-yellow-100:focus{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .sm\:focus\:tw-from-yellow-200:focus{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .sm\:focus\:tw-from-yellow-300:focus{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .sm\:focus\:tw-from-yellow-400:focus{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .sm\:focus\:tw-from-yellow-500:focus{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .sm\:focus\:tw-from-yellow-600:focus{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .sm\:focus\:tw-from-yellow-700:focus{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .sm\:focus\:tw-from-yellow-800:focus{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .sm\:focus\:tw-from-yellow-900:focus{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .sm\:focus\:tw-from-green-50:focus{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .sm\:focus\:tw-from-green-100:focus{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .sm\:focus\:tw-from-green-200:focus{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .sm\:focus\:tw-from-green-300:focus{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .sm\:focus\:tw-from-green-400:focus{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .sm\:focus\:tw-from-green-500:focus{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .sm\:focus\:tw-from-green-600:focus{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .sm\:focus\:tw-from-green-700:focus{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .sm\:focus\:tw-from-green-800:focus{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .sm\:focus\:tw-from-green-900:focus{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .sm\:focus\:tw-from-blue-50:focus{
    --tw-gradient-from:#eff6ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .sm\:focus\:tw-from-blue-100:focus{
    --tw-gradient-from:#dbeafe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .sm\:focus\:tw-from-blue-200:focus{
    --tw-gradient-from:#bfdbfe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .sm\:focus\:tw-from-blue-300:focus{
    --tw-gradient-from:#93c5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .sm\:focus\:tw-from-blue-400:focus{
    --tw-gradient-from:#60a5fa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .sm\:focus\:tw-from-blue-500:focus{
    --tw-gradient-from:#3b82f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .sm\:focus\:tw-from-blue-600:focus{
    --tw-gradient-from:#2563eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .sm\:focus\:tw-from-blue-700:focus{
    --tw-gradient-from:#1d4ed8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .sm\:focus\:tw-from-blue-800:focus{
    --tw-gradient-from:#1e40af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .sm\:focus\:tw-from-blue-900:focus{
    --tw-gradient-from:#1e3a8a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .sm\:focus\:tw-from-indigo-50:focus{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .sm\:focus\:tw-from-indigo-100:focus{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .sm\:focus\:tw-from-indigo-200:focus{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .sm\:focus\:tw-from-indigo-300:focus{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .sm\:focus\:tw-from-indigo-400:focus{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .sm\:focus\:tw-from-indigo-500:focus{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .sm\:focus\:tw-from-indigo-600:focus{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .sm\:focus\:tw-from-indigo-700:focus{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .sm\:focus\:tw-from-indigo-800:focus{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .sm\:focus\:tw-from-indigo-900:focus{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .sm\:focus\:tw-from-purple-50:focus{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .sm\:focus\:tw-from-purple-100:focus{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .sm\:focus\:tw-from-purple-200:focus{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .sm\:focus\:tw-from-purple-300:focus{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .sm\:focus\:tw-from-purple-400:focus{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .sm\:focus\:tw-from-purple-500:focus{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .sm\:focus\:tw-from-purple-600:focus{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .sm\:focus\:tw-from-purple-700:focus{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .sm\:focus\:tw-from-purple-800:focus{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .sm\:focus\:tw-from-purple-900:focus{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .sm\:focus\:tw-from-pink-50:focus{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .sm\:focus\:tw-from-pink-100:focus{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .sm\:focus\:tw-from-pink-200:focus{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .sm\:focus\:tw-from-pink-300:focus{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .sm\:focus\:tw-from-pink-400:focus{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .sm\:focus\:tw-from-pink-500:focus{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .sm\:focus\:tw-from-pink-600:focus{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .sm\:focus\:tw-from-pink-700:focus{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .sm\:focus\:tw-from-pink-800:focus{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .sm\:focus\:tw-from-pink-900:focus{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .sm\:tw-via-transparent{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:tw-via-current{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:tw-via-black{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:tw-via-white{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:tw-via-gray-50{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .sm\:tw-via-gray-100{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .sm\:tw-via-gray-200{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .sm\:tw-via-gray-300{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .sm\:tw-via-gray-400{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .sm\:tw-via-gray-500{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .sm\:tw-via-gray-600{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .sm\:tw-via-gray-700{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .sm\:tw-via-gray-800{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .sm\:tw-via-gray-900{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .sm\:tw-via-red-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .sm\:tw-via-red-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .sm\:tw-via-red-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .sm\:tw-via-red-300{
    --tw-gradient-stops:var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .sm\:tw-via-red-400{
    --tw-gradient-stops:var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .sm\:tw-via-red-500{
    --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .sm\:tw-via-red-600{
    --tw-gradient-stops:var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .sm\:tw-via-red-700{
    --tw-gradient-stops:var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .sm\:tw-via-red-800{
    --tw-gradient-stops:var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .sm\:tw-via-red-900{
    --tw-gradient-stops:var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .sm\:tw-via-yellow-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .sm\:tw-via-yellow-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .sm\:tw-via-yellow-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .sm\:tw-via-yellow-300{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .sm\:tw-via-yellow-400{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .sm\:tw-via-yellow-500{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .sm\:tw-via-yellow-600{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .sm\:tw-via-yellow-700{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .sm\:tw-via-yellow-800{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .sm\:tw-via-yellow-900{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .sm\:tw-via-green-50{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .sm\:tw-via-green-100{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .sm\:tw-via-green-200{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .sm\:tw-via-green-300{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .sm\:tw-via-green-400{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .sm\:tw-via-green-500{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .sm\:tw-via-green-600{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .sm\:tw-via-green-700{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .sm\:tw-via-green-800{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .sm\:tw-via-green-900{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .sm\:tw-via-blue-50{
    --tw-gradient-stops:var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .sm\:tw-via-blue-100{
    --tw-gradient-stops:var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .sm\:tw-via-blue-200{
    --tw-gradient-stops:var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .sm\:tw-via-blue-300{
    --tw-gradient-stops:var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .sm\:tw-via-blue-400{
    --tw-gradient-stops:var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .sm\:tw-via-blue-500{
    --tw-gradient-stops:var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .sm\:tw-via-blue-600{
    --tw-gradient-stops:var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .sm\:tw-via-blue-700{
    --tw-gradient-stops:var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .sm\:tw-via-blue-800{
    --tw-gradient-stops:var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .sm\:tw-via-blue-900{
    --tw-gradient-stops:var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .sm\:tw-via-indigo-50{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .sm\:tw-via-indigo-100{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .sm\:tw-via-indigo-200{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .sm\:tw-via-indigo-300{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .sm\:tw-via-indigo-400{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .sm\:tw-via-indigo-500{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .sm\:tw-via-indigo-600{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .sm\:tw-via-indigo-700{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .sm\:tw-via-indigo-800{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .sm\:tw-via-indigo-900{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .sm\:tw-via-purple-50{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .sm\:tw-via-purple-100{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .sm\:tw-via-purple-200{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .sm\:tw-via-purple-300{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .sm\:tw-via-purple-400{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .sm\:tw-via-purple-500{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .sm\:tw-via-purple-600{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .sm\:tw-via-purple-700{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .sm\:tw-via-purple-800{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .sm\:tw-via-purple-900{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .sm\:tw-via-pink-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .sm\:tw-via-pink-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .sm\:tw-via-pink-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .sm\:tw-via-pink-300{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .sm\:tw-via-pink-400{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .sm\:tw-via-pink-500{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .sm\:tw-via-pink-600{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .sm\:tw-via-pink-700{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .sm\:tw-via-pink-800{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .sm\:tw-via-pink-900{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .sm\:hover\:tw-via-transparent:hover{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:hover\:tw-via-current:hover{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:hover\:tw-via-black:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:hover\:tw-via-white:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:hover\:tw-via-gray-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .sm\:hover\:tw-via-gray-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .sm\:hover\:tw-via-gray-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .sm\:hover\:tw-via-gray-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .sm\:hover\:tw-via-gray-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .sm\:hover\:tw-via-gray-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .sm\:hover\:tw-via-gray-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .sm\:hover\:tw-via-gray-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .sm\:hover\:tw-via-gray-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .sm\:hover\:tw-via-gray-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .sm\:hover\:tw-via-red-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .sm\:hover\:tw-via-red-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .sm\:hover\:tw-via-red-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .sm\:hover\:tw-via-red-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .sm\:hover\:tw-via-red-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .sm\:hover\:tw-via-red-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .sm\:hover\:tw-via-red-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .sm\:hover\:tw-via-red-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .sm\:hover\:tw-via-red-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .sm\:hover\:tw-via-red-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .sm\:hover\:tw-via-yellow-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .sm\:hover\:tw-via-yellow-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .sm\:hover\:tw-via-yellow-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .sm\:hover\:tw-via-yellow-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .sm\:hover\:tw-via-yellow-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .sm\:hover\:tw-via-yellow-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .sm\:hover\:tw-via-yellow-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .sm\:hover\:tw-via-yellow-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .sm\:hover\:tw-via-yellow-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .sm\:hover\:tw-via-yellow-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .sm\:hover\:tw-via-green-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .sm\:hover\:tw-via-green-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .sm\:hover\:tw-via-green-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .sm\:hover\:tw-via-green-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .sm\:hover\:tw-via-green-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .sm\:hover\:tw-via-green-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .sm\:hover\:tw-via-green-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .sm\:hover\:tw-via-green-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .sm\:hover\:tw-via-green-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .sm\:hover\:tw-via-green-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .sm\:hover\:tw-via-blue-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .sm\:hover\:tw-via-blue-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .sm\:hover\:tw-via-blue-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .sm\:hover\:tw-via-blue-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .sm\:hover\:tw-via-blue-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .sm\:hover\:tw-via-blue-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .sm\:hover\:tw-via-blue-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .sm\:hover\:tw-via-blue-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .sm\:hover\:tw-via-blue-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .sm\:hover\:tw-via-blue-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .sm\:hover\:tw-via-indigo-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .sm\:hover\:tw-via-indigo-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .sm\:hover\:tw-via-indigo-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .sm\:hover\:tw-via-indigo-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .sm\:hover\:tw-via-indigo-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .sm\:hover\:tw-via-indigo-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .sm\:hover\:tw-via-indigo-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .sm\:hover\:tw-via-indigo-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .sm\:hover\:tw-via-indigo-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .sm\:hover\:tw-via-indigo-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .sm\:hover\:tw-via-purple-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .sm\:hover\:tw-via-purple-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .sm\:hover\:tw-via-purple-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .sm\:hover\:tw-via-purple-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .sm\:hover\:tw-via-purple-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .sm\:hover\:tw-via-purple-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .sm\:hover\:tw-via-purple-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .sm\:hover\:tw-via-purple-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .sm\:hover\:tw-via-purple-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .sm\:hover\:tw-via-purple-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .sm\:hover\:tw-via-pink-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .sm\:hover\:tw-via-pink-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .sm\:hover\:tw-via-pink-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .sm\:hover\:tw-via-pink-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .sm\:hover\:tw-via-pink-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .sm\:hover\:tw-via-pink-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .sm\:hover\:tw-via-pink-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .sm\:hover\:tw-via-pink-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .sm\:hover\:tw-via-pink-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .sm\:hover\:tw-via-pink-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .sm\:focus\:tw-via-transparent:focus{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:focus\:tw-via-current:focus{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:focus\:tw-via-black:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .sm\:focus\:tw-via-white:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .sm\:focus\:tw-via-gray-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .sm\:focus\:tw-via-gray-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .sm\:focus\:tw-via-gray-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .sm\:focus\:tw-via-gray-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .sm\:focus\:tw-via-gray-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .sm\:focus\:tw-via-gray-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .sm\:focus\:tw-via-gray-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .sm\:focus\:tw-via-gray-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .sm\:focus\:tw-via-gray-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .sm\:focus\:tw-via-gray-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .sm\:focus\:tw-via-red-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .sm\:focus\:tw-via-red-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .sm\:focus\:tw-via-red-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .sm\:focus\:tw-via-red-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .sm\:focus\:tw-via-red-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .sm\:focus\:tw-via-red-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .sm\:focus\:tw-via-red-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .sm\:focus\:tw-via-red-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .sm\:focus\:tw-via-red-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .sm\:focus\:tw-via-red-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .sm\:focus\:tw-via-yellow-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .sm\:focus\:tw-via-yellow-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .sm\:focus\:tw-via-yellow-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .sm\:focus\:tw-via-yellow-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .sm\:focus\:tw-via-yellow-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .sm\:focus\:tw-via-yellow-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .sm\:focus\:tw-via-yellow-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .sm\:focus\:tw-via-yellow-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .sm\:focus\:tw-via-yellow-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .sm\:focus\:tw-via-yellow-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .sm\:focus\:tw-via-green-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .sm\:focus\:tw-via-green-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .sm\:focus\:tw-via-green-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .sm\:focus\:tw-via-green-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .sm\:focus\:tw-via-green-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .sm\:focus\:tw-via-green-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .sm\:focus\:tw-via-green-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .sm\:focus\:tw-via-green-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .sm\:focus\:tw-via-green-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .sm\:focus\:tw-via-green-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .sm\:focus\:tw-via-blue-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .sm\:focus\:tw-via-blue-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .sm\:focus\:tw-via-blue-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .sm\:focus\:tw-via-blue-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .sm\:focus\:tw-via-blue-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .sm\:focus\:tw-via-blue-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .sm\:focus\:tw-via-blue-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .sm\:focus\:tw-via-blue-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .sm\:focus\:tw-via-blue-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .sm\:focus\:tw-via-blue-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .sm\:focus\:tw-via-indigo-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .sm\:focus\:tw-via-indigo-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .sm\:focus\:tw-via-indigo-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .sm\:focus\:tw-via-indigo-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .sm\:focus\:tw-via-indigo-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .sm\:focus\:tw-via-indigo-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .sm\:focus\:tw-via-indigo-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .sm\:focus\:tw-via-indigo-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .sm\:focus\:tw-via-indigo-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .sm\:focus\:tw-via-indigo-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .sm\:focus\:tw-via-purple-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .sm\:focus\:tw-via-purple-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .sm\:focus\:tw-via-purple-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .sm\:focus\:tw-via-purple-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .sm\:focus\:tw-via-purple-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .sm\:focus\:tw-via-purple-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .sm\:focus\:tw-via-purple-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .sm\:focus\:tw-via-purple-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .sm\:focus\:tw-via-purple-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .sm\:focus\:tw-via-purple-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .sm\:focus\:tw-via-pink-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .sm\:focus\:tw-via-pink-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .sm\:focus\:tw-via-pink-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .sm\:focus\:tw-via-pink-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .sm\:focus\:tw-via-pink-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .sm\:focus\:tw-via-pink-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .sm\:focus\:tw-via-pink-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .sm\:focus\:tw-via-pink-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .sm\:focus\:tw-via-pink-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .sm\:focus\:tw-via-pink-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .sm\:tw-to-transparent{
    --tw-gradient-to:transparent
  }

  .sm\:tw-to-current{
    --tw-gradient-to:currentColor
  }

  .sm\:tw-to-black{
    --tw-gradient-to:#000
  }

  .sm\:tw-to-white{
    --tw-gradient-to:#fff
  }

  .sm\:tw-to-gray-50{
    --tw-gradient-to:#f9fafb
  }

  .sm\:tw-to-gray-100{
    --tw-gradient-to:#f3f4f6
  }

  .sm\:tw-to-gray-200{
    --tw-gradient-to:#e5e7eb
  }

  .sm\:tw-to-gray-300{
    --tw-gradient-to:#d1d5db
  }

  .sm\:tw-to-gray-400{
    --tw-gradient-to:#9ca3af
  }

  .sm\:tw-to-gray-500{
    --tw-gradient-to:#6b7280
  }

  .sm\:tw-to-gray-600{
    --tw-gradient-to:#4b5563
  }

  .sm\:tw-to-gray-700{
    --tw-gradient-to:#374151
  }

  .sm\:tw-to-gray-800{
    --tw-gradient-to:#1f2937
  }

  .sm\:tw-to-gray-900{
    --tw-gradient-to:#111827
  }

  .sm\:tw-to-red-50{
    --tw-gradient-to:#fef2f2
  }

  .sm\:tw-to-red-100{
    --tw-gradient-to:#fee2e2
  }

  .sm\:tw-to-red-200{
    --tw-gradient-to:#fecaca
  }

  .sm\:tw-to-red-300{
    --tw-gradient-to:#fca5a5
  }

  .sm\:tw-to-red-400{
    --tw-gradient-to:#f87171
  }

  .sm\:tw-to-red-500{
    --tw-gradient-to:#ef4444
  }

  .sm\:tw-to-red-600{
    --tw-gradient-to:#dc2626
  }

  .sm\:tw-to-red-700{
    --tw-gradient-to:#b91c1c
  }

  .sm\:tw-to-red-800{
    --tw-gradient-to:#991b1b
  }

  .sm\:tw-to-red-900{
    --tw-gradient-to:#7f1d1d
  }

  .sm\:tw-to-yellow-50{
    --tw-gradient-to:#fffbeb
  }

  .sm\:tw-to-yellow-100{
    --tw-gradient-to:#fef3c7
  }

  .sm\:tw-to-yellow-200{
    --tw-gradient-to:#fde68a
  }

  .sm\:tw-to-yellow-300{
    --tw-gradient-to:#fcd34d
  }

  .sm\:tw-to-yellow-400{
    --tw-gradient-to:#fbbf24
  }

  .sm\:tw-to-yellow-500{
    --tw-gradient-to:#f59e0b
  }

  .sm\:tw-to-yellow-600{
    --tw-gradient-to:#d97706
  }

  .sm\:tw-to-yellow-700{
    --tw-gradient-to:#b45309
  }

  .sm\:tw-to-yellow-800{
    --tw-gradient-to:#92400e
  }

  .sm\:tw-to-yellow-900{
    --tw-gradient-to:#78350f
  }

  .sm\:tw-to-green-50{
    --tw-gradient-to:#ecfdf5
  }

  .sm\:tw-to-green-100{
    --tw-gradient-to:#d1fae5
  }

  .sm\:tw-to-green-200{
    --tw-gradient-to:#a7f3d0
  }

  .sm\:tw-to-green-300{
    --tw-gradient-to:#6ee7b7
  }

  .sm\:tw-to-green-400{
    --tw-gradient-to:#34d399
  }

  .sm\:tw-to-green-500{
    --tw-gradient-to:#10b981
  }

  .sm\:tw-to-green-600{
    --tw-gradient-to:#059669
  }

  .sm\:tw-to-green-700{
    --tw-gradient-to:#047857
  }

  .sm\:tw-to-green-800{
    --tw-gradient-to:#065f46
  }

  .sm\:tw-to-green-900{
    --tw-gradient-to:#064e3b
  }

  .sm\:tw-to-blue-50{
    --tw-gradient-to:#eff6ff
  }

  .sm\:tw-to-blue-100{
    --tw-gradient-to:#dbeafe
  }

  .sm\:tw-to-blue-200{
    --tw-gradient-to:#bfdbfe
  }

  .sm\:tw-to-blue-300{
    --tw-gradient-to:#93c5fd
  }

  .sm\:tw-to-blue-400{
    --tw-gradient-to:#60a5fa
  }

  .sm\:tw-to-blue-500{
    --tw-gradient-to:#3b82f6
  }

  .sm\:tw-to-blue-600{
    --tw-gradient-to:#2563eb
  }

  .sm\:tw-to-blue-700{
    --tw-gradient-to:#1d4ed8
  }

  .sm\:tw-to-blue-800{
    --tw-gradient-to:#1e40af
  }

  .sm\:tw-to-blue-900{
    --tw-gradient-to:#1e3a8a
  }

  .sm\:tw-to-indigo-50{
    --tw-gradient-to:#eef2ff
  }

  .sm\:tw-to-indigo-100{
    --tw-gradient-to:#e0e7ff
  }

  .sm\:tw-to-indigo-200{
    --tw-gradient-to:#c7d2fe
  }

  .sm\:tw-to-indigo-300{
    --tw-gradient-to:#a5b4fc
  }

  .sm\:tw-to-indigo-400{
    --tw-gradient-to:#818cf8
  }

  .sm\:tw-to-indigo-500{
    --tw-gradient-to:#6366f1
  }

  .sm\:tw-to-indigo-600{
    --tw-gradient-to:#4f46e5
  }

  .sm\:tw-to-indigo-700{
    --tw-gradient-to:#4338ca
  }

  .sm\:tw-to-indigo-800{
    --tw-gradient-to:#3730a3
  }

  .sm\:tw-to-indigo-900{
    --tw-gradient-to:#312e81
  }

  .sm\:tw-to-purple-50{
    --tw-gradient-to:#f5f3ff
  }

  .sm\:tw-to-purple-100{
    --tw-gradient-to:#ede9fe
  }

  .sm\:tw-to-purple-200{
    --tw-gradient-to:#ddd6fe
  }

  .sm\:tw-to-purple-300{
    --tw-gradient-to:#c4b5fd
  }

  .sm\:tw-to-purple-400{
    --tw-gradient-to:#a78bfa
  }

  .sm\:tw-to-purple-500{
    --tw-gradient-to:#8b5cf6
  }

  .sm\:tw-to-purple-600{
    --tw-gradient-to:#7c3aed
  }

  .sm\:tw-to-purple-700{
    --tw-gradient-to:#6d28d9
  }

  .sm\:tw-to-purple-800{
    --tw-gradient-to:#5b21b6
  }

  .sm\:tw-to-purple-900{
    --tw-gradient-to:#4c1d95
  }

  .sm\:tw-to-pink-50{
    --tw-gradient-to:#fdf2f8
  }

  .sm\:tw-to-pink-100{
    --tw-gradient-to:#fce7f3
  }

  .sm\:tw-to-pink-200{
    --tw-gradient-to:#fbcfe8
  }

  .sm\:tw-to-pink-300{
    --tw-gradient-to:#f9a8d4
  }

  .sm\:tw-to-pink-400{
    --tw-gradient-to:#f472b6
  }

  .sm\:tw-to-pink-500{
    --tw-gradient-to:#ec4899
  }

  .sm\:tw-to-pink-600{
    --tw-gradient-to:#db2777
  }

  .sm\:tw-to-pink-700{
    --tw-gradient-to:#be185d
  }

  .sm\:tw-to-pink-800{
    --tw-gradient-to:#9d174d
  }

  .sm\:tw-to-pink-900{
    --tw-gradient-to:#831843
  }

  .sm\:hover\:tw-to-transparent:hover{
    --tw-gradient-to:transparent
  }

  .sm\:hover\:tw-to-current:hover{
    --tw-gradient-to:currentColor
  }

  .sm\:hover\:tw-to-black:hover{
    --tw-gradient-to:#000
  }

  .sm\:hover\:tw-to-white:hover{
    --tw-gradient-to:#fff
  }

  .sm\:hover\:tw-to-gray-50:hover{
    --tw-gradient-to:#f9fafb
  }

  .sm\:hover\:tw-to-gray-100:hover{
    --tw-gradient-to:#f3f4f6
  }

  .sm\:hover\:tw-to-gray-200:hover{
    --tw-gradient-to:#e5e7eb
  }

  .sm\:hover\:tw-to-gray-300:hover{
    --tw-gradient-to:#d1d5db
  }

  .sm\:hover\:tw-to-gray-400:hover{
    --tw-gradient-to:#9ca3af
  }

  .sm\:hover\:tw-to-gray-500:hover{
    --tw-gradient-to:#6b7280
  }

  .sm\:hover\:tw-to-gray-600:hover{
    --tw-gradient-to:#4b5563
  }

  .sm\:hover\:tw-to-gray-700:hover{
    --tw-gradient-to:#374151
  }

  .sm\:hover\:tw-to-gray-800:hover{
    --tw-gradient-to:#1f2937
  }

  .sm\:hover\:tw-to-gray-900:hover{
    --tw-gradient-to:#111827
  }

  .sm\:hover\:tw-to-red-50:hover{
    --tw-gradient-to:#fef2f2
  }

  .sm\:hover\:tw-to-red-100:hover{
    --tw-gradient-to:#fee2e2
  }

  .sm\:hover\:tw-to-red-200:hover{
    --tw-gradient-to:#fecaca
  }

  .sm\:hover\:tw-to-red-300:hover{
    --tw-gradient-to:#fca5a5
  }

  .sm\:hover\:tw-to-red-400:hover{
    --tw-gradient-to:#f87171
  }

  .sm\:hover\:tw-to-red-500:hover{
    --tw-gradient-to:#ef4444
  }

  .sm\:hover\:tw-to-red-600:hover{
    --tw-gradient-to:#dc2626
  }

  .sm\:hover\:tw-to-red-700:hover{
    --tw-gradient-to:#b91c1c
  }

  .sm\:hover\:tw-to-red-800:hover{
    --tw-gradient-to:#991b1b
  }

  .sm\:hover\:tw-to-red-900:hover{
    --tw-gradient-to:#7f1d1d
  }

  .sm\:hover\:tw-to-yellow-50:hover{
    --tw-gradient-to:#fffbeb
  }

  .sm\:hover\:tw-to-yellow-100:hover{
    --tw-gradient-to:#fef3c7
  }

  .sm\:hover\:tw-to-yellow-200:hover{
    --tw-gradient-to:#fde68a
  }

  .sm\:hover\:tw-to-yellow-300:hover{
    --tw-gradient-to:#fcd34d
  }

  .sm\:hover\:tw-to-yellow-400:hover{
    --tw-gradient-to:#fbbf24
  }

  .sm\:hover\:tw-to-yellow-500:hover{
    --tw-gradient-to:#f59e0b
  }

  .sm\:hover\:tw-to-yellow-600:hover{
    --tw-gradient-to:#d97706
  }

  .sm\:hover\:tw-to-yellow-700:hover{
    --tw-gradient-to:#b45309
  }

  .sm\:hover\:tw-to-yellow-800:hover{
    --tw-gradient-to:#92400e
  }

  .sm\:hover\:tw-to-yellow-900:hover{
    --tw-gradient-to:#78350f
  }

  .sm\:hover\:tw-to-green-50:hover{
    --tw-gradient-to:#ecfdf5
  }

  .sm\:hover\:tw-to-green-100:hover{
    --tw-gradient-to:#d1fae5
  }

  .sm\:hover\:tw-to-green-200:hover{
    --tw-gradient-to:#a7f3d0
  }

  .sm\:hover\:tw-to-green-300:hover{
    --tw-gradient-to:#6ee7b7
  }

  .sm\:hover\:tw-to-green-400:hover{
    --tw-gradient-to:#34d399
  }

  .sm\:hover\:tw-to-green-500:hover{
    --tw-gradient-to:#10b981
  }

  .sm\:hover\:tw-to-green-600:hover{
    --tw-gradient-to:#059669
  }

  .sm\:hover\:tw-to-green-700:hover{
    --tw-gradient-to:#047857
  }

  .sm\:hover\:tw-to-green-800:hover{
    --tw-gradient-to:#065f46
  }

  .sm\:hover\:tw-to-green-900:hover{
    --tw-gradient-to:#064e3b
  }

  .sm\:hover\:tw-to-blue-50:hover{
    --tw-gradient-to:#eff6ff
  }

  .sm\:hover\:tw-to-blue-100:hover{
    --tw-gradient-to:#dbeafe
  }

  .sm\:hover\:tw-to-blue-200:hover{
    --tw-gradient-to:#bfdbfe
  }

  .sm\:hover\:tw-to-blue-300:hover{
    --tw-gradient-to:#93c5fd
  }

  .sm\:hover\:tw-to-blue-400:hover{
    --tw-gradient-to:#60a5fa
  }

  .sm\:hover\:tw-to-blue-500:hover{
    --tw-gradient-to:#3b82f6
  }

  .sm\:hover\:tw-to-blue-600:hover{
    --tw-gradient-to:#2563eb
  }

  .sm\:hover\:tw-to-blue-700:hover{
    --tw-gradient-to:#1d4ed8
  }

  .sm\:hover\:tw-to-blue-800:hover{
    --tw-gradient-to:#1e40af
  }

  .sm\:hover\:tw-to-blue-900:hover{
    --tw-gradient-to:#1e3a8a
  }

  .sm\:hover\:tw-to-indigo-50:hover{
    --tw-gradient-to:#eef2ff
  }

  .sm\:hover\:tw-to-indigo-100:hover{
    --tw-gradient-to:#e0e7ff
  }

  .sm\:hover\:tw-to-indigo-200:hover{
    --tw-gradient-to:#c7d2fe
  }

  .sm\:hover\:tw-to-indigo-300:hover{
    --tw-gradient-to:#a5b4fc
  }

  .sm\:hover\:tw-to-indigo-400:hover{
    --tw-gradient-to:#818cf8
  }

  .sm\:hover\:tw-to-indigo-500:hover{
    --tw-gradient-to:#6366f1
  }

  .sm\:hover\:tw-to-indigo-600:hover{
    --tw-gradient-to:#4f46e5
  }

  .sm\:hover\:tw-to-indigo-700:hover{
    --tw-gradient-to:#4338ca
  }

  .sm\:hover\:tw-to-indigo-800:hover{
    --tw-gradient-to:#3730a3
  }

  .sm\:hover\:tw-to-indigo-900:hover{
    --tw-gradient-to:#312e81
  }

  .sm\:hover\:tw-to-purple-50:hover{
    --tw-gradient-to:#f5f3ff
  }

  .sm\:hover\:tw-to-purple-100:hover{
    --tw-gradient-to:#ede9fe
  }

  .sm\:hover\:tw-to-purple-200:hover{
    --tw-gradient-to:#ddd6fe
  }

  .sm\:hover\:tw-to-purple-300:hover{
    --tw-gradient-to:#c4b5fd
  }

  .sm\:hover\:tw-to-purple-400:hover{
    --tw-gradient-to:#a78bfa
  }

  .sm\:hover\:tw-to-purple-500:hover{
    --tw-gradient-to:#8b5cf6
  }

  .sm\:hover\:tw-to-purple-600:hover{
    --tw-gradient-to:#7c3aed
  }

  .sm\:hover\:tw-to-purple-700:hover{
    --tw-gradient-to:#6d28d9
  }

  .sm\:hover\:tw-to-purple-800:hover{
    --tw-gradient-to:#5b21b6
  }

  .sm\:hover\:tw-to-purple-900:hover{
    --tw-gradient-to:#4c1d95
  }

  .sm\:hover\:tw-to-pink-50:hover{
    --tw-gradient-to:#fdf2f8
  }

  .sm\:hover\:tw-to-pink-100:hover{
    --tw-gradient-to:#fce7f3
  }

  .sm\:hover\:tw-to-pink-200:hover{
    --tw-gradient-to:#fbcfe8
  }

  .sm\:hover\:tw-to-pink-300:hover{
    --tw-gradient-to:#f9a8d4
  }

  .sm\:hover\:tw-to-pink-400:hover{
    --tw-gradient-to:#f472b6
  }

  .sm\:hover\:tw-to-pink-500:hover{
    --tw-gradient-to:#ec4899
  }

  .sm\:hover\:tw-to-pink-600:hover{
    --tw-gradient-to:#db2777
  }

  .sm\:hover\:tw-to-pink-700:hover{
    --tw-gradient-to:#be185d
  }

  .sm\:hover\:tw-to-pink-800:hover{
    --tw-gradient-to:#9d174d
  }

  .sm\:hover\:tw-to-pink-900:hover{
    --tw-gradient-to:#831843
  }

  .sm\:focus\:tw-to-transparent:focus{
    --tw-gradient-to:transparent
  }

  .sm\:focus\:tw-to-current:focus{
    --tw-gradient-to:currentColor
  }

  .sm\:focus\:tw-to-black:focus{
    --tw-gradient-to:#000
  }

  .sm\:focus\:tw-to-white:focus{
    --tw-gradient-to:#fff
  }

  .sm\:focus\:tw-to-gray-50:focus{
    --tw-gradient-to:#f9fafb
  }

  .sm\:focus\:tw-to-gray-100:focus{
    --tw-gradient-to:#f3f4f6
  }

  .sm\:focus\:tw-to-gray-200:focus{
    --tw-gradient-to:#e5e7eb
  }

  .sm\:focus\:tw-to-gray-300:focus{
    --tw-gradient-to:#d1d5db
  }

  .sm\:focus\:tw-to-gray-400:focus{
    --tw-gradient-to:#9ca3af
  }

  .sm\:focus\:tw-to-gray-500:focus{
    --tw-gradient-to:#6b7280
  }

  .sm\:focus\:tw-to-gray-600:focus{
    --tw-gradient-to:#4b5563
  }

  .sm\:focus\:tw-to-gray-700:focus{
    --tw-gradient-to:#374151
  }

  .sm\:focus\:tw-to-gray-800:focus{
    --tw-gradient-to:#1f2937
  }

  .sm\:focus\:tw-to-gray-900:focus{
    --tw-gradient-to:#111827
  }

  .sm\:focus\:tw-to-red-50:focus{
    --tw-gradient-to:#fef2f2
  }

  .sm\:focus\:tw-to-red-100:focus{
    --tw-gradient-to:#fee2e2
  }

  .sm\:focus\:tw-to-red-200:focus{
    --tw-gradient-to:#fecaca
  }

  .sm\:focus\:tw-to-red-300:focus{
    --tw-gradient-to:#fca5a5
  }

  .sm\:focus\:tw-to-red-400:focus{
    --tw-gradient-to:#f87171
  }

  .sm\:focus\:tw-to-red-500:focus{
    --tw-gradient-to:#ef4444
  }

  .sm\:focus\:tw-to-red-600:focus{
    --tw-gradient-to:#dc2626
  }

  .sm\:focus\:tw-to-red-700:focus{
    --tw-gradient-to:#b91c1c
  }

  .sm\:focus\:tw-to-red-800:focus{
    --tw-gradient-to:#991b1b
  }

  .sm\:focus\:tw-to-red-900:focus{
    --tw-gradient-to:#7f1d1d
  }

  .sm\:focus\:tw-to-yellow-50:focus{
    --tw-gradient-to:#fffbeb
  }

  .sm\:focus\:tw-to-yellow-100:focus{
    --tw-gradient-to:#fef3c7
  }

  .sm\:focus\:tw-to-yellow-200:focus{
    --tw-gradient-to:#fde68a
  }

  .sm\:focus\:tw-to-yellow-300:focus{
    --tw-gradient-to:#fcd34d
  }

  .sm\:focus\:tw-to-yellow-400:focus{
    --tw-gradient-to:#fbbf24
  }

  .sm\:focus\:tw-to-yellow-500:focus{
    --tw-gradient-to:#f59e0b
  }

  .sm\:focus\:tw-to-yellow-600:focus{
    --tw-gradient-to:#d97706
  }

  .sm\:focus\:tw-to-yellow-700:focus{
    --tw-gradient-to:#b45309
  }

  .sm\:focus\:tw-to-yellow-800:focus{
    --tw-gradient-to:#92400e
  }

  .sm\:focus\:tw-to-yellow-900:focus{
    --tw-gradient-to:#78350f
  }

  .sm\:focus\:tw-to-green-50:focus{
    --tw-gradient-to:#ecfdf5
  }

  .sm\:focus\:tw-to-green-100:focus{
    --tw-gradient-to:#d1fae5
  }

  .sm\:focus\:tw-to-green-200:focus{
    --tw-gradient-to:#a7f3d0
  }

  .sm\:focus\:tw-to-green-300:focus{
    --tw-gradient-to:#6ee7b7
  }

  .sm\:focus\:tw-to-green-400:focus{
    --tw-gradient-to:#34d399
  }

  .sm\:focus\:tw-to-green-500:focus{
    --tw-gradient-to:#10b981
  }

  .sm\:focus\:tw-to-green-600:focus{
    --tw-gradient-to:#059669
  }

  .sm\:focus\:tw-to-green-700:focus{
    --tw-gradient-to:#047857
  }

  .sm\:focus\:tw-to-green-800:focus{
    --tw-gradient-to:#065f46
  }

  .sm\:focus\:tw-to-green-900:focus{
    --tw-gradient-to:#064e3b
  }

  .sm\:focus\:tw-to-blue-50:focus{
    --tw-gradient-to:#eff6ff
  }

  .sm\:focus\:tw-to-blue-100:focus{
    --tw-gradient-to:#dbeafe
  }

  .sm\:focus\:tw-to-blue-200:focus{
    --tw-gradient-to:#bfdbfe
  }

  .sm\:focus\:tw-to-blue-300:focus{
    --tw-gradient-to:#93c5fd
  }

  .sm\:focus\:tw-to-blue-400:focus{
    --tw-gradient-to:#60a5fa
  }

  .sm\:focus\:tw-to-blue-500:focus{
    --tw-gradient-to:#3b82f6
  }

  .sm\:focus\:tw-to-blue-600:focus{
    --tw-gradient-to:#2563eb
  }

  .sm\:focus\:tw-to-blue-700:focus{
    --tw-gradient-to:#1d4ed8
  }

  .sm\:focus\:tw-to-blue-800:focus{
    --tw-gradient-to:#1e40af
  }

  .sm\:focus\:tw-to-blue-900:focus{
    --tw-gradient-to:#1e3a8a
  }

  .sm\:focus\:tw-to-indigo-50:focus{
    --tw-gradient-to:#eef2ff
  }

  .sm\:focus\:tw-to-indigo-100:focus{
    --tw-gradient-to:#e0e7ff
  }

  .sm\:focus\:tw-to-indigo-200:focus{
    --tw-gradient-to:#c7d2fe
  }

  .sm\:focus\:tw-to-indigo-300:focus{
    --tw-gradient-to:#a5b4fc
  }

  .sm\:focus\:tw-to-indigo-400:focus{
    --tw-gradient-to:#818cf8
  }

  .sm\:focus\:tw-to-indigo-500:focus{
    --tw-gradient-to:#6366f1
  }

  .sm\:focus\:tw-to-indigo-600:focus{
    --tw-gradient-to:#4f46e5
  }

  .sm\:focus\:tw-to-indigo-700:focus{
    --tw-gradient-to:#4338ca
  }

  .sm\:focus\:tw-to-indigo-800:focus{
    --tw-gradient-to:#3730a3
  }

  .sm\:focus\:tw-to-indigo-900:focus{
    --tw-gradient-to:#312e81
  }

  .sm\:focus\:tw-to-purple-50:focus{
    --tw-gradient-to:#f5f3ff
  }

  .sm\:focus\:tw-to-purple-100:focus{
    --tw-gradient-to:#ede9fe
  }

  .sm\:focus\:tw-to-purple-200:focus{
    --tw-gradient-to:#ddd6fe
  }

  .sm\:focus\:tw-to-purple-300:focus{
    --tw-gradient-to:#c4b5fd
  }

  .sm\:focus\:tw-to-purple-400:focus{
    --tw-gradient-to:#a78bfa
  }

  .sm\:focus\:tw-to-purple-500:focus{
    --tw-gradient-to:#8b5cf6
  }

  .sm\:focus\:tw-to-purple-600:focus{
    --tw-gradient-to:#7c3aed
  }

  .sm\:focus\:tw-to-purple-700:focus{
    --tw-gradient-to:#6d28d9
  }

  .sm\:focus\:tw-to-purple-800:focus{
    --tw-gradient-to:#5b21b6
  }

  .sm\:focus\:tw-to-purple-900:focus{
    --tw-gradient-to:#4c1d95
  }

  .sm\:focus\:tw-to-pink-50:focus{
    --tw-gradient-to:#fdf2f8
  }

  .sm\:focus\:tw-to-pink-100:focus{
    --tw-gradient-to:#fce7f3
  }

  .sm\:focus\:tw-to-pink-200:focus{
    --tw-gradient-to:#fbcfe8
  }

  .sm\:focus\:tw-to-pink-300:focus{
    --tw-gradient-to:#f9a8d4
  }

  .sm\:focus\:tw-to-pink-400:focus{
    --tw-gradient-to:#f472b6
  }

  .sm\:focus\:tw-to-pink-500:focus{
    --tw-gradient-to:#ec4899
  }

  .sm\:focus\:tw-to-pink-600:focus{
    --tw-gradient-to:#db2777
  }

  .sm\:focus\:tw-to-pink-700:focus{
    --tw-gradient-to:#be185d
  }

  .sm\:focus\:tw-to-pink-800:focus{
    --tw-gradient-to:#9d174d
  }

  .sm\:focus\:tw-to-pink-900:focus{
    --tw-gradient-to:#831843
  }

  .sm\:tw-decoration-slice{
    -webkit-box-decoration-break:slice;
            box-decoration-break:slice
  }

  .sm\:tw-decoration-clone{
    -webkit-box-decoration-break:clone;
            box-decoration-break:clone
  }

  .sm\:tw-bg-auto{
    background-size:auto
  }

  .sm\:tw-bg-cover{
    background-size:cover
  }

  .sm\:tw-bg-contain{
    background-size:contain
  }

  .sm\:tw-bg-fixed{
    background-attachment:fixed
  }

  .sm\:tw-bg-local{
    background-attachment:local
  }

  .sm\:tw-bg-scroll{
    background-attachment:scroll
  }

  .sm\:tw-bg-clip-border{
    background-clip:border-box
  }

  .sm\:tw-bg-clip-padding{
    background-clip:padding-box
  }

  .sm\:tw-bg-clip-content{
    background-clip:content-box
  }

  .sm\:tw-bg-clip-text{
    background-clip:text
  }

  .sm\:tw-bg-bottom{
    background-position:bottom
  }

  .sm\:tw-bg-center{
    background-position:center
  }

  .sm\:tw-bg-left{
    background-position:left
  }

  .sm\:tw-bg-left-bottom{
    background-position:left bottom
  }

  .sm\:tw-bg-left-top{
    background-position:left top
  }

  .sm\:tw-bg-right{
    background-position:right
  }

  .sm\:tw-bg-right-bottom{
    background-position:right bottom
  }

  .sm\:tw-bg-right-top{
    background-position:right top
  }

  .sm\:tw-bg-top{
    background-position:top
  }

  .sm\:tw-bg-repeat{
    background-repeat:repeat
  }

  .sm\:tw-bg-no-repeat{
    background-repeat:no-repeat
  }

  .sm\:tw-bg-repeat-x{
    background-repeat:repeat-x
  }

  .sm\:tw-bg-repeat-y{
    background-repeat:repeat-y
  }

  .sm\:tw-bg-repeat-round{
    background-repeat:round
  }

  .sm\:tw-bg-repeat-space{
    background-repeat:space
  }

  .sm\:tw-bg-origin-border{
    background-origin:border-box
  }

  .sm\:tw-bg-origin-padding{
    background-origin:padding-box
  }

  .sm\:tw-bg-origin-content{
    background-origin:content-box
  }

  .sm\:tw-fill-current{
    fill:currentColor
  }

  .sm\:tw-stroke-current{
    stroke:currentColor
  }

  .sm\:tw-stroke-0{
    stroke-width:0
  }

  .sm\:tw-stroke-1{
    stroke-width:1
  }

  .sm\:tw-stroke-2{
    stroke-width:2
  }

  .sm\:tw-object-contain{
    object-fit:contain
  }

  .sm\:tw-object-cover{
    object-fit:cover
  }

  .sm\:tw-object-fill{
    object-fit:fill
  }

  .sm\:tw-object-none{
    object-fit:none
  }

  .sm\:tw-object-scale-down{
    object-fit:scale-down
  }

  .sm\:tw-object-bottom{
    object-position:bottom
  }

  .sm\:tw-object-center{
    object-position:center
  }

  .sm\:tw-object-left{
    object-position:left
  }

  .sm\:tw-object-left-bottom{
    object-position:left bottom
  }

  .sm\:tw-object-left-top{
    object-position:left top
  }

  .sm\:tw-object-right{
    object-position:right
  }

  .sm\:tw-object-right-bottom{
    object-position:right bottom
  }

  .sm\:tw-object-right-top{
    object-position:right top
  }

  .sm\:tw-object-top{
    object-position:top
  }

  .sm\:tw-p-0{
    padding:0px
  }

  .sm\:tw-p-1{
    padding:0.25rem
  }

  .sm\:tw-p-2{
    padding:0.5rem
  }

  .sm\:tw-p-3{
    padding:0.75rem
  }

  .sm\:tw-p-4{
    padding:1rem
  }

  .sm\:tw-p-5{
    padding:1.25rem
  }

  .sm\:tw-p-6{
    padding:1.5rem
  }

  .sm\:tw-p-7{
    padding:1.75rem
  }

  .sm\:tw-p-8{
    padding:2rem
  }

  .sm\:tw-p-9{
    padding:2.25rem
  }

  .sm\:tw-p-10{
    padding:2.5rem
  }

  .sm\:tw-p-11{
    padding:2.75rem
  }

  .sm\:tw-p-12{
    padding:3rem
  }

  .sm\:tw-p-14{
    padding:3.5rem
  }

  .sm\:tw-p-16{
    padding:4rem
  }

  .sm\:tw-p-20{
    padding:5rem
  }

  .sm\:tw-p-24{
    padding:6rem
  }

  .sm\:tw-p-28{
    padding:7rem
  }

  .sm\:tw-p-32{
    padding:8rem
  }

  .sm\:tw-p-36{
    padding:9rem
  }

  .sm\:tw-p-40{
    padding:10rem
  }

  .sm\:tw-p-44{
    padding:11rem
  }

  .sm\:tw-p-48{
    padding:12rem
  }

  .sm\:tw-p-52{
    padding:13rem
  }

  .sm\:tw-p-56{
    padding:14rem
  }

  .sm\:tw-p-60{
    padding:15rem
  }

  .sm\:tw-p-64{
    padding:16rem
  }

  .sm\:tw-p-72{
    padding:18rem
  }

  .sm\:tw-p-80{
    padding:20rem
  }

  .sm\:tw-p-96{
    padding:24rem
  }

  .sm\:tw-p-px{
    padding:1px
  }

  .sm\:tw-p-0\.5{
    padding:0.125rem
  }

  .sm\:tw-p-1\.5{
    padding:0.375rem
  }

  .sm\:tw-p-2\.5{
    padding:0.625rem
  }

  .sm\:tw-p-3\.5{
    padding:0.875rem
  }

  .sm\:tw-px-0{
    padding-left:0px;
    padding-right:0px
  }

  .sm\:tw-px-1{
    padding-left:0.25rem;
    padding-right:0.25rem
  }

  .sm\:tw-px-2{
    padding-left:0.5rem;
    padding-right:0.5rem
  }

  .sm\:tw-px-3{
    padding-left:0.75rem;
    padding-right:0.75rem
  }

  .sm\:tw-px-4{
    padding-left:1rem;
    padding-right:1rem
  }

  .sm\:tw-px-5{
    padding-left:1.25rem;
    padding-right:1.25rem
  }

  .sm\:tw-px-6{
    padding-left:1.5rem;
    padding-right:1.5rem
  }

  .sm\:tw-px-7{
    padding-left:1.75rem;
    padding-right:1.75rem
  }

  .sm\:tw-px-8{
    padding-left:2rem;
    padding-right:2rem
  }

  .sm\:tw-px-9{
    padding-left:2.25rem;
    padding-right:2.25rem
  }

  .sm\:tw-px-10{
    padding-left:2.5rem;
    padding-right:2.5rem
  }

  .sm\:tw-px-11{
    padding-left:2.75rem;
    padding-right:2.75rem
  }

  .sm\:tw-px-12{
    padding-left:3rem;
    padding-right:3rem
  }

  .sm\:tw-px-14{
    padding-left:3.5rem;
    padding-right:3.5rem
  }

  .sm\:tw-px-16{
    padding-left:4rem;
    padding-right:4rem
  }

  .sm\:tw-px-20{
    padding-left:5rem;
    padding-right:5rem
  }

  .sm\:tw-px-24{
    padding-left:6rem;
    padding-right:6rem
  }

  .sm\:tw-px-28{
    padding-left:7rem;
    padding-right:7rem
  }

  .sm\:tw-px-32{
    padding-left:8rem;
    padding-right:8rem
  }

  .sm\:tw-px-36{
    padding-left:9rem;
    padding-right:9rem
  }

  .sm\:tw-px-40{
    padding-left:10rem;
    padding-right:10rem
  }

  .sm\:tw-px-44{
    padding-left:11rem;
    padding-right:11rem
  }

  .sm\:tw-px-48{
    padding-left:12rem;
    padding-right:12rem
  }

  .sm\:tw-px-52{
    padding-left:13rem;
    padding-right:13rem
  }

  .sm\:tw-px-56{
    padding-left:14rem;
    padding-right:14rem
  }

  .sm\:tw-px-60{
    padding-left:15rem;
    padding-right:15rem
  }

  .sm\:tw-px-64{
    padding-left:16rem;
    padding-right:16rem
  }

  .sm\:tw-px-72{
    padding-left:18rem;
    padding-right:18rem
  }

  .sm\:tw-px-80{
    padding-left:20rem;
    padding-right:20rem
  }

  .sm\:tw-px-96{
    padding-left:24rem;
    padding-right:24rem
  }

  .sm\:tw-px-px{
    padding-left:1px;
    padding-right:1px
  }

  .sm\:tw-px-0\.5{
    padding-left:0.125rem;
    padding-right:0.125rem
  }

  .sm\:tw-px-1\.5{
    padding-left:0.375rem;
    padding-right:0.375rem
  }

  .sm\:tw-px-2\.5{
    padding-left:0.625rem;
    padding-right:0.625rem
  }

  .sm\:tw-px-3\.5{
    padding-left:0.875rem;
    padding-right:0.875rem
  }

  .sm\:tw-py-0{
    padding-top:0px;
    padding-bottom:0px
  }

  .sm\:tw-py-1{
    padding-top:0.25rem;
    padding-bottom:0.25rem
  }

  .sm\:tw-py-2{
    padding-top:0.5rem;
    padding-bottom:0.5rem
  }

  .sm\:tw-py-3{
    padding-top:0.75rem;
    padding-bottom:0.75rem
  }

  .sm\:tw-py-4{
    padding-top:1rem;
    padding-bottom:1rem
  }

  .sm\:tw-py-5{
    padding-top:1.25rem;
    padding-bottom:1.25rem
  }

  .sm\:tw-py-6{
    padding-top:1.5rem;
    padding-bottom:1.5rem
  }

  .sm\:tw-py-7{
    padding-top:1.75rem;
    padding-bottom:1.75rem
  }

  .sm\:tw-py-8{
    padding-top:2rem;
    padding-bottom:2rem
  }

  .sm\:tw-py-9{
    padding-top:2.25rem;
    padding-bottom:2.25rem
  }

  .sm\:tw-py-10{
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }

  .sm\:tw-py-11{
    padding-top:2.75rem;
    padding-bottom:2.75rem
  }

  .sm\:tw-py-12{
    padding-top:3rem;
    padding-bottom:3rem
  }

  .sm\:tw-py-14{
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }

  .sm\:tw-py-16{
    padding-top:4rem;
    padding-bottom:4rem
  }

  .sm\:tw-py-20{
    padding-top:5rem;
    padding-bottom:5rem
  }

  .sm\:tw-py-24{
    padding-top:6rem;
    padding-bottom:6rem
  }

  .sm\:tw-py-28{
    padding-top:7rem;
    padding-bottom:7rem
  }

  .sm\:tw-py-32{
    padding-top:8rem;
    padding-bottom:8rem
  }

  .sm\:tw-py-36{
    padding-top:9rem;
    padding-bottom:9rem
  }

  .sm\:tw-py-40{
    padding-top:10rem;
    padding-bottom:10rem
  }

  .sm\:tw-py-44{
    padding-top:11rem;
    padding-bottom:11rem
  }

  .sm\:tw-py-48{
    padding-top:12rem;
    padding-bottom:12rem
  }

  .sm\:tw-py-52{
    padding-top:13rem;
    padding-bottom:13rem
  }

  .sm\:tw-py-56{
    padding-top:14rem;
    padding-bottom:14rem
  }

  .sm\:tw-py-60{
    padding-top:15rem;
    padding-bottom:15rem
  }

  .sm\:tw-py-64{
    padding-top:16rem;
    padding-bottom:16rem
  }

  .sm\:tw-py-72{
    padding-top:18rem;
    padding-bottom:18rem
  }

  .sm\:tw-py-80{
    padding-top:20rem;
    padding-bottom:20rem
  }

  .sm\:tw-py-96{
    padding-top:24rem;
    padding-bottom:24rem
  }

  .sm\:tw-py-px{
    padding-top:1px;
    padding-bottom:1px
  }

  .sm\:tw-py-0\.5{
    padding-top:0.125rem;
    padding-bottom:0.125rem
  }

  .sm\:tw-py-1\.5{
    padding-top:0.375rem;
    padding-bottom:0.375rem
  }

  .sm\:tw-py-2\.5{
    padding-top:0.625rem;
    padding-bottom:0.625rem
  }

  .sm\:tw-py-3\.5{
    padding-top:0.875rem;
    padding-bottom:0.875rem
  }

  .sm\:tw-pt-0{
    padding-top:0px
  }

  .sm\:tw-pt-1{
    padding-top:0.25rem
  }

  .sm\:tw-pt-2{
    padding-top:0.5rem
  }

  .sm\:tw-pt-3{
    padding-top:0.75rem
  }

  .sm\:tw-pt-4{
    padding-top:1rem
  }

  .sm\:tw-pt-5{
    padding-top:1.25rem
  }

  .sm\:tw-pt-6{
    padding-top:1.5rem
  }

  .sm\:tw-pt-7{
    padding-top:1.75rem
  }

  .sm\:tw-pt-8{
    padding-top:2rem
  }

  .sm\:tw-pt-9{
    padding-top:2.25rem
  }

  .sm\:tw-pt-10{
    padding-top:2.5rem
  }

  .sm\:tw-pt-11{
    padding-top:2.75rem
  }

  .sm\:tw-pt-12{
    padding-top:3rem
  }

  .sm\:tw-pt-14{
    padding-top:3.5rem
  }

  .sm\:tw-pt-16{
    padding-top:4rem
  }

  .sm\:tw-pt-20{
    padding-top:5rem
  }

  .sm\:tw-pt-24{
    padding-top:6rem
  }

  .sm\:tw-pt-28{
    padding-top:7rem
  }

  .sm\:tw-pt-32{
    padding-top:8rem
  }

  .sm\:tw-pt-36{
    padding-top:9rem
  }

  .sm\:tw-pt-40{
    padding-top:10rem
  }

  .sm\:tw-pt-44{
    padding-top:11rem
  }

  .sm\:tw-pt-48{
    padding-top:12rem
  }

  .sm\:tw-pt-52{
    padding-top:13rem
  }

  .sm\:tw-pt-56{
    padding-top:14rem
  }

  .sm\:tw-pt-60{
    padding-top:15rem
  }

  .sm\:tw-pt-64{
    padding-top:16rem
  }

  .sm\:tw-pt-72{
    padding-top:18rem
  }

  .sm\:tw-pt-80{
    padding-top:20rem
  }

  .sm\:tw-pt-96{
    padding-top:24rem
  }

  .sm\:tw-pt-px{
    padding-top:1px
  }

  .sm\:tw-pt-0\.5{
    padding-top:0.125rem
  }

  .sm\:tw-pt-1\.5{
    padding-top:0.375rem
  }

  .sm\:tw-pt-2\.5{
    padding-top:0.625rem
  }

  .sm\:tw-pt-3\.5{
    padding-top:0.875rem
  }

  .sm\:tw-pr-0{
    padding-right:0px
  }

  .sm\:tw-pr-1{
    padding-right:0.25rem
  }

  .sm\:tw-pr-2{
    padding-right:0.5rem
  }

  .sm\:tw-pr-3{
    padding-right:0.75rem
  }

  .sm\:tw-pr-4{
    padding-right:1rem
  }

  .sm\:tw-pr-5{
    padding-right:1.25rem
  }

  .sm\:tw-pr-6{
    padding-right:1.5rem
  }

  .sm\:tw-pr-7{
    padding-right:1.75rem
  }

  .sm\:tw-pr-8{
    padding-right:2rem
  }

  .sm\:tw-pr-9{
    padding-right:2.25rem
  }

  .sm\:tw-pr-10{
    padding-right:2.5rem
  }

  .sm\:tw-pr-11{
    padding-right:2.75rem
  }

  .sm\:tw-pr-12{
    padding-right:3rem
  }

  .sm\:tw-pr-14{
    padding-right:3.5rem
  }

  .sm\:tw-pr-16{
    padding-right:4rem
  }

  .sm\:tw-pr-20{
    padding-right:5rem
  }

  .sm\:tw-pr-24{
    padding-right:6rem
  }

  .sm\:tw-pr-28{
    padding-right:7rem
  }

  .sm\:tw-pr-32{
    padding-right:8rem
  }

  .sm\:tw-pr-36{
    padding-right:9rem
  }

  .sm\:tw-pr-40{
    padding-right:10rem
  }

  .sm\:tw-pr-44{
    padding-right:11rem
  }

  .sm\:tw-pr-48{
    padding-right:12rem
  }

  .sm\:tw-pr-52{
    padding-right:13rem
  }

  .sm\:tw-pr-56{
    padding-right:14rem
  }

  .sm\:tw-pr-60{
    padding-right:15rem
  }

  .sm\:tw-pr-64{
    padding-right:16rem
  }

  .sm\:tw-pr-72{
    padding-right:18rem
  }

  .sm\:tw-pr-80{
    padding-right:20rem
  }

  .sm\:tw-pr-96{
    padding-right:24rem
  }

  .sm\:tw-pr-px{
    padding-right:1px
  }

  .sm\:tw-pr-0\.5{
    padding-right:0.125rem
  }

  .sm\:tw-pr-1\.5{
    padding-right:0.375rem
  }

  .sm\:tw-pr-2\.5{
    padding-right:0.625rem
  }

  .sm\:tw-pr-3\.5{
    padding-right:0.875rem
  }

  .sm\:tw-pb-0{
    padding-bottom:0px
  }

  .sm\:tw-pb-1{
    padding-bottom:0.25rem
  }

  .sm\:tw-pb-2{
    padding-bottom:0.5rem
  }

  .sm\:tw-pb-3{
    padding-bottom:0.75rem
  }

  .sm\:tw-pb-4{
    padding-bottom:1rem
  }

  .sm\:tw-pb-5{
    padding-bottom:1.25rem
  }

  .sm\:tw-pb-6{
    padding-bottom:1.5rem
  }

  .sm\:tw-pb-7{
    padding-bottom:1.75rem
  }

  .sm\:tw-pb-8{
    padding-bottom:2rem
  }

  .sm\:tw-pb-9{
    padding-bottom:2.25rem
  }

  .sm\:tw-pb-10{
    padding-bottom:2.5rem
  }

  .sm\:tw-pb-11{
    padding-bottom:2.75rem
  }

  .sm\:tw-pb-12{
    padding-bottom:3rem
  }

  .sm\:tw-pb-14{
    padding-bottom:3.5rem
  }

  .sm\:tw-pb-16{
    padding-bottom:4rem
  }

  .sm\:tw-pb-20{
    padding-bottom:5rem
  }

  .sm\:tw-pb-24{
    padding-bottom:6rem
  }

  .sm\:tw-pb-28{
    padding-bottom:7rem
  }

  .sm\:tw-pb-32{
    padding-bottom:8rem
  }

  .sm\:tw-pb-36{
    padding-bottom:9rem
  }

  .sm\:tw-pb-40{
    padding-bottom:10rem
  }

  .sm\:tw-pb-44{
    padding-bottom:11rem
  }

  .sm\:tw-pb-48{
    padding-bottom:12rem
  }

  .sm\:tw-pb-52{
    padding-bottom:13rem
  }

  .sm\:tw-pb-56{
    padding-bottom:14rem
  }

  .sm\:tw-pb-60{
    padding-bottom:15rem
  }

  .sm\:tw-pb-64{
    padding-bottom:16rem
  }

  .sm\:tw-pb-72{
    padding-bottom:18rem
  }

  .sm\:tw-pb-80{
    padding-bottom:20rem
  }

  .sm\:tw-pb-96{
    padding-bottom:24rem
  }

  .sm\:tw-pb-px{
    padding-bottom:1px
  }

  .sm\:tw-pb-0\.5{
    padding-bottom:0.125rem
  }

  .sm\:tw-pb-1\.5{
    padding-bottom:0.375rem
  }

  .sm\:tw-pb-2\.5{
    padding-bottom:0.625rem
  }

  .sm\:tw-pb-3\.5{
    padding-bottom:0.875rem
  }

  .sm\:tw-pl-0{
    padding-left:0px
  }

  .sm\:tw-pl-1{
    padding-left:0.25rem
  }

  .sm\:tw-pl-2{
    padding-left:0.5rem
  }

  .sm\:tw-pl-3{
    padding-left:0.75rem
  }

  .sm\:tw-pl-4{
    padding-left:1rem
  }

  .sm\:tw-pl-5{
    padding-left:1.25rem
  }

  .sm\:tw-pl-6{
    padding-left:1.5rem
  }

  .sm\:tw-pl-7{
    padding-left:1.75rem
  }

  .sm\:tw-pl-8{
    padding-left:2rem
  }

  .sm\:tw-pl-9{
    padding-left:2.25rem
  }

  .sm\:tw-pl-10{
    padding-left:2.5rem
  }

  .sm\:tw-pl-11{
    padding-left:2.75rem
  }

  .sm\:tw-pl-12{
    padding-left:3rem
  }

  .sm\:tw-pl-14{
    padding-left:3.5rem
  }

  .sm\:tw-pl-16{
    padding-left:4rem
  }

  .sm\:tw-pl-20{
    padding-left:5rem
  }

  .sm\:tw-pl-24{
    padding-left:6rem
  }

  .sm\:tw-pl-28{
    padding-left:7rem
  }

  .sm\:tw-pl-32{
    padding-left:8rem
  }

  .sm\:tw-pl-36{
    padding-left:9rem
  }

  .sm\:tw-pl-40{
    padding-left:10rem
  }

  .sm\:tw-pl-44{
    padding-left:11rem
  }

  .sm\:tw-pl-48{
    padding-left:12rem
  }

  .sm\:tw-pl-52{
    padding-left:13rem
  }

  .sm\:tw-pl-56{
    padding-left:14rem
  }

  .sm\:tw-pl-60{
    padding-left:15rem
  }

  .sm\:tw-pl-64{
    padding-left:16rem
  }

  .sm\:tw-pl-72{
    padding-left:18rem
  }

  .sm\:tw-pl-80{
    padding-left:20rem
  }

  .sm\:tw-pl-96{
    padding-left:24rem
  }

  .sm\:tw-pl-px{
    padding-left:1px
  }

  .sm\:tw-pl-0\.5{
    padding-left:0.125rem
  }

  .sm\:tw-pl-1\.5{
    padding-left:0.375rem
  }

  .sm\:tw-pl-2\.5{
    padding-left:0.625rem
  }

  .sm\:tw-pl-3\.5{
    padding-left:0.875rem
  }

  .sm\:tw-text-left{
    text-align:left
  }

  .sm\:tw-text-center{
    text-align:center
  }

  .sm\:tw-text-right{
    text-align:right
  }

  .sm\:tw-text-justify{
    text-align:justify
  }

  .sm\:tw-align-baseline{
    vertical-align:baseline
  }

  .sm\:tw-align-top{
    vertical-align:top
  }

  .sm\:tw-align-middle{
    vertical-align:middle
  }

  .sm\:tw-align-bottom{
    vertical-align:bottom
  }

  .sm\:tw-align-text-top{
    vertical-align:text-top
  }

  .sm\:tw-align-text-bottom{
    vertical-align:text-bottom
  }

  .sm\:tw-font-sans{
    font-family:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
  }

  .sm\:tw-font-serif{
    font-family:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif
  }

  .sm\:tw-font-mono{
    font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
  }

  .sm\:tw-text-xs{
    font-size:10px;
    line-height:24px
  }

  .sm\:tw-text-sm{
    font-size:14px;
    line-height:28px
  }

  .sm\:tw-text-base{
    font-size:16px;
    line-height:24px
  }

  .sm\:tw-text-lg{
    font-size:20px;
    line-height:28px
  }

  .sm\:tw-text-xl{
    font-size:24px;
    line-height:32px
  }

  .sm\:tw-text-2xl{
    font-size:28px;
    line-height:36px
  }

  .sm\:tw-text-3xl{
    font-size:32px;
    line-height:40px
  }

  .sm\:tw-text-4xl{
    font-size:36px;
    line-height:44px
  }

  .sm\:tw-text-5xl{
    font-size:40px;
    line-height:48px
  }

  .sm\:tw-text-6xl{
    font-size:44px;
    line-height:52px
  }

  .sm\:tw-font-thin{
    font-weight:100
  }

  .sm\:tw-font-extralight{
    font-weight:200
  }

  .sm\:tw-font-light{
    font-weight:300
  }

  .sm\:tw-font-normal{
    font-weight:400
  }

  .sm\:tw-font-medium{
    font-weight:500
  }

  .sm\:tw-font-semibold{
    font-weight:600
  }

  .sm\:tw-font-bold{
    font-weight:700
  }

  .sm\:tw-font-extrabold{
    font-weight:800
  }

  .sm\:tw-font-black{
    font-weight:900
  }

  .sm\:tw-uppercase{
    text-transform:uppercase
  }

  .sm\:tw-lowercase{
    text-transform:lowercase
  }

  .sm\:tw-capitalize{
    text-transform:capitalize
  }

  .sm\:tw-normal-case{
    text-transform:none
  }

  .sm\:tw-italic{
    font-style:italic
  }

  .sm\:tw-not-italic{
    font-style:normal
  }

  .sm\:tw-ordinal, .sm\:tw-slashed-zero, .sm\:tw-lining-nums, .sm\:tw-oldstyle-nums, .sm\:tw-proportional-nums, .sm\:tw-tabular-nums, .sm\:tw-diagonal-fractions, .sm\:tw-stacked-fractions{
    --tw-ordinal:var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction:var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
  }

  .sm\:tw-normal-nums{
    font-variant-numeric:normal
  }

  .sm\:tw-ordinal{
    --tw-ordinal:ordinal
  }

  .sm\:tw-slashed-zero{
    --tw-slashed-zero:slashed-zero
  }

  .sm\:tw-lining-nums{
    --tw-numeric-figure:lining-nums
  }

  .sm\:tw-oldstyle-nums{
    --tw-numeric-figure:oldstyle-nums
  }

  .sm\:tw-proportional-nums{
    --tw-numeric-spacing:proportional-nums
  }

  .sm\:tw-tabular-nums{
    --tw-numeric-spacing:tabular-nums
  }

  .sm\:tw-diagonal-fractions{
    --tw-numeric-fraction:diagonal-fractions
  }

  .sm\:tw-stacked-fractions{
    --tw-numeric-fraction:stacked-fractions
  }

  .sm\:tw-leading-3{
    line-height:.75rem
  }

  .sm\:tw-leading-4{
    line-height:1rem
  }

  .sm\:tw-leading-5{
    line-height:1.25rem
  }

  .sm\:tw-leading-6{
    line-height:1.5rem
  }

  .sm\:tw-leading-7{
    line-height:1.75rem
  }

  .sm\:tw-leading-8{
    line-height:2rem
  }

  .sm\:tw-leading-9{
    line-height:2.25rem
  }

  .sm\:tw-leading-10{
    line-height:2.5rem
  }

  .sm\:tw-leading-none{
    line-height:1
  }

  .sm\:tw-leading-tight{
    line-height:1.25
  }

  .sm\:tw-leading-snug{
    line-height:1.375
  }

  .sm\:tw-leading-normal{
    line-height:1.5
  }

  .sm\:tw-leading-relaxed{
    line-height:1.625
  }

  .sm\:tw-leading-loose{
    line-height:2
  }

  .sm\:tw-tracking-tighter{
    letter-spacing:-0.05em
  }

  .sm\:tw-tracking-tight{
    letter-spacing:-0.025em
  }

  .sm\:tw-tracking-normal{
    letter-spacing:0em
  }

  .sm\:tw-tracking-wide{
    letter-spacing:0.025em
  }

  .sm\:tw-tracking-wider{
    letter-spacing:0.05em
  }

  .sm\:tw-tracking-widest{
    letter-spacing:0.1em
  }

  .sm\:tw-text-transparent{
    color:transparent
  }

  .sm\:tw-text-current{
    color:currentColor
  }

  .sm\:tw-text-black{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .sm\:tw-text-white{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .sm\:tw-text-gray-50{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .sm\:tw-text-gray-100{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .sm\:tw-text-gray-200{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .sm\:tw-text-gray-300{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .sm\:tw-text-gray-400{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .sm\:tw-text-gray-500{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .sm\:tw-text-gray-600{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .sm\:tw-text-gray-700{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .sm\:tw-text-gray-800{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .sm\:tw-text-gray-900{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .sm\:tw-text-red-50{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .sm\:tw-text-red-100{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .sm\:tw-text-red-200{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .sm\:tw-text-red-300{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .sm\:tw-text-red-400{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .sm\:tw-text-red-500{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .sm\:tw-text-red-600{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .sm\:tw-text-red-700{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .sm\:tw-text-red-800{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .sm\:tw-text-red-900{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .sm\:tw-text-yellow-50{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .sm\:tw-text-yellow-100{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .sm\:tw-text-yellow-200{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .sm\:tw-text-yellow-300{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .sm\:tw-text-yellow-400{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .sm\:tw-text-yellow-500{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .sm\:tw-text-yellow-600{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .sm\:tw-text-yellow-700{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .sm\:tw-text-yellow-800{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .sm\:tw-text-yellow-900{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .sm\:tw-text-green-50{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .sm\:tw-text-green-100{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .sm\:tw-text-green-200{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .sm\:tw-text-green-300{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .sm\:tw-text-green-400{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .sm\:tw-text-green-500{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .sm\:tw-text-green-600{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .sm\:tw-text-green-700{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .sm\:tw-text-green-800{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .sm\:tw-text-green-900{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .sm\:tw-text-blue-50{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .sm\:tw-text-blue-100{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .sm\:tw-text-blue-200{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .sm\:tw-text-blue-300{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .sm\:tw-text-blue-400{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .sm\:tw-text-blue-500{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .sm\:tw-text-blue-600{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .sm\:tw-text-blue-700{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .sm\:tw-text-blue-800{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .sm\:tw-text-blue-900{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .sm\:tw-text-indigo-50{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .sm\:tw-text-indigo-100{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .sm\:tw-text-indigo-200{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .sm\:tw-text-indigo-300{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .sm\:tw-text-indigo-400{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .sm\:tw-text-indigo-500{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .sm\:tw-text-indigo-600{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .sm\:tw-text-indigo-700{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .sm\:tw-text-indigo-800{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .sm\:tw-text-indigo-900{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .sm\:tw-text-purple-50{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .sm\:tw-text-purple-100{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .sm\:tw-text-purple-200{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .sm\:tw-text-purple-300{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .sm\:tw-text-purple-400{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .sm\:tw-text-purple-500{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .sm\:tw-text-purple-600{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .sm\:tw-text-purple-700{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .sm\:tw-text-purple-800{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .sm\:tw-text-purple-900{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .sm\:tw-text-pink-50{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .sm\:tw-text-pink-100{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .sm\:tw-text-pink-200{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .sm\:tw-text-pink-300{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .sm\:tw-text-pink-400{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .sm\:tw-text-pink-500{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .sm\:tw-text-pink-600{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .sm\:tw-text-pink-700{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .sm\:tw-text-pink-800{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .sm\:tw-text-pink-900{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-transparent{
    color:transparent
  }

  .tw-group:hover .sm\:group-hover\:tw-text-current{
    color:currentColor
  }

  .tw-group:hover .sm\:group-hover\:tw-text-black{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-white{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-50{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-100{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-200{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-300{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-400{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-500{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-600{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-700{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-800{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-900{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-50{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-100{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-200{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-300{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-400{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-500{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-600{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-700{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-800{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-900{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-50{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-100{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-200{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-300{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-400{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-500{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-600{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-700{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-800{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-900{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-50{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-100{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-200{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-300{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-400{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-500{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-600{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-700{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-800{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-900{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-50{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-100{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-200{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-300{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-400{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-500{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-600{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-700{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-800{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-900{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-50{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-100{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-200{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-300{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-400{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-500{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-600{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-700{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-800{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-900{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-50{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-100{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-200{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-300{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-400{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-500{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-600{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-700{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-800{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-900{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-50{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-100{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-200{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-300{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-400{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-500{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-600{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-700{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-800{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-900{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-transparent:focus-within{
    color:transparent
  }

  .sm\:focus-within\:tw-text-current:focus-within{
    color:currentColor
  }

  .sm\:focus-within\:tw-text-black:focus-within{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-white:focus-within{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-gray-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-gray-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-gray-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-gray-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-gray-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-gray-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-gray-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-gray-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-gray-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-gray-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-red-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-red-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-red-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-red-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-red-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-red-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-red-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-red-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-red-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-red-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-yellow-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-yellow-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-yellow-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-yellow-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-yellow-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-yellow-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-yellow-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-yellow-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-yellow-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-yellow-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-green-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-green-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-green-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-green-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-green-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-green-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-green-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-green-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-green-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-green-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-blue-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-blue-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-blue-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-blue-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-blue-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-blue-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-blue-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-blue-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-blue-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-blue-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-indigo-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-indigo-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-indigo-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-indigo-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-indigo-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-indigo-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-indigo-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-indigo-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-indigo-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-indigo-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-purple-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-purple-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-purple-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-purple-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-purple-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-purple-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-purple-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-purple-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-purple-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-purple-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-pink-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-pink-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-pink-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-pink-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-pink-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-pink-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-pink-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-pink-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-pink-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .sm\:focus-within\:tw-text-pink-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-transparent:hover{
    color:transparent
  }

  .sm\:hover\:tw-text-current:hover{
    color:currentColor
  }

  .sm\:hover\:tw-text-black:hover{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-white:hover{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-gray-50:hover{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-gray-100:hover{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-gray-200:hover{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-gray-300:hover{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-gray-400:hover{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-gray-500:hover{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-gray-600:hover{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-gray-700:hover{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-gray-800:hover{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-gray-900:hover{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-red-50:hover{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-red-100:hover{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-red-200:hover{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-red-300:hover{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-red-400:hover{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-red-500:hover{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-red-600:hover{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-red-700:hover{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-red-800:hover{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-red-900:hover{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-yellow-50:hover{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-yellow-100:hover{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-yellow-200:hover{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-yellow-300:hover{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-yellow-400:hover{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-yellow-500:hover{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-yellow-600:hover{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-yellow-700:hover{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-yellow-800:hover{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-yellow-900:hover{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-green-50:hover{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-green-100:hover{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-green-200:hover{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-green-300:hover{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-green-400:hover{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-green-500:hover{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-green-600:hover{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-green-700:hover{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-green-800:hover{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-green-900:hover{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-blue-50:hover{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-blue-100:hover{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-blue-200:hover{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-blue-300:hover{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-blue-400:hover{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-blue-500:hover{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-blue-600:hover{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-blue-700:hover{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-blue-800:hover{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-blue-900:hover{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-indigo-50:hover{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-indigo-100:hover{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-indigo-200:hover{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-indigo-300:hover{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-indigo-400:hover{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-indigo-500:hover{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-indigo-600:hover{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-indigo-700:hover{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-indigo-800:hover{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-indigo-900:hover{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-purple-50:hover{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-purple-100:hover{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-purple-200:hover{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-purple-300:hover{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-purple-400:hover{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-purple-500:hover{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-purple-600:hover{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-purple-700:hover{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-purple-800:hover{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-purple-900:hover{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-pink-50:hover{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-pink-100:hover{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-pink-200:hover{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-pink-300:hover{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-pink-400:hover{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-pink-500:hover{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-pink-600:hover{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-pink-700:hover{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-pink-800:hover{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .sm\:hover\:tw-text-pink-900:hover{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-transparent:focus{
    color:transparent
  }

  .sm\:focus\:tw-text-current:focus{
    color:currentColor
  }

  .sm\:focus\:tw-text-black:focus{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-white:focus{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-gray-50:focus{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-gray-100:focus{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-gray-200:focus{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-gray-300:focus{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-gray-400:focus{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-gray-500:focus{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-gray-600:focus{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-gray-700:focus{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-gray-800:focus{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-gray-900:focus{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-red-50:focus{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-red-100:focus{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-red-200:focus{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-red-300:focus{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-red-400:focus{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-red-500:focus{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-red-600:focus{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-red-700:focus{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-red-800:focus{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-red-900:focus{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-yellow-50:focus{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-yellow-100:focus{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-yellow-200:focus{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-yellow-300:focus{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-yellow-400:focus{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-yellow-500:focus{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-yellow-600:focus{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-yellow-700:focus{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-yellow-800:focus{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-yellow-900:focus{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-green-50:focus{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-green-100:focus{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-green-200:focus{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-green-300:focus{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-green-400:focus{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-green-500:focus{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-green-600:focus{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-green-700:focus{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-green-800:focus{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-green-900:focus{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-blue-50:focus{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-blue-100:focus{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-blue-200:focus{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-blue-300:focus{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-blue-400:focus{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-blue-500:focus{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-blue-600:focus{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-blue-700:focus{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-blue-800:focus{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-blue-900:focus{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-indigo-50:focus{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-indigo-100:focus{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-indigo-200:focus{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-indigo-300:focus{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-indigo-400:focus{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-indigo-500:focus{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-indigo-600:focus{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-indigo-700:focus{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-indigo-800:focus{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-indigo-900:focus{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-purple-50:focus{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-purple-100:focus{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-purple-200:focus{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-purple-300:focus{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-purple-400:focus{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-purple-500:focus{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-purple-600:focus{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-purple-700:focus{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-purple-800:focus{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-purple-900:focus{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-pink-50:focus{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-pink-100:focus{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-pink-200:focus{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-pink-300:focus{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-pink-400:focus{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-pink-500:focus{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-pink-600:focus{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-pink-700:focus{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-pink-800:focus{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .sm\:focus\:tw-text-pink-900:focus{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .sm\:tw-text-opacity-0{
    --tw-text-opacity:0
  }

  .sm\:tw-text-opacity-5{
    --tw-text-opacity:0.05
  }

  .sm\:tw-text-opacity-10{
    --tw-text-opacity:0.1
  }

  .sm\:tw-text-opacity-20{
    --tw-text-opacity:0.2
  }

  .sm\:tw-text-opacity-25{
    --tw-text-opacity:0.25
  }

  .sm\:tw-text-opacity-30{
    --tw-text-opacity:0.3
  }

  .sm\:tw-text-opacity-40{
    --tw-text-opacity:0.4
  }

  .sm\:tw-text-opacity-50{
    --tw-text-opacity:0.5
  }

  .sm\:tw-text-opacity-60{
    --tw-text-opacity:0.6
  }

  .sm\:tw-text-opacity-70{
    --tw-text-opacity:0.7
  }

  .sm\:tw-text-opacity-75{
    --tw-text-opacity:0.75
  }

  .sm\:tw-text-opacity-80{
    --tw-text-opacity:0.8
  }

  .sm\:tw-text-opacity-90{
    --tw-text-opacity:0.9
  }

  .sm\:tw-text-opacity-95{
    --tw-text-opacity:0.95
  }

  .sm\:tw-text-opacity-100{
    --tw-text-opacity:1
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-0{
    --tw-text-opacity:0
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-5{
    --tw-text-opacity:0.05
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-10{
    --tw-text-opacity:0.1
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-20{
    --tw-text-opacity:0.2
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-25{
    --tw-text-opacity:0.25
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-30{
    --tw-text-opacity:0.3
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-40{
    --tw-text-opacity:0.4
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-50{
    --tw-text-opacity:0.5
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-60{
    --tw-text-opacity:0.6
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-70{
    --tw-text-opacity:0.7
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-75{
    --tw-text-opacity:0.75
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-80{
    --tw-text-opacity:0.8
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-90{
    --tw-text-opacity:0.9
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-95{
    --tw-text-opacity:0.95
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-100{
    --tw-text-opacity:1
  }

  .sm\:focus-within\:tw-text-opacity-0:focus-within{
    --tw-text-opacity:0
  }

  .sm\:focus-within\:tw-text-opacity-5:focus-within{
    --tw-text-opacity:0.05
  }

  .sm\:focus-within\:tw-text-opacity-10:focus-within{
    --tw-text-opacity:0.1
  }

  .sm\:focus-within\:tw-text-opacity-20:focus-within{
    --tw-text-opacity:0.2
  }

  .sm\:focus-within\:tw-text-opacity-25:focus-within{
    --tw-text-opacity:0.25
  }

  .sm\:focus-within\:tw-text-opacity-30:focus-within{
    --tw-text-opacity:0.3
  }

  .sm\:focus-within\:tw-text-opacity-40:focus-within{
    --tw-text-opacity:0.4
  }

  .sm\:focus-within\:tw-text-opacity-50:focus-within{
    --tw-text-opacity:0.5
  }

  .sm\:focus-within\:tw-text-opacity-60:focus-within{
    --tw-text-opacity:0.6
  }

  .sm\:focus-within\:tw-text-opacity-70:focus-within{
    --tw-text-opacity:0.7
  }

  .sm\:focus-within\:tw-text-opacity-75:focus-within{
    --tw-text-opacity:0.75
  }

  .sm\:focus-within\:tw-text-opacity-80:focus-within{
    --tw-text-opacity:0.8
  }

  .sm\:focus-within\:tw-text-opacity-90:focus-within{
    --tw-text-opacity:0.9
  }

  .sm\:focus-within\:tw-text-opacity-95:focus-within{
    --tw-text-opacity:0.95
  }

  .sm\:focus-within\:tw-text-opacity-100:focus-within{
    --tw-text-opacity:1
  }

  .sm\:hover\:tw-text-opacity-0:hover{
    --tw-text-opacity:0
  }

  .sm\:hover\:tw-text-opacity-5:hover{
    --tw-text-opacity:0.05
  }

  .sm\:hover\:tw-text-opacity-10:hover{
    --tw-text-opacity:0.1
  }

  .sm\:hover\:tw-text-opacity-20:hover{
    --tw-text-opacity:0.2
  }

  .sm\:hover\:tw-text-opacity-25:hover{
    --tw-text-opacity:0.25
  }

  .sm\:hover\:tw-text-opacity-30:hover{
    --tw-text-opacity:0.3
  }

  .sm\:hover\:tw-text-opacity-40:hover{
    --tw-text-opacity:0.4
  }

  .sm\:hover\:tw-text-opacity-50:hover{
    --tw-text-opacity:0.5
  }

  .sm\:hover\:tw-text-opacity-60:hover{
    --tw-text-opacity:0.6
  }

  .sm\:hover\:tw-text-opacity-70:hover{
    --tw-text-opacity:0.7
  }

  .sm\:hover\:tw-text-opacity-75:hover{
    --tw-text-opacity:0.75
  }

  .sm\:hover\:tw-text-opacity-80:hover{
    --tw-text-opacity:0.8
  }

  .sm\:hover\:tw-text-opacity-90:hover{
    --tw-text-opacity:0.9
  }

  .sm\:hover\:tw-text-opacity-95:hover{
    --tw-text-opacity:0.95
  }

  .sm\:hover\:tw-text-opacity-100:hover{
    --tw-text-opacity:1
  }

  .sm\:focus\:tw-text-opacity-0:focus{
    --tw-text-opacity:0
  }

  .sm\:focus\:tw-text-opacity-5:focus{
    --tw-text-opacity:0.05
  }

  .sm\:focus\:tw-text-opacity-10:focus{
    --tw-text-opacity:0.1
  }

  .sm\:focus\:tw-text-opacity-20:focus{
    --tw-text-opacity:0.2
  }

  .sm\:focus\:tw-text-opacity-25:focus{
    --tw-text-opacity:0.25
  }

  .sm\:focus\:tw-text-opacity-30:focus{
    --tw-text-opacity:0.3
  }

  .sm\:focus\:tw-text-opacity-40:focus{
    --tw-text-opacity:0.4
  }

  .sm\:focus\:tw-text-opacity-50:focus{
    --tw-text-opacity:0.5
  }

  .sm\:focus\:tw-text-opacity-60:focus{
    --tw-text-opacity:0.6
  }

  .sm\:focus\:tw-text-opacity-70:focus{
    --tw-text-opacity:0.7
  }

  .sm\:focus\:tw-text-opacity-75:focus{
    --tw-text-opacity:0.75
  }

  .sm\:focus\:tw-text-opacity-80:focus{
    --tw-text-opacity:0.8
  }

  .sm\:focus\:tw-text-opacity-90:focus{
    --tw-text-opacity:0.9
  }

  .sm\:focus\:tw-text-opacity-95:focus{
    --tw-text-opacity:0.95
  }

  .sm\:focus\:tw-text-opacity-100:focus{
    --tw-text-opacity:1
  }

  .sm\:tw-underline{
    text-decoration:underline
  }

  .sm\:tw-line-through{
    text-decoration:line-through
  }

  .sm\:tw-no-underline{
    text-decoration:none
  }

  .tw-group:hover .sm\:group-hover\:tw-underline{
    text-decoration:underline
  }

  .tw-group:hover .sm\:group-hover\:tw-line-through{
    text-decoration:line-through
  }

  .tw-group:hover .sm\:group-hover\:tw-no-underline{
    text-decoration:none
  }

  .sm\:focus-within\:tw-underline:focus-within{
    text-decoration:underline
  }

  .sm\:focus-within\:tw-line-through:focus-within{
    text-decoration:line-through
  }

  .sm\:focus-within\:tw-no-underline:focus-within{
    text-decoration:none
  }

  .sm\:hover\:tw-underline:hover{
    text-decoration:underline
  }

  .sm\:hover\:tw-line-through:hover{
    text-decoration:line-through
  }

  .sm\:hover\:tw-no-underline:hover{
    text-decoration:none
  }

  .sm\:focus\:tw-underline:focus{
    text-decoration:underline
  }

  .sm\:focus\:tw-line-through:focus{
    text-decoration:line-through
  }

  .sm\:focus\:tw-no-underline:focus{
    text-decoration:none
  }

  .sm\:tw-antialiased{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
  }

  .sm\:tw-subpixel-antialiased{
    -webkit-font-smoothing:auto;
    -moz-osx-font-smoothing:auto
  }

  .sm\:tw-placeholder-transparent::placeholder{
    color:transparent
  }

  .sm\:tw-placeholder-current::placeholder{
    color:currentColor
  }

  .sm\:tw-placeholder-black::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-white::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-gray-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-gray-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-gray-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-gray-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-gray-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-gray-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-gray-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-gray-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-gray-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-gray-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-red-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-red-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-red-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-red-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-red-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-red-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-red-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-red-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-red-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-red-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-green-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-green-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-green-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-green-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-green-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-green-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-green-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-green-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-green-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-green-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-blue-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-blue-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-blue-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-blue-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-blue-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-blue-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-blue-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-blue-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-blue-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-blue-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-purple-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-purple-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-purple-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-purple-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-purple-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-purple-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-purple-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-purple-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-purple-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-purple-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-pink-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-pink-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-pink-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-pink-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-pink-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-pink-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-pink-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-pink-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-pink-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-pink-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-transparent:focus::placeholder{
    color:transparent
  }

  .sm\:focus\:tw-placeholder-current:focus::placeholder{
    color:currentColor
  }

  .sm\:focus\:tw-placeholder-black:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-white:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .sm\:tw-placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity:0
  }

  .sm\:tw-placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity:0.05
  }

  .sm\:tw-placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity:0.1
  }

  .sm\:tw-placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity:0.2
  }

  .sm\:tw-placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity:0.25
  }

  .sm\:tw-placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity:0.3
  }

  .sm\:tw-placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity:0.4
  }

  .sm\:tw-placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity:0.5
  }

  .sm\:tw-placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity:0.6
  }

  .sm\:tw-placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity:0.7
  }

  .sm\:tw-placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity:0.75
  }

  .sm\:tw-placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity:0.8
  }

  .sm\:tw-placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity:0.9
  }

  .sm\:tw-placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity:0.95
  }

  .sm\:tw-placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity:1
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity:0
  }

  .sm\:focus\:tw-placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity:0.05
  }

  .sm\:focus\:tw-placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity:0.1
  }

  .sm\:focus\:tw-placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity:0.2
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity:0.25
  }

  .sm\:focus\:tw-placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity:0.3
  }

  .sm\:focus\:tw-placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity:0.4
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity:0.5
  }

  .sm\:focus\:tw-placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity:0.6
  }

  .sm\:focus\:tw-placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity:0.7
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity:0.75
  }

  .sm\:focus\:tw-placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity:0.8
  }

  .sm\:focus\:tw-placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity:0.9
  }

  .sm\:focus\:tw-placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity:0.95
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity:1
  }

  .sm\:tw-opacity-0{
    opacity:0
  }

  .sm\:tw-opacity-5{
    opacity:0.05
  }

  .sm\:tw-opacity-10{
    opacity:0.1
  }

  .sm\:tw-opacity-20{
    opacity:0.2
  }

  .sm\:tw-opacity-25{
    opacity:0.25
  }

  .sm\:tw-opacity-30{
    opacity:0.3
  }

  .sm\:tw-opacity-40{
    opacity:0.4
  }

  .sm\:tw-opacity-50{
    opacity:0.5
  }

  .sm\:tw-opacity-60{
    opacity:0.6
  }

  .sm\:tw-opacity-70{
    opacity:0.7
  }

  .sm\:tw-opacity-75{
    opacity:0.75
  }

  .sm\:tw-opacity-80{
    opacity:0.8
  }

  .sm\:tw-opacity-90{
    opacity:0.9
  }

  .sm\:tw-opacity-95{
    opacity:0.95
  }

  .sm\:tw-opacity-100{
    opacity:1
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-0{
    opacity:0
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-5{
    opacity:0.05
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-10{
    opacity:0.1
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-20{
    opacity:0.2
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-25{
    opacity:0.25
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-30{
    opacity:0.3
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-40{
    opacity:0.4
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-50{
    opacity:0.5
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-60{
    opacity:0.6
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-70{
    opacity:0.7
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-75{
    opacity:0.75
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-80{
    opacity:0.8
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-90{
    opacity:0.9
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-95{
    opacity:0.95
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-100{
    opacity:1
  }

  .sm\:focus-within\:tw-opacity-0:focus-within{
    opacity:0
  }

  .sm\:focus-within\:tw-opacity-5:focus-within{
    opacity:0.05
  }

  .sm\:focus-within\:tw-opacity-10:focus-within{
    opacity:0.1
  }

  .sm\:focus-within\:tw-opacity-20:focus-within{
    opacity:0.2
  }

  .sm\:focus-within\:tw-opacity-25:focus-within{
    opacity:0.25
  }

  .sm\:focus-within\:tw-opacity-30:focus-within{
    opacity:0.3
  }

  .sm\:focus-within\:tw-opacity-40:focus-within{
    opacity:0.4
  }

  .sm\:focus-within\:tw-opacity-50:focus-within{
    opacity:0.5
  }

  .sm\:focus-within\:tw-opacity-60:focus-within{
    opacity:0.6
  }

  .sm\:focus-within\:tw-opacity-70:focus-within{
    opacity:0.7
  }

  .sm\:focus-within\:tw-opacity-75:focus-within{
    opacity:0.75
  }

  .sm\:focus-within\:tw-opacity-80:focus-within{
    opacity:0.8
  }

  .sm\:focus-within\:tw-opacity-90:focus-within{
    opacity:0.9
  }

  .sm\:focus-within\:tw-opacity-95:focus-within{
    opacity:0.95
  }

  .sm\:focus-within\:tw-opacity-100:focus-within{
    opacity:1
  }

  .sm\:hover\:tw-opacity-0:hover{
    opacity:0
  }

  .sm\:hover\:tw-opacity-5:hover{
    opacity:0.05
  }

  .sm\:hover\:tw-opacity-10:hover{
    opacity:0.1
  }

  .sm\:hover\:tw-opacity-20:hover{
    opacity:0.2
  }

  .sm\:hover\:tw-opacity-25:hover{
    opacity:0.25
  }

  .sm\:hover\:tw-opacity-30:hover{
    opacity:0.3
  }

  .sm\:hover\:tw-opacity-40:hover{
    opacity:0.4
  }

  .sm\:hover\:tw-opacity-50:hover{
    opacity:0.5
  }

  .sm\:hover\:tw-opacity-60:hover{
    opacity:0.6
  }

  .sm\:hover\:tw-opacity-70:hover{
    opacity:0.7
  }

  .sm\:hover\:tw-opacity-75:hover{
    opacity:0.75
  }

  .sm\:hover\:tw-opacity-80:hover{
    opacity:0.8
  }

  .sm\:hover\:tw-opacity-90:hover{
    opacity:0.9
  }

  .sm\:hover\:tw-opacity-95:hover{
    opacity:0.95
  }

  .sm\:hover\:tw-opacity-100:hover{
    opacity:1
  }

  .sm\:focus\:tw-opacity-0:focus{
    opacity:0
  }

  .sm\:focus\:tw-opacity-5:focus{
    opacity:0.05
  }

  .sm\:focus\:tw-opacity-10:focus{
    opacity:0.1
  }

  .sm\:focus\:tw-opacity-20:focus{
    opacity:0.2
  }

  .sm\:focus\:tw-opacity-25:focus{
    opacity:0.25
  }

  .sm\:focus\:tw-opacity-30:focus{
    opacity:0.3
  }

  .sm\:focus\:tw-opacity-40:focus{
    opacity:0.4
  }

  .sm\:focus\:tw-opacity-50:focus{
    opacity:0.5
  }

  .sm\:focus\:tw-opacity-60:focus{
    opacity:0.6
  }

  .sm\:focus\:tw-opacity-70:focus{
    opacity:0.7
  }

  .sm\:focus\:tw-opacity-75:focus{
    opacity:0.75
  }

  .sm\:focus\:tw-opacity-80:focus{
    opacity:0.8
  }

  .sm\:focus\:tw-opacity-90:focus{
    opacity:0.9
  }

  .sm\:focus\:tw-opacity-95:focus{
    opacity:0.95
  }

  .sm\:focus\:tw-opacity-100:focus{
    opacity:1
  }

  .sm\:tw-bg-blend-normal{
    background-blend-mode:normal
  }

  .sm\:tw-bg-blend-multiply{
    background-blend-mode:multiply
  }

  .sm\:tw-bg-blend-screen{
    background-blend-mode:screen
  }

  .sm\:tw-bg-blend-overlay{
    background-blend-mode:overlay
  }

  .sm\:tw-bg-blend-darken{
    background-blend-mode:darken
  }

  .sm\:tw-bg-blend-lighten{
    background-blend-mode:lighten
  }

  .sm\:tw-bg-blend-color-dodge{
    background-blend-mode:color-dodge
  }

  .sm\:tw-bg-blend-color-burn{
    background-blend-mode:color-burn
  }

  .sm\:tw-bg-blend-hard-light{
    background-blend-mode:hard-light
  }

  .sm\:tw-bg-blend-soft-light{
    background-blend-mode:soft-light
  }

  .sm\:tw-bg-blend-difference{
    background-blend-mode:difference
  }

  .sm\:tw-bg-blend-exclusion{
    background-blend-mode:exclusion
  }

  .sm\:tw-bg-blend-hue{
    background-blend-mode:hue
  }

  .sm\:tw-bg-blend-saturation{
    background-blend-mode:saturation
  }

  .sm\:tw-bg-blend-color{
    background-blend-mode:color
  }

  .sm\:tw-bg-blend-luminosity{
    background-blend-mode:luminosity
  }

  .sm\:tw-mix-blend-normal{
    mix-blend-mode:normal
  }

  .sm\:tw-mix-blend-multiply{
    mix-blend-mode:multiply
  }

  .sm\:tw-mix-blend-screen{
    mix-blend-mode:screen
  }

  .sm\:tw-mix-blend-overlay{
    mix-blend-mode:overlay
  }

  .sm\:tw-mix-blend-darken{
    mix-blend-mode:darken
  }

  .sm\:tw-mix-blend-lighten{
    mix-blend-mode:lighten
  }

  .sm\:tw-mix-blend-color-dodge{
    mix-blend-mode:color-dodge
  }

  .sm\:tw-mix-blend-color-burn{
    mix-blend-mode:color-burn
  }

  .sm\:tw-mix-blend-hard-light{
    mix-blend-mode:hard-light
  }

  .sm\:tw-mix-blend-soft-light{
    mix-blend-mode:soft-light
  }

  .sm\:tw-mix-blend-difference{
    mix-blend-mode:difference
  }

  .sm\:tw-mix-blend-exclusion{
    mix-blend-mode:exclusion
  }

  .sm\:tw-mix-blend-hue{
    mix-blend-mode:hue
  }

  .sm\:tw-mix-blend-saturation{
    mix-blend-mode:saturation
  }

  .sm\:tw-mix-blend-color{
    mix-blend-mode:color
  }

  .sm\:tw-mix-blend-luminosity{
    mix-blend-mode:luminosity
  }

  .sm\:tw-shadow-sm{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:tw-shadow{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:tw-shadow-md{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:tw-shadow-lg{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:tw-shadow-xl{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:tw-shadow-2xl{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:tw-shadow-inner{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:tw-shadow-none{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-sm{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-md{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-lg{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-xl{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-2xl{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-inner{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-none{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus-within\:tw-shadow-sm:focus-within{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus-within\:tw-shadow:focus-within{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus-within\:tw-shadow-md:focus-within{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus-within\:tw-shadow-lg:focus-within{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus-within\:tw-shadow-xl:focus-within{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus-within\:tw-shadow-2xl:focus-within{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus-within\:tw-shadow-inner:focus-within{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus-within\:tw-shadow-none:focus-within{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:hover\:tw-shadow-sm:hover{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:hover\:tw-shadow:hover{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:hover\:tw-shadow-md:hover{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:hover\:tw-shadow-lg:hover{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:hover\:tw-shadow-xl:hover{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:hover\:tw-shadow-2xl:hover{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:hover\:tw-shadow-inner:hover{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:hover\:tw-shadow-none:hover{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus\:tw-shadow-sm:focus{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus\:tw-shadow:focus{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus\:tw-shadow-md:focus{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus\:tw-shadow-lg:focus{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus\:tw-shadow-xl:focus{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus\:tw-shadow-2xl:focus{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus\:tw-shadow-inner:focus{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:focus\:tw-shadow-none:focus{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .sm\:tw-outline-none{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .sm\:tw-outline-white{
    outline:2px dotted white;
    outline-offset:2px
  }

  .sm\:tw-outline-black{
    outline:2px dotted black;
    outline-offset:2px
  }

  .sm\:focus-within\:tw-outline-none:focus-within{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .sm\:focus-within\:tw-outline-white:focus-within{
    outline:2px dotted white;
    outline-offset:2px
  }

  .sm\:focus-within\:tw-outline-black:focus-within{
    outline:2px dotted black;
    outline-offset:2px
  }

  .sm\:focus\:tw-outline-none:focus{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .sm\:focus\:tw-outline-white:focus{
    outline:2px dotted white;
    outline-offset:2px
  }

  .sm\:focus\:tw-outline-black:focus{
    outline:2px dotted black;
    outline-offset:2px
  }

  .sm\:tw-ring-0{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:tw-ring-1{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:tw-ring-2{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:tw-ring-4{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:tw-ring-8{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:tw-ring{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus-within\:tw-ring-0:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus-within\:tw-ring-1:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus-within\:tw-ring-2:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus-within\:tw-ring-4:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus-within\:tw-ring-8:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus-within\:tw-ring:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus\:tw-ring-0:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus\:tw-ring-1:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus\:tw-ring-2:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus\:tw-ring-4:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus\:tw-ring-8:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:focus\:tw-ring:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .sm\:tw-ring-inset{
    --tw-ring-inset:inset
  }

  .sm\:focus-within\:tw-ring-inset:focus-within{
    --tw-ring-inset:inset
  }

  .sm\:focus\:tw-ring-inset:focus{
    --tw-ring-inset:inset
  }

  .sm\:tw-ring-transparent{
    --tw-ring-color:transparent
  }

  .sm\:tw-ring-current{
    --tw-ring-color:currentColor
  }

  .sm\:tw-ring-black{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-white{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-gray-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-gray-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-gray-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-gray-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-gray-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-gray-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-gray-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-gray-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-gray-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-gray-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-red-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 242, 242, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-red-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 226, 226, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-red-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 202, 202, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-red-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 165, 165, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-red-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(248, 113, 113, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-red-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 68, 68, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-red-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(220, 38, 38, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-red-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(185, 28, 28, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-red-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(153, 27, 27, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-red-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(127, 29, 29, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-yellow-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-yellow-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-yellow-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-yellow-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-yellow-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-yellow-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-yellow-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-yellow-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-yellow-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-yellow-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-green-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-green-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-green-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-green-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-green-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-green-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-green-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-green-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-green-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-green-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-blue-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 246, 255, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-blue-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 234, 254, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-blue-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(191, 219, 254, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-blue-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(147, 197, 253, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-blue-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-blue-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-blue-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(37, 99, 235, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-blue-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(29, 78, 216, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-blue-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 64, 175, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-blue-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 58, 138, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-indigo-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-indigo-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-indigo-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-indigo-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-indigo-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-indigo-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-indigo-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-indigo-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-indigo-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-indigo-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-purple-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-purple-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-purple-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-purple-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-purple-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-purple-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-purple-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-purple-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-purple-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-purple-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-pink-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-pink-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-pink-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-pink-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-pink-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-pink-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-pink-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-pink-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-pink-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-pink-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-transparent:focus-within{
    --tw-ring-color:transparent
  }

  .sm\:focus-within\:tw-ring-current:focus-within{
    --tw-ring-color:currentColor
  }

  .sm\:focus-within\:tw-ring-black:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-white:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-gray-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-gray-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-gray-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-gray-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-gray-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-gray-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-gray-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-gray-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-gray-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-gray-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-red-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 242, 242, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-red-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 226, 226, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-red-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 202, 202, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-red-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 165, 165, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-red-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(248, 113, 113, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-red-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 68, 68, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-red-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(220, 38, 38, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-red-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(185, 28, 28, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-red-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(153, 27, 27, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-red-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(127, 29, 29, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-yellow-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-yellow-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-yellow-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-yellow-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-yellow-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-yellow-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-yellow-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-yellow-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-yellow-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-yellow-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-green-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-green-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-green-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-green-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-green-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-green-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-green-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-green-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-green-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-green-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-blue-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 246, 255, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-blue-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 234, 254, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-blue-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(191, 219, 254, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-blue-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(147, 197, 253, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-blue-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-blue-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-blue-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(37, 99, 235, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-blue-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(29, 78, 216, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-blue-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 64, 175, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-blue-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 58, 138, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-indigo-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-indigo-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-indigo-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-indigo-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-indigo-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-indigo-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-indigo-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-indigo-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-indigo-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-indigo-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-purple-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-purple-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-purple-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-purple-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-purple-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-purple-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-purple-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-purple-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-purple-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-purple-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-pink-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-pink-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-pink-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-pink-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-pink-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-pink-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-pink-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-pink-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-pink-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .sm\:focus-within\:tw-ring-pink-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-transparent:focus{
    --tw-ring-color:transparent
  }

  .sm\:focus\:tw-ring-current:focus{
    --tw-ring-color:currentColor
  }

  .sm\:focus\:tw-ring-black:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-white:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-gray-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-gray-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-gray-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-gray-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-gray-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-gray-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-gray-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-gray-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-gray-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-gray-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-red-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 242, 242, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-red-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 226, 226, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-red-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 202, 202, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-red-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 165, 165, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-red-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(248, 113, 113, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-red-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 68, 68, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-red-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(220, 38, 38, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-red-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(185, 28, 28, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-red-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(153, 27, 27, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-red-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(127, 29, 29, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-yellow-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-yellow-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-yellow-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-yellow-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-yellow-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-yellow-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-yellow-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-yellow-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-yellow-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-yellow-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-green-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-green-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-green-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-green-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-green-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-green-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-green-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-green-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-green-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-green-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-blue-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 246, 255, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-blue-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 234, 254, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-blue-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(191, 219, 254, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-blue-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(147, 197, 253, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-blue-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-blue-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-blue-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(37, 99, 235, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-blue-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(29, 78, 216, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-blue-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 64, 175, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-blue-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 58, 138, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-indigo-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-indigo-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-indigo-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-indigo-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-indigo-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-indigo-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-indigo-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-indigo-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-indigo-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-indigo-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-purple-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-purple-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-purple-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-purple-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-purple-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-purple-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-purple-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-purple-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-purple-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-purple-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-pink-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-pink-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-pink-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-pink-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-pink-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-pink-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-pink-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-pink-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-pink-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .sm\:focus\:tw-ring-pink-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .sm\:tw-ring-opacity-0{
    --tw-ring-opacity:0
  }

  .sm\:tw-ring-opacity-5{
    --tw-ring-opacity:0.05
  }

  .sm\:tw-ring-opacity-10{
    --tw-ring-opacity:0.1
  }

  .sm\:tw-ring-opacity-20{
    --tw-ring-opacity:0.2
  }

  .sm\:tw-ring-opacity-25{
    --tw-ring-opacity:0.25
  }

  .sm\:tw-ring-opacity-30{
    --tw-ring-opacity:0.3
  }

  .sm\:tw-ring-opacity-40{
    --tw-ring-opacity:0.4
  }

  .sm\:tw-ring-opacity-50{
    --tw-ring-opacity:0.5
  }

  .sm\:tw-ring-opacity-60{
    --tw-ring-opacity:0.6
  }

  .sm\:tw-ring-opacity-70{
    --tw-ring-opacity:0.7
  }

  .sm\:tw-ring-opacity-75{
    --tw-ring-opacity:0.75
  }

  .sm\:tw-ring-opacity-80{
    --tw-ring-opacity:0.8
  }

  .sm\:tw-ring-opacity-90{
    --tw-ring-opacity:0.9
  }

  .sm\:tw-ring-opacity-95{
    --tw-ring-opacity:0.95
  }

  .sm\:tw-ring-opacity-100{
    --tw-ring-opacity:1
  }

  .sm\:focus-within\:tw-ring-opacity-0:focus-within{
    --tw-ring-opacity:0
  }

  .sm\:focus-within\:tw-ring-opacity-5:focus-within{
    --tw-ring-opacity:0.05
  }

  .sm\:focus-within\:tw-ring-opacity-10:focus-within{
    --tw-ring-opacity:0.1
  }

  .sm\:focus-within\:tw-ring-opacity-20:focus-within{
    --tw-ring-opacity:0.2
  }

  .sm\:focus-within\:tw-ring-opacity-25:focus-within{
    --tw-ring-opacity:0.25
  }

  .sm\:focus-within\:tw-ring-opacity-30:focus-within{
    --tw-ring-opacity:0.3
  }

  .sm\:focus-within\:tw-ring-opacity-40:focus-within{
    --tw-ring-opacity:0.4
  }

  .sm\:focus-within\:tw-ring-opacity-50:focus-within{
    --tw-ring-opacity:0.5
  }

  .sm\:focus-within\:tw-ring-opacity-60:focus-within{
    --tw-ring-opacity:0.6
  }

  .sm\:focus-within\:tw-ring-opacity-70:focus-within{
    --tw-ring-opacity:0.7
  }

  .sm\:focus-within\:tw-ring-opacity-75:focus-within{
    --tw-ring-opacity:0.75
  }

  .sm\:focus-within\:tw-ring-opacity-80:focus-within{
    --tw-ring-opacity:0.8
  }

  .sm\:focus-within\:tw-ring-opacity-90:focus-within{
    --tw-ring-opacity:0.9
  }

  .sm\:focus-within\:tw-ring-opacity-95:focus-within{
    --tw-ring-opacity:0.95
  }

  .sm\:focus-within\:tw-ring-opacity-100:focus-within{
    --tw-ring-opacity:1
  }

  .sm\:focus\:tw-ring-opacity-0:focus{
    --tw-ring-opacity:0
  }

  .sm\:focus\:tw-ring-opacity-5:focus{
    --tw-ring-opacity:0.05
  }

  .sm\:focus\:tw-ring-opacity-10:focus{
    --tw-ring-opacity:0.1
  }

  .sm\:focus\:tw-ring-opacity-20:focus{
    --tw-ring-opacity:0.2
  }

  .sm\:focus\:tw-ring-opacity-25:focus{
    --tw-ring-opacity:0.25
  }

  .sm\:focus\:tw-ring-opacity-30:focus{
    --tw-ring-opacity:0.3
  }

  .sm\:focus\:tw-ring-opacity-40:focus{
    --tw-ring-opacity:0.4
  }

  .sm\:focus\:tw-ring-opacity-50:focus{
    --tw-ring-opacity:0.5
  }

  .sm\:focus\:tw-ring-opacity-60:focus{
    --tw-ring-opacity:0.6
  }

  .sm\:focus\:tw-ring-opacity-70:focus{
    --tw-ring-opacity:0.7
  }

  .sm\:focus\:tw-ring-opacity-75:focus{
    --tw-ring-opacity:0.75
  }

  .sm\:focus\:tw-ring-opacity-80:focus{
    --tw-ring-opacity:0.8
  }

  .sm\:focus\:tw-ring-opacity-90:focus{
    --tw-ring-opacity:0.9
  }

  .sm\:focus\:tw-ring-opacity-95:focus{
    --tw-ring-opacity:0.95
  }

  .sm\:focus\:tw-ring-opacity-100:focus{
    --tw-ring-opacity:1
  }

  .sm\:tw-ring-offset-0{
    --tw-ring-offset-width:0px
  }

  .sm\:tw-ring-offset-1{
    --tw-ring-offset-width:1px
  }

  .sm\:tw-ring-offset-2{
    --tw-ring-offset-width:2px
  }

  .sm\:tw-ring-offset-4{
    --tw-ring-offset-width:4px
  }

  .sm\:tw-ring-offset-8{
    --tw-ring-offset-width:8px
  }

  .sm\:focus-within\:tw-ring-offset-0:focus-within{
    --tw-ring-offset-width:0px
  }

  .sm\:focus-within\:tw-ring-offset-1:focus-within{
    --tw-ring-offset-width:1px
  }

  .sm\:focus-within\:tw-ring-offset-2:focus-within{
    --tw-ring-offset-width:2px
  }

  .sm\:focus-within\:tw-ring-offset-4:focus-within{
    --tw-ring-offset-width:4px
  }

  .sm\:focus-within\:tw-ring-offset-8:focus-within{
    --tw-ring-offset-width:8px
  }

  .sm\:focus\:tw-ring-offset-0:focus{
    --tw-ring-offset-width:0px
  }

  .sm\:focus\:tw-ring-offset-1:focus{
    --tw-ring-offset-width:1px
  }

  .sm\:focus\:tw-ring-offset-2:focus{
    --tw-ring-offset-width:2px
  }

  .sm\:focus\:tw-ring-offset-4:focus{
    --tw-ring-offset-width:4px
  }

  .sm\:focus\:tw-ring-offset-8:focus{
    --tw-ring-offset-width:8px
  }

  .sm\:tw-ring-offset-transparent{
    --tw-ring-offset-color:transparent
  }

  .sm\:tw-ring-offset-current{
    --tw-ring-offset-color:currentColor
  }

  .sm\:tw-ring-offset-black{
    --tw-ring-offset-color:#000
  }

  .sm\:tw-ring-offset-white{
    --tw-ring-offset-color:#fff
  }

  .sm\:tw-ring-offset-gray-50{
    --tw-ring-offset-color:#f9fafb
  }

  .sm\:tw-ring-offset-gray-100{
    --tw-ring-offset-color:#f3f4f6
  }

  .sm\:tw-ring-offset-gray-200{
    --tw-ring-offset-color:#e5e7eb
  }

  .sm\:tw-ring-offset-gray-300{
    --tw-ring-offset-color:#d1d5db
  }

  .sm\:tw-ring-offset-gray-400{
    --tw-ring-offset-color:#9ca3af
  }

  .sm\:tw-ring-offset-gray-500{
    --tw-ring-offset-color:#6b7280
  }

  .sm\:tw-ring-offset-gray-600{
    --tw-ring-offset-color:#4b5563
  }

  .sm\:tw-ring-offset-gray-700{
    --tw-ring-offset-color:#374151
  }

  .sm\:tw-ring-offset-gray-800{
    --tw-ring-offset-color:#1f2937
  }

  .sm\:tw-ring-offset-gray-900{
    --tw-ring-offset-color:#111827
  }

  .sm\:tw-ring-offset-red-50{
    --tw-ring-offset-color:#fef2f2
  }

  .sm\:tw-ring-offset-red-100{
    --tw-ring-offset-color:#fee2e2
  }

  .sm\:tw-ring-offset-red-200{
    --tw-ring-offset-color:#fecaca
  }

  .sm\:tw-ring-offset-red-300{
    --tw-ring-offset-color:#fca5a5
  }

  .sm\:tw-ring-offset-red-400{
    --tw-ring-offset-color:#f87171
  }

  .sm\:tw-ring-offset-red-500{
    --tw-ring-offset-color:#ef4444
  }

  .sm\:tw-ring-offset-red-600{
    --tw-ring-offset-color:#dc2626
  }

  .sm\:tw-ring-offset-red-700{
    --tw-ring-offset-color:#b91c1c
  }

  .sm\:tw-ring-offset-red-800{
    --tw-ring-offset-color:#991b1b
  }

  .sm\:tw-ring-offset-red-900{
    --tw-ring-offset-color:#7f1d1d
  }

  .sm\:tw-ring-offset-yellow-50{
    --tw-ring-offset-color:#fffbeb
  }

  .sm\:tw-ring-offset-yellow-100{
    --tw-ring-offset-color:#fef3c7
  }

  .sm\:tw-ring-offset-yellow-200{
    --tw-ring-offset-color:#fde68a
  }

  .sm\:tw-ring-offset-yellow-300{
    --tw-ring-offset-color:#fcd34d
  }

  .sm\:tw-ring-offset-yellow-400{
    --tw-ring-offset-color:#fbbf24
  }

  .sm\:tw-ring-offset-yellow-500{
    --tw-ring-offset-color:#f59e0b
  }

  .sm\:tw-ring-offset-yellow-600{
    --tw-ring-offset-color:#d97706
  }

  .sm\:tw-ring-offset-yellow-700{
    --tw-ring-offset-color:#b45309
  }

  .sm\:tw-ring-offset-yellow-800{
    --tw-ring-offset-color:#92400e
  }

  .sm\:tw-ring-offset-yellow-900{
    --tw-ring-offset-color:#78350f
  }

  .sm\:tw-ring-offset-green-50{
    --tw-ring-offset-color:#ecfdf5
  }

  .sm\:tw-ring-offset-green-100{
    --tw-ring-offset-color:#d1fae5
  }

  .sm\:tw-ring-offset-green-200{
    --tw-ring-offset-color:#a7f3d0
  }

  .sm\:tw-ring-offset-green-300{
    --tw-ring-offset-color:#6ee7b7
  }

  .sm\:tw-ring-offset-green-400{
    --tw-ring-offset-color:#34d399
  }

  .sm\:tw-ring-offset-green-500{
    --tw-ring-offset-color:#10b981
  }

  .sm\:tw-ring-offset-green-600{
    --tw-ring-offset-color:#059669
  }

  .sm\:tw-ring-offset-green-700{
    --tw-ring-offset-color:#047857
  }

  .sm\:tw-ring-offset-green-800{
    --tw-ring-offset-color:#065f46
  }

  .sm\:tw-ring-offset-green-900{
    --tw-ring-offset-color:#064e3b
  }

  .sm\:tw-ring-offset-blue-50{
    --tw-ring-offset-color:#eff6ff
  }

  .sm\:tw-ring-offset-blue-100{
    --tw-ring-offset-color:#dbeafe
  }

  .sm\:tw-ring-offset-blue-200{
    --tw-ring-offset-color:#bfdbfe
  }

  .sm\:tw-ring-offset-blue-300{
    --tw-ring-offset-color:#93c5fd
  }

  .sm\:tw-ring-offset-blue-400{
    --tw-ring-offset-color:#60a5fa
  }

  .sm\:tw-ring-offset-blue-500{
    --tw-ring-offset-color:#3b82f6
  }

  .sm\:tw-ring-offset-blue-600{
    --tw-ring-offset-color:#2563eb
  }

  .sm\:tw-ring-offset-blue-700{
    --tw-ring-offset-color:#1d4ed8
  }

  .sm\:tw-ring-offset-blue-800{
    --tw-ring-offset-color:#1e40af
  }

  .sm\:tw-ring-offset-blue-900{
    --tw-ring-offset-color:#1e3a8a
  }

  .sm\:tw-ring-offset-indigo-50{
    --tw-ring-offset-color:#eef2ff
  }

  .sm\:tw-ring-offset-indigo-100{
    --tw-ring-offset-color:#e0e7ff
  }

  .sm\:tw-ring-offset-indigo-200{
    --tw-ring-offset-color:#c7d2fe
  }

  .sm\:tw-ring-offset-indigo-300{
    --tw-ring-offset-color:#a5b4fc
  }

  .sm\:tw-ring-offset-indigo-400{
    --tw-ring-offset-color:#818cf8
  }

  .sm\:tw-ring-offset-indigo-500{
    --tw-ring-offset-color:#6366f1
  }

  .sm\:tw-ring-offset-indigo-600{
    --tw-ring-offset-color:#4f46e5
  }

  .sm\:tw-ring-offset-indigo-700{
    --tw-ring-offset-color:#4338ca
  }

  .sm\:tw-ring-offset-indigo-800{
    --tw-ring-offset-color:#3730a3
  }

  .sm\:tw-ring-offset-indigo-900{
    --tw-ring-offset-color:#312e81
  }

  .sm\:tw-ring-offset-purple-50{
    --tw-ring-offset-color:#f5f3ff
  }

  .sm\:tw-ring-offset-purple-100{
    --tw-ring-offset-color:#ede9fe
  }

  .sm\:tw-ring-offset-purple-200{
    --tw-ring-offset-color:#ddd6fe
  }

  .sm\:tw-ring-offset-purple-300{
    --tw-ring-offset-color:#c4b5fd
  }

  .sm\:tw-ring-offset-purple-400{
    --tw-ring-offset-color:#a78bfa
  }

  .sm\:tw-ring-offset-purple-500{
    --tw-ring-offset-color:#8b5cf6
  }

  .sm\:tw-ring-offset-purple-600{
    --tw-ring-offset-color:#7c3aed
  }

  .sm\:tw-ring-offset-purple-700{
    --tw-ring-offset-color:#6d28d9
  }

  .sm\:tw-ring-offset-purple-800{
    --tw-ring-offset-color:#5b21b6
  }

  .sm\:tw-ring-offset-purple-900{
    --tw-ring-offset-color:#4c1d95
  }

  .sm\:tw-ring-offset-pink-50{
    --tw-ring-offset-color:#fdf2f8
  }

  .sm\:tw-ring-offset-pink-100{
    --tw-ring-offset-color:#fce7f3
  }

  .sm\:tw-ring-offset-pink-200{
    --tw-ring-offset-color:#fbcfe8
  }

  .sm\:tw-ring-offset-pink-300{
    --tw-ring-offset-color:#f9a8d4
  }

  .sm\:tw-ring-offset-pink-400{
    --tw-ring-offset-color:#f472b6
  }

  .sm\:tw-ring-offset-pink-500{
    --tw-ring-offset-color:#ec4899
  }

  .sm\:tw-ring-offset-pink-600{
    --tw-ring-offset-color:#db2777
  }

  .sm\:tw-ring-offset-pink-700{
    --tw-ring-offset-color:#be185d
  }

  .sm\:tw-ring-offset-pink-800{
    --tw-ring-offset-color:#9d174d
  }

  .sm\:tw-ring-offset-pink-900{
    --tw-ring-offset-color:#831843
  }

  .sm\:focus-within\:tw-ring-offset-transparent:focus-within{
    --tw-ring-offset-color:transparent
  }

  .sm\:focus-within\:tw-ring-offset-current:focus-within{
    --tw-ring-offset-color:currentColor
  }

  .sm\:focus-within\:tw-ring-offset-black:focus-within{
    --tw-ring-offset-color:#000
  }

  .sm\:focus-within\:tw-ring-offset-white:focus-within{
    --tw-ring-offset-color:#fff
  }

  .sm\:focus-within\:tw-ring-offset-gray-50:focus-within{
    --tw-ring-offset-color:#f9fafb
  }

  .sm\:focus-within\:tw-ring-offset-gray-100:focus-within{
    --tw-ring-offset-color:#f3f4f6
  }

  .sm\:focus-within\:tw-ring-offset-gray-200:focus-within{
    --tw-ring-offset-color:#e5e7eb
  }

  .sm\:focus-within\:tw-ring-offset-gray-300:focus-within{
    --tw-ring-offset-color:#d1d5db
  }

  .sm\:focus-within\:tw-ring-offset-gray-400:focus-within{
    --tw-ring-offset-color:#9ca3af
  }

  .sm\:focus-within\:tw-ring-offset-gray-500:focus-within{
    --tw-ring-offset-color:#6b7280
  }

  .sm\:focus-within\:tw-ring-offset-gray-600:focus-within{
    --tw-ring-offset-color:#4b5563
  }

  .sm\:focus-within\:tw-ring-offset-gray-700:focus-within{
    --tw-ring-offset-color:#374151
  }

  .sm\:focus-within\:tw-ring-offset-gray-800:focus-within{
    --tw-ring-offset-color:#1f2937
  }

  .sm\:focus-within\:tw-ring-offset-gray-900:focus-within{
    --tw-ring-offset-color:#111827
  }

  .sm\:focus-within\:tw-ring-offset-red-50:focus-within{
    --tw-ring-offset-color:#fef2f2
  }

  .sm\:focus-within\:tw-ring-offset-red-100:focus-within{
    --tw-ring-offset-color:#fee2e2
  }

  .sm\:focus-within\:tw-ring-offset-red-200:focus-within{
    --tw-ring-offset-color:#fecaca
  }

  .sm\:focus-within\:tw-ring-offset-red-300:focus-within{
    --tw-ring-offset-color:#fca5a5
  }

  .sm\:focus-within\:tw-ring-offset-red-400:focus-within{
    --tw-ring-offset-color:#f87171
  }

  .sm\:focus-within\:tw-ring-offset-red-500:focus-within{
    --tw-ring-offset-color:#ef4444
  }

  .sm\:focus-within\:tw-ring-offset-red-600:focus-within{
    --tw-ring-offset-color:#dc2626
  }

  .sm\:focus-within\:tw-ring-offset-red-700:focus-within{
    --tw-ring-offset-color:#b91c1c
  }

  .sm\:focus-within\:tw-ring-offset-red-800:focus-within{
    --tw-ring-offset-color:#991b1b
  }

  .sm\:focus-within\:tw-ring-offset-red-900:focus-within{
    --tw-ring-offset-color:#7f1d1d
  }

  .sm\:focus-within\:tw-ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color:#fffbeb
  }

  .sm\:focus-within\:tw-ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color:#fef3c7
  }

  .sm\:focus-within\:tw-ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color:#fde68a
  }

  .sm\:focus-within\:tw-ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color:#fcd34d
  }

  .sm\:focus-within\:tw-ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color:#fbbf24
  }

  .sm\:focus-within\:tw-ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color:#f59e0b
  }

  .sm\:focus-within\:tw-ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color:#d97706
  }

  .sm\:focus-within\:tw-ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color:#b45309
  }

  .sm\:focus-within\:tw-ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color:#92400e
  }

  .sm\:focus-within\:tw-ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color:#78350f
  }

  .sm\:focus-within\:tw-ring-offset-green-50:focus-within{
    --tw-ring-offset-color:#ecfdf5
  }

  .sm\:focus-within\:tw-ring-offset-green-100:focus-within{
    --tw-ring-offset-color:#d1fae5
  }

  .sm\:focus-within\:tw-ring-offset-green-200:focus-within{
    --tw-ring-offset-color:#a7f3d0
  }

  .sm\:focus-within\:tw-ring-offset-green-300:focus-within{
    --tw-ring-offset-color:#6ee7b7
  }

  .sm\:focus-within\:tw-ring-offset-green-400:focus-within{
    --tw-ring-offset-color:#34d399
  }

  .sm\:focus-within\:tw-ring-offset-green-500:focus-within{
    --tw-ring-offset-color:#10b981
  }

  .sm\:focus-within\:tw-ring-offset-green-600:focus-within{
    --tw-ring-offset-color:#059669
  }

  .sm\:focus-within\:tw-ring-offset-green-700:focus-within{
    --tw-ring-offset-color:#047857
  }

  .sm\:focus-within\:tw-ring-offset-green-800:focus-within{
    --tw-ring-offset-color:#065f46
  }

  .sm\:focus-within\:tw-ring-offset-green-900:focus-within{
    --tw-ring-offset-color:#064e3b
  }

  .sm\:focus-within\:tw-ring-offset-blue-50:focus-within{
    --tw-ring-offset-color:#eff6ff
  }

  .sm\:focus-within\:tw-ring-offset-blue-100:focus-within{
    --tw-ring-offset-color:#dbeafe
  }

  .sm\:focus-within\:tw-ring-offset-blue-200:focus-within{
    --tw-ring-offset-color:#bfdbfe
  }

  .sm\:focus-within\:tw-ring-offset-blue-300:focus-within{
    --tw-ring-offset-color:#93c5fd
  }

  .sm\:focus-within\:tw-ring-offset-blue-400:focus-within{
    --tw-ring-offset-color:#60a5fa
  }

  .sm\:focus-within\:tw-ring-offset-blue-500:focus-within{
    --tw-ring-offset-color:#3b82f6
  }

  .sm\:focus-within\:tw-ring-offset-blue-600:focus-within{
    --tw-ring-offset-color:#2563eb
  }

  .sm\:focus-within\:tw-ring-offset-blue-700:focus-within{
    --tw-ring-offset-color:#1d4ed8
  }

  .sm\:focus-within\:tw-ring-offset-blue-800:focus-within{
    --tw-ring-offset-color:#1e40af
  }

  .sm\:focus-within\:tw-ring-offset-blue-900:focus-within{
    --tw-ring-offset-color:#1e3a8a
  }

  .sm\:focus-within\:tw-ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color:#eef2ff
  }

  .sm\:focus-within\:tw-ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color:#e0e7ff
  }

  .sm\:focus-within\:tw-ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color:#c7d2fe
  }

  .sm\:focus-within\:tw-ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color:#a5b4fc
  }

  .sm\:focus-within\:tw-ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color:#818cf8
  }

  .sm\:focus-within\:tw-ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color:#6366f1
  }

  .sm\:focus-within\:tw-ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color:#4f46e5
  }

  .sm\:focus-within\:tw-ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color:#4338ca
  }

  .sm\:focus-within\:tw-ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color:#3730a3
  }

  .sm\:focus-within\:tw-ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color:#312e81
  }

  .sm\:focus-within\:tw-ring-offset-purple-50:focus-within{
    --tw-ring-offset-color:#f5f3ff
  }

  .sm\:focus-within\:tw-ring-offset-purple-100:focus-within{
    --tw-ring-offset-color:#ede9fe
  }

  .sm\:focus-within\:tw-ring-offset-purple-200:focus-within{
    --tw-ring-offset-color:#ddd6fe
  }

  .sm\:focus-within\:tw-ring-offset-purple-300:focus-within{
    --tw-ring-offset-color:#c4b5fd
  }

  .sm\:focus-within\:tw-ring-offset-purple-400:focus-within{
    --tw-ring-offset-color:#a78bfa
  }

  .sm\:focus-within\:tw-ring-offset-purple-500:focus-within{
    --tw-ring-offset-color:#8b5cf6
  }

  .sm\:focus-within\:tw-ring-offset-purple-600:focus-within{
    --tw-ring-offset-color:#7c3aed
  }

  .sm\:focus-within\:tw-ring-offset-purple-700:focus-within{
    --tw-ring-offset-color:#6d28d9
  }

  .sm\:focus-within\:tw-ring-offset-purple-800:focus-within{
    --tw-ring-offset-color:#5b21b6
  }

  .sm\:focus-within\:tw-ring-offset-purple-900:focus-within{
    --tw-ring-offset-color:#4c1d95
  }

  .sm\:focus-within\:tw-ring-offset-pink-50:focus-within{
    --tw-ring-offset-color:#fdf2f8
  }

  .sm\:focus-within\:tw-ring-offset-pink-100:focus-within{
    --tw-ring-offset-color:#fce7f3
  }

  .sm\:focus-within\:tw-ring-offset-pink-200:focus-within{
    --tw-ring-offset-color:#fbcfe8
  }

  .sm\:focus-within\:tw-ring-offset-pink-300:focus-within{
    --tw-ring-offset-color:#f9a8d4
  }

  .sm\:focus-within\:tw-ring-offset-pink-400:focus-within{
    --tw-ring-offset-color:#f472b6
  }

  .sm\:focus-within\:tw-ring-offset-pink-500:focus-within{
    --tw-ring-offset-color:#ec4899
  }

  .sm\:focus-within\:tw-ring-offset-pink-600:focus-within{
    --tw-ring-offset-color:#db2777
  }

  .sm\:focus-within\:tw-ring-offset-pink-700:focus-within{
    --tw-ring-offset-color:#be185d
  }

  .sm\:focus-within\:tw-ring-offset-pink-800:focus-within{
    --tw-ring-offset-color:#9d174d
  }

  .sm\:focus-within\:tw-ring-offset-pink-900:focus-within{
    --tw-ring-offset-color:#831843
  }

  .sm\:focus\:tw-ring-offset-transparent:focus{
    --tw-ring-offset-color:transparent
  }

  .sm\:focus\:tw-ring-offset-current:focus{
    --tw-ring-offset-color:currentColor
  }

  .sm\:focus\:tw-ring-offset-black:focus{
    --tw-ring-offset-color:#000
  }

  .sm\:focus\:tw-ring-offset-white:focus{
    --tw-ring-offset-color:#fff
  }

  .sm\:focus\:tw-ring-offset-gray-50:focus{
    --tw-ring-offset-color:#f9fafb
  }

  .sm\:focus\:tw-ring-offset-gray-100:focus{
    --tw-ring-offset-color:#f3f4f6
  }

  .sm\:focus\:tw-ring-offset-gray-200:focus{
    --tw-ring-offset-color:#e5e7eb
  }

  .sm\:focus\:tw-ring-offset-gray-300:focus{
    --tw-ring-offset-color:#d1d5db
  }

  .sm\:focus\:tw-ring-offset-gray-400:focus{
    --tw-ring-offset-color:#9ca3af
  }

  .sm\:focus\:tw-ring-offset-gray-500:focus{
    --tw-ring-offset-color:#6b7280
  }

  .sm\:focus\:tw-ring-offset-gray-600:focus{
    --tw-ring-offset-color:#4b5563
  }

  .sm\:focus\:tw-ring-offset-gray-700:focus{
    --tw-ring-offset-color:#374151
  }

  .sm\:focus\:tw-ring-offset-gray-800:focus{
    --tw-ring-offset-color:#1f2937
  }

  .sm\:focus\:tw-ring-offset-gray-900:focus{
    --tw-ring-offset-color:#111827
  }

  .sm\:focus\:tw-ring-offset-red-50:focus{
    --tw-ring-offset-color:#fef2f2
  }

  .sm\:focus\:tw-ring-offset-red-100:focus{
    --tw-ring-offset-color:#fee2e2
  }

  .sm\:focus\:tw-ring-offset-red-200:focus{
    --tw-ring-offset-color:#fecaca
  }

  .sm\:focus\:tw-ring-offset-red-300:focus{
    --tw-ring-offset-color:#fca5a5
  }

  .sm\:focus\:tw-ring-offset-red-400:focus{
    --tw-ring-offset-color:#f87171
  }

  .sm\:focus\:tw-ring-offset-red-500:focus{
    --tw-ring-offset-color:#ef4444
  }

  .sm\:focus\:tw-ring-offset-red-600:focus{
    --tw-ring-offset-color:#dc2626
  }

  .sm\:focus\:tw-ring-offset-red-700:focus{
    --tw-ring-offset-color:#b91c1c
  }

  .sm\:focus\:tw-ring-offset-red-800:focus{
    --tw-ring-offset-color:#991b1b
  }

  .sm\:focus\:tw-ring-offset-red-900:focus{
    --tw-ring-offset-color:#7f1d1d
  }

  .sm\:focus\:tw-ring-offset-yellow-50:focus{
    --tw-ring-offset-color:#fffbeb
  }

  .sm\:focus\:tw-ring-offset-yellow-100:focus{
    --tw-ring-offset-color:#fef3c7
  }

  .sm\:focus\:tw-ring-offset-yellow-200:focus{
    --tw-ring-offset-color:#fde68a
  }

  .sm\:focus\:tw-ring-offset-yellow-300:focus{
    --tw-ring-offset-color:#fcd34d
  }

  .sm\:focus\:tw-ring-offset-yellow-400:focus{
    --tw-ring-offset-color:#fbbf24
  }

  .sm\:focus\:tw-ring-offset-yellow-500:focus{
    --tw-ring-offset-color:#f59e0b
  }

  .sm\:focus\:tw-ring-offset-yellow-600:focus{
    --tw-ring-offset-color:#d97706
  }

  .sm\:focus\:tw-ring-offset-yellow-700:focus{
    --tw-ring-offset-color:#b45309
  }

  .sm\:focus\:tw-ring-offset-yellow-800:focus{
    --tw-ring-offset-color:#92400e
  }

  .sm\:focus\:tw-ring-offset-yellow-900:focus{
    --tw-ring-offset-color:#78350f
  }

  .sm\:focus\:tw-ring-offset-green-50:focus{
    --tw-ring-offset-color:#ecfdf5
  }

  .sm\:focus\:tw-ring-offset-green-100:focus{
    --tw-ring-offset-color:#d1fae5
  }

  .sm\:focus\:tw-ring-offset-green-200:focus{
    --tw-ring-offset-color:#a7f3d0
  }

  .sm\:focus\:tw-ring-offset-green-300:focus{
    --tw-ring-offset-color:#6ee7b7
  }

  .sm\:focus\:tw-ring-offset-green-400:focus{
    --tw-ring-offset-color:#34d399
  }

  .sm\:focus\:tw-ring-offset-green-500:focus{
    --tw-ring-offset-color:#10b981
  }

  .sm\:focus\:tw-ring-offset-green-600:focus{
    --tw-ring-offset-color:#059669
  }

  .sm\:focus\:tw-ring-offset-green-700:focus{
    --tw-ring-offset-color:#047857
  }

  .sm\:focus\:tw-ring-offset-green-800:focus{
    --tw-ring-offset-color:#065f46
  }

  .sm\:focus\:tw-ring-offset-green-900:focus{
    --tw-ring-offset-color:#064e3b
  }

  .sm\:focus\:tw-ring-offset-blue-50:focus{
    --tw-ring-offset-color:#eff6ff
  }

  .sm\:focus\:tw-ring-offset-blue-100:focus{
    --tw-ring-offset-color:#dbeafe
  }

  .sm\:focus\:tw-ring-offset-blue-200:focus{
    --tw-ring-offset-color:#bfdbfe
  }

  .sm\:focus\:tw-ring-offset-blue-300:focus{
    --tw-ring-offset-color:#93c5fd
  }

  .sm\:focus\:tw-ring-offset-blue-400:focus{
    --tw-ring-offset-color:#60a5fa
  }

  .sm\:focus\:tw-ring-offset-blue-500:focus{
    --tw-ring-offset-color:#3b82f6
  }

  .sm\:focus\:tw-ring-offset-blue-600:focus{
    --tw-ring-offset-color:#2563eb
  }

  .sm\:focus\:tw-ring-offset-blue-700:focus{
    --tw-ring-offset-color:#1d4ed8
  }

  .sm\:focus\:tw-ring-offset-blue-800:focus{
    --tw-ring-offset-color:#1e40af
  }

  .sm\:focus\:tw-ring-offset-blue-900:focus{
    --tw-ring-offset-color:#1e3a8a
  }

  .sm\:focus\:tw-ring-offset-indigo-50:focus{
    --tw-ring-offset-color:#eef2ff
  }

  .sm\:focus\:tw-ring-offset-indigo-100:focus{
    --tw-ring-offset-color:#e0e7ff
  }

  .sm\:focus\:tw-ring-offset-indigo-200:focus{
    --tw-ring-offset-color:#c7d2fe
  }

  .sm\:focus\:tw-ring-offset-indigo-300:focus{
    --tw-ring-offset-color:#a5b4fc
  }

  .sm\:focus\:tw-ring-offset-indigo-400:focus{
    --tw-ring-offset-color:#818cf8
  }

  .sm\:focus\:tw-ring-offset-indigo-500:focus{
    --tw-ring-offset-color:#6366f1
  }

  .sm\:focus\:tw-ring-offset-indigo-600:focus{
    --tw-ring-offset-color:#4f46e5
  }

  .sm\:focus\:tw-ring-offset-indigo-700:focus{
    --tw-ring-offset-color:#4338ca
  }

  .sm\:focus\:tw-ring-offset-indigo-800:focus{
    --tw-ring-offset-color:#3730a3
  }

  .sm\:focus\:tw-ring-offset-indigo-900:focus{
    --tw-ring-offset-color:#312e81
  }

  .sm\:focus\:tw-ring-offset-purple-50:focus{
    --tw-ring-offset-color:#f5f3ff
  }

  .sm\:focus\:tw-ring-offset-purple-100:focus{
    --tw-ring-offset-color:#ede9fe
  }

  .sm\:focus\:tw-ring-offset-purple-200:focus{
    --tw-ring-offset-color:#ddd6fe
  }

  .sm\:focus\:tw-ring-offset-purple-300:focus{
    --tw-ring-offset-color:#c4b5fd
  }

  .sm\:focus\:tw-ring-offset-purple-400:focus{
    --tw-ring-offset-color:#a78bfa
  }

  .sm\:focus\:tw-ring-offset-purple-500:focus{
    --tw-ring-offset-color:#8b5cf6
  }

  .sm\:focus\:tw-ring-offset-purple-600:focus{
    --tw-ring-offset-color:#7c3aed
  }

  .sm\:focus\:tw-ring-offset-purple-700:focus{
    --tw-ring-offset-color:#6d28d9
  }

  .sm\:focus\:tw-ring-offset-purple-800:focus{
    --tw-ring-offset-color:#5b21b6
  }

  .sm\:focus\:tw-ring-offset-purple-900:focus{
    --tw-ring-offset-color:#4c1d95
  }

  .sm\:focus\:tw-ring-offset-pink-50:focus{
    --tw-ring-offset-color:#fdf2f8
  }

  .sm\:focus\:tw-ring-offset-pink-100:focus{
    --tw-ring-offset-color:#fce7f3
  }

  .sm\:focus\:tw-ring-offset-pink-200:focus{
    --tw-ring-offset-color:#fbcfe8
  }

  .sm\:focus\:tw-ring-offset-pink-300:focus{
    --tw-ring-offset-color:#f9a8d4
  }

  .sm\:focus\:tw-ring-offset-pink-400:focus{
    --tw-ring-offset-color:#f472b6
  }

  .sm\:focus\:tw-ring-offset-pink-500:focus{
    --tw-ring-offset-color:#ec4899
  }

  .sm\:focus\:tw-ring-offset-pink-600:focus{
    --tw-ring-offset-color:#db2777
  }

  .sm\:focus\:tw-ring-offset-pink-700:focus{
    --tw-ring-offset-color:#be185d
  }

  .sm\:focus\:tw-ring-offset-pink-800:focus{
    --tw-ring-offset-color:#9d174d
  }

  .sm\:focus\:tw-ring-offset-pink-900:focus{
    --tw-ring-offset-color:#831843
  }

  .sm\:tw-filter{
    --tw-blur:var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness:var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast:var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale:var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
    --tw-invert:var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate:var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia:var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow:var(--tw-empty,/*!*/ /*!*/);
    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)
  }

  .sm\:tw-filter-none{
    filter:none
  }

  .sm\:tw-blur-0{
    --tw-blur:blur(0)
  }

  .sm\:tw-blur-none{
    --tw-blur:blur(0)
  }

  .sm\:tw-blur-sm{
    --tw-blur:blur(4px)
  }

  .sm\:tw-blur{
    --tw-blur:blur(8px)
  }

  .sm\:tw-blur-md{
    --tw-blur:blur(12px)
  }

  .sm\:tw-blur-lg{
    --tw-blur:blur(16px)
  }

  .sm\:tw-blur-xl{
    --tw-blur:blur(24px)
  }

  .sm\:tw-blur-2xl{
    --tw-blur:blur(40px)
  }

  .sm\:tw-blur-3xl{
    --tw-blur:blur(64px)
  }

  .sm\:tw-brightness-0{
    --tw-brightness:brightness(0)
  }

  .sm\:tw-brightness-50{
    --tw-brightness:brightness(.5)
  }

  .sm\:tw-brightness-75{
    --tw-brightness:brightness(.75)
  }

  .sm\:tw-brightness-90{
    --tw-brightness:brightness(.9)
  }

  .sm\:tw-brightness-95{
    --tw-brightness:brightness(.95)
  }

  .sm\:tw-brightness-100{
    --tw-brightness:brightness(1)
  }

  .sm\:tw-brightness-105{
    --tw-brightness:brightness(1.05)
  }

  .sm\:tw-brightness-110{
    --tw-brightness:brightness(1.1)
  }

  .sm\:tw-brightness-125{
    --tw-brightness:brightness(1.25)
  }

  .sm\:tw-brightness-150{
    --tw-brightness:brightness(1.5)
  }

  .sm\:tw-brightness-200{
    --tw-brightness:brightness(2)
  }

  .sm\:tw-contrast-0{
    --tw-contrast:contrast(0)
  }

  .sm\:tw-contrast-50{
    --tw-contrast:contrast(.5)
  }

  .sm\:tw-contrast-75{
    --tw-contrast:contrast(.75)
  }

  .sm\:tw-contrast-100{
    --tw-contrast:contrast(1)
  }

  .sm\:tw-contrast-125{
    --tw-contrast:contrast(1.25)
  }

  .sm\:tw-contrast-150{
    --tw-contrast:contrast(1.5)
  }

  .sm\:tw-contrast-200{
    --tw-contrast:contrast(2)
  }

  .sm\:tw-drop-shadow-sm{
    --tw-drop-shadow:drop-shadow(0 1px 1px rgba(0,0,0,0.05))
  }

  .sm\:tw-drop-shadow{
    --tw-drop-shadow:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
  }

  .sm\:tw-drop-shadow-md{
    --tw-drop-shadow:drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
  }

  .sm\:tw-drop-shadow-lg{
    --tw-drop-shadow:drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
  }

  .sm\:tw-drop-shadow-xl{
    --tw-drop-shadow:drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
  }

  .sm\:tw-drop-shadow-2xl{
    --tw-drop-shadow:drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
  }

  .sm\:tw-drop-shadow-none{
    --tw-drop-shadow:drop-shadow(0 0 #0000)
  }

  .sm\:tw-grayscale-0{
    --tw-grayscale:grayscale(0)
  }

  .sm\:tw-grayscale{
    --tw-grayscale:grayscale(100%)
  }

  .sm\:tw-hue-rotate-0{
    --tw-hue-rotate:hue-rotate(0deg)
  }

  .sm\:tw-hue-rotate-15{
    --tw-hue-rotate:hue-rotate(15deg)
  }

  .sm\:tw-hue-rotate-30{
    --tw-hue-rotate:hue-rotate(30deg)
  }

  .sm\:tw-hue-rotate-60{
    --tw-hue-rotate:hue-rotate(60deg)
  }

  .sm\:tw-hue-rotate-90{
    --tw-hue-rotate:hue-rotate(90deg)
  }

  .sm\:tw-hue-rotate-180{
    --tw-hue-rotate:hue-rotate(180deg)
  }

  .sm\:tw--hue-rotate-180{
    --tw-hue-rotate:hue-rotate(-180deg)
  }

  .sm\:tw--hue-rotate-90{
    --tw-hue-rotate:hue-rotate(-90deg)
  }

  .sm\:tw--hue-rotate-60{
    --tw-hue-rotate:hue-rotate(-60deg)
  }

  .sm\:tw--hue-rotate-30{
    --tw-hue-rotate:hue-rotate(-30deg)
  }

  .sm\:tw--hue-rotate-15{
    --tw-hue-rotate:hue-rotate(-15deg)
  }

  .sm\:tw-invert-0{
    --tw-invert:invert(0)
  }

  .sm\:tw-invert{
    --tw-invert:invert(100%)
  }

  .sm\:tw-saturate-0{
    --tw-saturate:saturate(0)
  }

  .sm\:tw-saturate-50{
    --tw-saturate:saturate(.5)
  }

  .sm\:tw-saturate-100{
    --tw-saturate:saturate(1)
  }

  .sm\:tw-saturate-150{
    --tw-saturate:saturate(1.5)
  }

  .sm\:tw-saturate-200{
    --tw-saturate:saturate(2)
  }

  .sm\:tw-sepia-0{
    --tw-sepia:sepia(0)
  }

  .sm\:tw-sepia{
    --tw-sepia:sepia(100%)
  }

  .sm\:tw-backdrop-filter{
    --tw-backdrop-blur:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia:var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }

  .sm\:tw-backdrop-filter-none{
    -webkit-backdrop-filter:none;
            backdrop-filter:none
  }

  .sm\:tw-backdrop-blur-0{
    --tw-backdrop-blur:blur(0)
  }

  .sm\:tw-backdrop-blur-none{
    --tw-backdrop-blur:blur(0)
  }

  .sm\:tw-backdrop-blur-sm{
    --tw-backdrop-blur:blur(4px)
  }

  .sm\:tw-backdrop-blur{
    --tw-backdrop-blur:blur(8px)
  }

  .sm\:tw-backdrop-blur-md{
    --tw-backdrop-blur:blur(12px)
  }

  .sm\:tw-backdrop-blur-lg{
    --tw-backdrop-blur:blur(16px)
  }

  .sm\:tw-backdrop-blur-xl{
    --tw-backdrop-blur:blur(24px)
  }

  .sm\:tw-backdrop-blur-2xl{
    --tw-backdrop-blur:blur(40px)
  }

  .sm\:tw-backdrop-blur-3xl{
    --tw-backdrop-blur:blur(64px)
  }

  .sm\:tw-backdrop-brightness-0{
    --tw-backdrop-brightness:brightness(0)
  }

  .sm\:tw-backdrop-brightness-50{
    --tw-backdrop-brightness:brightness(.5)
  }

  .sm\:tw-backdrop-brightness-75{
    --tw-backdrop-brightness:brightness(.75)
  }

  .sm\:tw-backdrop-brightness-90{
    --tw-backdrop-brightness:brightness(.9)
  }

  .sm\:tw-backdrop-brightness-95{
    --tw-backdrop-brightness:brightness(.95)
  }

  .sm\:tw-backdrop-brightness-100{
    --tw-backdrop-brightness:brightness(1)
  }

  .sm\:tw-backdrop-brightness-105{
    --tw-backdrop-brightness:brightness(1.05)
  }

  .sm\:tw-backdrop-brightness-110{
    --tw-backdrop-brightness:brightness(1.1)
  }

  .sm\:tw-backdrop-brightness-125{
    --tw-backdrop-brightness:brightness(1.25)
  }

  .sm\:tw-backdrop-brightness-150{
    --tw-backdrop-brightness:brightness(1.5)
  }

  .sm\:tw-backdrop-brightness-200{
    --tw-backdrop-brightness:brightness(2)
  }

  .sm\:tw-backdrop-contrast-0{
    --tw-backdrop-contrast:contrast(0)
  }

  .sm\:tw-backdrop-contrast-50{
    --tw-backdrop-contrast:contrast(.5)
  }

  .sm\:tw-backdrop-contrast-75{
    --tw-backdrop-contrast:contrast(.75)
  }

  .sm\:tw-backdrop-contrast-100{
    --tw-backdrop-contrast:contrast(1)
  }

  .sm\:tw-backdrop-contrast-125{
    --tw-backdrop-contrast:contrast(1.25)
  }

  .sm\:tw-backdrop-contrast-150{
    --tw-backdrop-contrast:contrast(1.5)
  }

  .sm\:tw-backdrop-contrast-200{
    --tw-backdrop-contrast:contrast(2)
  }

  .sm\:tw-backdrop-grayscale-0{
    --tw-backdrop-grayscale:grayscale(0)
  }

  .sm\:tw-backdrop-grayscale{
    --tw-backdrop-grayscale:grayscale(100%)
  }

  .sm\:tw-backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate:hue-rotate(0deg)
  }

  .sm\:tw-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate:hue-rotate(15deg)
  }

  .sm\:tw-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate:hue-rotate(30deg)
  }

  .sm\:tw-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate:hue-rotate(60deg)
  }

  .sm\:tw-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate:hue-rotate(90deg)
  }

  .sm\:tw-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate:hue-rotate(180deg)
  }

  .sm\:tw--backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate:hue-rotate(-180deg)
  }

  .sm\:tw--backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate:hue-rotate(-90deg)
  }

  .sm\:tw--backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate:hue-rotate(-60deg)
  }

  .sm\:tw--backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate:hue-rotate(-30deg)
  }

  .sm\:tw--backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate:hue-rotate(-15deg)
  }

  .sm\:tw-backdrop-invert-0{
    --tw-backdrop-invert:invert(0)
  }

  .sm\:tw-backdrop-invert{
    --tw-backdrop-invert:invert(100%)
  }

  .sm\:tw-backdrop-opacity-0{
    --tw-backdrop-opacity:opacity(0)
  }

  .sm\:tw-backdrop-opacity-5{
    --tw-backdrop-opacity:opacity(0.05)
  }

  .sm\:tw-backdrop-opacity-10{
    --tw-backdrop-opacity:opacity(0.1)
  }

  .sm\:tw-backdrop-opacity-20{
    --tw-backdrop-opacity:opacity(0.2)
  }

  .sm\:tw-backdrop-opacity-25{
    --tw-backdrop-opacity:opacity(0.25)
  }

  .sm\:tw-backdrop-opacity-30{
    --tw-backdrop-opacity:opacity(0.3)
  }

  .sm\:tw-backdrop-opacity-40{
    --tw-backdrop-opacity:opacity(0.4)
  }

  .sm\:tw-backdrop-opacity-50{
    --tw-backdrop-opacity:opacity(0.5)
  }

  .sm\:tw-backdrop-opacity-60{
    --tw-backdrop-opacity:opacity(0.6)
  }

  .sm\:tw-backdrop-opacity-70{
    --tw-backdrop-opacity:opacity(0.7)
  }

  .sm\:tw-backdrop-opacity-75{
    --tw-backdrop-opacity:opacity(0.75)
  }

  .sm\:tw-backdrop-opacity-80{
    --tw-backdrop-opacity:opacity(0.8)
  }

  .sm\:tw-backdrop-opacity-90{
    --tw-backdrop-opacity:opacity(0.9)
  }

  .sm\:tw-backdrop-opacity-95{
    --tw-backdrop-opacity:opacity(0.95)
  }

  .sm\:tw-backdrop-opacity-100{
    --tw-backdrop-opacity:opacity(1)
  }

  .sm\:tw-backdrop-saturate-0{
    --tw-backdrop-saturate:saturate(0)
  }

  .sm\:tw-backdrop-saturate-50{
    --tw-backdrop-saturate:saturate(.5)
  }

  .sm\:tw-backdrop-saturate-100{
    --tw-backdrop-saturate:saturate(1)
  }

  .sm\:tw-backdrop-saturate-150{
    --tw-backdrop-saturate:saturate(1.5)
  }

  .sm\:tw-backdrop-saturate-200{
    --tw-backdrop-saturate:saturate(2)
  }

  .sm\:tw-backdrop-sepia-0{
    --tw-backdrop-sepia:sepia(0)
  }

  .sm\:tw-backdrop-sepia{
    --tw-backdrop-sepia:sepia(100%)
  }

  .sm\:tw-transition-none{
    transition-property:none
  }

  .sm\:tw-transition-all{
    transition-property:all;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .sm\:tw-transition{
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .sm\:tw-transition-colors{
    transition-property:background-color, border-color, color, fill, stroke;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .sm\:tw-transition-opacity{
    transition-property:opacity;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .sm\:tw-transition-shadow{
    transition-property:box-shadow;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .sm\:tw-transition-transform{
    transition-property:transform;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .sm\:tw-delay-75{
    transition-delay:75ms
  }

  .sm\:tw-delay-100{
    transition-delay:100ms
  }

  .sm\:tw-delay-150{
    transition-delay:150ms
  }

  .sm\:tw-delay-200{
    transition-delay:200ms
  }

  .sm\:tw-delay-300{
    transition-delay:300ms
  }

  .sm\:tw-delay-500{
    transition-delay:500ms
  }

  .sm\:tw-delay-700{
    transition-delay:700ms
  }

  .sm\:tw-delay-1000{
    transition-delay:1000ms
  }

  .sm\:tw-duration-75{
    transition-duration:75ms
  }

  .sm\:tw-duration-100{
    transition-duration:100ms
  }

  .sm\:tw-duration-150{
    transition-duration:150ms
  }

  .sm\:tw-duration-200{
    transition-duration:200ms
  }

  .sm\:tw-duration-300{
    transition-duration:300ms
  }

  .sm\:tw-duration-500{
    transition-duration:500ms
  }

  .sm\:tw-duration-700{
    transition-duration:700ms
  }

  .sm\:tw-duration-1000{
    transition-duration:1000ms
  }

  .sm\:tw-ease-linear{
    transition-timing-function:linear
  }

  .sm\:tw-ease-in{
    transition-timing-function:cubic-bezier(0.4, 0, 1, 1)
  }

  .sm\:tw-ease-out{
    transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
  }

  .sm\:tw-ease-in-out{
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
  }
}

@media (min-width: 768px){
  .md\:tw-container{
    width:100%
  }

  @media (min-width: 640px){
    .md\:tw-container{
      max-width:640px
    }
  }

  @media (min-width: 768px){
    .md\:tw-container{
      max-width:768px
    }
  }

  @media (min-width: 1024px){
    .md\:tw-container{
      max-width:1024px
    }
  }

  @media (min-width: 1280px){
    .md\:tw-container{
      max-width:1280px
    }
  }

  @media (min-width: 1536px){
    .md\:tw-container{
      max-width:1536px
    }
  }

  .md\:tw-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
  }

  .md\:tw-not-sr-only{
    position:static;
    width:auto;
    height:auto;
    padding:0;
    margin:0;
    overflow:visible;
    clip:auto;
    white-space:normal
  }

  .md\:focus-within\:tw-sr-only:focus-within{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    white-space:nowrap;
    border-width:0
  }

  .md\:focus-within\:tw-not-sr-only:focus-within{
    position:static;
    width:auto;
    height:auto;
    padding:0;
    margin:0;
    overflow:visible;
    clip:auto;
    white-space:normal
  }

  .md\:focus\:tw-sr-only:focus{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    white-space:nowrap;
    border-width:0
  }

  .md\:focus\:tw-not-sr-only:focus{
    position:static;
    width:auto;
    height:auto;
    padding:0;
    margin:0;
    overflow:visible;
    clip:auto;
    white-space:normal
  }

  .md\:tw-pointer-events-none{
    pointer-events:none
  }

  .md\:tw-pointer-events-auto{
    pointer-events:auto
  }

  .md\:tw-visible{
    visibility:visible
  }

  .md\:tw-invisible{
    visibility:hidden
  }

  .md\:tw-static{
    position:static
  }

  .md\:tw-fixed{
    position:fixed
  }

  .md\:tw-absolute{
    position:absolute
  }

  .md\:tw-relative{
    position:relative
  }

  .md\:tw-sticky{
    position:sticky
  }

  .md\:tw-inset-0{
    top:0px;
    right:0px;
    bottom:0px;
    left:0px
  }

  .md\:tw-inset-1{
    top:0.25rem;
    right:0.25rem;
    bottom:0.25rem;
    left:0.25rem
  }

  .md\:tw-inset-2{
    top:0.5rem;
    right:0.5rem;
    bottom:0.5rem;
    left:0.5rem
  }

  .md\:tw-inset-3{
    top:0.75rem;
    right:0.75rem;
    bottom:0.75rem;
    left:0.75rem
  }

  .md\:tw-inset-4{
    top:1rem;
    right:1rem;
    bottom:1rem;
    left:1rem
  }

  .md\:tw-inset-5{
    top:1.25rem;
    right:1.25rem;
    bottom:1.25rem;
    left:1.25rem
  }

  .md\:tw-inset-6{
    top:1.5rem;
    right:1.5rem;
    bottom:1.5rem;
    left:1.5rem
  }

  .md\:tw-inset-7{
    top:1.75rem;
    right:1.75rem;
    bottom:1.75rem;
    left:1.75rem
  }

  .md\:tw-inset-8{
    top:2rem;
    right:2rem;
    bottom:2rem;
    left:2rem
  }

  .md\:tw-inset-9{
    top:2.25rem;
    right:2.25rem;
    bottom:2.25rem;
    left:2.25rem
  }

  .md\:tw-inset-10{
    top:2.5rem;
    right:2.5rem;
    bottom:2.5rem;
    left:2.5rem
  }

  .md\:tw-inset-11{
    top:2.75rem;
    right:2.75rem;
    bottom:2.75rem;
    left:2.75rem
  }

  .md\:tw-inset-12{
    top:3rem;
    right:3rem;
    bottom:3rem;
    left:3rem
  }

  .md\:tw-inset-14{
    top:3.5rem;
    right:3.5rem;
    bottom:3.5rem;
    left:3.5rem
  }

  .md\:tw-inset-16{
    top:4rem;
    right:4rem;
    bottom:4rem;
    left:4rem
  }

  .md\:tw-inset-20{
    top:5rem;
    right:5rem;
    bottom:5rem;
    left:5rem
  }

  .md\:tw-inset-24{
    top:6rem;
    right:6rem;
    bottom:6rem;
    left:6rem
  }

  .md\:tw-inset-28{
    top:7rem;
    right:7rem;
    bottom:7rem;
    left:7rem
  }

  .md\:tw-inset-32{
    top:8rem;
    right:8rem;
    bottom:8rem;
    left:8rem
  }

  .md\:tw-inset-36{
    top:9rem;
    right:9rem;
    bottom:9rem;
    left:9rem
  }

  .md\:tw-inset-40{
    top:10rem;
    right:10rem;
    bottom:10rem;
    left:10rem
  }

  .md\:tw-inset-44{
    top:11rem;
    right:11rem;
    bottom:11rem;
    left:11rem
  }

  .md\:tw-inset-48{
    top:12rem;
    right:12rem;
    bottom:12rem;
    left:12rem
  }

  .md\:tw-inset-52{
    top:13rem;
    right:13rem;
    bottom:13rem;
    left:13rem
  }

  .md\:tw-inset-56{
    top:14rem;
    right:14rem;
    bottom:14rem;
    left:14rem
  }

  .md\:tw-inset-60{
    top:15rem;
    right:15rem;
    bottom:15rem;
    left:15rem
  }

  .md\:tw-inset-64{
    top:16rem;
    right:16rem;
    bottom:16rem;
    left:16rem
  }

  .md\:tw-inset-72{
    top:18rem;
    right:18rem;
    bottom:18rem;
    left:18rem
  }

  .md\:tw-inset-80{
    top:20rem;
    right:20rem;
    bottom:20rem;
    left:20rem
  }

  .md\:tw-inset-96{
    top:24rem;
    right:24rem;
    bottom:24rem;
    left:24rem
  }

  .md\:tw-inset-auto{
    top:auto;
    right:auto;
    bottom:auto;
    left:auto
  }

  .md\:tw-inset-px{
    top:1px;
    right:1px;
    bottom:1px;
    left:1px
  }

  .md\:tw-inset-0\.5{
    top:0.125rem;
    right:0.125rem;
    bottom:0.125rem;
    left:0.125rem
  }

  .md\:tw-inset-1\.5{
    top:0.375rem;
    right:0.375rem;
    bottom:0.375rem;
    left:0.375rem
  }

  .md\:tw-inset-2\.5{
    top:0.625rem;
    right:0.625rem;
    bottom:0.625rem;
    left:0.625rem
  }

  .md\:tw-inset-3\.5{
    top:0.875rem;
    right:0.875rem;
    bottom:0.875rem;
    left:0.875rem
  }

  .md\:tw--inset-0{
    top:0px;
    right:0px;
    bottom:0px;
    left:0px
  }

  .md\:tw--inset-1{
    top:-0.25rem;
    right:-0.25rem;
    bottom:-0.25rem;
    left:-0.25rem
  }

  .md\:tw--inset-2{
    top:-0.5rem;
    right:-0.5rem;
    bottom:-0.5rem;
    left:-0.5rem
  }

  .md\:tw--inset-3{
    top:-0.75rem;
    right:-0.75rem;
    bottom:-0.75rem;
    left:-0.75rem
  }

  .md\:tw--inset-4{
    top:-1rem;
    right:-1rem;
    bottom:-1rem;
    left:-1rem
  }

  .md\:tw--inset-5{
    top:-1.25rem;
    right:-1.25rem;
    bottom:-1.25rem;
    left:-1.25rem
  }

  .md\:tw--inset-6{
    top:-1.5rem;
    right:-1.5rem;
    bottom:-1.5rem;
    left:-1.5rem
  }

  .md\:tw--inset-7{
    top:-1.75rem;
    right:-1.75rem;
    bottom:-1.75rem;
    left:-1.75rem
  }

  .md\:tw--inset-8{
    top:-2rem;
    right:-2rem;
    bottom:-2rem;
    left:-2rem
  }

  .md\:tw--inset-9{
    top:-2.25rem;
    right:-2.25rem;
    bottom:-2.25rem;
    left:-2.25rem
  }

  .md\:tw--inset-10{
    top:-2.5rem;
    right:-2.5rem;
    bottom:-2.5rem;
    left:-2.5rem
  }

  .md\:tw--inset-11{
    top:-2.75rem;
    right:-2.75rem;
    bottom:-2.75rem;
    left:-2.75rem
  }

  .md\:tw--inset-12{
    top:-3rem;
    right:-3rem;
    bottom:-3rem;
    left:-3rem
  }

  .md\:tw--inset-14{
    top:-3.5rem;
    right:-3.5rem;
    bottom:-3.5rem;
    left:-3.5rem
  }

  .md\:tw--inset-16{
    top:-4rem;
    right:-4rem;
    bottom:-4rem;
    left:-4rem
  }

  .md\:tw--inset-20{
    top:-5rem;
    right:-5rem;
    bottom:-5rem;
    left:-5rem
  }

  .md\:tw--inset-24{
    top:-6rem;
    right:-6rem;
    bottom:-6rem;
    left:-6rem
  }

  .md\:tw--inset-28{
    top:-7rem;
    right:-7rem;
    bottom:-7rem;
    left:-7rem
  }

  .md\:tw--inset-32{
    top:-8rem;
    right:-8rem;
    bottom:-8rem;
    left:-8rem
  }

  .md\:tw--inset-36{
    top:-9rem;
    right:-9rem;
    bottom:-9rem;
    left:-9rem
  }

  .md\:tw--inset-40{
    top:-10rem;
    right:-10rem;
    bottom:-10rem;
    left:-10rem
  }

  .md\:tw--inset-44{
    top:-11rem;
    right:-11rem;
    bottom:-11rem;
    left:-11rem
  }

  .md\:tw--inset-48{
    top:-12rem;
    right:-12rem;
    bottom:-12rem;
    left:-12rem
  }

  .md\:tw--inset-52{
    top:-13rem;
    right:-13rem;
    bottom:-13rem;
    left:-13rem
  }

  .md\:tw--inset-56{
    top:-14rem;
    right:-14rem;
    bottom:-14rem;
    left:-14rem
  }

  .md\:tw--inset-60{
    top:-15rem;
    right:-15rem;
    bottom:-15rem;
    left:-15rem
  }

  .md\:tw--inset-64{
    top:-16rem;
    right:-16rem;
    bottom:-16rem;
    left:-16rem
  }

  .md\:tw--inset-72{
    top:-18rem;
    right:-18rem;
    bottom:-18rem;
    left:-18rem
  }

  .md\:tw--inset-80{
    top:-20rem;
    right:-20rem;
    bottom:-20rem;
    left:-20rem
  }

  .md\:tw--inset-96{
    top:-24rem;
    right:-24rem;
    bottom:-24rem;
    left:-24rem
  }

  .md\:tw--inset-px{
    top:-1px;
    right:-1px;
    bottom:-1px;
    left:-1px
  }

  .md\:tw--inset-0\.5{
    top:-0.125rem;
    right:-0.125rem;
    bottom:-0.125rem;
    left:-0.125rem
  }

  .md\:tw--inset-1\.5{
    top:-0.375rem;
    right:-0.375rem;
    bottom:-0.375rem;
    left:-0.375rem
  }

  .md\:tw--inset-2\.5{
    top:-0.625rem;
    right:-0.625rem;
    bottom:-0.625rem;
    left:-0.625rem
  }

  .md\:tw--inset-3\.5{
    top:-0.875rem;
    right:-0.875rem;
    bottom:-0.875rem;
    left:-0.875rem
  }

  .md\:tw-inset-1\/2{
    top:50%;
    right:50%;
    bottom:50%;
    left:50%
  }

  .md\:tw-inset-1\/3{
    top:33.333333%;
    right:33.333333%;
    bottom:33.333333%;
    left:33.333333%
  }

  .md\:tw-inset-2\/3{
    top:66.666667%;
    right:66.666667%;
    bottom:66.666667%;
    left:66.666667%
  }

  .md\:tw-inset-1\/4{
    top:25%;
    right:25%;
    bottom:25%;
    left:25%
  }

  .md\:tw-inset-2\/4{
    top:50%;
    right:50%;
    bottom:50%;
    left:50%
  }

  .md\:tw-inset-3\/4{
    top:75%;
    right:75%;
    bottom:75%;
    left:75%
  }

  .md\:tw-inset-full{
    top:100%;
    right:100%;
    bottom:100%;
    left:100%
  }

  .md\:tw--inset-1\/2{
    top:-50%;
    right:-50%;
    bottom:-50%;
    left:-50%
  }

  .md\:tw--inset-1\/3{
    top:-33.333333%;
    right:-33.333333%;
    bottom:-33.333333%;
    left:-33.333333%
  }

  .md\:tw--inset-2\/3{
    top:-66.666667%;
    right:-66.666667%;
    bottom:-66.666667%;
    left:-66.666667%
  }

  .md\:tw--inset-1\/4{
    top:-25%;
    right:-25%;
    bottom:-25%;
    left:-25%
  }

  .md\:tw--inset-2\/4{
    top:-50%;
    right:-50%;
    bottom:-50%;
    left:-50%
  }

  .md\:tw--inset-3\/4{
    top:-75%;
    right:-75%;
    bottom:-75%;
    left:-75%
  }

  .md\:tw--inset-full{
    top:-100%;
    right:-100%;
    bottom:-100%;
    left:-100%
  }

  .md\:tw-inset-x-0{
    left:0px;
    right:0px
  }

  .md\:tw-inset-x-1{
    left:0.25rem;
    right:0.25rem
  }

  .md\:tw-inset-x-2{
    left:0.5rem;
    right:0.5rem
  }

  .md\:tw-inset-x-3{
    left:0.75rem;
    right:0.75rem
  }

  .md\:tw-inset-x-4{
    left:1rem;
    right:1rem
  }

  .md\:tw-inset-x-5{
    left:1.25rem;
    right:1.25rem
  }

  .md\:tw-inset-x-6{
    left:1.5rem;
    right:1.5rem
  }

  .md\:tw-inset-x-7{
    left:1.75rem;
    right:1.75rem
  }

  .md\:tw-inset-x-8{
    left:2rem;
    right:2rem
  }

  .md\:tw-inset-x-9{
    left:2.25rem;
    right:2.25rem
  }

  .md\:tw-inset-x-10{
    left:2.5rem;
    right:2.5rem
  }

  .md\:tw-inset-x-11{
    left:2.75rem;
    right:2.75rem
  }

  .md\:tw-inset-x-12{
    left:3rem;
    right:3rem
  }

  .md\:tw-inset-x-14{
    left:3.5rem;
    right:3.5rem
  }

  .md\:tw-inset-x-16{
    left:4rem;
    right:4rem
  }

  .md\:tw-inset-x-20{
    left:5rem;
    right:5rem
  }

  .md\:tw-inset-x-24{
    left:6rem;
    right:6rem
  }

  .md\:tw-inset-x-28{
    left:7rem;
    right:7rem
  }

  .md\:tw-inset-x-32{
    left:8rem;
    right:8rem
  }

  .md\:tw-inset-x-36{
    left:9rem;
    right:9rem
  }

  .md\:tw-inset-x-40{
    left:10rem;
    right:10rem
  }

  .md\:tw-inset-x-44{
    left:11rem;
    right:11rem
  }

  .md\:tw-inset-x-48{
    left:12rem;
    right:12rem
  }

  .md\:tw-inset-x-52{
    left:13rem;
    right:13rem
  }

  .md\:tw-inset-x-56{
    left:14rem;
    right:14rem
  }

  .md\:tw-inset-x-60{
    left:15rem;
    right:15rem
  }

  .md\:tw-inset-x-64{
    left:16rem;
    right:16rem
  }

  .md\:tw-inset-x-72{
    left:18rem;
    right:18rem
  }

  .md\:tw-inset-x-80{
    left:20rem;
    right:20rem
  }

  .md\:tw-inset-x-96{
    left:24rem;
    right:24rem
  }

  .md\:tw-inset-x-auto{
    left:auto;
    right:auto
  }

  .md\:tw-inset-x-px{
    left:1px;
    right:1px
  }

  .md\:tw-inset-x-0\.5{
    left:0.125rem;
    right:0.125rem
  }

  .md\:tw-inset-x-1\.5{
    left:0.375rem;
    right:0.375rem
  }

  .md\:tw-inset-x-2\.5{
    left:0.625rem;
    right:0.625rem
  }

  .md\:tw-inset-x-3\.5{
    left:0.875rem;
    right:0.875rem
  }

  .md\:tw--inset-x-0{
    left:0px;
    right:0px
  }

  .md\:tw--inset-x-1{
    left:-0.25rem;
    right:-0.25rem
  }

  .md\:tw--inset-x-2{
    left:-0.5rem;
    right:-0.5rem
  }

  .md\:tw--inset-x-3{
    left:-0.75rem;
    right:-0.75rem
  }

  .md\:tw--inset-x-4{
    left:-1rem;
    right:-1rem
  }

  .md\:tw--inset-x-5{
    left:-1.25rem;
    right:-1.25rem
  }

  .md\:tw--inset-x-6{
    left:-1.5rem;
    right:-1.5rem
  }

  .md\:tw--inset-x-7{
    left:-1.75rem;
    right:-1.75rem
  }

  .md\:tw--inset-x-8{
    left:-2rem;
    right:-2rem
  }

  .md\:tw--inset-x-9{
    left:-2.25rem;
    right:-2.25rem
  }

  .md\:tw--inset-x-10{
    left:-2.5rem;
    right:-2.5rem
  }

  .md\:tw--inset-x-11{
    left:-2.75rem;
    right:-2.75rem
  }

  .md\:tw--inset-x-12{
    left:-3rem;
    right:-3rem
  }

  .md\:tw--inset-x-14{
    left:-3.5rem;
    right:-3.5rem
  }

  .md\:tw--inset-x-16{
    left:-4rem;
    right:-4rem
  }

  .md\:tw--inset-x-20{
    left:-5rem;
    right:-5rem
  }

  .md\:tw--inset-x-24{
    left:-6rem;
    right:-6rem
  }

  .md\:tw--inset-x-28{
    left:-7rem;
    right:-7rem
  }

  .md\:tw--inset-x-32{
    left:-8rem;
    right:-8rem
  }

  .md\:tw--inset-x-36{
    left:-9rem;
    right:-9rem
  }

  .md\:tw--inset-x-40{
    left:-10rem;
    right:-10rem
  }

  .md\:tw--inset-x-44{
    left:-11rem;
    right:-11rem
  }

  .md\:tw--inset-x-48{
    left:-12rem;
    right:-12rem
  }

  .md\:tw--inset-x-52{
    left:-13rem;
    right:-13rem
  }

  .md\:tw--inset-x-56{
    left:-14rem;
    right:-14rem
  }

  .md\:tw--inset-x-60{
    left:-15rem;
    right:-15rem
  }

  .md\:tw--inset-x-64{
    left:-16rem;
    right:-16rem
  }

  .md\:tw--inset-x-72{
    left:-18rem;
    right:-18rem
  }

  .md\:tw--inset-x-80{
    left:-20rem;
    right:-20rem
  }

  .md\:tw--inset-x-96{
    left:-24rem;
    right:-24rem
  }

  .md\:tw--inset-x-px{
    left:-1px;
    right:-1px
  }

  .md\:tw--inset-x-0\.5{
    left:-0.125rem;
    right:-0.125rem
  }

  .md\:tw--inset-x-1\.5{
    left:-0.375rem;
    right:-0.375rem
  }

  .md\:tw--inset-x-2\.5{
    left:-0.625rem;
    right:-0.625rem
  }

  .md\:tw--inset-x-3\.5{
    left:-0.875rem;
    right:-0.875rem
  }

  .md\:tw-inset-x-1\/2{
    left:50%;
    right:50%
  }

  .md\:tw-inset-x-1\/3{
    left:33.333333%;
    right:33.333333%
  }

  .md\:tw-inset-x-2\/3{
    left:66.666667%;
    right:66.666667%
  }

  .md\:tw-inset-x-1\/4{
    left:25%;
    right:25%
  }

  .md\:tw-inset-x-2\/4{
    left:50%;
    right:50%
  }

  .md\:tw-inset-x-3\/4{
    left:75%;
    right:75%
  }

  .md\:tw-inset-x-full{
    left:100%;
    right:100%
  }

  .md\:tw--inset-x-1\/2{
    left:-50%;
    right:-50%
  }

  .md\:tw--inset-x-1\/3{
    left:-33.333333%;
    right:-33.333333%
  }

  .md\:tw--inset-x-2\/3{
    left:-66.666667%;
    right:-66.666667%
  }

  .md\:tw--inset-x-1\/4{
    left:-25%;
    right:-25%
  }

  .md\:tw--inset-x-2\/4{
    left:-50%;
    right:-50%
  }

  .md\:tw--inset-x-3\/4{
    left:-75%;
    right:-75%
  }

  .md\:tw--inset-x-full{
    left:-100%;
    right:-100%
  }

  .md\:tw-inset-y-0{
    top:0px;
    bottom:0px
  }

  .md\:tw-inset-y-1{
    top:0.25rem;
    bottom:0.25rem
  }

  .md\:tw-inset-y-2{
    top:0.5rem;
    bottom:0.5rem
  }

  .md\:tw-inset-y-3{
    top:0.75rem;
    bottom:0.75rem
  }

  .md\:tw-inset-y-4{
    top:1rem;
    bottom:1rem
  }

  .md\:tw-inset-y-5{
    top:1.25rem;
    bottom:1.25rem
  }

  .md\:tw-inset-y-6{
    top:1.5rem;
    bottom:1.5rem
  }

  .md\:tw-inset-y-7{
    top:1.75rem;
    bottom:1.75rem
  }

  .md\:tw-inset-y-8{
    top:2rem;
    bottom:2rem
  }

  .md\:tw-inset-y-9{
    top:2.25rem;
    bottom:2.25rem
  }

  .md\:tw-inset-y-10{
    top:2.5rem;
    bottom:2.5rem
  }

  .md\:tw-inset-y-11{
    top:2.75rem;
    bottom:2.75rem
  }

  .md\:tw-inset-y-12{
    top:3rem;
    bottom:3rem
  }

  .md\:tw-inset-y-14{
    top:3.5rem;
    bottom:3.5rem
  }

  .md\:tw-inset-y-16{
    top:4rem;
    bottom:4rem
  }

  .md\:tw-inset-y-20{
    top:5rem;
    bottom:5rem
  }

  .md\:tw-inset-y-24{
    top:6rem;
    bottom:6rem
  }

  .md\:tw-inset-y-28{
    top:7rem;
    bottom:7rem
  }

  .md\:tw-inset-y-32{
    top:8rem;
    bottom:8rem
  }

  .md\:tw-inset-y-36{
    top:9rem;
    bottom:9rem
  }

  .md\:tw-inset-y-40{
    top:10rem;
    bottom:10rem
  }

  .md\:tw-inset-y-44{
    top:11rem;
    bottom:11rem
  }

  .md\:tw-inset-y-48{
    top:12rem;
    bottom:12rem
  }

  .md\:tw-inset-y-52{
    top:13rem;
    bottom:13rem
  }

  .md\:tw-inset-y-56{
    top:14rem;
    bottom:14rem
  }

  .md\:tw-inset-y-60{
    top:15rem;
    bottom:15rem
  }

  .md\:tw-inset-y-64{
    top:16rem;
    bottom:16rem
  }

  .md\:tw-inset-y-72{
    top:18rem;
    bottom:18rem
  }

  .md\:tw-inset-y-80{
    top:20rem;
    bottom:20rem
  }

  .md\:tw-inset-y-96{
    top:24rem;
    bottom:24rem
  }

  .md\:tw-inset-y-auto{
    top:auto;
    bottom:auto
  }

  .md\:tw-inset-y-px{
    top:1px;
    bottom:1px
  }

  .md\:tw-inset-y-0\.5{
    top:0.125rem;
    bottom:0.125rem
  }

  .md\:tw-inset-y-1\.5{
    top:0.375rem;
    bottom:0.375rem
  }

  .md\:tw-inset-y-2\.5{
    top:0.625rem;
    bottom:0.625rem
  }

  .md\:tw-inset-y-3\.5{
    top:0.875rem;
    bottom:0.875rem
  }

  .md\:tw--inset-y-0{
    top:0px;
    bottom:0px
  }

  .md\:tw--inset-y-1{
    top:-0.25rem;
    bottom:-0.25rem
  }

  .md\:tw--inset-y-2{
    top:-0.5rem;
    bottom:-0.5rem
  }

  .md\:tw--inset-y-3{
    top:-0.75rem;
    bottom:-0.75rem
  }

  .md\:tw--inset-y-4{
    top:-1rem;
    bottom:-1rem
  }

  .md\:tw--inset-y-5{
    top:-1.25rem;
    bottom:-1.25rem
  }

  .md\:tw--inset-y-6{
    top:-1.5rem;
    bottom:-1.5rem
  }

  .md\:tw--inset-y-7{
    top:-1.75rem;
    bottom:-1.75rem
  }

  .md\:tw--inset-y-8{
    top:-2rem;
    bottom:-2rem
  }

  .md\:tw--inset-y-9{
    top:-2.25rem;
    bottom:-2.25rem
  }

  .md\:tw--inset-y-10{
    top:-2.5rem;
    bottom:-2.5rem
  }

  .md\:tw--inset-y-11{
    top:-2.75rem;
    bottom:-2.75rem
  }

  .md\:tw--inset-y-12{
    top:-3rem;
    bottom:-3rem
  }

  .md\:tw--inset-y-14{
    top:-3.5rem;
    bottom:-3.5rem
  }

  .md\:tw--inset-y-16{
    top:-4rem;
    bottom:-4rem
  }

  .md\:tw--inset-y-20{
    top:-5rem;
    bottom:-5rem
  }

  .md\:tw--inset-y-24{
    top:-6rem;
    bottom:-6rem
  }

  .md\:tw--inset-y-28{
    top:-7rem;
    bottom:-7rem
  }

  .md\:tw--inset-y-32{
    top:-8rem;
    bottom:-8rem
  }

  .md\:tw--inset-y-36{
    top:-9rem;
    bottom:-9rem
  }

  .md\:tw--inset-y-40{
    top:-10rem;
    bottom:-10rem
  }

  .md\:tw--inset-y-44{
    top:-11rem;
    bottom:-11rem
  }

  .md\:tw--inset-y-48{
    top:-12rem;
    bottom:-12rem
  }

  .md\:tw--inset-y-52{
    top:-13rem;
    bottom:-13rem
  }

  .md\:tw--inset-y-56{
    top:-14rem;
    bottom:-14rem
  }

  .md\:tw--inset-y-60{
    top:-15rem;
    bottom:-15rem
  }

  .md\:tw--inset-y-64{
    top:-16rem;
    bottom:-16rem
  }

  .md\:tw--inset-y-72{
    top:-18rem;
    bottom:-18rem
  }

  .md\:tw--inset-y-80{
    top:-20rem;
    bottom:-20rem
  }

  .md\:tw--inset-y-96{
    top:-24rem;
    bottom:-24rem
  }

  .md\:tw--inset-y-px{
    top:-1px;
    bottom:-1px
  }

  .md\:tw--inset-y-0\.5{
    top:-0.125rem;
    bottom:-0.125rem
  }

  .md\:tw--inset-y-1\.5{
    top:-0.375rem;
    bottom:-0.375rem
  }

  .md\:tw--inset-y-2\.5{
    top:-0.625rem;
    bottom:-0.625rem
  }

  .md\:tw--inset-y-3\.5{
    top:-0.875rem;
    bottom:-0.875rem
  }

  .md\:tw-inset-y-1\/2{
    top:50%;
    bottom:50%
  }

  .md\:tw-inset-y-1\/3{
    top:33.333333%;
    bottom:33.333333%
  }

  .md\:tw-inset-y-2\/3{
    top:66.666667%;
    bottom:66.666667%
  }

  .md\:tw-inset-y-1\/4{
    top:25%;
    bottom:25%
  }

  .md\:tw-inset-y-2\/4{
    top:50%;
    bottom:50%
  }

  .md\:tw-inset-y-3\/4{
    top:75%;
    bottom:75%
  }

  .md\:tw-inset-y-full{
    top:100%;
    bottom:100%
  }

  .md\:tw--inset-y-1\/2{
    top:-50%;
    bottom:-50%
  }

  .md\:tw--inset-y-1\/3{
    top:-33.333333%;
    bottom:-33.333333%
  }

  .md\:tw--inset-y-2\/3{
    top:-66.666667%;
    bottom:-66.666667%
  }

  .md\:tw--inset-y-1\/4{
    top:-25%;
    bottom:-25%
  }

  .md\:tw--inset-y-2\/4{
    top:-50%;
    bottom:-50%
  }

  .md\:tw--inset-y-3\/4{
    top:-75%;
    bottom:-75%
  }

  .md\:tw--inset-y-full{
    top:-100%;
    bottom:-100%
  }

  .md\:tw-top-0{
    top:0px
  }

  .md\:tw-top-1{
    top:0.25rem
  }

  .md\:tw-top-2{
    top:0.5rem
  }

  .md\:tw-top-3{
    top:0.75rem
  }

  .md\:tw-top-4{
    top:1rem
  }

  .md\:tw-top-5{
    top:1.25rem
  }

  .md\:tw-top-6{
    top:1.5rem
  }

  .md\:tw-top-7{
    top:1.75rem
  }

  .md\:tw-top-8{
    top:2rem
  }

  .md\:tw-top-9{
    top:2.25rem
  }

  .md\:tw-top-10{
    top:2.5rem
  }

  .md\:tw-top-11{
    top:2.75rem
  }

  .md\:tw-top-12{
    top:3rem
  }

  .md\:tw-top-14{
    top:3.5rem
  }

  .md\:tw-top-16{
    top:4rem
  }

  .md\:tw-top-20{
    top:5rem
  }

  .md\:tw-top-24{
    top:6rem
  }

  .md\:tw-top-28{
    top:7rem
  }

  .md\:tw-top-32{
    top:8rem
  }

  .md\:tw-top-36{
    top:9rem
  }

  .md\:tw-top-40{
    top:10rem
  }

  .md\:tw-top-44{
    top:11rem
  }

  .md\:tw-top-48{
    top:12rem
  }

  .md\:tw-top-52{
    top:13rem
  }

  .md\:tw-top-56{
    top:14rem
  }

  .md\:tw-top-60{
    top:15rem
  }

  .md\:tw-top-64{
    top:16rem
  }

  .md\:tw-top-72{
    top:18rem
  }

  .md\:tw-top-80{
    top:20rem
  }

  .md\:tw-top-96{
    top:24rem
  }

  .md\:tw-top-auto{
    top:auto
  }

  .md\:tw-top-px{
    top:1px
  }

  .md\:tw-top-0\.5{
    top:0.125rem
  }

  .md\:tw-top-1\.5{
    top:0.375rem
  }

  .md\:tw-top-2\.5{
    top:0.625rem
  }

  .md\:tw-top-3\.5{
    top:0.875rem
  }

  .md\:tw--top-0{
    top:0px
  }

  .md\:tw--top-1{
    top:-0.25rem
  }

  .md\:tw--top-2{
    top:-0.5rem
  }

  .md\:tw--top-3{
    top:-0.75rem
  }

  .md\:tw--top-4{
    top:-1rem
  }

  .md\:tw--top-5{
    top:-1.25rem
  }

  .md\:tw--top-6{
    top:-1.5rem
  }

  .md\:tw--top-7{
    top:-1.75rem
  }

  .md\:tw--top-8{
    top:-2rem
  }

  .md\:tw--top-9{
    top:-2.25rem
  }

  .md\:tw--top-10{
    top:-2.5rem
  }

  .md\:tw--top-11{
    top:-2.75rem
  }

  .md\:tw--top-12{
    top:-3rem
  }

  .md\:tw--top-14{
    top:-3.5rem
  }

  .md\:tw--top-16{
    top:-4rem
  }

  .md\:tw--top-20{
    top:-5rem
  }

  .md\:tw--top-24{
    top:-6rem
  }

  .md\:tw--top-28{
    top:-7rem
  }

  .md\:tw--top-32{
    top:-8rem
  }

  .md\:tw--top-36{
    top:-9rem
  }

  .md\:tw--top-40{
    top:-10rem
  }

  .md\:tw--top-44{
    top:-11rem
  }

  .md\:tw--top-48{
    top:-12rem
  }

  .md\:tw--top-52{
    top:-13rem
  }

  .md\:tw--top-56{
    top:-14rem
  }

  .md\:tw--top-60{
    top:-15rem
  }

  .md\:tw--top-64{
    top:-16rem
  }

  .md\:tw--top-72{
    top:-18rem
  }

  .md\:tw--top-80{
    top:-20rem
  }

  .md\:tw--top-96{
    top:-24rem
  }

  .md\:tw--top-px{
    top:-1px
  }

  .md\:tw--top-0\.5{
    top:-0.125rem
  }

  .md\:tw--top-1\.5{
    top:-0.375rem
  }

  .md\:tw--top-2\.5{
    top:-0.625rem
  }

  .md\:tw--top-3\.5{
    top:-0.875rem
  }

  .md\:tw-top-1\/2{
    top:50%
  }

  .md\:tw-top-1\/3{
    top:33.333333%
  }

  .md\:tw-top-2\/3{
    top:66.666667%
  }

  .md\:tw-top-1\/4{
    top:25%
  }

  .md\:tw-top-2\/4{
    top:50%
  }

  .md\:tw-top-3\/4{
    top:75%
  }

  .md\:tw-top-full{
    top:100%
  }

  .md\:tw--top-1\/2{
    top:-50%
  }

  .md\:tw--top-1\/3{
    top:-33.333333%
  }

  .md\:tw--top-2\/3{
    top:-66.666667%
  }

  .md\:tw--top-1\/4{
    top:-25%
  }

  .md\:tw--top-2\/4{
    top:-50%
  }

  .md\:tw--top-3\/4{
    top:-75%
  }

  .md\:tw--top-full{
    top:-100%
  }

  .md\:tw-right-0{
    right:0px
  }

  .md\:tw-right-1{
    right:0.25rem
  }

  .md\:tw-right-2{
    right:0.5rem
  }

  .md\:tw-right-3{
    right:0.75rem
  }

  .md\:tw-right-4{
    right:1rem
  }

  .md\:tw-right-5{
    right:1.25rem
  }

  .md\:tw-right-6{
    right:1.5rem
  }

  .md\:tw-right-7{
    right:1.75rem
  }

  .md\:tw-right-8{
    right:2rem
  }

  .md\:tw-right-9{
    right:2.25rem
  }

  .md\:tw-right-10{
    right:2.5rem
  }

  .md\:tw-right-11{
    right:2.75rem
  }

  .md\:tw-right-12{
    right:3rem
  }

  .md\:tw-right-14{
    right:3.5rem
  }

  .md\:tw-right-16{
    right:4rem
  }

  .md\:tw-right-20{
    right:5rem
  }

  .md\:tw-right-24{
    right:6rem
  }

  .md\:tw-right-28{
    right:7rem
  }

  .md\:tw-right-32{
    right:8rem
  }

  .md\:tw-right-36{
    right:9rem
  }

  .md\:tw-right-40{
    right:10rem
  }

  .md\:tw-right-44{
    right:11rem
  }

  .md\:tw-right-48{
    right:12rem
  }

  .md\:tw-right-52{
    right:13rem
  }

  .md\:tw-right-56{
    right:14rem
  }

  .md\:tw-right-60{
    right:15rem
  }

  .md\:tw-right-64{
    right:16rem
  }

  .md\:tw-right-72{
    right:18rem
  }

  .md\:tw-right-80{
    right:20rem
  }

  .md\:tw-right-96{
    right:24rem
  }

  .md\:tw-right-auto{
    right:auto
  }

  .md\:tw-right-px{
    right:1px
  }

  .md\:tw-right-0\.5{
    right:0.125rem
  }

  .md\:tw-right-1\.5{
    right:0.375rem
  }

  .md\:tw-right-2\.5{
    right:0.625rem
  }

  .md\:tw-right-3\.5{
    right:0.875rem
  }

  .md\:tw--right-0{
    right:0px
  }

  .md\:tw--right-1{
    right:-0.25rem
  }

  .md\:tw--right-2{
    right:-0.5rem
  }

  .md\:tw--right-3{
    right:-0.75rem
  }

  .md\:tw--right-4{
    right:-1rem
  }

  .md\:tw--right-5{
    right:-1.25rem
  }

  .md\:tw--right-6{
    right:-1.5rem
  }

  .md\:tw--right-7{
    right:-1.75rem
  }

  .md\:tw--right-8{
    right:-2rem
  }

  .md\:tw--right-9{
    right:-2.25rem
  }

  .md\:tw--right-10{
    right:-2.5rem
  }

  .md\:tw--right-11{
    right:-2.75rem
  }

  .md\:tw--right-12{
    right:-3rem
  }

  .md\:tw--right-14{
    right:-3.5rem
  }

  .md\:tw--right-16{
    right:-4rem
  }

  .md\:tw--right-20{
    right:-5rem
  }

  .md\:tw--right-24{
    right:-6rem
  }

  .md\:tw--right-28{
    right:-7rem
  }

  .md\:tw--right-32{
    right:-8rem
  }

  .md\:tw--right-36{
    right:-9rem
  }

  .md\:tw--right-40{
    right:-10rem
  }

  .md\:tw--right-44{
    right:-11rem
  }

  .md\:tw--right-48{
    right:-12rem
  }

  .md\:tw--right-52{
    right:-13rem
  }

  .md\:tw--right-56{
    right:-14rem
  }

  .md\:tw--right-60{
    right:-15rem
  }

  .md\:tw--right-64{
    right:-16rem
  }

  .md\:tw--right-72{
    right:-18rem
  }

  .md\:tw--right-80{
    right:-20rem
  }

  .md\:tw--right-96{
    right:-24rem
  }

  .md\:tw--right-px{
    right:-1px
  }

  .md\:tw--right-0\.5{
    right:-0.125rem
  }

  .md\:tw--right-1\.5{
    right:-0.375rem
  }

  .md\:tw--right-2\.5{
    right:-0.625rem
  }

  .md\:tw--right-3\.5{
    right:-0.875rem
  }

  .md\:tw-right-1\/2{
    right:50%
  }

  .md\:tw-right-1\/3{
    right:33.333333%
  }

  .md\:tw-right-2\/3{
    right:66.666667%
  }

  .md\:tw-right-1\/4{
    right:25%
  }

  .md\:tw-right-2\/4{
    right:50%
  }

  .md\:tw-right-3\/4{
    right:75%
  }

  .md\:tw-right-full{
    right:100%
  }

  .md\:tw--right-1\/2{
    right:-50%
  }

  .md\:tw--right-1\/3{
    right:-33.333333%
  }

  .md\:tw--right-2\/3{
    right:-66.666667%
  }

  .md\:tw--right-1\/4{
    right:-25%
  }

  .md\:tw--right-2\/4{
    right:-50%
  }

  .md\:tw--right-3\/4{
    right:-75%
  }

  .md\:tw--right-full{
    right:-100%
  }

  .md\:tw-bottom-0{
    bottom:0px
  }

  .md\:tw-bottom-1{
    bottom:0.25rem
  }

  .md\:tw-bottom-2{
    bottom:0.5rem
  }

  .md\:tw-bottom-3{
    bottom:0.75rem
  }

  .md\:tw-bottom-4{
    bottom:1rem
  }

  .md\:tw-bottom-5{
    bottom:1.25rem
  }

  .md\:tw-bottom-6{
    bottom:1.5rem
  }

  .md\:tw-bottom-7{
    bottom:1.75rem
  }

  .md\:tw-bottom-8{
    bottom:2rem
  }

  .md\:tw-bottom-9{
    bottom:2.25rem
  }

  .md\:tw-bottom-10{
    bottom:2.5rem
  }

  .md\:tw-bottom-11{
    bottom:2.75rem
  }

  .md\:tw-bottom-12{
    bottom:3rem
  }

  .md\:tw-bottom-14{
    bottom:3.5rem
  }

  .md\:tw-bottom-16{
    bottom:4rem
  }

  .md\:tw-bottom-20{
    bottom:5rem
  }

  .md\:tw-bottom-24{
    bottom:6rem
  }

  .md\:tw-bottom-28{
    bottom:7rem
  }

  .md\:tw-bottom-32{
    bottom:8rem
  }

  .md\:tw-bottom-36{
    bottom:9rem
  }

  .md\:tw-bottom-40{
    bottom:10rem
  }

  .md\:tw-bottom-44{
    bottom:11rem
  }

  .md\:tw-bottom-48{
    bottom:12rem
  }

  .md\:tw-bottom-52{
    bottom:13rem
  }

  .md\:tw-bottom-56{
    bottom:14rem
  }

  .md\:tw-bottom-60{
    bottom:15rem
  }

  .md\:tw-bottom-64{
    bottom:16rem
  }

  .md\:tw-bottom-72{
    bottom:18rem
  }

  .md\:tw-bottom-80{
    bottom:20rem
  }

  .md\:tw-bottom-96{
    bottom:24rem
  }

  .md\:tw-bottom-auto{
    bottom:auto
  }

  .md\:tw-bottom-px{
    bottom:1px
  }

  .md\:tw-bottom-0\.5{
    bottom:0.125rem
  }

  .md\:tw-bottom-1\.5{
    bottom:0.375rem
  }

  .md\:tw-bottom-2\.5{
    bottom:0.625rem
  }

  .md\:tw-bottom-3\.5{
    bottom:0.875rem
  }

  .md\:tw--bottom-0{
    bottom:0px
  }

  .md\:tw--bottom-1{
    bottom:-0.25rem
  }

  .md\:tw--bottom-2{
    bottom:-0.5rem
  }

  .md\:tw--bottom-3{
    bottom:-0.75rem
  }

  .md\:tw--bottom-4{
    bottom:-1rem
  }

  .md\:tw--bottom-5{
    bottom:-1.25rem
  }

  .md\:tw--bottom-6{
    bottom:-1.5rem
  }

  .md\:tw--bottom-7{
    bottom:-1.75rem
  }

  .md\:tw--bottom-8{
    bottom:-2rem
  }

  .md\:tw--bottom-9{
    bottom:-2.25rem
  }

  .md\:tw--bottom-10{
    bottom:-2.5rem
  }

  .md\:tw--bottom-11{
    bottom:-2.75rem
  }

  .md\:tw--bottom-12{
    bottom:-3rem
  }

  .md\:tw--bottom-14{
    bottom:-3.5rem
  }

  .md\:tw--bottom-16{
    bottom:-4rem
  }

  .md\:tw--bottom-20{
    bottom:-5rem
  }

  .md\:tw--bottom-24{
    bottom:-6rem
  }

  .md\:tw--bottom-28{
    bottom:-7rem
  }

  .md\:tw--bottom-32{
    bottom:-8rem
  }

  .md\:tw--bottom-36{
    bottom:-9rem
  }

  .md\:tw--bottom-40{
    bottom:-10rem
  }

  .md\:tw--bottom-44{
    bottom:-11rem
  }

  .md\:tw--bottom-48{
    bottom:-12rem
  }

  .md\:tw--bottom-52{
    bottom:-13rem
  }

  .md\:tw--bottom-56{
    bottom:-14rem
  }

  .md\:tw--bottom-60{
    bottom:-15rem
  }

  .md\:tw--bottom-64{
    bottom:-16rem
  }

  .md\:tw--bottom-72{
    bottom:-18rem
  }

  .md\:tw--bottom-80{
    bottom:-20rem
  }

  .md\:tw--bottom-96{
    bottom:-24rem
  }

  .md\:tw--bottom-px{
    bottom:-1px
  }

  .md\:tw--bottom-0\.5{
    bottom:-0.125rem
  }

  .md\:tw--bottom-1\.5{
    bottom:-0.375rem
  }

  .md\:tw--bottom-2\.5{
    bottom:-0.625rem
  }

  .md\:tw--bottom-3\.5{
    bottom:-0.875rem
  }

  .md\:tw-bottom-1\/2{
    bottom:50%
  }

  .md\:tw-bottom-1\/3{
    bottom:33.333333%
  }

  .md\:tw-bottom-2\/3{
    bottom:66.666667%
  }

  .md\:tw-bottom-1\/4{
    bottom:25%
  }

  .md\:tw-bottom-2\/4{
    bottom:50%
  }

  .md\:tw-bottom-3\/4{
    bottom:75%
  }

  .md\:tw-bottom-full{
    bottom:100%
  }

  .md\:tw--bottom-1\/2{
    bottom:-50%
  }

  .md\:tw--bottom-1\/3{
    bottom:-33.333333%
  }

  .md\:tw--bottom-2\/3{
    bottom:-66.666667%
  }

  .md\:tw--bottom-1\/4{
    bottom:-25%
  }

  .md\:tw--bottom-2\/4{
    bottom:-50%
  }

  .md\:tw--bottom-3\/4{
    bottom:-75%
  }

  .md\:tw--bottom-full{
    bottom:-100%
  }

  .md\:tw-left-0{
    left:0px
  }

  .md\:tw-left-1{
    left:0.25rem
  }

  .md\:tw-left-2{
    left:0.5rem
  }

  .md\:tw-left-3{
    left:0.75rem
  }

  .md\:tw-left-4{
    left:1rem
  }

  .md\:tw-left-5{
    left:1.25rem
  }

  .md\:tw-left-6{
    left:1.5rem
  }

  .md\:tw-left-7{
    left:1.75rem
  }

  .md\:tw-left-8{
    left:2rem
  }

  .md\:tw-left-9{
    left:2.25rem
  }

  .md\:tw-left-10{
    left:2.5rem
  }

  .md\:tw-left-11{
    left:2.75rem
  }

  .md\:tw-left-12{
    left:3rem
  }

  .md\:tw-left-14{
    left:3.5rem
  }

  .md\:tw-left-16{
    left:4rem
  }

  .md\:tw-left-20{
    left:5rem
  }

  .md\:tw-left-24{
    left:6rem
  }

  .md\:tw-left-28{
    left:7rem
  }

  .md\:tw-left-32{
    left:8rem
  }

  .md\:tw-left-36{
    left:9rem
  }

  .md\:tw-left-40{
    left:10rem
  }

  .md\:tw-left-44{
    left:11rem
  }

  .md\:tw-left-48{
    left:12rem
  }

  .md\:tw-left-52{
    left:13rem
  }

  .md\:tw-left-56{
    left:14rem
  }

  .md\:tw-left-60{
    left:15rem
  }

  .md\:tw-left-64{
    left:16rem
  }

  .md\:tw-left-72{
    left:18rem
  }

  .md\:tw-left-80{
    left:20rem
  }

  .md\:tw-left-96{
    left:24rem
  }

  .md\:tw-left-auto{
    left:auto
  }

  .md\:tw-left-px{
    left:1px
  }

  .md\:tw-left-0\.5{
    left:0.125rem
  }

  .md\:tw-left-1\.5{
    left:0.375rem
  }

  .md\:tw-left-2\.5{
    left:0.625rem
  }

  .md\:tw-left-3\.5{
    left:0.875rem
  }

  .md\:tw--left-0{
    left:0px
  }

  .md\:tw--left-1{
    left:-0.25rem
  }

  .md\:tw--left-2{
    left:-0.5rem
  }

  .md\:tw--left-3{
    left:-0.75rem
  }

  .md\:tw--left-4{
    left:-1rem
  }

  .md\:tw--left-5{
    left:-1.25rem
  }

  .md\:tw--left-6{
    left:-1.5rem
  }

  .md\:tw--left-7{
    left:-1.75rem
  }

  .md\:tw--left-8{
    left:-2rem
  }

  .md\:tw--left-9{
    left:-2.25rem
  }

  .md\:tw--left-10{
    left:-2.5rem
  }

  .md\:tw--left-11{
    left:-2.75rem
  }

  .md\:tw--left-12{
    left:-3rem
  }

  .md\:tw--left-14{
    left:-3.5rem
  }

  .md\:tw--left-16{
    left:-4rem
  }

  .md\:tw--left-20{
    left:-5rem
  }

  .md\:tw--left-24{
    left:-6rem
  }

  .md\:tw--left-28{
    left:-7rem
  }

  .md\:tw--left-32{
    left:-8rem
  }

  .md\:tw--left-36{
    left:-9rem
  }

  .md\:tw--left-40{
    left:-10rem
  }

  .md\:tw--left-44{
    left:-11rem
  }

  .md\:tw--left-48{
    left:-12rem
  }

  .md\:tw--left-52{
    left:-13rem
  }

  .md\:tw--left-56{
    left:-14rem
  }

  .md\:tw--left-60{
    left:-15rem
  }

  .md\:tw--left-64{
    left:-16rem
  }

  .md\:tw--left-72{
    left:-18rem
  }

  .md\:tw--left-80{
    left:-20rem
  }

  .md\:tw--left-96{
    left:-24rem
  }

  .md\:tw--left-px{
    left:-1px
  }

  .md\:tw--left-0\.5{
    left:-0.125rem
  }

  .md\:tw--left-1\.5{
    left:-0.375rem
  }

  .md\:tw--left-2\.5{
    left:-0.625rem
  }

  .md\:tw--left-3\.5{
    left:-0.875rem
  }

  .md\:tw-left-1\/2{
    left:50%
  }

  .md\:tw-left-1\/3{
    left:33.333333%
  }

  .md\:tw-left-2\/3{
    left:66.666667%
  }

  .md\:tw-left-1\/4{
    left:25%
  }

  .md\:tw-left-2\/4{
    left:50%
  }

  .md\:tw-left-3\/4{
    left:75%
  }

  .md\:tw-left-full{
    left:100%
  }

  .md\:tw--left-1\/2{
    left:-50%
  }

  .md\:tw--left-1\/3{
    left:-33.333333%
  }

  .md\:tw--left-2\/3{
    left:-66.666667%
  }

  .md\:tw--left-1\/4{
    left:-25%
  }

  .md\:tw--left-2\/4{
    left:-50%
  }

  .md\:tw--left-3\/4{
    left:-75%
  }

  .md\:tw--left-full{
    left:-100%
  }

  .md\:tw-isolate{
    isolation:isolate
  }

  .md\:tw-isolation-auto{
    isolation:auto
  }

  .md\:tw-z-0{
    z-index:0
  }

  .md\:tw-z-10{
    z-index:10
  }

  .md\:tw-z-20{
    z-index:20
  }

  .md\:tw-z-30{
    z-index:30
  }

  .md\:tw-z-40{
    z-index:40
  }

  .md\:tw-z-50{
    z-index:50
  }

  .md\:tw-z-auto{
    z-index:auto
  }

  .md\:focus-within\:tw-z-0:focus-within{
    z-index:0
  }

  .md\:focus-within\:tw-z-10:focus-within{
    z-index:10
  }

  .md\:focus-within\:tw-z-20:focus-within{
    z-index:20
  }

  .md\:focus-within\:tw-z-30:focus-within{
    z-index:30
  }

  .md\:focus-within\:tw-z-40:focus-within{
    z-index:40
  }

  .md\:focus-within\:tw-z-50:focus-within{
    z-index:50
  }

  .md\:focus-within\:tw-z-auto:focus-within{
    z-index:auto
  }

  .md\:focus\:tw-z-0:focus{
    z-index:0
  }

  .md\:focus\:tw-z-10:focus{
    z-index:10
  }

  .md\:focus\:tw-z-20:focus{
    z-index:20
  }

  .md\:focus\:tw-z-30:focus{
    z-index:30
  }

  .md\:focus\:tw-z-40:focus{
    z-index:40
  }

  .md\:focus\:tw-z-50:focus{
    z-index:50
  }

  .md\:focus\:tw-z-auto:focus{
    z-index:auto
  }

  .md\:tw-order-1{
    order:1
  }

  .md\:tw-order-2{
    order:2
  }

  .md\:tw-order-3{
    order:3
  }

  .md\:tw-order-4{
    order:4
  }

  .md\:tw-order-5{
    order:5
  }

  .md\:tw-order-6{
    order:6
  }

  .md\:tw-order-7{
    order:7
  }

  .md\:tw-order-8{
    order:8
  }

  .md\:tw-order-9{
    order:9
  }

  .md\:tw-order-10{
    order:10
  }

  .md\:tw-order-11{
    order:11
  }

  .md\:tw-order-12{
    order:12
  }

  .md\:tw-order-first{
    order:-9999
  }

  .md\:tw-order-last{
    order:9999
  }

  .md\:tw-order-none{
    order:0
  }

  .md\:tw-col-auto{
    grid-column:auto
  }

  .md\:tw-col-span-1{
    grid-column:span 1 / span 1
  }

  .md\:tw-col-span-2{
    grid-column:span 2 / span 2
  }

  .md\:tw-col-span-3{
    grid-column:span 3 / span 3
  }

  .md\:tw-col-span-4{
    grid-column:span 4 / span 4
  }

  .md\:tw-col-span-5{
    grid-column:span 5 / span 5
  }

  .md\:tw-col-span-6{
    grid-column:span 6 / span 6
  }

  .md\:tw-col-span-7{
    grid-column:span 7 / span 7
  }

  .md\:tw-col-span-8{
    grid-column:span 8 / span 8
  }

  .md\:tw-col-span-9{
    grid-column:span 9 / span 9
  }

  .md\:tw-col-span-10{
    grid-column:span 10 / span 10
  }

  .md\:tw-col-span-11{
    grid-column:span 11 / span 11
  }

  .md\:tw-col-span-12{
    grid-column:span 12 / span 12
  }

  .md\:tw-col-span-full{
    grid-column:1 / -1
  }

  .md\:tw-col-start-1{
    grid-column-start:1
  }

  .md\:tw-col-start-2{
    grid-column-start:2
  }

  .md\:tw-col-start-3{
    grid-column-start:3
  }

  .md\:tw-col-start-4{
    grid-column-start:4
  }

  .md\:tw-col-start-5{
    grid-column-start:5
  }

  .md\:tw-col-start-6{
    grid-column-start:6
  }

  .md\:tw-col-start-7{
    grid-column-start:7
  }

  .md\:tw-col-start-8{
    grid-column-start:8
  }

  .md\:tw-col-start-9{
    grid-column-start:9
  }

  .md\:tw-col-start-10{
    grid-column-start:10
  }

  .md\:tw-col-start-11{
    grid-column-start:11
  }

  .md\:tw-col-start-12{
    grid-column-start:12
  }

  .md\:tw-col-start-13{
    grid-column-start:13
  }

  .md\:tw-col-start-auto{
    grid-column-start:auto
  }

  .md\:tw-col-end-1{
    grid-column-end:1
  }

  .md\:tw-col-end-2{
    grid-column-end:2
  }

  .md\:tw-col-end-3{
    grid-column-end:3
  }

  .md\:tw-col-end-4{
    grid-column-end:4
  }

  .md\:tw-col-end-5{
    grid-column-end:5
  }

  .md\:tw-col-end-6{
    grid-column-end:6
  }

  .md\:tw-col-end-7{
    grid-column-end:7
  }

  .md\:tw-col-end-8{
    grid-column-end:8
  }

  .md\:tw-col-end-9{
    grid-column-end:9
  }

  .md\:tw-col-end-10{
    grid-column-end:10
  }

  .md\:tw-col-end-11{
    grid-column-end:11
  }

  .md\:tw-col-end-12{
    grid-column-end:12
  }

  .md\:tw-col-end-13{
    grid-column-end:13
  }

  .md\:tw-col-end-auto{
    grid-column-end:auto
  }

  .md\:tw-row-auto{
    grid-row:auto
  }

  .md\:tw-row-span-1{
    grid-row:span 1 / span 1
  }

  .md\:tw-row-span-2{
    grid-row:span 2 / span 2
  }

  .md\:tw-row-span-3{
    grid-row:span 3 / span 3
  }

  .md\:tw-row-span-4{
    grid-row:span 4 / span 4
  }

  .md\:tw-row-span-5{
    grid-row:span 5 / span 5
  }

  .md\:tw-row-span-6{
    grid-row:span 6 / span 6
  }

  .md\:tw-row-span-full{
    grid-row:1 / -1
  }

  .md\:tw-row-start-1{
    grid-row-start:1
  }

  .md\:tw-row-start-2{
    grid-row-start:2
  }

  .md\:tw-row-start-3{
    grid-row-start:3
  }

  .md\:tw-row-start-4{
    grid-row-start:4
  }

  .md\:tw-row-start-5{
    grid-row-start:5
  }

  .md\:tw-row-start-6{
    grid-row-start:6
  }

  .md\:tw-row-start-7{
    grid-row-start:7
  }

  .md\:tw-row-start-auto{
    grid-row-start:auto
  }

  .md\:tw-row-end-1{
    grid-row-end:1
  }

  .md\:tw-row-end-2{
    grid-row-end:2
  }

  .md\:tw-row-end-3{
    grid-row-end:3
  }

  .md\:tw-row-end-4{
    grid-row-end:4
  }

  .md\:tw-row-end-5{
    grid-row-end:5
  }

  .md\:tw-row-end-6{
    grid-row-end:6
  }

  .md\:tw-row-end-7{
    grid-row-end:7
  }

  .md\:tw-row-end-auto{
    grid-row-end:auto
  }

  .md\:tw-float-right{
    float:right
  }

  .md\:tw-float-left{
    float:left
  }

  .md\:tw-float-none{
    float:none
  }

  .md\:tw-clear-left{
    clear:left
  }

  .md\:tw-clear-right{
    clear:right
  }

  .md\:tw-clear-both{
    clear:both
  }

  .md\:tw-clear-none{
    clear:none
  }

  .md\:tw-m-0{
    margin:0px
  }

  .md\:tw-m-1{
    margin:0.25rem
  }

  .md\:tw-m-2{
    margin:0.5rem
  }

  .md\:tw-m-3{
    margin:0.75rem
  }

  .md\:tw-m-4{
    margin:1rem
  }

  .md\:tw-m-5{
    margin:1.25rem
  }

  .md\:tw-m-6{
    margin:1.5rem
  }

  .md\:tw-m-7{
    margin:1.75rem
  }

  .md\:tw-m-8{
    margin:2rem
  }

  .md\:tw-m-9{
    margin:2.25rem
  }

  .md\:tw-m-10{
    margin:2.5rem
  }

  .md\:tw-m-11{
    margin:2.75rem
  }

  .md\:tw-m-12{
    margin:3rem
  }

  .md\:tw-m-14{
    margin:3.5rem
  }

  .md\:tw-m-16{
    margin:4rem
  }

  .md\:tw-m-20{
    margin:5rem
  }

  .md\:tw-m-24{
    margin:6rem
  }

  .md\:tw-m-28{
    margin:7rem
  }

  .md\:tw-m-32{
    margin:8rem
  }

  .md\:tw-m-36{
    margin:9rem
  }

  .md\:tw-m-40{
    margin:10rem
  }

  .md\:tw-m-44{
    margin:11rem
  }

  .md\:tw-m-48{
    margin:12rem
  }

  .md\:tw-m-52{
    margin:13rem
  }

  .md\:tw-m-56{
    margin:14rem
  }

  .md\:tw-m-60{
    margin:15rem
  }

  .md\:tw-m-64{
    margin:16rem
  }

  .md\:tw-m-72{
    margin:18rem
  }

  .md\:tw-m-80{
    margin:20rem
  }

  .md\:tw-m-96{
    margin:24rem
  }

  .md\:tw-m-auto{
    margin:auto
  }

  .md\:tw-m-px{
    margin:1px
  }

  .md\:tw-m-0\.5{
    margin:0.125rem
  }

  .md\:tw-m-1\.5{
    margin:0.375rem
  }

  .md\:tw-m-2\.5{
    margin:0.625rem
  }

  .md\:tw-m-3\.5{
    margin:0.875rem
  }

  .md\:tw--m-0{
    margin:0px
  }

  .md\:tw--m-1{
    margin:-0.25rem
  }

  .md\:tw--m-2{
    margin:-0.5rem
  }

  .md\:tw--m-3{
    margin:-0.75rem
  }

  .md\:tw--m-4{
    margin:-1rem
  }

  .md\:tw--m-5{
    margin:-1.25rem
  }

  .md\:tw--m-6{
    margin:-1.5rem
  }

  .md\:tw--m-7{
    margin:-1.75rem
  }

  .md\:tw--m-8{
    margin:-2rem
  }

  .md\:tw--m-9{
    margin:-2.25rem
  }

  .md\:tw--m-10{
    margin:-2.5rem
  }

  .md\:tw--m-11{
    margin:-2.75rem
  }

  .md\:tw--m-12{
    margin:-3rem
  }

  .md\:tw--m-14{
    margin:-3.5rem
  }

  .md\:tw--m-16{
    margin:-4rem
  }

  .md\:tw--m-20{
    margin:-5rem
  }

  .md\:tw--m-24{
    margin:-6rem
  }

  .md\:tw--m-28{
    margin:-7rem
  }

  .md\:tw--m-32{
    margin:-8rem
  }

  .md\:tw--m-36{
    margin:-9rem
  }

  .md\:tw--m-40{
    margin:-10rem
  }

  .md\:tw--m-44{
    margin:-11rem
  }

  .md\:tw--m-48{
    margin:-12rem
  }

  .md\:tw--m-52{
    margin:-13rem
  }

  .md\:tw--m-56{
    margin:-14rem
  }

  .md\:tw--m-60{
    margin:-15rem
  }

  .md\:tw--m-64{
    margin:-16rem
  }

  .md\:tw--m-72{
    margin:-18rem
  }

  .md\:tw--m-80{
    margin:-20rem
  }

  .md\:tw--m-96{
    margin:-24rem
  }

  .md\:tw--m-px{
    margin:-1px
  }

  .md\:tw--m-0\.5{
    margin:-0.125rem
  }

  .md\:tw--m-1\.5{
    margin:-0.375rem
  }

  .md\:tw--m-2\.5{
    margin:-0.625rem
  }

  .md\:tw--m-3\.5{
    margin:-0.875rem
  }

  .md\:tw-mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .md\:tw-mx-1{
    margin-left:0.25rem;
    margin-right:0.25rem
  }

  .md\:tw-mx-2{
    margin-left:0.5rem;
    margin-right:0.5rem
  }

  .md\:tw-mx-3{
    margin-left:0.75rem;
    margin-right:0.75rem
  }

  .md\:tw-mx-4{
    margin-left:1rem;
    margin-right:1rem
  }

  .md\:tw-mx-5{
    margin-left:1.25rem;
    margin-right:1.25rem
  }

  .md\:tw-mx-6{
    margin-left:1.5rem;
    margin-right:1.5rem
  }

  .md\:tw-mx-7{
    margin-left:1.75rem;
    margin-right:1.75rem
  }

  .md\:tw-mx-8{
    margin-left:2rem;
    margin-right:2rem
  }

  .md\:tw-mx-9{
    margin-left:2.25rem;
    margin-right:2.25rem
  }

  .md\:tw-mx-10{
    margin-left:2.5rem;
    margin-right:2.5rem
  }

  .md\:tw-mx-11{
    margin-left:2.75rem;
    margin-right:2.75rem
  }

  .md\:tw-mx-12{
    margin-left:3rem;
    margin-right:3rem
  }

  .md\:tw-mx-14{
    margin-left:3.5rem;
    margin-right:3.5rem
  }

  .md\:tw-mx-16{
    margin-left:4rem;
    margin-right:4rem
  }

  .md\:tw-mx-20{
    margin-left:5rem;
    margin-right:5rem
  }

  .md\:tw-mx-24{
    margin-left:6rem;
    margin-right:6rem
  }

  .md\:tw-mx-28{
    margin-left:7rem;
    margin-right:7rem
  }

  .md\:tw-mx-32{
    margin-left:8rem;
    margin-right:8rem
  }

  .md\:tw-mx-36{
    margin-left:9rem;
    margin-right:9rem
  }

  .md\:tw-mx-40{
    margin-left:10rem;
    margin-right:10rem
  }

  .md\:tw-mx-44{
    margin-left:11rem;
    margin-right:11rem
  }

  .md\:tw-mx-48{
    margin-left:12rem;
    margin-right:12rem
  }

  .md\:tw-mx-52{
    margin-left:13rem;
    margin-right:13rem
  }

  .md\:tw-mx-56{
    margin-left:14rem;
    margin-right:14rem
  }

  .md\:tw-mx-60{
    margin-left:15rem;
    margin-right:15rem
  }

  .md\:tw-mx-64{
    margin-left:16rem;
    margin-right:16rem
  }

  .md\:tw-mx-72{
    margin-left:18rem;
    margin-right:18rem
  }

  .md\:tw-mx-80{
    margin-left:20rem;
    margin-right:20rem
  }

  .md\:tw-mx-96{
    margin-left:24rem;
    margin-right:24rem
  }

  .md\:tw-mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .md\:tw-mx-px{
    margin-left:1px;
    margin-right:1px
  }

  .md\:tw-mx-0\.5{
    margin-left:0.125rem;
    margin-right:0.125rem
  }

  .md\:tw-mx-1\.5{
    margin-left:0.375rem;
    margin-right:0.375rem
  }

  .md\:tw-mx-2\.5{
    margin-left:0.625rem;
    margin-right:0.625rem
  }

  .md\:tw-mx-3\.5{
    margin-left:0.875rem;
    margin-right:0.875rem
  }

  .md\:tw--mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .md\:tw--mx-1{
    margin-left:-0.25rem;
    margin-right:-0.25rem
  }

  .md\:tw--mx-2{
    margin-left:-0.5rem;
    margin-right:-0.5rem
  }

  .md\:tw--mx-3{
    margin-left:-0.75rem;
    margin-right:-0.75rem
  }

  .md\:tw--mx-4{
    margin-left:-1rem;
    margin-right:-1rem
  }

  .md\:tw--mx-5{
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }

  .md\:tw--mx-6{
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }

  .md\:tw--mx-7{
    margin-left:-1.75rem;
    margin-right:-1.75rem
  }

  .md\:tw--mx-8{
    margin-left:-2rem;
    margin-right:-2rem
  }

  .md\:tw--mx-9{
    margin-left:-2.25rem;
    margin-right:-2.25rem
  }

  .md\:tw--mx-10{
    margin-left:-2.5rem;
    margin-right:-2.5rem
  }

  .md\:tw--mx-11{
    margin-left:-2.75rem;
    margin-right:-2.75rem
  }

  .md\:tw--mx-12{
    margin-left:-3rem;
    margin-right:-3rem
  }

  .md\:tw--mx-14{
    margin-left:-3.5rem;
    margin-right:-3.5rem
  }

  .md\:tw--mx-16{
    margin-left:-4rem;
    margin-right:-4rem
  }

  .md\:tw--mx-20{
    margin-left:-5rem;
    margin-right:-5rem
  }

  .md\:tw--mx-24{
    margin-left:-6rem;
    margin-right:-6rem
  }

  .md\:tw--mx-28{
    margin-left:-7rem;
    margin-right:-7rem
  }

  .md\:tw--mx-32{
    margin-left:-8rem;
    margin-right:-8rem
  }

  .md\:tw--mx-36{
    margin-left:-9rem;
    margin-right:-9rem
  }

  .md\:tw--mx-40{
    margin-left:-10rem;
    margin-right:-10rem
  }

  .md\:tw--mx-44{
    margin-left:-11rem;
    margin-right:-11rem
  }

  .md\:tw--mx-48{
    margin-left:-12rem;
    margin-right:-12rem
  }

  .md\:tw--mx-52{
    margin-left:-13rem;
    margin-right:-13rem
  }

  .md\:tw--mx-56{
    margin-left:-14rem;
    margin-right:-14rem
  }

  .md\:tw--mx-60{
    margin-left:-15rem;
    margin-right:-15rem
  }

  .md\:tw--mx-64{
    margin-left:-16rem;
    margin-right:-16rem
  }

  .md\:tw--mx-72{
    margin-left:-18rem;
    margin-right:-18rem
  }

  .md\:tw--mx-80{
    margin-left:-20rem;
    margin-right:-20rem
  }

  .md\:tw--mx-96{
    margin-left:-24rem;
    margin-right:-24rem
  }

  .md\:tw--mx-px{
    margin-left:-1px;
    margin-right:-1px
  }

  .md\:tw--mx-0\.5{
    margin-left:-0.125rem;
    margin-right:-0.125rem
  }

  .md\:tw--mx-1\.5{
    margin-left:-0.375rem;
    margin-right:-0.375rem
  }

  .md\:tw--mx-2\.5{
    margin-left:-0.625rem;
    margin-right:-0.625rem
  }

  .md\:tw--mx-3\.5{
    margin-left:-0.875rem;
    margin-right:-0.875rem
  }

  .md\:tw-my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .md\:tw-my-1{
    margin-top:0.25rem;
    margin-bottom:0.25rem
  }

  .md\:tw-my-2{
    margin-top:0.5rem;
    margin-bottom:0.5rem
  }

  .md\:tw-my-3{
    margin-top:0.75rem;
    margin-bottom:0.75rem
  }

  .md\:tw-my-4{
    margin-top:1rem;
    margin-bottom:1rem
  }

  .md\:tw-my-5{
    margin-top:1.25rem;
    margin-bottom:1.25rem
  }

  .md\:tw-my-6{
    margin-top:1.5rem;
    margin-bottom:1.5rem
  }

  .md\:tw-my-7{
    margin-top:1.75rem;
    margin-bottom:1.75rem
  }

  .md\:tw-my-8{
    margin-top:2rem;
    margin-bottom:2rem
  }

  .md\:tw-my-9{
    margin-top:2.25rem;
    margin-bottom:2.25rem
  }

  .md\:tw-my-10{
    margin-top:2.5rem;
    margin-bottom:2.5rem
  }

  .md\:tw-my-11{
    margin-top:2.75rem;
    margin-bottom:2.75rem
  }

  .md\:tw-my-12{
    margin-top:3rem;
    margin-bottom:3rem
  }

  .md\:tw-my-14{
    margin-top:3.5rem;
    margin-bottom:3.5rem
  }

  .md\:tw-my-16{
    margin-top:4rem;
    margin-bottom:4rem
  }

  .md\:tw-my-20{
    margin-top:5rem;
    margin-bottom:5rem
  }

  .md\:tw-my-24{
    margin-top:6rem;
    margin-bottom:6rem
  }

  .md\:tw-my-28{
    margin-top:7rem;
    margin-bottom:7rem
  }

  .md\:tw-my-32{
    margin-top:8rem;
    margin-bottom:8rem
  }

  .md\:tw-my-36{
    margin-top:9rem;
    margin-bottom:9rem
  }

  .md\:tw-my-40{
    margin-top:10rem;
    margin-bottom:10rem
  }

  .md\:tw-my-44{
    margin-top:11rem;
    margin-bottom:11rem
  }

  .md\:tw-my-48{
    margin-top:12rem;
    margin-bottom:12rem
  }

  .md\:tw-my-52{
    margin-top:13rem;
    margin-bottom:13rem
  }

  .md\:tw-my-56{
    margin-top:14rem;
    margin-bottom:14rem
  }

  .md\:tw-my-60{
    margin-top:15rem;
    margin-bottom:15rem
  }

  .md\:tw-my-64{
    margin-top:16rem;
    margin-bottom:16rem
  }

  .md\:tw-my-72{
    margin-top:18rem;
    margin-bottom:18rem
  }

  .md\:tw-my-80{
    margin-top:20rem;
    margin-bottom:20rem
  }

  .md\:tw-my-96{
    margin-top:24rem;
    margin-bottom:24rem
  }

  .md\:tw-my-auto{
    margin-top:auto;
    margin-bottom:auto
  }

  .md\:tw-my-px{
    margin-top:1px;
    margin-bottom:1px
  }

  .md\:tw-my-0\.5{
    margin-top:0.125rem;
    margin-bottom:0.125rem
  }

  .md\:tw-my-1\.5{
    margin-top:0.375rem;
    margin-bottom:0.375rem
  }

  .md\:tw-my-2\.5{
    margin-top:0.625rem;
    margin-bottom:0.625rem
  }

  .md\:tw-my-3\.5{
    margin-top:0.875rem;
    margin-bottom:0.875rem
  }

  .md\:tw--my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .md\:tw--my-1{
    margin-top:-0.25rem;
    margin-bottom:-0.25rem
  }

  .md\:tw--my-2{
    margin-top:-0.5rem;
    margin-bottom:-0.5rem
  }

  .md\:tw--my-3{
    margin-top:-0.75rem;
    margin-bottom:-0.75rem
  }

  .md\:tw--my-4{
    margin-top:-1rem;
    margin-bottom:-1rem
  }

  .md\:tw--my-5{
    margin-top:-1.25rem;
    margin-bottom:-1.25rem
  }

  .md\:tw--my-6{
    margin-top:-1.5rem;
    margin-bottom:-1.5rem
  }

  .md\:tw--my-7{
    margin-top:-1.75rem;
    margin-bottom:-1.75rem
  }

  .md\:tw--my-8{
    margin-top:-2rem;
    margin-bottom:-2rem
  }

  .md\:tw--my-9{
    margin-top:-2.25rem;
    margin-bottom:-2.25rem
  }

  .md\:tw--my-10{
    margin-top:-2.5rem;
    margin-bottom:-2.5rem
  }

  .md\:tw--my-11{
    margin-top:-2.75rem;
    margin-bottom:-2.75rem
  }

  .md\:tw--my-12{
    margin-top:-3rem;
    margin-bottom:-3rem
  }

  .md\:tw--my-14{
    margin-top:-3.5rem;
    margin-bottom:-3.5rem
  }

  .md\:tw--my-16{
    margin-top:-4rem;
    margin-bottom:-4rem
  }

  .md\:tw--my-20{
    margin-top:-5rem;
    margin-bottom:-5rem
  }

  .md\:tw--my-24{
    margin-top:-6rem;
    margin-bottom:-6rem
  }

  .md\:tw--my-28{
    margin-top:-7rem;
    margin-bottom:-7rem
  }

  .md\:tw--my-32{
    margin-top:-8rem;
    margin-bottom:-8rem
  }

  .md\:tw--my-36{
    margin-top:-9rem;
    margin-bottom:-9rem
  }

  .md\:tw--my-40{
    margin-top:-10rem;
    margin-bottom:-10rem
  }

  .md\:tw--my-44{
    margin-top:-11rem;
    margin-bottom:-11rem
  }

  .md\:tw--my-48{
    margin-top:-12rem;
    margin-bottom:-12rem
  }

  .md\:tw--my-52{
    margin-top:-13rem;
    margin-bottom:-13rem
  }

  .md\:tw--my-56{
    margin-top:-14rem;
    margin-bottom:-14rem
  }

  .md\:tw--my-60{
    margin-top:-15rem;
    margin-bottom:-15rem
  }

  .md\:tw--my-64{
    margin-top:-16rem;
    margin-bottom:-16rem
  }

  .md\:tw--my-72{
    margin-top:-18rem;
    margin-bottom:-18rem
  }

  .md\:tw--my-80{
    margin-top:-20rem;
    margin-bottom:-20rem
  }

  .md\:tw--my-96{
    margin-top:-24rem;
    margin-bottom:-24rem
  }

  .md\:tw--my-px{
    margin-top:-1px;
    margin-bottom:-1px
  }

  .md\:tw--my-0\.5{
    margin-top:-0.125rem;
    margin-bottom:-0.125rem
  }

  .md\:tw--my-1\.5{
    margin-top:-0.375rem;
    margin-bottom:-0.375rem
  }

  .md\:tw--my-2\.5{
    margin-top:-0.625rem;
    margin-bottom:-0.625rem
  }

  .md\:tw--my-3\.5{
    margin-top:-0.875rem;
    margin-bottom:-0.875rem
  }

  .md\:tw-mt-0{
    margin-top:0px
  }

  .md\:tw-mt-1{
    margin-top:0.25rem
  }

  .md\:tw-mt-2{
    margin-top:0.5rem
  }

  .md\:tw-mt-3{
    margin-top:0.75rem
  }

  .md\:tw-mt-4{
    margin-top:1rem
  }

  .md\:tw-mt-5{
    margin-top:1.25rem
  }

  .md\:tw-mt-6{
    margin-top:1.5rem
  }

  .md\:tw-mt-7{
    margin-top:1.75rem
  }

  .md\:tw-mt-8{
    margin-top:2rem
  }

  .md\:tw-mt-9{
    margin-top:2.25rem
  }

  .md\:tw-mt-10{
    margin-top:2.5rem
  }

  .md\:tw-mt-11{
    margin-top:2.75rem
  }

  .md\:tw-mt-12{
    margin-top:3rem
  }

  .md\:tw-mt-14{
    margin-top:3.5rem
  }

  .md\:tw-mt-16{
    margin-top:4rem
  }

  .md\:tw-mt-20{
    margin-top:5rem
  }

  .md\:tw-mt-24{
    margin-top:6rem
  }

  .md\:tw-mt-28{
    margin-top:7rem
  }

  .md\:tw-mt-32{
    margin-top:8rem
  }

  .md\:tw-mt-36{
    margin-top:9rem
  }

  .md\:tw-mt-40{
    margin-top:10rem
  }

  .md\:tw-mt-44{
    margin-top:11rem
  }

  .md\:tw-mt-48{
    margin-top:12rem
  }

  .md\:tw-mt-52{
    margin-top:13rem
  }

  .md\:tw-mt-56{
    margin-top:14rem
  }

  .md\:tw-mt-60{
    margin-top:15rem
  }

  .md\:tw-mt-64{
    margin-top:16rem
  }

  .md\:tw-mt-72{
    margin-top:18rem
  }

  .md\:tw-mt-80{
    margin-top:20rem
  }

  .md\:tw-mt-96{
    margin-top:24rem
  }

  .md\:tw-mt-auto{
    margin-top:auto
  }

  .md\:tw-mt-px{
    margin-top:1px
  }

  .md\:tw-mt-0\.5{
    margin-top:0.125rem
  }

  .md\:tw-mt-1\.5{
    margin-top:0.375rem
  }

  .md\:tw-mt-2\.5{
    margin-top:0.625rem
  }

  .md\:tw-mt-3\.5{
    margin-top:0.875rem
  }

  .md\:tw--mt-0{
    margin-top:0px
  }

  .md\:tw--mt-1{
    margin-top:-0.25rem
  }

  .md\:tw--mt-2{
    margin-top:-0.5rem
  }

  .md\:tw--mt-3{
    margin-top:-0.75rem
  }

  .md\:tw--mt-4{
    margin-top:-1rem
  }

  .md\:tw--mt-5{
    margin-top:-1.25rem
  }

  .md\:tw--mt-6{
    margin-top:-1.5rem
  }

  .md\:tw--mt-7{
    margin-top:-1.75rem
  }

  .md\:tw--mt-8{
    margin-top:-2rem
  }

  .md\:tw--mt-9{
    margin-top:-2.25rem
  }

  .md\:tw--mt-10{
    margin-top:-2.5rem
  }

  .md\:tw--mt-11{
    margin-top:-2.75rem
  }

  .md\:tw--mt-12{
    margin-top:-3rem
  }

  .md\:tw--mt-14{
    margin-top:-3.5rem
  }

  .md\:tw--mt-16{
    margin-top:-4rem
  }

  .md\:tw--mt-20{
    margin-top:-5rem
  }

  .md\:tw--mt-24{
    margin-top:-6rem
  }

  .md\:tw--mt-28{
    margin-top:-7rem
  }

  .md\:tw--mt-32{
    margin-top:-8rem
  }

  .md\:tw--mt-36{
    margin-top:-9rem
  }

  .md\:tw--mt-40{
    margin-top:-10rem
  }

  .md\:tw--mt-44{
    margin-top:-11rem
  }

  .md\:tw--mt-48{
    margin-top:-12rem
  }

  .md\:tw--mt-52{
    margin-top:-13rem
  }

  .md\:tw--mt-56{
    margin-top:-14rem
  }

  .md\:tw--mt-60{
    margin-top:-15rem
  }

  .md\:tw--mt-64{
    margin-top:-16rem
  }

  .md\:tw--mt-72{
    margin-top:-18rem
  }

  .md\:tw--mt-80{
    margin-top:-20rem
  }

  .md\:tw--mt-96{
    margin-top:-24rem
  }

  .md\:tw--mt-px{
    margin-top:-1px
  }

  .md\:tw--mt-0\.5{
    margin-top:-0.125rem
  }

  .md\:tw--mt-1\.5{
    margin-top:-0.375rem
  }

  .md\:tw--mt-2\.5{
    margin-top:-0.625rem
  }

  .md\:tw--mt-3\.5{
    margin-top:-0.875rem
  }

  .md\:tw-mr-0{
    margin-right:0px
  }

  .md\:tw-mr-1{
    margin-right:0.25rem
  }

  .md\:tw-mr-2{
    margin-right:0.5rem
  }

  .md\:tw-mr-3{
    margin-right:0.75rem
  }

  .md\:tw-mr-4{
    margin-right:1rem
  }

  .md\:tw-mr-5{
    margin-right:1.25rem
  }

  .md\:tw-mr-6{
    margin-right:1.5rem
  }

  .md\:tw-mr-7{
    margin-right:1.75rem
  }

  .md\:tw-mr-8{
    margin-right:2rem
  }

  .md\:tw-mr-9{
    margin-right:2.25rem
  }

  .md\:tw-mr-10{
    margin-right:2.5rem
  }

  .md\:tw-mr-11{
    margin-right:2.75rem
  }

  .md\:tw-mr-12{
    margin-right:3rem
  }

  .md\:tw-mr-14{
    margin-right:3.5rem
  }

  .md\:tw-mr-16{
    margin-right:4rem
  }

  .md\:tw-mr-20{
    margin-right:5rem
  }

  .md\:tw-mr-24{
    margin-right:6rem
  }

  .md\:tw-mr-28{
    margin-right:7rem
  }

  .md\:tw-mr-32{
    margin-right:8rem
  }

  .md\:tw-mr-36{
    margin-right:9rem
  }

  .md\:tw-mr-40{
    margin-right:10rem
  }

  .md\:tw-mr-44{
    margin-right:11rem
  }

  .md\:tw-mr-48{
    margin-right:12rem
  }

  .md\:tw-mr-52{
    margin-right:13rem
  }

  .md\:tw-mr-56{
    margin-right:14rem
  }

  .md\:tw-mr-60{
    margin-right:15rem
  }

  .md\:tw-mr-64{
    margin-right:16rem
  }

  .md\:tw-mr-72{
    margin-right:18rem
  }

  .md\:tw-mr-80{
    margin-right:20rem
  }

  .md\:tw-mr-96{
    margin-right:24rem
  }

  .md\:tw-mr-auto{
    margin-right:auto
  }

  .md\:tw-mr-px{
    margin-right:1px
  }

  .md\:tw-mr-0\.5{
    margin-right:0.125rem
  }

  .md\:tw-mr-1\.5{
    margin-right:0.375rem
  }

  .md\:tw-mr-2\.5{
    margin-right:0.625rem
  }

  .md\:tw-mr-3\.5{
    margin-right:0.875rem
  }

  .md\:tw--mr-0{
    margin-right:0px
  }

  .md\:tw--mr-1{
    margin-right:-0.25rem
  }

  .md\:tw--mr-2{
    margin-right:-0.5rem
  }

  .md\:tw--mr-3{
    margin-right:-0.75rem
  }

  .md\:tw--mr-4{
    margin-right:-1rem
  }

  .md\:tw--mr-5{
    margin-right:-1.25rem
  }

  .md\:tw--mr-6{
    margin-right:-1.5rem
  }

  .md\:tw--mr-7{
    margin-right:-1.75rem
  }

  .md\:tw--mr-8{
    margin-right:-2rem
  }

  .md\:tw--mr-9{
    margin-right:-2.25rem
  }

  .md\:tw--mr-10{
    margin-right:-2.5rem
  }

  .md\:tw--mr-11{
    margin-right:-2.75rem
  }

  .md\:tw--mr-12{
    margin-right:-3rem
  }

  .md\:tw--mr-14{
    margin-right:-3.5rem
  }

  .md\:tw--mr-16{
    margin-right:-4rem
  }

  .md\:tw--mr-20{
    margin-right:-5rem
  }

  .md\:tw--mr-24{
    margin-right:-6rem
  }

  .md\:tw--mr-28{
    margin-right:-7rem
  }

  .md\:tw--mr-32{
    margin-right:-8rem
  }

  .md\:tw--mr-36{
    margin-right:-9rem
  }

  .md\:tw--mr-40{
    margin-right:-10rem
  }

  .md\:tw--mr-44{
    margin-right:-11rem
  }

  .md\:tw--mr-48{
    margin-right:-12rem
  }

  .md\:tw--mr-52{
    margin-right:-13rem
  }

  .md\:tw--mr-56{
    margin-right:-14rem
  }

  .md\:tw--mr-60{
    margin-right:-15rem
  }

  .md\:tw--mr-64{
    margin-right:-16rem
  }

  .md\:tw--mr-72{
    margin-right:-18rem
  }

  .md\:tw--mr-80{
    margin-right:-20rem
  }

  .md\:tw--mr-96{
    margin-right:-24rem
  }

  .md\:tw--mr-px{
    margin-right:-1px
  }

  .md\:tw--mr-0\.5{
    margin-right:-0.125rem
  }

  .md\:tw--mr-1\.5{
    margin-right:-0.375rem
  }

  .md\:tw--mr-2\.5{
    margin-right:-0.625rem
  }

  .md\:tw--mr-3\.5{
    margin-right:-0.875rem
  }

  .md\:tw-mb-0{
    margin-bottom:0px
  }

  .md\:tw-mb-1{
    margin-bottom:0.25rem
  }

  .md\:tw-mb-2{
    margin-bottom:0.5rem
  }

  .md\:tw-mb-3{
    margin-bottom:0.75rem
  }

  .md\:tw-mb-4{
    margin-bottom:1rem
  }

  .md\:tw-mb-5{
    margin-bottom:1.25rem
  }

  .md\:tw-mb-6{
    margin-bottom:1.5rem
  }

  .md\:tw-mb-7{
    margin-bottom:1.75rem
  }

  .md\:tw-mb-8{
    margin-bottom:2rem
  }

  .md\:tw-mb-9{
    margin-bottom:2.25rem
  }

  .md\:tw-mb-10{
    margin-bottom:2.5rem
  }

  .md\:tw-mb-11{
    margin-bottom:2.75rem
  }

  .md\:tw-mb-12{
    margin-bottom:3rem
  }

  .md\:tw-mb-14{
    margin-bottom:3.5rem
  }

  .md\:tw-mb-16{
    margin-bottom:4rem
  }

  .md\:tw-mb-20{
    margin-bottom:5rem
  }

  .md\:tw-mb-24{
    margin-bottom:6rem
  }

  .md\:tw-mb-28{
    margin-bottom:7rem
  }

  .md\:tw-mb-32{
    margin-bottom:8rem
  }

  .md\:tw-mb-36{
    margin-bottom:9rem
  }

  .md\:tw-mb-40{
    margin-bottom:10rem
  }

  .md\:tw-mb-44{
    margin-bottom:11rem
  }

  .md\:tw-mb-48{
    margin-bottom:12rem
  }

  .md\:tw-mb-52{
    margin-bottom:13rem
  }

  .md\:tw-mb-56{
    margin-bottom:14rem
  }

  .md\:tw-mb-60{
    margin-bottom:15rem
  }

  .md\:tw-mb-64{
    margin-bottom:16rem
  }

  .md\:tw-mb-72{
    margin-bottom:18rem
  }

  .md\:tw-mb-80{
    margin-bottom:20rem
  }

  .md\:tw-mb-96{
    margin-bottom:24rem
  }

  .md\:tw-mb-auto{
    margin-bottom:auto
  }

  .md\:tw-mb-px{
    margin-bottom:1px
  }

  .md\:tw-mb-0\.5{
    margin-bottom:0.125rem
  }

  .md\:tw-mb-1\.5{
    margin-bottom:0.375rem
  }

  .md\:tw-mb-2\.5{
    margin-bottom:0.625rem
  }

  .md\:tw-mb-3\.5{
    margin-bottom:0.875rem
  }

  .md\:tw--mb-0{
    margin-bottom:0px
  }

  .md\:tw--mb-1{
    margin-bottom:-0.25rem
  }

  .md\:tw--mb-2{
    margin-bottom:-0.5rem
  }

  .md\:tw--mb-3{
    margin-bottom:-0.75rem
  }

  .md\:tw--mb-4{
    margin-bottom:-1rem
  }

  .md\:tw--mb-5{
    margin-bottom:-1.25rem
  }

  .md\:tw--mb-6{
    margin-bottom:-1.5rem
  }

  .md\:tw--mb-7{
    margin-bottom:-1.75rem
  }

  .md\:tw--mb-8{
    margin-bottom:-2rem
  }

  .md\:tw--mb-9{
    margin-bottom:-2.25rem
  }

  .md\:tw--mb-10{
    margin-bottom:-2.5rem
  }

  .md\:tw--mb-11{
    margin-bottom:-2.75rem
  }

  .md\:tw--mb-12{
    margin-bottom:-3rem
  }

  .md\:tw--mb-14{
    margin-bottom:-3.5rem
  }

  .md\:tw--mb-16{
    margin-bottom:-4rem
  }

  .md\:tw--mb-20{
    margin-bottom:-5rem
  }

  .md\:tw--mb-24{
    margin-bottom:-6rem
  }

  .md\:tw--mb-28{
    margin-bottom:-7rem
  }

  .md\:tw--mb-32{
    margin-bottom:-8rem
  }

  .md\:tw--mb-36{
    margin-bottom:-9rem
  }

  .md\:tw--mb-40{
    margin-bottom:-10rem
  }

  .md\:tw--mb-44{
    margin-bottom:-11rem
  }

  .md\:tw--mb-48{
    margin-bottom:-12rem
  }

  .md\:tw--mb-52{
    margin-bottom:-13rem
  }

  .md\:tw--mb-56{
    margin-bottom:-14rem
  }

  .md\:tw--mb-60{
    margin-bottom:-15rem
  }

  .md\:tw--mb-64{
    margin-bottom:-16rem
  }

  .md\:tw--mb-72{
    margin-bottom:-18rem
  }

  .md\:tw--mb-80{
    margin-bottom:-20rem
  }

  .md\:tw--mb-96{
    margin-bottom:-24rem
  }

  .md\:tw--mb-px{
    margin-bottom:-1px
  }

  .md\:tw--mb-0\.5{
    margin-bottom:-0.125rem
  }

  .md\:tw--mb-1\.5{
    margin-bottom:-0.375rem
  }

  .md\:tw--mb-2\.5{
    margin-bottom:-0.625rem
  }

  .md\:tw--mb-3\.5{
    margin-bottom:-0.875rem
  }

  .md\:tw-ml-0{
    margin-left:0px
  }

  .md\:tw-ml-1{
    margin-left:0.25rem
  }

  .md\:tw-ml-2{
    margin-left:0.5rem
  }

  .md\:tw-ml-3{
    margin-left:0.75rem
  }

  .md\:tw-ml-4{
    margin-left:1rem
  }

  .md\:tw-ml-5{
    margin-left:1.25rem
  }

  .md\:tw-ml-6{
    margin-left:1.5rem
  }

  .md\:tw-ml-7{
    margin-left:1.75rem
  }

  .md\:tw-ml-8{
    margin-left:2rem
  }

  .md\:tw-ml-9{
    margin-left:2.25rem
  }

  .md\:tw-ml-10{
    margin-left:2.5rem
  }

  .md\:tw-ml-11{
    margin-left:2.75rem
  }

  .md\:tw-ml-12{
    margin-left:3rem
  }

  .md\:tw-ml-14{
    margin-left:3.5rem
  }

  .md\:tw-ml-16{
    margin-left:4rem
  }

  .md\:tw-ml-20{
    margin-left:5rem
  }

  .md\:tw-ml-24{
    margin-left:6rem
  }

  .md\:tw-ml-28{
    margin-left:7rem
  }

  .md\:tw-ml-32{
    margin-left:8rem
  }

  .md\:tw-ml-36{
    margin-left:9rem
  }

  .md\:tw-ml-40{
    margin-left:10rem
  }

  .md\:tw-ml-44{
    margin-left:11rem
  }

  .md\:tw-ml-48{
    margin-left:12rem
  }

  .md\:tw-ml-52{
    margin-left:13rem
  }

  .md\:tw-ml-56{
    margin-left:14rem
  }

  .md\:tw-ml-60{
    margin-left:15rem
  }

  .md\:tw-ml-64{
    margin-left:16rem
  }

  .md\:tw-ml-72{
    margin-left:18rem
  }

  .md\:tw-ml-80{
    margin-left:20rem
  }

  .md\:tw-ml-96{
    margin-left:24rem
  }

  .md\:tw-ml-auto{
    margin-left:auto
  }

  .md\:tw-ml-px{
    margin-left:1px
  }

  .md\:tw-ml-0\.5{
    margin-left:0.125rem
  }

  .md\:tw-ml-1\.5{
    margin-left:0.375rem
  }

  .md\:tw-ml-2\.5{
    margin-left:0.625rem
  }

  .md\:tw-ml-3\.5{
    margin-left:0.875rem
  }

  .md\:tw--ml-0{
    margin-left:0px
  }

  .md\:tw--ml-1{
    margin-left:-0.25rem
  }

  .md\:tw--ml-2{
    margin-left:-0.5rem
  }

  .md\:tw--ml-3{
    margin-left:-0.75rem
  }

  .md\:tw--ml-4{
    margin-left:-1rem
  }

  .md\:tw--ml-5{
    margin-left:-1.25rem
  }

  .md\:tw--ml-6{
    margin-left:-1.5rem
  }

  .md\:tw--ml-7{
    margin-left:-1.75rem
  }

  .md\:tw--ml-8{
    margin-left:-2rem
  }

  .md\:tw--ml-9{
    margin-left:-2.25rem
  }

  .md\:tw--ml-10{
    margin-left:-2.5rem
  }

  .md\:tw--ml-11{
    margin-left:-2.75rem
  }

  .md\:tw--ml-12{
    margin-left:-3rem
  }

  .md\:tw--ml-14{
    margin-left:-3.5rem
  }

  .md\:tw--ml-16{
    margin-left:-4rem
  }

  .md\:tw--ml-20{
    margin-left:-5rem
  }

  .md\:tw--ml-24{
    margin-left:-6rem
  }

  .md\:tw--ml-28{
    margin-left:-7rem
  }

  .md\:tw--ml-32{
    margin-left:-8rem
  }

  .md\:tw--ml-36{
    margin-left:-9rem
  }

  .md\:tw--ml-40{
    margin-left:-10rem
  }

  .md\:tw--ml-44{
    margin-left:-11rem
  }

  .md\:tw--ml-48{
    margin-left:-12rem
  }

  .md\:tw--ml-52{
    margin-left:-13rem
  }

  .md\:tw--ml-56{
    margin-left:-14rem
  }

  .md\:tw--ml-60{
    margin-left:-15rem
  }

  .md\:tw--ml-64{
    margin-left:-16rem
  }

  .md\:tw--ml-72{
    margin-left:-18rem
  }

  .md\:tw--ml-80{
    margin-left:-20rem
  }

  .md\:tw--ml-96{
    margin-left:-24rem
  }

  .md\:tw--ml-px{
    margin-left:-1px
  }

  .md\:tw--ml-0\.5{
    margin-left:-0.125rem
  }

  .md\:tw--ml-1\.5{
    margin-left:-0.375rem
  }

  .md\:tw--ml-2\.5{
    margin-left:-0.625rem
  }

  .md\:tw--ml-3\.5{
    margin-left:-0.875rem
  }

  .md\:tw-box-border{
    box-sizing:border-box
  }

  .md\:tw-box-content{
    box-sizing:content-box
  }

  .md\:tw-block{
    display:block
  }

  .md\:tw-inline-block{
    display:inline-block
  }

  .md\:tw-inline{
    display:inline
  }

  .md\:tw-flex{
    display:flex
  }

  .md\:tw-inline-flex{
    display:inline-flex
  }

  .md\:tw-table{
    display:table
  }

  .md\:tw-inline-table{
    display:inline-table
  }

  .md\:tw-table-caption{
    display:table-caption
  }

  .md\:tw-table-cell{
    display:table-cell
  }

  .md\:tw-table-column{
    display:table-column
  }

  .md\:tw-table-column-group{
    display:table-column-group
  }

  .md\:tw-table-footer-group{
    display:table-footer-group
  }

  .md\:tw-table-header-group{
    display:table-header-group
  }

  .md\:tw-table-row-group{
    display:table-row-group
  }

  .md\:tw-table-row{
    display:table-row
  }

  .md\:tw-flow-root{
    display:flow-root
  }

  .md\:tw-grid{
    display:grid
  }

  .md\:tw-inline-grid{
    display:inline-grid
  }

  .md\:tw-contents{
    display:contents
  }

  .md\:tw-list-item{
    display:list-item
  }

  .md\:tw-hidden{
    display:none
  }

  .md\:tw-h-0{
    height:0px
  }

  .md\:tw-h-1{
    height:0.25rem
  }

  .md\:tw-h-2{
    height:0.5rem
  }

  .md\:tw-h-3{
    height:0.75rem
  }

  .md\:tw-h-4{
    height:1rem
  }

  .md\:tw-h-5{
    height:1.25rem
  }

  .md\:tw-h-6{
    height:1.5rem
  }

  .md\:tw-h-7{
    height:1.75rem
  }

  .md\:tw-h-8{
    height:2rem
  }

  .md\:tw-h-9{
    height:2.25rem
  }

  .md\:tw-h-10{
    height:2.5rem
  }

  .md\:tw-h-11{
    height:2.75rem
  }

  .md\:tw-h-12{
    height:3rem
  }

  .md\:tw-h-14{
    height:3.5rem
  }

  .md\:tw-h-16{
    height:4rem
  }

  .md\:tw-h-20{
    height:5rem
  }

  .md\:tw-h-24{
    height:6rem
  }

  .md\:tw-h-28{
    height:7rem
  }

  .md\:tw-h-32{
    height:8rem
  }

  .md\:tw-h-36{
    height:9rem
  }

  .md\:tw-h-40{
    height:10rem
  }

  .md\:tw-h-44{
    height:11rem
  }

  .md\:tw-h-48{
    height:12rem
  }

  .md\:tw-h-52{
    height:13rem
  }

  .md\:tw-h-56{
    height:14rem
  }

  .md\:tw-h-60{
    height:15rem
  }

  .md\:tw-h-64{
    height:16rem
  }

  .md\:tw-h-72{
    height:18rem
  }

  .md\:tw-h-80{
    height:20rem
  }

  .md\:tw-h-96{
    height:24rem
  }

  .md\:tw-h-auto{
    height:auto
  }

  .md\:tw-h-px{
    height:1px
  }

  .md\:tw-h-0\.5{
    height:0.125rem
  }

  .md\:tw-h-1\.5{
    height:0.375rem
  }

  .md\:tw-h-2\.5{
    height:0.625rem
  }

  .md\:tw-h-3\.5{
    height:0.875rem
  }

  .md\:tw-h-1\/2{
    height:50%
  }

  .md\:tw-h-1\/3{
    height:33.333333%
  }

  .md\:tw-h-2\/3{
    height:66.666667%
  }

  .md\:tw-h-1\/4{
    height:25%
  }

  .md\:tw-h-2\/4{
    height:50%
  }

  .md\:tw-h-3\/4{
    height:75%
  }

  .md\:tw-h-1\/5{
    height:20%
  }

  .md\:tw-h-2\/5{
    height:40%
  }

  .md\:tw-h-3\/5{
    height:60%
  }

  .md\:tw-h-4\/5{
    height:80%
  }

  .md\:tw-h-1\/6{
    height:16.666667%
  }

  .md\:tw-h-2\/6{
    height:33.333333%
  }

  .md\:tw-h-3\/6{
    height:50%
  }

  .md\:tw-h-4\/6{
    height:66.666667%
  }

  .md\:tw-h-5\/6{
    height:83.333333%
  }

  .md\:tw-h-full{
    height:100%
  }

  .md\:tw-h-screen{
    height:100vh
  }

  .md\:tw-max-h-0{
    max-height:0px
  }

  .md\:tw-max-h-1{
    max-height:0.25rem
  }

  .md\:tw-max-h-2{
    max-height:0.5rem
  }

  .md\:tw-max-h-3{
    max-height:0.75rem
  }

  .md\:tw-max-h-4{
    max-height:1rem
  }

  .md\:tw-max-h-5{
    max-height:1.25rem
  }

  .md\:tw-max-h-6{
    max-height:1.5rem
  }

  .md\:tw-max-h-7{
    max-height:1.75rem
  }

  .md\:tw-max-h-8{
    max-height:2rem
  }

  .md\:tw-max-h-9{
    max-height:2.25rem
  }

  .md\:tw-max-h-10{
    max-height:2.5rem
  }

  .md\:tw-max-h-11{
    max-height:2.75rem
  }

  .md\:tw-max-h-12{
    max-height:3rem
  }

  .md\:tw-max-h-14{
    max-height:3.5rem
  }

  .md\:tw-max-h-16{
    max-height:4rem
  }

  .md\:tw-max-h-20{
    max-height:5rem
  }

  .md\:tw-max-h-24{
    max-height:6rem
  }

  .md\:tw-max-h-28{
    max-height:7rem
  }

  .md\:tw-max-h-32{
    max-height:8rem
  }

  .md\:tw-max-h-36{
    max-height:9rem
  }

  .md\:tw-max-h-40{
    max-height:10rem
  }

  .md\:tw-max-h-44{
    max-height:11rem
  }

  .md\:tw-max-h-48{
    max-height:12rem
  }

  .md\:tw-max-h-52{
    max-height:13rem
  }

  .md\:tw-max-h-56{
    max-height:14rem
  }

  .md\:tw-max-h-60{
    max-height:15rem
  }

  .md\:tw-max-h-64{
    max-height:16rem
  }

  .md\:tw-max-h-72{
    max-height:18rem
  }

  .md\:tw-max-h-80{
    max-height:20rem
  }

  .md\:tw-max-h-96{
    max-height:24rem
  }

  .md\:tw-max-h-px{
    max-height:1px
  }

  .md\:tw-max-h-0\.5{
    max-height:0.125rem
  }

  .md\:tw-max-h-1\.5{
    max-height:0.375rem
  }

  .md\:tw-max-h-2\.5{
    max-height:0.625rem
  }

  .md\:tw-max-h-3\.5{
    max-height:0.875rem
  }

  .md\:tw-max-h-full{
    max-height:100%
  }

  .md\:tw-max-h-screen{
    max-height:100vh
  }

  .md\:tw-min-h-0{
    min-height:0px
  }

  .md\:tw-min-h-full{
    min-height:100%
  }

  .md\:tw-min-h-screen{
    min-height:100vh
  }

  .md\:tw-w-0{
    width:0px
  }

  .md\:tw-w-1{
    width:0.25rem
  }

  .md\:tw-w-2{
    width:0.5rem
  }

  .md\:tw-w-3{
    width:0.75rem
  }

  .md\:tw-w-4{
    width:1rem
  }

  .md\:tw-w-5{
    width:1.25rem
  }

  .md\:tw-w-6{
    width:1.5rem
  }

  .md\:tw-w-7{
    width:1.75rem
  }

  .md\:tw-w-8{
    width:2rem
  }

  .md\:tw-w-9{
    width:2.25rem
  }

  .md\:tw-w-10{
    width:2.5rem
  }

  .md\:tw-w-11{
    width:2.75rem
  }

  .md\:tw-w-12{
    width:3rem
  }

  .md\:tw-w-14{
    width:3.5rem
  }

  .md\:tw-w-16{
    width:4rem
  }

  .md\:tw-w-20{
    width:5rem
  }

  .md\:tw-w-24{
    width:6rem
  }

  .md\:tw-w-28{
    width:7rem
  }

  .md\:tw-w-32{
    width:8rem
  }

  .md\:tw-w-36{
    width:9rem
  }

  .md\:tw-w-40{
    width:10rem
  }

  .md\:tw-w-44{
    width:11rem
  }

  .md\:tw-w-48{
    width:12rem
  }

  .md\:tw-w-52{
    width:13rem
  }

  .md\:tw-w-56{
    width:14rem
  }

  .md\:tw-w-60{
    width:15rem
  }

  .md\:tw-w-64{
    width:16rem
  }

  .md\:tw-w-72{
    width:18rem
  }

  .md\:tw-w-80{
    width:20rem
  }

  .md\:tw-w-96{
    width:24rem
  }

  .md\:tw-w-auto{
    width:auto
  }

  .md\:tw-w-px{
    width:1px
  }

  .md\:tw-w-0\.5{
    width:0.125rem
  }

  .md\:tw-w-1\.5{
    width:0.375rem
  }

  .md\:tw-w-2\.5{
    width:0.625rem
  }

  .md\:tw-w-3\.5{
    width:0.875rem
  }

  .md\:tw-w-1\/2{
    width:50%
  }

  .md\:tw-w-1\/3{
    width:33.333333%
  }

  .md\:tw-w-2\/3{
    width:66.666667%
  }

  .md\:tw-w-1\/4{
    width:25%
  }

  .md\:tw-w-2\/4{
    width:50%
  }

  .md\:tw-w-3\/4{
    width:75%
  }

  .md\:tw-w-1\/5{
    width:20%
  }

  .md\:tw-w-2\/5{
    width:40%
  }

  .md\:tw-w-3\/5{
    width:60%
  }

  .md\:tw-w-4\/5{
    width:80%
  }

  .md\:tw-w-1\/6{
    width:16.666667%
  }

  .md\:tw-w-2\/6{
    width:33.333333%
  }

  .md\:tw-w-3\/6{
    width:50%
  }

  .md\:tw-w-4\/6{
    width:66.666667%
  }

  .md\:tw-w-5\/6{
    width:83.333333%
  }

  .md\:tw-w-1\/12{
    width:8.333333%
  }

  .md\:tw-w-2\/12{
    width:16.666667%
  }

  .md\:tw-w-3\/12{
    width:25%
  }

  .md\:tw-w-4\/12{
    width:33.333333%
  }

  .md\:tw-w-5\/12{
    width:41.666667%
  }

  .md\:tw-w-6\/12{
    width:50%
  }

  .md\:tw-w-7\/12{
    width:58.333333%
  }

  .md\:tw-w-8\/12{
    width:66.666667%
  }

  .md\:tw-w-9\/12{
    width:75%
  }

  .md\:tw-w-10\/12{
    width:83.333333%
  }

  .md\:tw-w-11\/12{
    width:91.666667%
  }

  .md\:tw-w-full{
    width:100%
  }

  .md\:tw-w-screen{
    width:100vw
  }

  .md\:tw-w-min{
    width:min-content
  }

  .md\:tw-w-max{
    width:max-content
  }

  .md\:tw-min-w-0{
    min-width:0px
  }

  .md\:tw-min-w-full{
    min-width:100%
  }

  .md\:tw-min-w-min{
    min-width:min-content
  }

  .md\:tw-min-w-max{
    min-width:max-content
  }

  .md\:tw-max-w-0{
    max-width:0rem
  }

  .md\:tw-max-w-none{
    max-width:none
  }

  .md\:tw-max-w-xs{
    max-width:20rem
  }

  .md\:tw-max-w-sm{
    max-width:24rem
  }

  .md\:tw-max-w-md{
    max-width:28rem
  }

  .md\:tw-max-w-lg{
    max-width:32rem
  }

  .md\:tw-max-w-xl{
    max-width:36rem
  }

  .md\:tw-max-w-2xl{
    max-width:42rem
  }

  .md\:tw-max-w-3xl{
    max-width:48rem
  }

  .md\:tw-max-w-4xl{
    max-width:56rem
  }

  .md\:tw-max-w-5xl{
    max-width:64rem
  }

  .md\:tw-max-w-6xl{
    max-width:72rem
  }

  .md\:tw-max-w-7xl{
    max-width:80rem
  }

  .md\:tw-max-w-full{
    max-width:100%
  }

  .md\:tw-max-w-min{
    max-width:min-content
  }

  .md\:tw-max-w-max{
    max-width:max-content
  }

  .md\:tw-max-w-prose{
    max-width:65ch
  }

  .md\:tw-max-w-screen-sm{
    max-width:640px
  }

  .md\:tw-max-w-screen-md{
    max-width:768px
  }

  .md\:tw-max-w-screen-lg{
    max-width:1024px
  }

  .md\:tw-max-w-screen-xl{
    max-width:1280px
  }

  .md\:tw-max-w-screen-2xl{
    max-width:1536px
  }

  .md\:tw-flex-1{
    flex:1 1 0%
  }

  .md\:tw-flex-auto{
    flex:1 1 auto
  }

  .md\:tw-flex-initial{
    flex:0 1 auto
  }

  .md\:tw-flex-none{
    flex:none
  }

  .md\:tw-flex-shrink-0{
    flex-shrink:0
  }

  .md\:tw-flex-shrink{
    flex-shrink:1
  }

  .md\:tw-flex-grow-0{
    flex-grow:0
  }

  .md\:tw-flex-grow{
    flex-grow:1
  }

  .md\:tw-table-auto{
    table-layout:auto
  }

  .md\:tw-table-fixed{
    table-layout:fixed
  }

  .md\:tw-border-collapse{
    border-collapse:collapse
  }

  .md\:tw-border-separate{
    border-collapse:separate
  }

  .md\:tw-origin-center{
    transform-origin:center
  }

  .md\:tw-origin-top{
    transform-origin:top
  }

  .md\:tw-origin-top-right{
    transform-origin:top right
  }

  .md\:tw-origin-right{
    transform-origin:right
  }

  .md\:tw-origin-bottom-right{
    transform-origin:bottom right
  }

  .md\:tw-origin-bottom{
    transform-origin:bottom
  }

  .md\:tw-origin-bottom-left{
    transform-origin:bottom left
  }

  .md\:tw-origin-left{
    transform-origin:left
  }

  .md\:tw-origin-top-left{
    transform-origin:top left
  }

  .md\:tw-transform{
    --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;
    transform:translateX(var(--tw-translate-x)) translateY(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\:tw-transform-gpu{
    --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;
    transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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\:tw-transform-none{
    transform:none
  }

  .md\:tw-translate-x-0{
    --tw-translate-x:0px
  }

  .md\:tw-translate-x-1{
    --tw-translate-x:0.25rem
  }

  .md\:tw-translate-x-2{
    --tw-translate-x:0.5rem
  }

  .md\:tw-translate-x-3{
    --tw-translate-x:0.75rem
  }

  .md\:tw-translate-x-4{
    --tw-translate-x:1rem
  }

  .md\:tw-translate-x-5{
    --tw-translate-x:1.25rem
  }

  .md\:tw-translate-x-6{
    --tw-translate-x:1.5rem
  }

  .md\:tw-translate-x-7{
    --tw-translate-x:1.75rem
  }

  .md\:tw-translate-x-8{
    --tw-translate-x:2rem
  }

  .md\:tw-translate-x-9{
    --tw-translate-x:2.25rem
  }

  .md\:tw-translate-x-10{
    --tw-translate-x:2.5rem
  }

  .md\:tw-translate-x-11{
    --tw-translate-x:2.75rem
  }

  .md\:tw-translate-x-12{
    --tw-translate-x:3rem
  }

  .md\:tw-translate-x-14{
    --tw-translate-x:3.5rem
  }

  .md\:tw-translate-x-16{
    --tw-translate-x:4rem
  }

  .md\:tw-translate-x-20{
    --tw-translate-x:5rem
  }

  .md\:tw-translate-x-24{
    --tw-translate-x:6rem
  }

  .md\:tw-translate-x-28{
    --tw-translate-x:7rem
  }

  .md\:tw-translate-x-32{
    --tw-translate-x:8rem
  }

  .md\:tw-translate-x-36{
    --tw-translate-x:9rem
  }

  .md\:tw-translate-x-40{
    --tw-translate-x:10rem
  }

  .md\:tw-translate-x-44{
    --tw-translate-x:11rem
  }

  .md\:tw-translate-x-48{
    --tw-translate-x:12rem
  }

  .md\:tw-translate-x-52{
    --tw-translate-x:13rem
  }

  .md\:tw-translate-x-56{
    --tw-translate-x:14rem
  }

  .md\:tw-translate-x-60{
    --tw-translate-x:15rem
  }

  .md\:tw-translate-x-64{
    --tw-translate-x:16rem
  }

  .md\:tw-translate-x-72{
    --tw-translate-x:18rem
  }

  .md\:tw-translate-x-80{
    --tw-translate-x:20rem
  }

  .md\:tw-translate-x-96{
    --tw-translate-x:24rem
  }

  .md\:tw-translate-x-px{
    --tw-translate-x:1px
  }

  .md\:tw-translate-x-0\.5{
    --tw-translate-x:0.125rem
  }

  .md\:tw-translate-x-1\.5{
    --tw-translate-x:0.375rem
  }

  .md\:tw-translate-x-2\.5{
    --tw-translate-x:0.625rem
  }

  .md\:tw-translate-x-3\.5{
    --tw-translate-x:0.875rem
  }

  .md\:tw--translate-x-0{
    --tw-translate-x:0px
  }

  .md\:tw--translate-x-1{
    --tw-translate-x:-0.25rem
  }

  .md\:tw--translate-x-2{
    --tw-translate-x:-0.5rem
  }

  .md\:tw--translate-x-3{
    --tw-translate-x:-0.75rem
  }

  .md\:tw--translate-x-4{
    --tw-translate-x:-1rem
  }

  .md\:tw--translate-x-5{
    --tw-translate-x:-1.25rem
  }

  .md\:tw--translate-x-6{
    --tw-translate-x:-1.5rem
  }

  .md\:tw--translate-x-7{
    --tw-translate-x:-1.75rem
  }

  .md\:tw--translate-x-8{
    --tw-translate-x:-2rem
  }

  .md\:tw--translate-x-9{
    --tw-translate-x:-2.25rem
  }

  .md\:tw--translate-x-10{
    --tw-translate-x:-2.5rem
  }

  .md\:tw--translate-x-11{
    --tw-translate-x:-2.75rem
  }

  .md\:tw--translate-x-12{
    --tw-translate-x:-3rem
  }

  .md\:tw--translate-x-14{
    --tw-translate-x:-3.5rem
  }

  .md\:tw--translate-x-16{
    --tw-translate-x:-4rem
  }

  .md\:tw--translate-x-20{
    --tw-translate-x:-5rem
  }

  .md\:tw--translate-x-24{
    --tw-translate-x:-6rem
  }

  .md\:tw--translate-x-28{
    --tw-translate-x:-7rem
  }

  .md\:tw--translate-x-32{
    --tw-translate-x:-8rem
  }

  .md\:tw--translate-x-36{
    --tw-translate-x:-9rem
  }

  .md\:tw--translate-x-40{
    --tw-translate-x:-10rem
  }

  .md\:tw--translate-x-44{
    --tw-translate-x:-11rem
  }

  .md\:tw--translate-x-48{
    --tw-translate-x:-12rem
  }

  .md\:tw--translate-x-52{
    --tw-translate-x:-13rem
  }

  .md\:tw--translate-x-56{
    --tw-translate-x:-14rem
  }

  .md\:tw--translate-x-60{
    --tw-translate-x:-15rem
  }

  .md\:tw--translate-x-64{
    --tw-translate-x:-16rem
  }

  .md\:tw--translate-x-72{
    --tw-translate-x:-18rem
  }

  .md\:tw--translate-x-80{
    --tw-translate-x:-20rem
  }

  .md\:tw--translate-x-96{
    --tw-translate-x:-24rem
  }

  .md\:tw--translate-x-px{
    --tw-translate-x:-1px
  }

  .md\:tw--translate-x-0\.5{
    --tw-translate-x:-0.125rem
  }

  .md\:tw--translate-x-1\.5{
    --tw-translate-x:-0.375rem
  }

  .md\:tw--translate-x-2\.5{
    --tw-translate-x:-0.625rem
  }

  .md\:tw--translate-x-3\.5{
    --tw-translate-x:-0.875rem
  }

  .md\:tw-translate-x-1\/2{
    --tw-translate-x:50%
  }

  .md\:tw-translate-x-1\/3{
    --tw-translate-x:33.333333%
  }

  .md\:tw-translate-x-2\/3{
    --tw-translate-x:66.666667%
  }

  .md\:tw-translate-x-1\/4{
    --tw-translate-x:25%
  }

  .md\:tw-translate-x-2\/4{
    --tw-translate-x:50%
  }

  .md\:tw-translate-x-3\/4{
    --tw-translate-x:75%
  }

  .md\:tw-translate-x-full{
    --tw-translate-x:100%
  }

  .md\:tw--translate-x-1\/2{
    --tw-translate-x:-50%
  }

  .md\:tw--translate-x-1\/3{
    --tw-translate-x:-33.333333%
  }

  .md\:tw--translate-x-2\/3{
    --tw-translate-x:-66.666667%
  }

  .md\:tw--translate-x-1\/4{
    --tw-translate-x:-25%
  }

  .md\:tw--translate-x-2\/4{
    --tw-translate-x:-50%
  }

  .md\:tw--translate-x-3\/4{
    --tw-translate-x:-75%
  }

  .md\:tw--translate-x-full{
    --tw-translate-x:-100%
  }

  .md\:tw-translate-y-0{
    --tw-translate-y:0px
  }

  .md\:tw-translate-y-1{
    --tw-translate-y:0.25rem
  }

  .md\:tw-translate-y-2{
    --tw-translate-y:0.5rem
  }

  .md\:tw-translate-y-3{
    --tw-translate-y:0.75rem
  }

  .md\:tw-translate-y-4{
    --tw-translate-y:1rem
  }

  .md\:tw-translate-y-5{
    --tw-translate-y:1.25rem
  }

  .md\:tw-translate-y-6{
    --tw-translate-y:1.5rem
  }

  .md\:tw-translate-y-7{
    --tw-translate-y:1.75rem
  }

  .md\:tw-translate-y-8{
    --tw-translate-y:2rem
  }

  .md\:tw-translate-y-9{
    --tw-translate-y:2.25rem
  }

  .md\:tw-translate-y-10{
    --tw-translate-y:2.5rem
  }

  .md\:tw-translate-y-11{
    --tw-translate-y:2.75rem
  }

  .md\:tw-translate-y-12{
    --tw-translate-y:3rem
  }

  .md\:tw-translate-y-14{
    --tw-translate-y:3.5rem
  }

  .md\:tw-translate-y-16{
    --tw-translate-y:4rem
  }

  .md\:tw-translate-y-20{
    --tw-translate-y:5rem
  }

  .md\:tw-translate-y-24{
    --tw-translate-y:6rem
  }

  .md\:tw-translate-y-28{
    --tw-translate-y:7rem
  }

  .md\:tw-translate-y-32{
    --tw-translate-y:8rem
  }

  .md\:tw-translate-y-36{
    --tw-translate-y:9rem
  }

  .md\:tw-translate-y-40{
    --tw-translate-y:10rem
  }

  .md\:tw-translate-y-44{
    --tw-translate-y:11rem
  }

  .md\:tw-translate-y-48{
    --tw-translate-y:12rem
  }

  .md\:tw-translate-y-52{
    --tw-translate-y:13rem
  }

  .md\:tw-translate-y-56{
    --tw-translate-y:14rem
  }

  .md\:tw-translate-y-60{
    --tw-translate-y:15rem
  }

  .md\:tw-translate-y-64{
    --tw-translate-y:16rem
  }

  .md\:tw-translate-y-72{
    --tw-translate-y:18rem
  }

  .md\:tw-translate-y-80{
    --tw-translate-y:20rem
  }

  .md\:tw-translate-y-96{
    --tw-translate-y:24rem
  }

  .md\:tw-translate-y-px{
    --tw-translate-y:1px
  }

  .md\:tw-translate-y-0\.5{
    --tw-translate-y:0.125rem
  }

  .md\:tw-translate-y-1\.5{
    --tw-translate-y:0.375rem
  }

  .md\:tw-translate-y-2\.5{
    --tw-translate-y:0.625rem
  }

  .md\:tw-translate-y-3\.5{
    --tw-translate-y:0.875rem
  }

  .md\:tw--translate-y-0{
    --tw-translate-y:0px
  }

  .md\:tw--translate-y-1{
    --tw-translate-y:-0.25rem
  }

  .md\:tw--translate-y-2{
    --tw-translate-y:-0.5rem
  }

  .md\:tw--translate-y-3{
    --tw-translate-y:-0.75rem
  }

  .md\:tw--translate-y-4{
    --tw-translate-y:-1rem
  }

  .md\:tw--translate-y-5{
    --tw-translate-y:-1.25rem
  }

  .md\:tw--translate-y-6{
    --tw-translate-y:-1.5rem
  }

  .md\:tw--translate-y-7{
    --tw-translate-y:-1.75rem
  }

  .md\:tw--translate-y-8{
    --tw-translate-y:-2rem
  }

  .md\:tw--translate-y-9{
    --tw-translate-y:-2.25rem
  }

  .md\:tw--translate-y-10{
    --tw-translate-y:-2.5rem
  }

  .md\:tw--translate-y-11{
    --tw-translate-y:-2.75rem
  }

  .md\:tw--translate-y-12{
    --tw-translate-y:-3rem
  }

  .md\:tw--translate-y-14{
    --tw-translate-y:-3.5rem
  }

  .md\:tw--translate-y-16{
    --tw-translate-y:-4rem
  }

  .md\:tw--translate-y-20{
    --tw-translate-y:-5rem
  }

  .md\:tw--translate-y-24{
    --tw-translate-y:-6rem
  }

  .md\:tw--translate-y-28{
    --tw-translate-y:-7rem
  }

  .md\:tw--translate-y-32{
    --tw-translate-y:-8rem
  }

  .md\:tw--translate-y-36{
    --tw-translate-y:-9rem
  }

  .md\:tw--translate-y-40{
    --tw-translate-y:-10rem
  }

  .md\:tw--translate-y-44{
    --tw-translate-y:-11rem
  }

  .md\:tw--translate-y-48{
    --tw-translate-y:-12rem
  }

  .md\:tw--translate-y-52{
    --tw-translate-y:-13rem
  }

  .md\:tw--translate-y-56{
    --tw-translate-y:-14rem
  }

  .md\:tw--translate-y-60{
    --tw-translate-y:-15rem
  }

  .md\:tw--translate-y-64{
    --tw-translate-y:-16rem
  }

  .md\:tw--translate-y-72{
    --tw-translate-y:-18rem
  }

  .md\:tw--translate-y-80{
    --tw-translate-y:-20rem
  }

  .md\:tw--translate-y-96{
    --tw-translate-y:-24rem
  }

  .md\:tw--translate-y-px{
    --tw-translate-y:-1px
  }

  .md\:tw--translate-y-0\.5{
    --tw-translate-y:-0.125rem
  }

  .md\:tw--translate-y-1\.5{
    --tw-translate-y:-0.375rem
  }

  .md\:tw--translate-y-2\.5{
    --tw-translate-y:-0.625rem
  }

  .md\:tw--translate-y-3\.5{
    --tw-translate-y:-0.875rem
  }

  .md\:tw-translate-y-1\/2{
    --tw-translate-y:50%
  }

  .md\:tw-translate-y-1\/3{
    --tw-translate-y:33.333333%
  }

  .md\:tw-translate-y-2\/3{
    --tw-translate-y:66.666667%
  }

  .md\:tw-translate-y-1\/4{
    --tw-translate-y:25%
  }

  .md\:tw-translate-y-2\/4{
    --tw-translate-y:50%
  }

  .md\:tw-translate-y-3\/4{
    --tw-translate-y:75%
  }

  .md\:tw-translate-y-full{
    --tw-translate-y:100%
  }

  .md\:tw--translate-y-1\/2{
    --tw-translate-y:-50%
  }

  .md\:tw--translate-y-1\/3{
    --tw-translate-y:-33.333333%
  }

  .md\:tw--translate-y-2\/3{
    --tw-translate-y:-66.666667%
  }

  .md\:tw--translate-y-1\/4{
    --tw-translate-y:-25%
  }

  .md\:tw--translate-y-2\/4{
    --tw-translate-y:-50%
  }

  .md\:tw--translate-y-3\/4{
    --tw-translate-y:-75%
  }

  .md\:tw--translate-y-full{
    --tw-translate-y:-100%
  }

  .md\:hover\:tw-translate-x-0:hover{
    --tw-translate-x:0px
  }

  .md\:hover\:tw-translate-x-1:hover{
    --tw-translate-x:0.25rem
  }

  .md\:hover\:tw-translate-x-2:hover{
    --tw-translate-x:0.5rem
  }

  .md\:hover\:tw-translate-x-3:hover{
    --tw-translate-x:0.75rem
  }

  .md\:hover\:tw-translate-x-4:hover{
    --tw-translate-x:1rem
  }

  .md\:hover\:tw-translate-x-5:hover{
    --tw-translate-x:1.25rem
  }

  .md\:hover\:tw-translate-x-6:hover{
    --tw-translate-x:1.5rem
  }

  .md\:hover\:tw-translate-x-7:hover{
    --tw-translate-x:1.75rem
  }

  .md\:hover\:tw-translate-x-8:hover{
    --tw-translate-x:2rem
  }

  .md\:hover\:tw-translate-x-9:hover{
    --tw-translate-x:2.25rem
  }

  .md\:hover\:tw-translate-x-10:hover{
    --tw-translate-x:2.5rem
  }

  .md\:hover\:tw-translate-x-11:hover{
    --tw-translate-x:2.75rem
  }

  .md\:hover\:tw-translate-x-12:hover{
    --tw-translate-x:3rem
  }

  .md\:hover\:tw-translate-x-14:hover{
    --tw-translate-x:3.5rem
  }

  .md\:hover\:tw-translate-x-16:hover{
    --tw-translate-x:4rem
  }

  .md\:hover\:tw-translate-x-20:hover{
    --tw-translate-x:5rem
  }

  .md\:hover\:tw-translate-x-24:hover{
    --tw-translate-x:6rem
  }

  .md\:hover\:tw-translate-x-28:hover{
    --tw-translate-x:7rem
  }

  .md\:hover\:tw-translate-x-32:hover{
    --tw-translate-x:8rem
  }

  .md\:hover\:tw-translate-x-36:hover{
    --tw-translate-x:9rem
  }

  .md\:hover\:tw-translate-x-40:hover{
    --tw-translate-x:10rem
  }

  .md\:hover\:tw-translate-x-44:hover{
    --tw-translate-x:11rem
  }

  .md\:hover\:tw-translate-x-48:hover{
    --tw-translate-x:12rem
  }

  .md\:hover\:tw-translate-x-52:hover{
    --tw-translate-x:13rem
  }

  .md\:hover\:tw-translate-x-56:hover{
    --tw-translate-x:14rem
  }

  .md\:hover\:tw-translate-x-60:hover{
    --tw-translate-x:15rem
  }

  .md\:hover\:tw-translate-x-64:hover{
    --tw-translate-x:16rem
  }

  .md\:hover\:tw-translate-x-72:hover{
    --tw-translate-x:18rem
  }

  .md\:hover\:tw-translate-x-80:hover{
    --tw-translate-x:20rem
  }

  .md\:hover\:tw-translate-x-96:hover{
    --tw-translate-x:24rem
  }

  .md\:hover\:tw-translate-x-px:hover{
    --tw-translate-x:1px
  }

  .md\:hover\:tw-translate-x-0\.5:hover{
    --tw-translate-x:0.125rem
  }

  .md\:hover\:tw-translate-x-1\.5:hover{
    --tw-translate-x:0.375rem
  }

  .md\:hover\:tw-translate-x-2\.5:hover{
    --tw-translate-x:0.625rem
  }

  .md\:hover\:tw-translate-x-3\.5:hover{
    --tw-translate-x:0.875rem
  }

  .md\:hover\:tw--translate-x-0:hover{
    --tw-translate-x:0px
  }

  .md\:hover\:tw--translate-x-1:hover{
    --tw-translate-x:-0.25rem
  }

  .md\:hover\:tw--translate-x-2:hover{
    --tw-translate-x:-0.5rem
  }

  .md\:hover\:tw--translate-x-3:hover{
    --tw-translate-x:-0.75rem
  }

  .md\:hover\:tw--translate-x-4:hover{
    --tw-translate-x:-1rem
  }

  .md\:hover\:tw--translate-x-5:hover{
    --tw-translate-x:-1.25rem
  }

  .md\:hover\:tw--translate-x-6:hover{
    --tw-translate-x:-1.5rem
  }

  .md\:hover\:tw--translate-x-7:hover{
    --tw-translate-x:-1.75rem
  }

  .md\:hover\:tw--translate-x-8:hover{
    --tw-translate-x:-2rem
  }

  .md\:hover\:tw--translate-x-9:hover{
    --tw-translate-x:-2.25rem
  }

  .md\:hover\:tw--translate-x-10:hover{
    --tw-translate-x:-2.5rem
  }

  .md\:hover\:tw--translate-x-11:hover{
    --tw-translate-x:-2.75rem
  }

  .md\:hover\:tw--translate-x-12:hover{
    --tw-translate-x:-3rem
  }

  .md\:hover\:tw--translate-x-14:hover{
    --tw-translate-x:-3.5rem
  }

  .md\:hover\:tw--translate-x-16:hover{
    --tw-translate-x:-4rem
  }

  .md\:hover\:tw--translate-x-20:hover{
    --tw-translate-x:-5rem
  }

  .md\:hover\:tw--translate-x-24:hover{
    --tw-translate-x:-6rem
  }

  .md\:hover\:tw--translate-x-28:hover{
    --tw-translate-x:-7rem
  }

  .md\:hover\:tw--translate-x-32:hover{
    --tw-translate-x:-8rem
  }

  .md\:hover\:tw--translate-x-36:hover{
    --tw-translate-x:-9rem
  }

  .md\:hover\:tw--translate-x-40:hover{
    --tw-translate-x:-10rem
  }

  .md\:hover\:tw--translate-x-44:hover{
    --tw-translate-x:-11rem
  }

  .md\:hover\:tw--translate-x-48:hover{
    --tw-translate-x:-12rem
  }

  .md\:hover\:tw--translate-x-52:hover{
    --tw-translate-x:-13rem
  }

  .md\:hover\:tw--translate-x-56:hover{
    --tw-translate-x:-14rem
  }

  .md\:hover\:tw--translate-x-60:hover{
    --tw-translate-x:-15rem
  }

  .md\:hover\:tw--translate-x-64:hover{
    --tw-translate-x:-16rem
  }

  .md\:hover\:tw--translate-x-72:hover{
    --tw-translate-x:-18rem
  }

  .md\:hover\:tw--translate-x-80:hover{
    --tw-translate-x:-20rem
  }

  .md\:hover\:tw--translate-x-96:hover{
    --tw-translate-x:-24rem
  }

  .md\:hover\:tw--translate-x-px:hover{
    --tw-translate-x:-1px
  }

  .md\:hover\:tw--translate-x-0\.5:hover{
    --tw-translate-x:-0.125rem
  }

  .md\:hover\:tw--translate-x-1\.5:hover{
    --tw-translate-x:-0.375rem
  }

  .md\:hover\:tw--translate-x-2\.5:hover{
    --tw-translate-x:-0.625rem
  }

  .md\:hover\:tw--translate-x-3\.5:hover{
    --tw-translate-x:-0.875rem
  }

  .md\:hover\:tw-translate-x-1\/2:hover{
    --tw-translate-x:50%
  }

  .md\:hover\:tw-translate-x-1\/3:hover{
    --tw-translate-x:33.333333%
  }

  .md\:hover\:tw-translate-x-2\/3:hover{
    --tw-translate-x:66.666667%
  }

  .md\:hover\:tw-translate-x-1\/4:hover{
    --tw-translate-x:25%
  }

  .md\:hover\:tw-translate-x-2\/4:hover{
    --tw-translate-x:50%
  }

  .md\:hover\:tw-translate-x-3\/4:hover{
    --tw-translate-x:75%
  }

  .md\:hover\:tw-translate-x-full:hover{
    --tw-translate-x:100%
  }

  .md\:hover\:tw--translate-x-1\/2:hover{
    --tw-translate-x:-50%
  }

  .md\:hover\:tw--translate-x-1\/3:hover{
    --tw-translate-x:-33.333333%
  }

  .md\:hover\:tw--translate-x-2\/3:hover{
    --tw-translate-x:-66.666667%
  }

  .md\:hover\:tw--translate-x-1\/4:hover{
    --tw-translate-x:-25%
  }

  .md\:hover\:tw--translate-x-2\/4:hover{
    --tw-translate-x:-50%
  }

  .md\:hover\:tw--translate-x-3\/4:hover{
    --tw-translate-x:-75%
  }

  .md\:hover\:tw--translate-x-full:hover{
    --tw-translate-x:-100%
  }

  .md\:hover\:tw-translate-y-0:hover{
    --tw-translate-y:0px
  }

  .md\:hover\:tw-translate-y-1:hover{
    --tw-translate-y:0.25rem
  }

  .md\:hover\:tw-translate-y-2:hover{
    --tw-translate-y:0.5rem
  }

  .md\:hover\:tw-translate-y-3:hover{
    --tw-translate-y:0.75rem
  }

  .md\:hover\:tw-translate-y-4:hover{
    --tw-translate-y:1rem
  }

  .md\:hover\:tw-translate-y-5:hover{
    --tw-translate-y:1.25rem
  }

  .md\:hover\:tw-translate-y-6:hover{
    --tw-translate-y:1.5rem
  }

  .md\:hover\:tw-translate-y-7:hover{
    --tw-translate-y:1.75rem
  }

  .md\:hover\:tw-translate-y-8:hover{
    --tw-translate-y:2rem
  }

  .md\:hover\:tw-translate-y-9:hover{
    --tw-translate-y:2.25rem
  }

  .md\:hover\:tw-translate-y-10:hover{
    --tw-translate-y:2.5rem
  }

  .md\:hover\:tw-translate-y-11:hover{
    --tw-translate-y:2.75rem
  }

  .md\:hover\:tw-translate-y-12:hover{
    --tw-translate-y:3rem
  }

  .md\:hover\:tw-translate-y-14:hover{
    --tw-translate-y:3.5rem
  }

  .md\:hover\:tw-translate-y-16:hover{
    --tw-translate-y:4rem
  }

  .md\:hover\:tw-translate-y-20:hover{
    --tw-translate-y:5rem
  }

  .md\:hover\:tw-translate-y-24:hover{
    --tw-translate-y:6rem
  }

  .md\:hover\:tw-translate-y-28:hover{
    --tw-translate-y:7rem
  }

  .md\:hover\:tw-translate-y-32:hover{
    --tw-translate-y:8rem
  }

  .md\:hover\:tw-translate-y-36:hover{
    --tw-translate-y:9rem
  }

  .md\:hover\:tw-translate-y-40:hover{
    --tw-translate-y:10rem
  }

  .md\:hover\:tw-translate-y-44:hover{
    --tw-translate-y:11rem
  }

  .md\:hover\:tw-translate-y-48:hover{
    --tw-translate-y:12rem
  }

  .md\:hover\:tw-translate-y-52:hover{
    --tw-translate-y:13rem
  }

  .md\:hover\:tw-translate-y-56:hover{
    --tw-translate-y:14rem
  }

  .md\:hover\:tw-translate-y-60:hover{
    --tw-translate-y:15rem
  }

  .md\:hover\:tw-translate-y-64:hover{
    --tw-translate-y:16rem
  }

  .md\:hover\:tw-translate-y-72:hover{
    --tw-translate-y:18rem
  }

  .md\:hover\:tw-translate-y-80:hover{
    --tw-translate-y:20rem
  }

  .md\:hover\:tw-translate-y-96:hover{
    --tw-translate-y:24rem
  }

  .md\:hover\:tw-translate-y-px:hover{
    --tw-translate-y:1px
  }

  .md\:hover\:tw-translate-y-0\.5:hover{
    --tw-translate-y:0.125rem
  }

  .md\:hover\:tw-translate-y-1\.5:hover{
    --tw-translate-y:0.375rem
  }

  .md\:hover\:tw-translate-y-2\.5:hover{
    --tw-translate-y:0.625rem
  }

  .md\:hover\:tw-translate-y-3\.5:hover{
    --tw-translate-y:0.875rem
  }

  .md\:hover\:tw--translate-y-0:hover{
    --tw-translate-y:0px
  }

  .md\:hover\:tw--translate-y-1:hover{
    --tw-translate-y:-0.25rem
  }

  .md\:hover\:tw--translate-y-2:hover{
    --tw-translate-y:-0.5rem
  }

  .md\:hover\:tw--translate-y-3:hover{
    --tw-translate-y:-0.75rem
  }

  .md\:hover\:tw--translate-y-4:hover{
    --tw-translate-y:-1rem
  }

  .md\:hover\:tw--translate-y-5:hover{
    --tw-translate-y:-1.25rem
  }

  .md\:hover\:tw--translate-y-6:hover{
    --tw-translate-y:-1.5rem
  }

  .md\:hover\:tw--translate-y-7:hover{
    --tw-translate-y:-1.75rem
  }

  .md\:hover\:tw--translate-y-8:hover{
    --tw-translate-y:-2rem
  }

  .md\:hover\:tw--translate-y-9:hover{
    --tw-translate-y:-2.25rem
  }

  .md\:hover\:tw--translate-y-10:hover{
    --tw-translate-y:-2.5rem
  }

  .md\:hover\:tw--translate-y-11:hover{
    --tw-translate-y:-2.75rem
  }

  .md\:hover\:tw--translate-y-12:hover{
    --tw-translate-y:-3rem
  }

  .md\:hover\:tw--translate-y-14:hover{
    --tw-translate-y:-3.5rem
  }

  .md\:hover\:tw--translate-y-16:hover{
    --tw-translate-y:-4rem
  }

  .md\:hover\:tw--translate-y-20:hover{
    --tw-translate-y:-5rem
  }

  .md\:hover\:tw--translate-y-24:hover{
    --tw-translate-y:-6rem
  }

  .md\:hover\:tw--translate-y-28:hover{
    --tw-translate-y:-7rem
  }

  .md\:hover\:tw--translate-y-32:hover{
    --tw-translate-y:-8rem
  }

  .md\:hover\:tw--translate-y-36:hover{
    --tw-translate-y:-9rem
  }

  .md\:hover\:tw--translate-y-40:hover{
    --tw-translate-y:-10rem
  }

  .md\:hover\:tw--translate-y-44:hover{
    --tw-translate-y:-11rem
  }

  .md\:hover\:tw--translate-y-48:hover{
    --tw-translate-y:-12rem
  }

  .md\:hover\:tw--translate-y-52:hover{
    --tw-translate-y:-13rem
  }

  .md\:hover\:tw--translate-y-56:hover{
    --tw-translate-y:-14rem
  }

  .md\:hover\:tw--translate-y-60:hover{
    --tw-translate-y:-15rem
  }

  .md\:hover\:tw--translate-y-64:hover{
    --tw-translate-y:-16rem
  }

  .md\:hover\:tw--translate-y-72:hover{
    --tw-translate-y:-18rem
  }

  .md\:hover\:tw--translate-y-80:hover{
    --tw-translate-y:-20rem
  }

  .md\:hover\:tw--translate-y-96:hover{
    --tw-translate-y:-24rem
  }

  .md\:hover\:tw--translate-y-px:hover{
    --tw-translate-y:-1px
  }

  .md\:hover\:tw--translate-y-0\.5:hover{
    --tw-translate-y:-0.125rem
  }

  .md\:hover\:tw--translate-y-1\.5:hover{
    --tw-translate-y:-0.375rem
  }

  .md\:hover\:tw--translate-y-2\.5:hover{
    --tw-translate-y:-0.625rem
  }

  .md\:hover\:tw--translate-y-3\.5:hover{
    --tw-translate-y:-0.875rem
  }

  .md\:hover\:tw-translate-y-1\/2:hover{
    --tw-translate-y:50%
  }

  .md\:hover\:tw-translate-y-1\/3:hover{
    --tw-translate-y:33.333333%
  }

  .md\:hover\:tw-translate-y-2\/3:hover{
    --tw-translate-y:66.666667%
  }

  .md\:hover\:tw-translate-y-1\/4:hover{
    --tw-translate-y:25%
  }

  .md\:hover\:tw-translate-y-2\/4:hover{
    --tw-translate-y:50%
  }

  .md\:hover\:tw-translate-y-3\/4:hover{
    --tw-translate-y:75%
  }

  .md\:hover\:tw-translate-y-full:hover{
    --tw-translate-y:100%
  }

  .md\:hover\:tw--translate-y-1\/2:hover{
    --tw-translate-y:-50%
  }

  .md\:hover\:tw--translate-y-1\/3:hover{
    --tw-translate-y:-33.333333%
  }

  .md\:hover\:tw--translate-y-2\/3:hover{
    --tw-translate-y:-66.666667%
  }

  .md\:hover\:tw--translate-y-1\/4:hover{
    --tw-translate-y:-25%
  }

  .md\:hover\:tw--translate-y-2\/4:hover{
    --tw-translate-y:-50%
  }

  .md\:hover\:tw--translate-y-3\/4:hover{
    --tw-translate-y:-75%
  }

  .md\:hover\:tw--translate-y-full:hover{
    --tw-translate-y:-100%
  }

  .md\:focus\:tw-translate-x-0:focus{
    --tw-translate-x:0px
  }

  .md\:focus\:tw-translate-x-1:focus{
    --tw-translate-x:0.25rem
  }

  .md\:focus\:tw-translate-x-2:focus{
    --tw-translate-x:0.5rem
  }

  .md\:focus\:tw-translate-x-3:focus{
    --tw-translate-x:0.75rem
  }

  .md\:focus\:tw-translate-x-4:focus{
    --tw-translate-x:1rem
  }

  .md\:focus\:tw-translate-x-5:focus{
    --tw-translate-x:1.25rem
  }

  .md\:focus\:tw-translate-x-6:focus{
    --tw-translate-x:1.5rem
  }

  .md\:focus\:tw-translate-x-7:focus{
    --tw-translate-x:1.75rem
  }

  .md\:focus\:tw-translate-x-8:focus{
    --tw-translate-x:2rem
  }

  .md\:focus\:tw-translate-x-9:focus{
    --tw-translate-x:2.25rem
  }

  .md\:focus\:tw-translate-x-10:focus{
    --tw-translate-x:2.5rem
  }

  .md\:focus\:tw-translate-x-11:focus{
    --tw-translate-x:2.75rem
  }

  .md\:focus\:tw-translate-x-12:focus{
    --tw-translate-x:3rem
  }

  .md\:focus\:tw-translate-x-14:focus{
    --tw-translate-x:3.5rem
  }

  .md\:focus\:tw-translate-x-16:focus{
    --tw-translate-x:4rem
  }

  .md\:focus\:tw-translate-x-20:focus{
    --tw-translate-x:5rem
  }

  .md\:focus\:tw-translate-x-24:focus{
    --tw-translate-x:6rem
  }

  .md\:focus\:tw-translate-x-28:focus{
    --tw-translate-x:7rem
  }

  .md\:focus\:tw-translate-x-32:focus{
    --tw-translate-x:8rem
  }

  .md\:focus\:tw-translate-x-36:focus{
    --tw-translate-x:9rem
  }

  .md\:focus\:tw-translate-x-40:focus{
    --tw-translate-x:10rem
  }

  .md\:focus\:tw-translate-x-44:focus{
    --tw-translate-x:11rem
  }

  .md\:focus\:tw-translate-x-48:focus{
    --tw-translate-x:12rem
  }

  .md\:focus\:tw-translate-x-52:focus{
    --tw-translate-x:13rem
  }

  .md\:focus\:tw-translate-x-56:focus{
    --tw-translate-x:14rem
  }

  .md\:focus\:tw-translate-x-60:focus{
    --tw-translate-x:15rem
  }

  .md\:focus\:tw-translate-x-64:focus{
    --tw-translate-x:16rem
  }

  .md\:focus\:tw-translate-x-72:focus{
    --tw-translate-x:18rem
  }

  .md\:focus\:tw-translate-x-80:focus{
    --tw-translate-x:20rem
  }

  .md\:focus\:tw-translate-x-96:focus{
    --tw-translate-x:24rem
  }

  .md\:focus\:tw-translate-x-px:focus{
    --tw-translate-x:1px
  }

  .md\:focus\:tw-translate-x-0\.5:focus{
    --tw-translate-x:0.125rem
  }

  .md\:focus\:tw-translate-x-1\.5:focus{
    --tw-translate-x:0.375rem
  }

  .md\:focus\:tw-translate-x-2\.5:focus{
    --tw-translate-x:0.625rem
  }

  .md\:focus\:tw-translate-x-3\.5:focus{
    --tw-translate-x:0.875rem
  }

  .md\:focus\:tw--translate-x-0:focus{
    --tw-translate-x:0px
  }

  .md\:focus\:tw--translate-x-1:focus{
    --tw-translate-x:-0.25rem
  }

  .md\:focus\:tw--translate-x-2:focus{
    --tw-translate-x:-0.5rem
  }

  .md\:focus\:tw--translate-x-3:focus{
    --tw-translate-x:-0.75rem
  }

  .md\:focus\:tw--translate-x-4:focus{
    --tw-translate-x:-1rem
  }

  .md\:focus\:tw--translate-x-5:focus{
    --tw-translate-x:-1.25rem
  }

  .md\:focus\:tw--translate-x-6:focus{
    --tw-translate-x:-1.5rem
  }

  .md\:focus\:tw--translate-x-7:focus{
    --tw-translate-x:-1.75rem
  }

  .md\:focus\:tw--translate-x-8:focus{
    --tw-translate-x:-2rem
  }

  .md\:focus\:tw--translate-x-9:focus{
    --tw-translate-x:-2.25rem
  }

  .md\:focus\:tw--translate-x-10:focus{
    --tw-translate-x:-2.5rem
  }

  .md\:focus\:tw--translate-x-11:focus{
    --tw-translate-x:-2.75rem
  }

  .md\:focus\:tw--translate-x-12:focus{
    --tw-translate-x:-3rem
  }

  .md\:focus\:tw--translate-x-14:focus{
    --tw-translate-x:-3.5rem
  }

  .md\:focus\:tw--translate-x-16:focus{
    --tw-translate-x:-4rem
  }

  .md\:focus\:tw--translate-x-20:focus{
    --tw-translate-x:-5rem
  }

  .md\:focus\:tw--translate-x-24:focus{
    --tw-translate-x:-6rem
  }

  .md\:focus\:tw--translate-x-28:focus{
    --tw-translate-x:-7rem
  }

  .md\:focus\:tw--translate-x-32:focus{
    --tw-translate-x:-8rem
  }

  .md\:focus\:tw--translate-x-36:focus{
    --tw-translate-x:-9rem
  }

  .md\:focus\:tw--translate-x-40:focus{
    --tw-translate-x:-10rem
  }

  .md\:focus\:tw--translate-x-44:focus{
    --tw-translate-x:-11rem
  }

  .md\:focus\:tw--translate-x-48:focus{
    --tw-translate-x:-12rem
  }

  .md\:focus\:tw--translate-x-52:focus{
    --tw-translate-x:-13rem
  }

  .md\:focus\:tw--translate-x-56:focus{
    --tw-translate-x:-14rem
  }

  .md\:focus\:tw--translate-x-60:focus{
    --tw-translate-x:-15rem
  }

  .md\:focus\:tw--translate-x-64:focus{
    --tw-translate-x:-16rem
  }

  .md\:focus\:tw--translate-x-72:focus{
    --tw-translate-x:-18rem
  }

  .md\:focus\:tw--translate-x-80:focus{
    --tw-translate-x:-20rem
  }

  .md\:focus\:tw--translate-x-96:focus{
    --tw-translate-x:-24rem
  }

  .md\:focus\:tw--translate-x-px:focus{
    --tw-translate-x:-1px
  }

  .md\:focus\:tw--translate-x-0\.5:focus{
    --tw-translate-x:-0.125rem
  }

  .md\:focus\:tw--translate-x-1\.5:focus{
    --tw-translate-x:-0.375rem
  }

  .md\:focus\:tw--translate-x-2\.5:focus{
    --tw-translate-x:-0.625rem
  }

  .md\:focus\:tw--translate-x-3\.5:focus{
    --tw-translate-x:-0.875rem
  }

  .md\:focus\:tw-translate-x-1\/2:focus{
    --tw-translate-x:50%
  }

  .md\:focus\:tw-translate-x-1\/3:focus{
    --tw-translate-x:33.333333%
  }

  .md\:focus\:tw-translate-x-2\/3:focus{
    --tw-translate-x:66.666667%
  }

  .md\:focus\:tw-translate-x-1\/4:focus{
    --tw-translate-x:25%
  }

  .md\:focus\:tw-translate-x-2\/4:focus{
    --tw-translate-x:50%
  }

  .md\:focus\:tw-translate-x-3\/4:focus{
    --tw-translate-x:75%
  }

  .md\:focus\:tw-translate-x-full:focus{
    --tw-translate-x:100%
  }

  .md\:focus\:tw--translate-x-1\/2:focus{
    --tw-translate-x:-50%
  }

  .md\:focus\:tw--translate-x-1\/3:focus{
    --tw-translate-x:-33.333333%
  }

  .md\:focus\:tw--translate-x-2\/3:focus{
    --tw-translate-x:-66.666667%
  }

  .md\:focus\:tw--translate-x-1\/4:focus{
    --tw-translate-x:-25%
  }

  .md\:focus\:tw--translate-x-2\/4:focus{
    --tw-translate-x:-50%
  }

  .md\:focus\:tw--translate-x-3\/4:focus{
    --tw-translate-x:-75%
  }

  .md\:focus\:tw--translate-x-full:focus{
    --tw-translate-x:-100%
  }

  .md\:focus\:tw-translate-y-0:focus{
    --tw-translate-y:0px
  }

  .md\:focus\:tw-translate-y-1:focus{
    --tw-translate-y:0.25rem
  }

  .md\:focus\:tw-translate-y-2:focus{
    --tw-translate-y:0.5rem
  }

  .md\:focus\:tw-translate-y-3:focus{
    --tw-translate-y:0.75rem
  }

  .md\:focus\:tw-translate-y-4:focus{
    --tw-translate-y:1rem
  }

  .md\:focus\:tw-translate-y-5:focus{
    --tw-translate-y:1.25rem
  }

  .md\:focus\:tw-translate-y-6:focus{
    --tw-translate-y:1.5rem
  }

  .md\:focus\:tw-translate-y-7:focus{
    --tw-translate-y:1.75rem
  }

  .md\:focus\:tw-translate-y-8:focus{
    --tw-translate-y:2rem
  }

  .md\:focus\:tw-translate-y-9:focus{
    --tw-translate-y:2.25rem
  }

  .md\:focus\:tw-translate-y-10:focus{
    --tw-translate-y:2.5rem
  }

  .md\:focus\:tw-translate-y-11:focus{
    --tw-translate-y:2.75rem
  }

  .md\:focus\:tw-translate-y-12:focus{
    --tw-translate-y:3rem
  }

  .md\:focus\:tw-translate-y-14:focus{
    --tw-translate-y:3.5rem
  }

  .md\:focus\:tw-translate-y-16:focus{
    --tw-translate-y:4rem
  }

  .md\:focus\:tw-translate-y-20:focus{
    --tw-translate-y:5rem
  }

  .md\:focus\:tw-translate-y-24:focus{
    --tw-translate-y:6rem
  }

  .md\:focus\:tw-translate-y-28:focus{
    --tw-translate-y:7rem
  }

  .md\:focus\:tw-translate-y-32:focus{
    --tw-translate-y:8rem
  }

  .md\:focus\:tw-translate-y-36:focus{
    --tw-translate-y:9rem
  }

  .md\:focus\:tw-translate-y-40:focus{
    --tw-translate-y:10rem
  }

  .md\:focus\:tw-translate-y-44:focus{
    --tw-translate-y:11rem
  }

  .md\:focus\:tw-translate-y-48:focus{
    --tw-translate-y:12rem
  }

  .md\:focus\:tw-translate-y-52:focus{
    --tw-translate-y:13rem
  }

  .md\:focus\:tw-translate-y-56:focus{
    --tw-translate-y:14rem
  }

  .md\:focus\:tw-translate-y-60:focus{
    --tw-translate-y:15rem
  }

  .md\:focus\:tw-translate-y-64:focus{
    --tw-translate-y:16rem
  }

  .md\:focus\:tw-translate-y-72:focus{
    --tw-translate-y:18rem
  }

  .md\:focus\:tw-translate-y-80:focus{
    --tw-translate-y:20rem
  }

  .md\:focus\:tw-translate-y-96:focus{
    --tw-translate-y:24rem
  }

  .md\:focus\:tw-translate-y-px:focus{
    --tw-translate-y:1px
  }

  .md\:focus\:tw-translate-y-0\.5:focus{
    --tw-translate-y:0.125rem
  }

  .md\:focus\:tw-translate-y-1\.5:focus{
    --tw-translate-y:0.375rem
  }

  .md\:focus\:tw-translate-y-2\.5:focus{
    --tw-translate-y:0.625rem
  }

  .md\:focus\:tw-translate-y-3\.5:focus{
    --tw-translate-y:0.875rem
  }

  .md\:focus\:tw--translate-y-0:focus{
    --tw-translate-y:0px
  }

  .md\:focus\:tw--translate-y-1:focus{
    --tw-translate-y:-0.25rem
  }

  .md\:focus\:tw--translate-y-2:focus{
    --tw-translate-y:-0.5rem
  }

  .md\:focus\:tw--translate-y-3:focus{
    --tw-translate-y:-0.75rem
  }

  .md\:focus\:tw--translate-y-4:focus{
    --tw-translate-y:-1rem
  }

  .md\:focus\:tw--translate-y-5:focus{
    --tw-translate-y:-1.25rem
  }

  .md\:focus\:tw--translate-y-6:focus{
    --tw-translate-y:-1.5rem
  }

  .md\:focus\:tw--translate-y-7:focus{
    --tw-translate-y:-1.75rem
  }

  .md\:focus\:tw--translate-y-8:focus{
    --tw-translate-y:-2rem
  }

  .md\:focus\:tw--translate-y-9:focus{
    --tw-translate-y:-2.25rem
  }

  .md\:focus\:tw--translate-y-10:focus{
    --tw-translate-y:-2.5rem
  }

  .md\:focus\:tw--translate-y-11:focus{
    --tw-translate-y:-2.75rem
  }

  .md\:focus\:tw--translate-y-12:focus{
    --tw-translate-y:-3rem
  }

  .md\:focus\:tw--translate-y-14:focus{
    --tw-translate-y:-3.5rem
  }

  .md\:focus\:tw--translate-y-16:focus{
    --tw-translate-y:-4rem
  }

  .md\:focus\:tw--translate-y-20:focus{
    --tw-translate-y:-5rem
  }

  .md\:focus\:tw--translate-y-24:focus{
    --tw-translate-y:-6rem
  }

  .md\:focus\:tw--translate-y-28:focus{
    --tw-translate-y:-7rem
  }

  .md\:focus\:tw--translate-y-32:focus{
    --tw-translate-y:-8rem
  }

  .md\:focus\:tw--translate-y-36:focus{
    --tw-translate-y:-9rem
  }

  .md\:focus\:tw--translate-y-40:focus{
    --tw-translate-y:-10rem
  }

  .md\:focus\:tw--translate-y-44:focus{
    --tw-translate-y:-11rem
  }

  .md\:focus\:tw--translate-y-48:focus{
    --tw-translate-y:-12rem
  }

  .md\:focus\:tw--translate-y-52:focus{
    --tw-translate-y:-13rem
  }

  .md\:focus\:tw--translate-y-56:focus{
    --tw-translate-y:-14rem
  }

  .md\:focus\:tw--translate-y-60:focus{
    --tw-translate-y:-15rem
  }

  .md\:focus\:tw--translate-y-64:focus{
    --tw-translate-y:-16rem
  }

  .md\:focus\:tw--translate-y-72:focus{
    --tw-translate-y:-18rem
  }

  .md\:focus\:tw--translate-y-80:focus{
    --tw-translate-y:-20rem
  }

  .md\:focus\:tw--translate-y-96:focus{
    --tw-translate-y:-24rem
  }

  .md\:focus\:tw--translate-y-px:focus{
    --tw-translate-y:-1px
  }

  .md\:focus\:tw--translate-y-0\.5:focus{
    --tw-translate-y:-0.125rem
  }

  .md\:focus\:tw--translate-y-1\.5:focus{
    --tw-translate-y:-0.375rem
  }

  .md\:focus\:tw--translate-y-2\.5:focus{
    --tw-translate-y:-0.625rem
  }

  .md\:focus\:tw--translate-y-3\.5:focus{
    --tw-translate-y:-0.875rem
  }

  .md\:focus\:tw-translate-y-1\/2:focus{
    --tw-translate-y:50%
  }

  .md\:focus\:tw-translate-y-1\/3:focus{
    --tw-translate-y:33.333333%
  }

  .md\:focus\:tw-translate-y-2\/3:focus{
    --tw-translate-y:66.666667%
  }

  .md\:focus\:tw-translate-y-1\/4:focus{
    --tw-translate-y:25%
  }

  .md\:focus\:tw-translate-y-2\/4:focus{
    --tw-translate-y:50%
  }

  .md\:focus\:tw-translate-y-3\/4:focus{
    --tw-translate-y:75%
  }

  .md\:focus\:tw-translate-y-full:focus{
    --tw-translate-y:100%
  }

  .md\:focus\:tw--translate-y-1\/2:focus{
    --tw-translate-y:-50%
  }

  .md\:focus\:tw--translate-y-1\/3:focus{
    --tw-translate-y:-33.333333%
  }

  .md\:focus\:tw--translate-y-2\/3:focus{
    --tw-translate-y:-66.666667%
  }

  .md\:focus\:tw--translate-y-1\/4:focus{
    --tw-translate-y:-25%
  }

  .md\:focus\:tw--translate-y-2\/4:focus{
    --tw-translate-y:-50%
  }

  .md\:focus\:tw--translate-y-3\/4:focus{
    --tw-translate-y:-75%
  }

  .md\:focus\:tw--translate-y-full:focus{
    --tw-translate-y:-100%
  }

  .md\:tw-rotate-0{
    --tw-rotate:0deg
  }

  .md\:tw-rotate-1{
    --tw-rotate:1deg
  }

  .md\:tw-rotate-2{
    --tw-rotate:2deg
  }

  .md\:tw-rotate-3{
    --tw-rotate:3deg
  }

  .md\:tw-rotate-6{
    --tw-rotate:6deg
  }

  .md\:tw-rotate-12{
    --tw-rotate:12deg
  }

  .md\:tw-rotate-45{
    --tw-rotate:45deg
  }

  .md\:tw-rotate-90{
    --tw-rotate:90deg
  }

  .md\:tw-rotate-180{
    --tw-rotate:180deg
  }

  .md\:tw--rotate-180{
    --tw-rotate:-180deg
  }

  .md\:tw--rotate-90{
    --tw-rotate:-90deg
  }

  .md\:tw--rotate-45{
    --tw-rotate:-45deg
  }

  .md\:tw--rotate-12{
    --tw-rotate:-12deg
  }

  .md\:tw--rotate-6{
    --tw-rotate:-6deg
  }

  .md\:tw--rotate-3{
    --tw-rotate:-3deg
  }

  .md\:tw--rotate-2{
    --tw-rotate:-2deg
  }

  .md\:tw--rotate-1{
    --tw-rotate:-1deg
  }

  .md\:hover\:tw-rotate-0:hover{
    --tw-rotate:0deg
  }

  .md\:hover\:tw-rotate-1:hover{
    --tw-rotate:1deg
  }

  .md\:hover\:tw-rotate-2:hover{
    --tw-rotate:2deg
  }

  .md\:hover\:tw-rotate-3:hover{
    --tw-rotate:3deg
  }

  .md\:hover\:tw-rotate-6:hover{
    --tw-rotate:6deg
  }

  .md\:hover\:tw-rotate-12:hover{
    --tw-rotate:12deg
  }

  .md\:hover\:tw-rotate-45:hover{
    --tw-rotate:45deg
  }

  .md\:hover\:tw-rotate-90:hover{
    --tw-rotate:90deg
  }

  .md\:hover\:tw-rotate-180:hover{
    --tw-rotate:180deg
  }

  .md\:hover\:tw--rotate-180:hover{
    --tw-rotate:-180deg
  }

  .md\:hover\:tw--rotate-90:hover{
    --tw-rotate:-90deg
  }

  .md\:hover\:tw--rotate-45:hover{
    --tw-rotate:-45deg
  }

  .md\:hover\:tw--rotate-12:hover{
    --tw-rotate:-12deg
  }

  .md\:hover\:tw--rotate-6:hover{
    --tw-rotate:-6deg
  }

  .md\:hover\:tw--rotate-3:hover{
    --tw-rotate:-3deg
  }

  .md\:hover\:tw--rotate-2:hover{
    --tw-rotate:-2deg
  }

  .md\:hover\:tw--rotate-1:hover{
    --tw-rotate:-1deg
  }

  .md\:focus\:tw-rotate-0:focus{
    --tw-rotate:0deg
  }

  .md\:focus\:tw-rotate-1:focus{
    --tw-rotate:1deg
  }

  .md\:focus\:tw-rotate-2:focus{
    --tw-rotate:2deg
  }

  .md\:focus\:tw-rotate-3:focus{
    --tw-rotate:3deg
  }

  .md\:focus\:tw-rotate-6:focus{
    --tw-rotate:6deg
  }

  .md\:focus\:tw-rotate-12:focus{
    --tw-rotate:12deg
  }

  .md\:focus\:tw-rotate-45:focus{
    --tw-rotate:45deg
  }

  .md\:focus\:tw-rotate-90:focus{
    --tw-rotate:90deg
  }

  .md\:focus\:tw-rotate-180:focus{
    --tw-rotate:180deg
  }

  .md\:focus\:tw--rotate-180:focus{
    --tw-rotate:-180deg
  }

  .md\:focus\:tw--rotate-90:focus{
    --tw-rotate:-90deg
  }

  .md\:focus\:tw--rotate-45:focus{
    --tw-rotate:-45deg
  }

  .md\:focus\:tw--rotate-12:focus{
    --tw-rotate:-12deg
  }

  .md\:focus\:tw--rotate-6:focus{
    --tw-rotate:-6deg
  }

  .md\:focus\:tw--rotate-3:focus{
    --tw-rotate:-3deg
  }

  .md\:focus\:tw--rotate-2:focus{
    --tw-rotate:-2deg
  }

  .md\:focus\:tw--rotate-1:focus{
    --tw-rotate:-1deg
  }

  .md\:tw-skew-x-0{
    --tw-skew-x:0deg
  }

  .md\:tw-skew-x-1{
    --tw-skew-x:1deg
  }

  .md\:tw-skew-x-2{
    --tw-skew-x:2deg
  }

  .md\:tw-skew-x-3{
    --tw-skew-x:3deg
  }

  .md\:tw-skew-x-6{
    --tw-skew-x:6deg
  }

  .md\:tw-skew-x-12{
    --tw-skew-x:12deg
  }

  .md\:tw--skew-x-12{
    --tw-skew-x:-12deg
  }

  .md\:tw--skew-x-6{
    --tw-skew-x:-6deg
  }

  .md\:tw--skew-x-3{
    --tw-skew-x:-3deg
  }

  .md\:tw--skew-x-2{
    --tw-skew-x:-2deg
  }

  .md\:tw--skew-x-1{
    --tw-skew-x:-1deg
  }

  .md\:tw-skew-y-0{
    --tw-skew-y:0deg
  }

  .md\:tw-skew-y-1{
    --tw-skew-y:1deg
  }

  .md\:tw-skew-y-2{
    --tw-skew-y:2deg
  }

  .md\:tw-skew-y-3{
    --tw-skew-y:3deg
  }

  .md\:tw-skew-y-6{
    --tw-skew-y:6deg
  }

  .md\:tw-skew-y-12{
    --tw-skew-y:12deg
  }

  .md\:tw--skew-y-12{
    --tw-skew-y:-12deg
  }

  .md\:tw--skew-y-6{
    --tw-skew-y:-6deg
  }

  .md\:tw--skew-y-3{
    --tw-skew-y:-3deg
  }

  .md\:tw--skew-y-2{
    --tw-skew-y:-2deg
  }

  .md\:tw--skew-y-1{
    --tw-skew-y:-1deg
  }

  .md\:hover\:tw-skew-x-0:hover{
    --tw-skew-x:0deg
  }

  .md\:hover\:tw-skew-x-1:hover{
    --tw-skew-x:1deg
  }

  .md\:hover\:tw-skew-x-2:hover{
    --tw-skew-x:2deg
  }

  .md\:hover\:tw-skew-x-3:hover{
    --tw-skew-x:3deg
  }

  .md\:hover\:tw-skew-x-6:hover{
    --tw-skew-x:6deg
  }

  .md\:hover\:tw-skew-x-12:hover{
    --tw-skew-x:12deg
  }

  .md\:hover\:tw--skew-x-12:hover{
    --tw-skew-x:-12deg
  }

  .md\:hover\:tw--skew-x-6:hover{
    --tw-skew-x:-6deg
  }

  .md\:hover\:tw--skew-x-3:hover{
    --tw-skew-x:-3deg
  }

  .md\:hover\:tw--skew-x-2:hover{
    --tw-skew-x:-2deg
  }

  .md\:hover\:tw--skew-x-1:hover{
    --tw-skew-x:-1deg
  }

  .md\:hover\:tw-skew-y-0:hover{
    --tw-skew-y:0deg
  }

  .md\:hover\:tw-skew-y-1:hover{
    --tw-skew-y:1deg
  }

  .md\:hover\:tw-skew-y-2:hover{
    --tw-skew-y:2deg
  }

  .md\:hover\:tw-skew-y-3:hover{
    --tw-skew-y:3deg
  }

  .md\:hover\:tw-skew-y-6:hover{
    --tw-skew-y:6deg
  }

  .md\:hover\:tw-skew-y-12:hover{
    --tw-skew-y:12deg
  }

  .md\:hover\:tw--skew-y-12:hover{
    --tw-skew-y:-12deg
  }

  .md\:hover\:tw--skew-y-6:hover{
    --tw-skew-y:-6deg
  }

  .md\:hover\:tw--skew-y-3:hover{
    --tw-skew-y:-3deg
  }

  .md\:hover\:tw--skew-y-2:hover{
    --tw-skew-y:-2deg
  }

  .md\:hover\:tw--skew-y-1:hover{
    --tw-skew-y:-1deg
  }

  .md\:focus\:tw-skew-x-0:focus{
    --tw-skew-x:0deg
  }

  .md\:focus\:tw-skew-x-1:focus{
    --tw-skew-x:1deg
  }

  .md\:focus\:tw-skew-x-2:focus{
    --tw-skew-x:2deg
  }

  .md\:focus\:tw-skew-x-3:focus{
    --tw-skew-x:3deg
  }

  .md\:focus\:tw-skew-x-6:focus{
    --tw-skew-x:6deg
  }

  .md\:focus\:tw-skew-x-12:focus{
    --tw-skew-x:12deg
  }

  .md\:focus\:tw--skew-x-12:focus{
    --tw-skew-x:-12deg
  }

  .md\:focus\:tw--skew-x-6:focus{
    --tw-skew-x:-6deg
  }

  .md\:focus\:tw--skew-x-3:focus{
    --tw-skew-x:-3deg
  }

  .md\:focus\:tw--skew-x-2:focus{
    --tw-skew-x:-2deg
  }

  .md\:focus\:tw--skew-x-1:focus{
    --tw-skew-x:-1deg
  }

  .md\:focus\:tw-skew-y-0:focus{
    --tw-skew-y:0deg
  }

  .md\:focus\:tw-skew-y-1:focus{
    --tw-skew-y:1deg
  }

  .md\:focus\:tw-skew-y-2:focus{
    --tw-skew-y:2deg
  }

  .md\:focus\:tw-skew-y-3:focus{
    --tw-skew-y:3deg
  }

  .md\:focus\:tw-skew-y-6:focus{
    --tw-skew-y:6deg
  }

  .md\:focus\:tw-skew-y-12:focus{
    --tw-skew-y:12deg
  }

  .md\:focus\:tw--skew-y-12:focus{
    --tw-skew-y:-12deg
  }

  .md\:focus\:tw--skew-y-6:focus{
    --tw-skew-y:-6deg
  }

  .md\:focus\:tw--skew-y-3:focus{
    --tw-skew-y:-3deg
  }

  .md\:focus\:tw--skew-y-2:focus{
    --tw-skew-y:-2deg
  }

  .md\:focus\:tw--skew-y-1:focus{
    --tw-skew-y:-1deg
  }

  .md\:tw-scale-0{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .md\:tw-scale-50{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .md\:tw-scale-75{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .md\:tw-scale-90{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .md\:tw-scale-95{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .md\:tw-scale-100{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .md\:tw-scale-105{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .md\:tw-scale-110{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .md\:tw-scale-125{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .md\:tw-scale-150{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .md\:hover\:tw-scale-0:hover{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .md\:hover\:tw-scale-50:hover{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .md\:hover\:tw-scale-75:hover{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .md\:hover\:tw-scale-90:hover{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .md\:hover\:tw-scale-95:hover{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .md\:hover\:tw-scale-100:hover{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .md\:hover\:tw-scale-105:hover{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .md\:hover\:tw-scale-110:hover{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .md\:hover\:tw-scale-125:hover{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .md\:hover\:tw-scale-150:hover{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .md\:focus\:tw-scale-0:focus{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .md\:focus\:tw-scale-50:focus{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .md\:focus\:tw-scale-75:focus{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .md\:focus\:tw-scale-90:focus{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .md\:focus\:tw-scale-95:focus{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .md\:focus\:tw-scale-100:focus{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .md\:focus\:tw-scale-105:focus{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .md\:focus\:tw-scale-110:focus{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .md\:focus\:tw-scale-125:focus{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .md\:focus\:tw-scale-150:focus{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .md\:tw-scale-x-0{
    --tw-scale-x:0
  }

  .md\:tw-scale-x-50{
    --tw-scale-x:.5
  }

  .md\:tw-scale-x-75{
    --tw-scale-x:.75
  }

  .md\:tw-scale-x-90{
    --tw-scale-x:.9
  }

  .md\:tw-scale-x-95{
    --tw-scale-x:.95
  }

  .md\:tw-scale-x-100{
    --tw-scale-x:1
  }

  .md\:tw-scale-x-105{
    --tw-scale-x:1.05
  }

  .md\:tw-scale-x-110{
    --tw-scale-x:1.1
  }

  .md\:tw-scale-x-125{
    --tw-scale-x:1.25
  }

  .md\:tw-scale-x-150{
    --tw-scale-x:1.5
  }

  .md\:tw-scale-y-0{
    --tw-scale-y:0
  }

  .md\:tw-scale-y-50{
    --tw-scale-y:.5
  }

  .md\:tw-scale-y-75{
    --tw-scale-y:.75
  }

  .md\:tw-scale-y-90{
    --tw-scale-y:.9
  }

  .md\:tw-scale-y-95{
    --tw-scale-y:.95
  }

  .md\:tw-scale-y-100{
    --tw-scale-y:1
  }

  .md\:tw-scale-y-105{
    --tw-scale-y:1.05
  }

  .md\:tw-scale-y-110{
    --tw-scale-y:1.1
  }

  .md\:tw-scale-y-125{
    --tw-scale-y:1.25
  }

  .md\:tw-scale-y-150{
    --tw-scale-y:1.5
  }

  .md\:hover\:tw-scale-x-0:hover{
    --tw-scale-x:0
  }

  .md\:hover\:tw-scale-x-50:hover{
    --tw-scale-x:.5
  }

  .md\:hover\:tw-scale-x-75:hover{
    --tw-scale-x:.75
  }

  .md\:hover\:tw-scale-x-90:hover{
    --tw-scale-x:.9
  }

  .md\:hover\:tw-scale-x-95:hover{
    --tw-scale-x:.95
  }

  .md\:hover\:tw-scale-x-100:hover{
    --tw-scale-x:1
  }

  .md\:hover\:tw-scale-x-105:hover{
    --tw-scale-x:1.05
  }

  .md\:hover\:tw-scale-x-110:hover{
    --tw-scale-x:1.1
  }

  .md\:hover\:tw-scale-x-125:hover{
    --tw-scale-x:1.25
  }

  .md\:hover\:tw-scale-x-150:hover{
    --tw-scale-x:1.5
  }

  .md\:hover\:tw-scale-y-0:hover{
    --tw-scale-y:0
  }

  .md\:hover\:tw-scale-y-50:hover{
    --tw-scale-y:.5
  }

  .md\:hover\:tw-scale-y-75:hover{
    --tw-scale-y:.75
  }

  .md\:hover\:tw-scale-y-90:hover{
    --tw-scale-y:.9
  }

  .md\:hover\:tw-scale-y-95:hover{
    --tw-scale-y:.95
  }

  .md\:hover\:tw-scale-y-100:hover{
    --tw-scale-y:1
  }

  .md\:hover\:tw-scale-y-105:hover{
    --tw-scale-y:1.05
  }

  .md\:hover\:tw-scale-y-110:hover{
    --tw-scale-y:1.1
  }

  .md\:hover\:tw-scale-y-125:hover{
    --tw-scale-y:1.25
  }

  .md\:hover\:tw-scale-y-150:hover{
    --tw-scale-y:1.5
  }

  .md\:focus\:tw-scale-x-0:focus{
    --tw-scale-x:0
  }

  .md\:focus\:tw-scale-x-50:focus{
    --tw-scale-x:.5
  }

  .md\:focus\:tw-scale-x-75:focus{
    --tw-scale-x:.75
  }

  .md\:focus\:tw-scale-x-90:focus{
    --tw-scale-x:.9
  }

  .md\:focus\:tw-scale-x-95:focus{
    --tw-scale-x:.95
  }

  .md\:focus\:tw-scale-x-100:focus{
    --tw-scale-x:1
  }

  .md\:focus\:tw-scale-x-105:focus{
    --tw-scale-x:1.05
  }

  .md\:focus\:tw-scale-x-110:focus{
    --tw-scale-x:1.1
  }

  .md\:focus\:tw-scale-x-125:focus{
    --tw-scale-x:1.25
  }

  .md\:focus\:tw-scale-x-150:focus{
    --tw-scale-x:1.5
  }

  .md\:focus\:tw-scale-y-0:focus{
    --tw-scale-y:0
  }

  .md\:focus\:tw-scale-y-50:focus{
    --tw-scale-y:.5
  }

  .md\:focus\:tw-scale-y-75:focus{
    --tw-scale-y:.75
  }

  .md\:focus\:tw-scale-y-90:focus{
    --tw-scale-y:.9
  }

  .md\:focus\:tw-scale-y-95:focus{
    --tw-scale-y:.95
  }

  .md\:focus\:tw-scale-y-100:focus{
    --tw-scale-y:1
  }

  .md\:focus\:tw-scale-y-105:focus{
    --tw-scale-y:1.05
  }

  .md\:focus\:tw-scale-y-110:focus{
    --tw-scale-y:1.1
  }

  .md\:focus\:tw-scale-y-125:focus{
    --tw-scale-y:1.25
  }

  .md\:focus\:tw-scale-y-150:focus{
    --tw-scale-y:1.5
  }

  .md\:tw-animate-none{
    animation:none
  }

  .md\:tw-animate-spin{
    animation:tw-spin 1s linear infinite
  }

  .md\:tw-animate-ping{
    animation:tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
  }

  .md\:tw-animate-pulse{
    animation:tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
  }

  .md\:tw-animate-bounce{
    animation:tw-bounce 1s infinite
  }

  .md\:tw-cursor-auto{
    cursor:auto
  }

  .md\:tw-cursor-default{
    cursor:default
  }

  .md\:tw-cursor-pointer{
    cursor:pointer
  }

  .md\:tw-cursor-wait{
    cursor:wait
  }

  .md\:tw-cursor-text{
    cursor:text
  }

  .md\:tw-cursor-move{
    cursor:move
  }

  .md\:tw-cursor-help{
    cursor:help
  }

  .md\:tw-cursor-not-allowed{
    cursor:not-allowed
  }

  .md\:tw-select-none{
    -webkit-user-select:none;
            user-select:none
  }

  .md\:tw-select-text{
    -webkit-user-select:text;
            user-select:text
  }

  .md\:tw-select-all{
    -webkit-user-select:all;
            user-select:all
  }

  .md\:tw-select-auto{
    -webkit-user-select:auto;
            user-select:auto
  }

  .md\:tw-resize-none{
    resize:none
  }

  .md\:tw-resize-y{
    resize:vertical
  }

  .md\:tw-resize-x{
    resize:horizontal
  }

  .md\:tw-resize{
    resize:both
  }

  .md\:tw-list-inside{
    list-style-position:inside
  }

  .md\:tw-list-outside{
    list-style-position:outside
  }

  .md\:tw-list-none{
    list-style-type:none
  }

  .md\:tw-list-disc{
    list-style-type:disc
  }

  .md\:tw-list-decimal{
    list-style-type:decimal
  }

  .md\:tw-appearance-none{
    appearance:none
  }

  .md\:tw-auto-cols-auto{
    grid-auto-columns:auto
  }

  .md\:tw-auto-cols-min{
    grid-auto-columns:min-content
  }

  .md\:tw-auto-cols-max{
    grid-auto-columns:max-content
  }

  .md\:tw-auto-cols-fr{
    grid-auto-columns:minmax(0, 1fr)
  }

  .md\:tw-grid-flow-row{
    grid-auto-flow:row
  }

  .md\:tw-grid-flow-col{
    grid-auto-flow:column
  }

  .md\:tw-grid-flow-row-dense{
    grid-auto-flow:row dense
  }

  .md\:tw-grid-flow-col-dense{
    grid-auto-flow:column dense
  }

  .md\:tw-auto-rows-auto{
    grid-auto-rows:auto
  }

  .md\:tw-auto-rows-min{
    grid-auto-rows:min-content
  }

  .md\:tw-auto-rows-max{
    grid-auto-rows:max-content
  }

  .md\:tw-auto-rows-fr{
    grid-auto-rows:minmax(0, 1fr)
  }

  .md\:tw-grid-cols-1{
    grid-template-columns:repeat(1, minmax(0, 1fr))
  }

  .md\:tw-grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .md\:tw-grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .md\:tw-grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }

  .md\:tw-grid-cols-5{
    grid-template-columns:repeat(5, minmax(0, 1fr))
  }

  .md\:tw-grid-cols-6{
    grid-template-columns:repeat(6, minmax(0, 1fr))
  }

  .md\:tw-grid-cols-7{
    grid-template-columns:repeat(7, minmax(0, 1fr))
  }

  .md\:tw-grid-cols-8{
    grid-template-columns:repeat(8, minmax(0, 1fr))
  }

  .md\:tw-grid-cols-9{
    grid-template-columns:repeat(9, minmax(0, 1fr))
  }

  .md\:tw-grid-cols-10{
    grid-template-columns:repeat(10, minmax(0, 1fr))
  }

  .md\:tw-grid-cols-11{
    grid-template-columns:repeat(11, minmax(0, 1fr))
  }

  .md\:tw-grid-cols-12{
    grid-template-columns:repeat(12, minmax(0, 1fr))
  }

  .md\:tw-grid-cols-none{
    grid-template-columns:none
  }

  .md\:tw-grid-rows-1{
    grid-template-rows:repeat(1, minmax(0, 1fr))
  }

  .md\:tw-grid-rows-2{
    grid-template-rows:repeat(2, minmax(0, 1fr))
  }

  .md\:tw-grid-rows-3{
    grid-template-rows:repeat(3, minmax(0, 1fr))
  }

  .md\:tw-grid-rows-4{
    grid-template-rows:repeat(4, minmax(0, 1fr))
  }

  .md\:tw-grid-rows-5{
    grid-template-rows:repeat(5, minmax(0, 1fr))
  }

  .md\:tw-grid-rows-6{
    grid-template-rows:repeat(6, minmax(0, 1fr))
  }

  .md\:tw-grid-rows-none{
    grid-template-rows:none
  }

  .md\:tw-flex-row{
    flex-direction:row
  }

  .md\:tw-flex-row-reverse{
    flex-direction:row-reverse
  }

  .md\:tw-flex-col{
    flex-direction:column
  }

  .md\:tw-flex-col-reverse{
    flex-direction:column-reverse
  }

  .md\:tw-flex-wrap{
    flex-wrap:wrap
  }

  .md\:tw-flex-wrap-reverse{
    flex-wrap:wrap-reverse
  }

  .md\:tw-flex-nowrap{
    flex-wrap:nowrap
  }

  .md\:tw-place-content-center{
    place-content:center
  }

  .md\:tw-place-content-start{
    place-content:start
  }

  .md\:tw-place-content-end{
    place-content:end
  }

  .md\:tw-place-content-between{
    place-content:space-between
  }

  .md\:tw-place-content-around{
    place-content:space-around
  }

  .md\:tw-place-content-evenly{
    place-content:space-evenly
  }

  .md\:tw-place-content-stretch{
    place-content:stretch
  }

  .md\:tw-place-items-start{
    place-items:start
  }

  .md\:tw-place-items-end{
    place-items:end
  }

  .md\:tw-place-items-center{
    place-items:center
  }

  .md\:tw-place-items-stretch{
    place-items:stretch
  }

  .md\:tw-content-center{
    align-content:center
  }

  .md\:tw-content-start{
    align-content:flex-start
  }

  .md\:tw-content-end{
    align-content:flex-end
  }

  .md\:tw-content-between{
    align-content:space-between
  }

  .md\:tw-content-around{
    align-content:space-around
  }

  .md\:tw-content-evenly{
    align-content:space-evenly
  }

  .md\:tw-items-start{
    align-items:flex-start
  }

  .md\:tw-items-end{
    align-items:flex-end
  }

  .md\:tw-items-center{
    align-items:center
  }

  .md\:tw-items-baseline{
    align-items:baseline
  }

  .md\:tw-items-stretch{
    align-items:stretch
  }

  .md\:tw-justify-start{
    justify-content:flex-start
  }

  .md\:tw-justify-end{
    justify-content:flex-end
  }

  .md\:tw-justify-center{
    justify-content:center
  }

  .md\:tw-justify-between{
    justify-content:space-between
  }

  .md\:tw-justify-around{
    justify-content:space-around
  }

  .md\:tw-justify-evenly{
    justify-content:space-evenly
  }

  .md\:tw-justify-items-start{
    justify-items:start
  }

  .md\:tw-justify-items-end{
    justify-items:end
  }

  .md\:tw-justify-items-center{
    justify-items:center
  }

  .md\:tw-justify-items-stretch{
    justify-items:stretch
  }

  .md\:tw-gap-0{
    grid-gap:0px;
    gap:0px
  }

  .md\:tw-gap-1{
    grid-gap:0.25rem;
    gap:0.25rem
  }

  .md\:tw-gap-2{
    grid-gap:0.5rem;
    gap:0.5rem
  }

  .md\:tw-gap-3{
    grid-gap:0.75rem;
    gap:0.75rem
  }

  .md\:tw-gap-4{
    grid-gap:1rem;
    gap:1rem
  }

  .md\:tw-gap-5{
    grid-gap:1.25rem;
    gap:1.25rem
  }

  .md\:tw-gap-6{
    grid-gap:1.5rem;
    gap:1.5rem
  }

  .md\:tw-gap-7{
    grid-gap:1.75rem;
    gap:1.75rem
  }

  .md\:tw-gap-8{
    grid-gap:2rem;
    gap:2rem
  }

  .md\:tw-gap-9{
    grid-gap:2.25rem;
    gap:2.25rem
  }

  .md\:tw-gap-10{
    grid-gap:2.5rem;
    gap:2.5rem
  }

  .md\:tw-gap-11{
    grid-gap:2.75rem;
    gap:2.75rem
  }

  .md\:tw-gap-12{
    grid-gap:3rem;
    gap:3rem
  }

  .md\:tw-gap-14{
    grid-gap:3.5rem;
    gap:3.5rem
  }

  .md\:tw-gap-16{
    grid-gap:4rem;
    gap:4rem
  }

  .md\:tw-gap-20{
    grid-gap:5rem;
    gap:5rem
  }

  .md\:tw-gap-24{
    grid-gap:6rem;
    gap:6rem
  }

  .md\:tw-gap-28{
    grid-gap:7rem;
    gap:7rem
  }

  .md\:tw-gap-32{
    grid-gap:8rem;
    gap:8rem
  }

  .md\:tw-gap-36{
    grid-gap:9rem;
    gap:9rem
  }

  .md\:tw-gap-40{
    grid-gap:10rem;
    gap:10rem
  }

  .md\:tw-gap-44{
    grid-gap:11rem;
    gap:11rem
  }

  .md\:tw-gap-48{
    grid-gap:12rem;
    gap:12rem
  }

  .md\:tw-gap-52{
    grid-gap:13rem;
    gap:13rem
  }

  .md\:tw-gap-56{
    grid-gap:14rem;
    gap:14rem
  }

  .md\:tw-gap-60{
    grid-gap:15rem;
    gap:15rem
  }

  .md\:tw-gap-64{
    grid-gap:16rem;
    gap:16rem
  }

  .md\:tw-gap-72{
    grid-gap:18rem;
    gap:18rem
  }

  .md\:tw-gap-80{
    grid-gap:20rem;
    gap:20rem
  }

  .md\:tw-gap-96{
    grid-gap:24rem;
    gap:24rem
  }

  .md\:tw-gap-px{
    grid-gap:1px;
    gap:1px
  }

  .md\:tw-gap-0\.5{
    grid-gap:0.125rem;
    gap:0.125rem
  }

  .md\:tw-gap-1\.5{
    grid-gap:0.375rem;
    gap:0.375rem
  }

  .md\:tw-gap-2\.5{
    grid-gap:0.625rem;
    gap:0.625rem
  }

  .md\:tw-gap-3\.5{
    grid-gap:0.875rem;
    gap:0.875rem
  }

  .md\:tw-gap-x-0{
    grid-column-gap:0px;
    column-gap:0px
  }

  .md\:tw-gap-x-1{
    grid-column-gap:0.25rem;
    column-gap:0.25rem
  }

  .md\:tw-gap-x-2{
    grid-column-gap:0.5rem;
    column-gap:0.5rem
  }

  .md\:tw-gap-x-3{
    grid-column-gap:0.75rem;
    column-gap:0.75rem
  }

  .md\:tw-gap-x-4{
    grid-column-gap:1rem;
    column-gap:1rem
  }

  .md\:tw-gap-x-5{
    grid-column-gap:1.25rem;
    column-gap:1.25rem
  }

  .md\:tw-gap-x-6{
    grid-column-gap:1.5rem;
    column-gap:1.5rem
  }

  .md\:tw-gap-x-7{
    grid-column-gap:1.75rem;
    column-gap:1.75rem
  }

  .md\:tw-gap-x-8{
    grid-column-gap:2rem;
    column-gap:2rem
  }

  .md\:tw-gap-x-9{
    grid-column-gap:2.25rem;
    column-gap:2.25rem
  }

  .md\:tw-gap-x-10{
    grid-column-gap:2.5rem;
    column-gap:2.5rem
  }

  .md\:tw-gap-x-11{
    grid-column-gap:2.75rem;
    column-gap:2.75rem
  }

  .md\:tw-gap-x-12{
    grid-column-gap:3rem;
    column-gap:3rem
  }

  .md\:tw-gap-x-14{
    grid-column-gap:3.5rem;
    column-gap:3.5rem
  }

  .md\:tw-gap-x-16{
    grid-column-gap:4rem;
    column-gap:4rem
  }

  .md\:tw-gap-x-20{
    grid-column-gap:5rem;
    column-gap:5rem
  }

  .md\:tw-gap-x-24{
    grid-column-gap:6rem;
    column-gap:6rem
  }

  .md\:tw-gap-x-28{
    grid-column-gap:7rem;
    column-gap:7rem
  }

  .md\:tw-gap-x-32{
    grid-column-gap:8rem;
    column-gap:8rem
  }

  .md\:tw-gap-x-36{
    grid-column-gap:9rem;
    column-gap:9rem
  }

  .md\:tw-gap-x-40{
    grid-column-gap:10rem;
    column-gap:10rem
  }

  .md\:tw-gap-x-44{
    grid-column-gap:11rem;
    column-gap:11rem
  }

  .md\:tw-gap-x-48{
    grid-column-gap:12rem;
    column-gap:12rem
  }

  .md\:tw-gap-x-52{
    grid-column-gap:13rem;
    column-gap:13rem
  }

  .md\:tw-gap-x-56{
    grid-column-gap:14rem;
    column-gap:14rem
  }

  .md\:tw-gap-x-60{
    grid-column-gap:15rem;
    column-gap:15rem
  }

  .md\:tw-gap-x-64{
    grid-column-gap:16rem;
    column-gap:16rem
  }

  .md\:tw-gap-x-72{
    grid-column-gap:18rem;
    column-gap:18rem
  }

  .md\:tw-gap-x-80{
    grid-column-gap:20rem;
    column-gap:20rem
  }

  .md\:tw-gap-x-96{
    grid-column-gap:24rem;
    column-gap:24rem
  }

  .md\:tw-gap-x-px{
    grid-column-gap:1px;
    column-gap:1px
  }

  .md\:tw-gap-x-0\.5{
    grid-column-gap:0.125rem;
    column-gap:0.125rem
  }

  .md\:tw-gap-x-1\.5{
    grid-column-gap:0.375rem;
    column-gap:0.375rem
  }

  .md\:tw-gap-x-2\.5{
    grid-column-gap:0.625rem;
    column-gap:0.625rem
  }

  .md\:tw-gap-x-3\.5{
    grid-column-gap:0.875rem;
    column-gap:0.875rem
  }

  .md\:tw-gap-y-0{
    grid-row-gap:0px;
    row-gap:0px
  }

  .md\:tw-gap-y-1{
    grid-row-gap:0.25rem;
    row-gap:0.25rem
  }

  .md\:tw-gap-y-2{
    grid-row-gap:0.5rem;
    row-gap:0.5rem
  }

  .md\:tw-gap-y-3{
    grid-row-gap:0.75rem;
    row-gap:0.75rem
  }

  .md\:tw-gap-y-4{
    grid-row-gap:1rem;
    row-gap:1rem
  }

  .md\:tw-gap-y-5{
    grid-row-gap:1.25rem;
    row-gap:1.25rem
  }

  .md\:tw-gap-y-6{
    grid-row-gap:1.5rem;
    row-gap:1.5rem
  }

  .md\:tw-gap-y-7{
    grid-row-gap:1.75rem;
    row-gap:1.75rem
  }

  .md\:tw-gap-y-8{
    grid-row-gap:2rem;
    row-gap:2rem
  }

  .md\:tw-gap-y-9{
    grid-row-gap:2.25rem;
    row-gap:2.25rem
  }

  .md\:tw-gap-y-10{
    grid-row-gap:2.5rem;
    row-gap:2.5rem
  }

  .md\:tw-gap-y-11{
    grid-row-gap:2.75rem;
    row-gap:2.75rem
  }

  .md\:tw-gap-y-12{
    grid-row-gap:3rem;
    row-gap:3rem
  }

  .md\:tw-gap-y-14{
    grid-row-gap:3.5rem;
    row-gap:3.5rem
  }

  .md\:tw-gap-y-16{
    grid-row-gap:4rem;
    row-gap:4rem
  }

  .md\:tw-gap-y-20{
    grid-row-gap:5rem;
    row-gap:5rem
  }

  .md\:tw-gap-y-24{
    grid-row-gap:6rem;
    row-gap:6rem
  }

  .md\:tw-gap-y-28{
    grid-row-gap:7rem;
    row-gap:7rem
  }

  .md\:tw-gap-y-32{
    grid-row-gap:8rem;
    row-gap:8rem
  }

  .md\:tw-gap-y-36{
    grid-row-gap:9rem;
    row-gap:9rem
  }

  .md\:tw-gap-y-40{
    grid-row-gap:10rem;
    row-gap:10rem
  }

  .md\:tw-gap-y-44{
    grid-row-gap:11rem;
    row-gap:11rem
  }

  .md\:tw-gap-y-48{
    grid-row-gap:12rem;
    row-gap:12rem
  }

  .md\:tw-gap-y-52{
    grid-row-gap:13rem;
    row-gap:13rem
  }

  .md\:tw-gap-y-56{
    grid-row-gap:14rem;
    row-gap:14rem
  }

  .md\:tw-gap-y-60{
    grid-row-gap:15rem;
    row-gap:15rem
  }

  .md\:tw-gap-y-64{
    grid-row-gap:16rem;
    row-gap:16rem
  }

  .md\:tw-gap-y-72{
    grid-row-gap:18rem;
    row-gap:18rem
  }

  .md\:tw-gap-y-80{
    grid-row-gap:20rem;
    row-gap:20rem
  }

  .md\:tw-gap-y-96{
    grid-row-gap:24rem;
    row-gap:24rem
  }

  .md\:tw-gap-y-px{
    grid-row-gap:1px;
    row-gap:1px
  }

  .md\:tw-gap-y-0\.5{
    grid-row-gap:0.125rem;
    row-gap:0.125rem
  }

  .md\:tw-gap-y-1\.5{
    grid-row-gap:0.375rem;
    row-gap:0.375rem
  }

  .md\:tw-gap-y-2\.5{
    grid-row-gap:0.625rem;
    row-gap:0.625rem
  }

  .md\:tw-gap-y-3\.5{
    grid-row-gap:0.875rem;
    row-gap:0.875rem
  }

  .md\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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)))
  }

  .md\:tw-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)))
  }

  .md\:tw-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)))
  }

  .md\:tw-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)))
  }

  .md\:tw-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)))
  }

  .md\:tw-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)))
  }

  .md\:tw-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)))
  }

  .md\:tw-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)))
  }

  .md\:tw-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)))
  }

  .md\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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)))
  }

  .md\:tw--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)))
  }

  .md\:tw--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)))
  }

  .md\:tw--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)))
  }

  .md\:tw--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)))
  }

  .md\:tw--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)))
  }

  .md\:tw--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)))
  }

  .md\:tw--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)))
  }

  .md\:tw--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)))
  }

  .md\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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))
  }

  .md\:tw-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))
  }

  .md\:tw-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))
  }

  .md\:tw-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))
  }

  .md\:tw-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))
  }

  .md\:tw-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))
  }

  .md\:tw-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))
  }

  .md\:tw-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))
  }

  .md\:tw-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))
  }

  .md\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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))
  }

  .md\:tw--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))
  }

  .md\:tw--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))
  }

  .md\:tw--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))
  }

  .md\:tw--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))
  }

  .md\:tw--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))
  }

  .md\:tw--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))
  }

  .md\:tw--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))
  }

  .md\:tw--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))
  }

  .md\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:1
  }

  .md\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:1
  }

  .md\:tw-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)))
  }

  .md\:tw-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)))
  }

  .md\:tw-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)))
  }

  .md\:tw-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)))
  }

  .md\:tw-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)))
  }

  .md\:tw-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))
  }

  .md\:tw-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))
  }

  .md\:tw-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))
  }

  .md\:tw-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))
  }

  .md\:tw-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))
  }

  .md\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:1
  }

  .md\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:1
  }

  .md\:tw-divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style:solid
  }

  .md\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style:dashed
  }

  .md\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style:dotted
  }

  .md\:tw-divide-double > :not([hidden]) ~ :not([hidden]){
    border-style:double
  }

  .md\:tw-divide-none > :not([hidden]) ~ :not([hidden]){
    border-style:none
  }

  .md\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color:transparent
  }

  .md\:tw-divide-current > :not([hidden]) ~ :not([hidden]){
    border-color:currentColor
  }

  .md\:tw-divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-divide-opacity))
  }

  .md\:tw-divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-divide-opacity))
  }

  .md\:tw-divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-divide-opacity))
  }

  .md\:tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-divide-opacity))
  }

  .md\:tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-divide-opacity))
  }

  .md\:tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-divide-opacity))
  }

  .md\:tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-divide-opacity))
  }

  .md\:tw-divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-divide-opacity))
  }

  .md\:tw-divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-divide-opacity))
  }

  .md\:tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-divide-opacity))
  }

  .md\:tw-divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-divide-opacity))
  }

  .md\:tw-divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-divide-opacity))
  }

  .md\:tw-divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-divide-opacity))
  }

  .md\:tw-divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-divide-opacity))
  }

  .md\:tw-divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-divide-opacity))
  }

  .md\:tw-divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-divide-opacity))
  }

  .md\:tw-divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-divide-opacity))
  }

  .md\:tw-divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-divide-opacity))
  }

  .md\:tw-divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-divide-opacity))
  }

  .md\:tw-divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-divide-opacity))
  }

  .md\:tw-divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-divide-opacity))
  }

  .md\:tw-divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-divide-opacity))
  }

  .md\:tw-divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-divide-opacity))
  }

  .md\:tw-divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-divide-opacity))
  }

  .md\:tw-divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-divide-opacity))
  }

  .md\:tw-divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-divide-opacity))
  }

  .md\:tw-divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-divide-opacity))
  }

  .md\:tw-divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-divide-opacity))
  }

  .md\:tw-divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-divide-opacity))
  }

  .md\:tw-divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-divide-opacity))
  }

  .md\:tw-divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-divide-opacity))
  }

  .md\:tw-divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-divide-opacity))
  }

  .md\:tw-divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-divide-opacity))
  }

  .md\:tw-divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-divide-opacity))
  }

  .md\:tw-divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-divide-opacity))
  }

  .md\:tw-divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-divide-opacity))
  }

  .md\:tw-divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-divide-opacity))
  }

  .md\:tw-divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-divide-opacity))
  }

  .md\:tw-divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-divide-opacity))
  }

  .md\:tw-divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-divide-opacity))
  }

  .md\:tw-divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-divide-opacity))
  }

  .md\:tw-divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-divide-opacity))
  }

  .md\:tw-divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-divide-opacity))
  }

  .md\:tw-divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-divide-opacity))
  }

  .md\:tw-divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-divide-opacity))
  }

  .md\:tw-divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-divide-opacity))
  }

  .md\:tw-divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-divide-opacity))
  }

  .md\:tw-divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-divide-opacity))
  }

  .md\:tw-divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-divide-opacity))
  }

  .md\:tw-divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-divide-opacity))
  }

  .md\:tw-divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-divide-opacity))
  }

  .md\:tw-divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-divide-opacity))
  }

  .md\:tw-divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-divide-opacity))
  }

  .md\:tw-divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-divide-opacity))
  }

  .md\:tw-divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-divide-opacity))
  }

  .md\:tw-divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-divide-opacity))
  }

  .md\:tw-divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-divide-opacity))
  }

  .md\:tw-divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-divide-opacity))
  }

  .md\:tw-divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-divide-opacity))
  }

  .md\:tw-divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-divide-opacity))
  }

  .md\:tw-divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-divide-opacity))
  }

  .md\:tw-divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-divide-opacity))
  }

  .md\:tw-divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-divide-opacity))
  }

  .md\:tw-divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-divide-opacity))
  }

  .md\:tw-divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-divide-opacity))
  }

  .md\:tw-divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-divide-opacity))
  }

  .md\:tw-divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-divide-opacity))
  }

  .md\:tw-divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-divide-opacity))
  }

  .md\:tw-divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-divide-opacity))
  }

  .md\:tw-divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-divide-opacity))
  }

  .md\:tw-divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-divide-opacity))
  }

  .md\:tw-divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-divide-opacity))
  }

  .md\:tw-divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-divide-opacity))
  }

  .md\:tw-divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-divide-opacity))
  }

  .md\:tw-divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-divide-opacity))
  }

  .md\:tw-divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-divide-opacity))
  }

  .md\:tw-divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-divide-opacity))
  }

  .md\:tw-divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-divide-opacity))
  }

  .md\:tw-divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-divide-opacity))
  }

  .md\:tw-divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-divide-opacity))
  }

  .md\:tw-divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-divide-opacity))
  }

  .md\:tw-divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-divide-opacity))
  }

  .md\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0
  }

  .md\:tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.05
  }

  .md\:tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.1
  }

  .md\:tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.2
  }

  .md\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.25
  }

  .md\:tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.3
  }

  .md\:tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.4
  }

  .md\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.5
  }

  .md\:tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.6
  }

  .md\:tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.7
  }

  .md\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.75
  }

  .md\:tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.8
  }

  .md\:tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.9
  }

  .md\:tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.95
  }

  .md\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1
  }

  .md\:tw-place-self-auto{
    place-self:auto
  }

  .md\:tw-place-self-start{
    place-self:start
  }

  .md\:tw-place-self-end{
    place-self:end
  }

  .md\:tw-place-self-center{
    place-self:center
  }

  .md\:tw-place-self-stretch{
    place-self:stretch
  }

  .md\:tw-self-auto{
    align-self:auto
  }

  .md\:tw-self-start{
    align-self:flex-start
  }

  .md\:tw-self-end{
    align-self:flex-end
  }

  .md\:tw-self-center{
    align-self:center
  }

  .md\:tw-self-stretch{
    align-self:stretch
  }

  .md\:tw-self-baseline{
    align-self:baseline
  }

  .md\:tw-justify-self-auto{
    justify-self:auto
  }

  .md\:tw-justify-self-start{
    justify-self:start
  }

  .md\:tw-justify-self-end{
    justify-self:end
  }

  .md\:tw-justify-self-center{
    justify-self:center
  }

  .md\:tw-justify-self-stretch{
    justify-self:stretch
  }

  .md\:tw-overflow-auto{
    overflow:auto
  }

  .md\:tw-overflow-hidden{
    overflow:hidden
  }

  .md\:tw-overflow-visible{
    overflow:visible
  }

  .md\:tw-overflow-scroll{
    overflow:scroll
  }

  .md\:tw-overflow-x-auto{
    overflow-x:auto
  }

  .md\:tw-overflow-y-auto{
    overflow-y:auto
  }

  .md\:tw-overflow-x-hidden{
    overflow-x:hidden
  }

  .md\:tw-overflow-y-hidden{
    overflow-y:hidden
  }

  .md\:tw-overflow-x-visible{
    overflow-x:visible
  }

  .md\:tw-overflow-y-visible{
    overflow-y:visible
  }

  .md\:tw-overflow-x-scroll{
    overflow-x:scroll
  }

  .md\:tw-overflow-y-scroll{
    overflow-y:scroll
  }

  .md\:tw-overscroll-auto{
    overscroll-behavior:auto
  }

  .md\:tw-overscroll-contain{
    overscroll-behavior:contain
  }

  .md\:tw-overscroll-none{
    overscroll-behavior:none
  }

  .md\:tw-overscroll-y-auto{
    overscroll-behavior-y:auto
  }

  .md\:tw-overscroll-y-contain{
    overscroll-behavior-y:contain
  }

  .md\:tw-overscroll-y-none{
    overscroll-behavior-y:none
  }

  .md\:tw-overscroll-x-auto{
    overscroll-behavior-x:auto
  }

  .md\:tw-overscroll-x-contain{
    overscroll-behavior-x:contain
  }

  .md\:tw-overscroll-x-none{
    overscroll-behavior-x:none
  }

  .md\:tw-truncate{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
  }

  .md\:tw-overflow-ellipsis{
    text-overflow:ellipsis
  }

  .md\:tw-overflow-clip{
    text-overflow:clip
  }

  .md\:tw-whitespace-normal{
    white-space:normal
  }

  .md\:tw-whitespace-nowrap{
    white-space:nowrap
  }

  .md\:tw-whitespace-pre{
    white-space:pre
  }

  .md\:tw-whitespace-pre-line{
    white-space:pre-line
  }

  .md\:tw-whitespace-pre-wrap{
    white-space:pre-wrap
  }

  .md\:tw-break-normal{
    overflow-wrap:normal;
    word-break:normal
  }

  .md\:tw-break-words{
    overflow-wrap:break-word
  }

  .md\:tw-break-all{
    word-break:break-all
  }

  .md\:tw-rounded-none{
    border-radius:0px
  }

  .md\:tw-rounded-sm{
    border-radius:0.125rem
  }

  .md\:tw-rounded{
    border-radius:0.25rem
  }

  .md\:tw-rounded-md{
    border-radius:0.375rem
  }

  .md\:tw-rounded-lg{
    border-radius:0.5rem
  }

  .md\:tw-rounded-xl{
    border-radius:0.75rem
  }

  .md\:tw-rounded-2xl{
    border-radius:1rem
  }

  .md\:tw-rounded-3xl{
    border-radius:1.5rem
  }

  .md\:tw-rounded-full{
    border-radius:9999px
  }

  .md\:tw-rounded-t-none{
    border-top-left-radius:0px;
    border-top-right-radius:0px
  }

  .md\:tw-rounded-t-sm{
    border-top-left-radius:0.125rem;
    border-top-right-radius:0.125rem
  }

  .md\:tw-rounded-t{
    border-top-left-radius:0.25rem;
    border-top-right-radius:0.25rem
  }

  .md\:tw-rounded-t-md{
    border-top-left-radius:0.375rem;
    border-top-right-radius:0.375rem
  }

  .md\:tw-rounded-t-lg{
    border-top-left-radius:0.5rem;
    border-top-right-radius:0.5rem
  }

  .md\:tw-rounded-t-xl{
    border-top-left-radius:0.75rem;
    border-top-right-radius:0.75rem
  }

  .md\:tw-rounded-t-2xl{
    border-top-left-radius:1rem;
    border-top-right-radius:1rem
  }

  .md\:tw-rounded-t-3xl{
    border-top-left-radius:1.5rem;
    border-top-right-radius:1.5rem
  }

  .md\:tw-rounded-t-full{
    border-top-left-radius:9999px;
    border-top-right-radius:9999px
  }

  .md\:tw-rounded-r-none{
    border-top-right-radius:0px;
    border-bottom-right-radius:0px
  }

  .md\:tw-rounded-r-sm{
    border-top-right-radius:0.125rem;
    border-bottom-right-radius:0.125rem
  }

  .md\:tw-rounded-r{
    border-top-right-radius:0.25rem;
    border-bottom-right-radius:0.25rem
  }

  .md\:tw-rounded-r-md{
    border-top-right-radius:0.375rem;
    border-bottom-right-radius:0.375rem
  }

  .md\:tw-rounded-r-lg{
    border-top-right-radius:0.5rem;
    border-bottom-right-radius:0.5rem
  }

  .md\:tw-rounded-r-xl{
    border-top-right-radius:0.75rem;
    border-bottom-right-radius:0.75rem
  }

  .md\:tw-rounded-r-2xl{
    border-top-right-radius:1rem;
    border-bottom-right-radius:1rem
  }

  .md\:tw-rounded-r-3xl{
    border-top-right-radius:1.5rem;
    border-bottom-right-radius:1.5rem
  }

  .md\:tw-rounded-r-full{
    border-top-right-radius:9999px;
    border-bottom-right-radius:9999px
  }

  .md\:tw-rounded-b-none{
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px
  }

  .md\:tw-rounded-b-sm{
    border-bottom-right-radius:0.125rem;
    border-bottom-left-radius:0.125rem
  }

  .md\:tw-rounded-b{
    border-bottom-right-radius:0.25rem;
    border-bottom-left-radius:0.25rem
  }

  .md\:tw-rounded-b-md{
    border-bottom-right-radius:0.375rem;
    border-bottom-left-radius:0.375rem
  }

  .md\:tw-rounded-b-lg{
    border-bottom-right-radius:0.5rem;
    border-bottom-left-radius:0.5rem
  }

  .md\:tw-rounded-b-xl{
    border-bottom-right-radius:0.75rem;
    border-bottom-left-radius:0.75rem
  }

  .md\:tw-rounded-b-2xl{
    border-bottom-right-radius:1rem;
    border-bottom-left-radius:1rem
  }

  .md\:tw-rounded-b-3xl{
    border-bottom-right-radius:1.5rem;
    border-bottom-left-radius:1.5rem
  }

  .md\:tw-rounded-b-full{
    border-bottom-right-radius:9999px;
    border-bottom-left-radius:9999px
  }

  .md\:tw-rounded-l-none{
    border-top-left-radius:0px;
    border-bottom-left-radius:0px
  }

  .md\:tw-rounded-l-sm{
    border-top-left-radius:0.125rem;
    border-bottom-left-radius:0.125rem
  }

  .md\:tw-rounded-l{
    border-top-left-radius:0.25rem;
    border-bottom-left-radius:0.25rem
  }

  .md\:tw-rounded-l-md{
    border-top-left-radius:0.375rem;
    border-bottom-left-radius:0.375rem
  }

  .md\:tw-rounded-l-lg{
    border-top-left-radius:0.5rem;
    border-bottom-left-radius:0.5rem
  }

  .md\:tw-rounded-l-xl{
    border-top-left-radius:0.75rem;
    border-bottom-left-radius:0.75rem
  }

  .md\:tw-rounded-l-2xl{
    border-top-left-radius:1rem;
    border-bottom-left-radius:1rem
  }

  .md\:tw-rounded-l-3xl{
    border-top-left-radius:1.5rem;
    border-bottom-left-radius:1.5rem
  }

  .md\:tw-rounded-l-full{
    border-top-left-radius:9999px;
    border-bottom-left-radius:9999px
  }

  .md\:tw-rounded-tl-none{
    border-top-left-radius:0px
  }

  .md\:tw-rounded-tl-sm{
    border-top-left-radius:0.125rem
  }

  .md\:tw-rounded-tl{
    border-top-left-radius:0.25rem
  }

  .md\:tw-rounded-tl-md{
    border-top-left-radius:0.375rem
  }

  .md\:tw-rounded-tl-lg{
    border-top-left-radius:0.5rem
  }

  .md\:tw-rounded-tl-xl{
    border-top-left-radius:0.75rem
  }

  .md\:tw-rounded-tl-2xl{
    border-top-left-radius:1rem
  }

  .md\:tw-rounded-tl-3xl{
    border-top-left-radius:1.5rem
  }

  .md\:tw-rounded-tl-full{
    border-top-left-radius:9999px
  }

  .md\:tw-rounded-tr-none{
    border-top-right-radius:0px
  }

  .md\:tw-rounded-tr-sm{
    border-top-right-radius:0.125rem
  }

  .md\:tw-rounded-tr{
    border-top-right-radius:0.25rem
  }

  .md\:tw-rounded-tr-md{
    border-top-right-radius:0.375rem
  }

  .md\:tw-rounded-tr-lg{
    border-top-right-radius:0.5rem
  }

  .md\:tw-rounded-tr-xl{
    border-top-right-radius:0.75rem
  }

  .md\:tw-rounded-tr-2xl{
    border-top-right-radius:1rem
  }

  .md\:tw-rounded-tr-3xl{
    border-top-right-radius:1.5rem
  }

  .md\:tw-rounded-tr-full{
    border-top-right-radius:9999px
  }

  .md\:tw-rounded-br-none{
    border-bottom-right-radius:0px
  }

  .md\:tw-rounded-br-sm{
    border-bottom-right-radius:0.125rem
  }

  .md\:tw-rounded-br{
    border-bottom-right-radius:0.25rem
  }

  .md\:tw-rounded-br-md{
    border-bottom-right-radius:0.375rem
  }

  .md\:tw-rounded-br-lg{
    border-bottom-right-radius:0.5rem
  }

  .md\:tw-rounded-br-xl{
    border-bottom-right-radius:0.75rem
  }

  .md\:tw-rounded-br-2xl{
    border-bottom-right-radius:1rem
  }

  .md\:tw-rounded-br-3xl{
    border-bottom-right-radius:1.5rem
  }

  .md\:tw-rounded-br-full{
    border-bottom-right-radius:9999px
  }

  .md\:tw-rounded-bl-none{
    border-bottom-left-radius:0px
  }

  .md\:tw-rounded-bl-sm{
    border-bottom-left-radius:0.125rem
  }

  .md\:tw-rounded-bl{
    border-bottom-left-radius:0.25rem
  }

  .md\:tw-rounded-bl-md{
    border-bottom-left-radius:0.375rem
  }

  .md\:tw-rounded-bl-lg{
    border-bottom-left-radius:0.5rem
  }

  .md\:tw-rounded-bl-xl{
    border-bottom-left-radius:0.75rem
  }

  .md\:tw-rounded-bl-2xl{
    border-bottom-left-radius:1rem
  }

  .md\:tw-rounded-bl-3xl{
    border-bottom-left-radius:1.5rem
  }

  .md\:tw-rounded-bl-full{
    border-bottom-left-radius:9999px
  }

  .md\:tw-border-0{
    border-width:0px
  }

  .md\:tw-border-2{
    border-width:2px
  }

  .md\:tw-border-4{
    border-width:4px
  }

  .md\:tw-border-8{
    border-width:8px
  }

  .md\:tw-border{
    border-width:1px
  }

  .md\:tw-border-t-0{
    border-top-width:0px
  }

  .md\:tw-border-t-2{
    border-top-width:2px
  }

  .md\:tw-border-t-4{
    border-top-width:4px
  }

  .md\:tw-border-t-8{
    border-top-width:8px
  }

  .md\:tw-border-t{
    border-top-width:1px
  }

  .md\:tw-border-r-0{
    border-right-width:0px
  }

  .md\:tw-border-r-2{
    border-right-width:2px
  }

  .md\:tw-border-r-4{
    border-right-width:4px
  }

  .md\:tw-border-r-8{
    border-right-width:8px
  }

  .md\:tw-border-r{
    border-right-width:1px
  }

  .md\:tw-border-b-0{
    border-bottom-width:0px
  }

  .md\:tw-border-b-2{
    border-bottom-width:2px
  }

  .md\:tw-border-b-4{
    border-bottom-width:4px
  }

  .md\:tw-border-b-8{
    border-bottom-width:8px
  }

  .md\:tw-border-b{
    border-bottom-width:1px
  }

  .md\:tw-border-l-0{
    border-left-width:0px
  }

  .md\:tw-border-l-2{
    border-left-width:2px
  }

  .md\:tw-border-l-4{
    border-left-width:4px
  }

  .md\:tw-border-l-8{
    border-left-width:8px
  }

  .md\:tw-border-l{
    border-left-width:1px
  }

  .md\:tw-border-solid{
    border-style:solid
  }

  .md\:tw-border-dashed{
    border-style:dashed
  }

  .md\:tw-border-dotted{
    border-style:dotted
  }

  .md\:tw-border-double{
    border-style:double
  }

  .md\:tw-border-none{
    border-style:none
  }

  .md\:tw-border-transparent{
    border-color:transparent
  }

  .md\:tw-border-current{
    border-color:currentColor
  }

  .md\:tw-border-black{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .md\:tw-border-white{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .md\:tw-border-gray-50{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .md\:tw-border-gray-100{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .md\:tw-border-gray-200{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .md\:tw-border-gray-300{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .md\:tw-border-gray-400{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .md\:tw-border-gray-500{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .md\:tw-border-gray-600{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .md\:tw-border-gray-700{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .md\:tw-border-gray-800{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .md\:tw-border-gray-900{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .md\:tw-border-red-50{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .md\:tw-border-red-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .md\:tw-border-red-200{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .md\:tw-border-red-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .md\:tw-border-red-400{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .md\:tw-border-red-500{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .md\:tw-border-red-600{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .md\:tw-border-red-700{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .md\:tw-border-red-800{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .md\:tw-border-red-900{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .md\:tw-border-yellow-50{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .md\:tw-border-yellow-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .md\:tw-border-yellow-200{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .md\:tw-border-yellow-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .md\:tw-border-yellow-400{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .md\:tw-border-yellow-500{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .md\:tw-border-yellow-600{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .md\:tw-border-yellow-700{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .md\:tw-border-yellow-800{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .md\:tw-border-yellow-900{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .md\:tw-border-green-50{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .md\:tw-border-green-100{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .md\:tw-border-green-200{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .md\:tw-border-green-300{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .md\:tw-border-green-400{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .md\:tw-border-green-500{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .md\:tw-border-green-600{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .md\:tw-border-green-700{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .md\:tw-border-green-800{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .md\:tw-border-green-900{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .md\:tw-border-blue-50{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .md\:tw-border-blue-100{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .md\:tw-border-blue-200{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .md\:tw-border-blue-300{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .md\:tw-border-blue-400{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .md\:tw-border-blue-500{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .md\:tw-border-blue-600{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .md\:tw-border-blue-700{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .md\:tw-border-blue-800{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .md\:tw-border-blue-900{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .md\:tw-border-indigo-50{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .md\:tw-border-indigo-100{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .md\:tw-border-indigo-200{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .md\:tw-border-indigo-300{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .md\:tw-border-indigo-400{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .md\:tw-border-indigo-500{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .md\:tw-border-indigo-600{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .md\:tw-border-indigo-700{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .md\:tw-border-indigo-800{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .md\:tw-border-indigo-900{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .md\:tw-border-purple-50{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .md\:tw-border-purple-100{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .md\:tw-border-purple-200{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .md\:tw-border-purple-300{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .md\:tw-border-purple-400{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .md\:tw-border-purple-500{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .md\:tw-border-purple-600{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .md\:tw-border-purple-700{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .md\:tw-border-purple-800{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .md\:tw-border-purple-900{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .md\:tw-border-pink-50{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .md\:tw-border-pink-100{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .md\:tw-border-pink-200{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .md\:tw-border-pink-300{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .md\:tw-border-pink-400{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .md\:tw-border-pink-500{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .md\:tw-border-pink-600{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .md\:tw-border-pink-700{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .md\:tw-border-pink-800{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .md\:tw-border-pink-900{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-transparent{
    border-color:transparent
  }

  .tw-group:hover .md\:group-hover\:tw-border-current{
    border-color:currentColor
  }

  .tw-group:hover .md\:group-hover\:tw-border-black{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-white{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-50{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-100{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-200{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-300{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-400{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-500{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-600{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-700{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-800{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-900{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-50{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-200{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-400{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-500{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-600{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-700{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-800{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-900{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-50{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-200{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-400{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-500{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-600{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-700{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-800{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-900{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-50{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-100{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-200{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-300{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-400{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-500{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-600{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-700{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-800{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-900{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-50{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-100{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-200{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-300{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-400{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-500{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-600{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-700{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-800{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-900{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-50{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-100{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-200{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-300{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-400{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-500{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-600{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-700{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-800{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-900{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-50{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-100{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-200{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-300{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-400{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-500{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-600{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-700{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-800{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-900{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-50{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-100{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-200{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-300{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-400{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-500{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-600{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-700{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-800{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-900{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-transparent:focus-within{
    border-color:transparent
  }

  .md\:focus-within\:tw-border-current:focus-within{
    border-color:currentColor
  }

  .md\:focus-within\:tw-border-black:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-white:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-gray-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-gray-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-gray-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-gray-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-gray-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-gray-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-gray-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-gray-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-gray-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-gray-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-red-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-red-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-red-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-red-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-red-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-red-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-red-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-red-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-red-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-red-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-yellow-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-yellow-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-yellow-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-yellow-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-yellow-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-yellow-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-yellow-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-yellow-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-yellow-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-yellow-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-green-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-green-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-green-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-green-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-green-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-green-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-green-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-green-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-green-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-green-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-blue-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-blue-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-blue-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-blue-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-blue-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-blue-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-blue-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-blue-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-blue-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-blue-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-indigo-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-indigo-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-indigo-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-indigo-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-indigo-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-indigo-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-indigo-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-indigo-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-indigo-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-indigo-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-purple-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-purple-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-purple-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-purple-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-purple-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-purple-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-purple-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-purple-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-purple-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-purple-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-pink-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-pink-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-pink-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-pink-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-pink-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-pink-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-pink-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-pink-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-pink-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .md\:focus-within\:tw-border-pink-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-transparent:hover{
    border-color:transparent
  }

  .md\:hover\:tw-border-current:hover{
    border-color:currentColor
  }

  .md\:hover\:tw-border-black:hover{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-white:hover{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-gray-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-gray-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-gray-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-gray-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-gray-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-gray-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-gray-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-gray-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-gray-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-gray-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-red-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-red-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-red-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-red-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-red-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-red-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-red-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-red-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-red-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-red-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-yellow-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-yellow-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-yellow-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-yellow-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-yellow-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-yellow-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-yellow-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-yellow-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-yellow-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-yellow-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-green-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-green-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-green-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-green-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-green-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-green-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-green-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-green-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-green-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-green-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-blue-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-blue-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-blue-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-blue-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-blue-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-blue-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-blue-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-blue-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-blue-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-blue-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-indigo-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-indigo-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-indigo-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-indigo-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-indigo-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-indigo-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-indigo-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-indigo-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-indigo-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-indigo-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-purple-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-purple-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-purple-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-purple-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-purple-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-purple-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-purple-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-purple-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-purple-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-purple-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-pink-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-pink-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-pink-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-pink-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-pink-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-pink-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-pink-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-pink-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-pink-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .md\:hover\:tw-border-pink-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-transparent:focus{
    border-color:transparent
  }

  .md\:focus\:tw-border-current:focus{
    border-color:currentColor
  }

  .md\:focus\:tw-border-black:focus{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-white:focus{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-gray-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-gray-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-gray-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-gray-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-gray-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-gray-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-gray-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-gray-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-gray-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-gray-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-red-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-red-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-red-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-red-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-red-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-red-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-red-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-red-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-red-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-red-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-yellow-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-yellow-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-yellow-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-yellow-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-yellow-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-yellow-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-yellow-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-yellow-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-yellow-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-yellow-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-green-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-green-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-green-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-green-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-green-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-green-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-green-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-green-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-green-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-green-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-blue-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-blue-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-blue-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-blue-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-blue-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-blue-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-blue-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-blue-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-blue-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-blue-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-indigo-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-indigo-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-indigo-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-indigo-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-indigo-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-indigo-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-indigo-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-indigo-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-indigo-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-indigo-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-purple-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-purple-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-purple-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-purple-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-purple-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-purple-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-purple-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-purple-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-purple-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-purple-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-pink-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-pink-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-pink-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-pink-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-pink-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-pink-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-pink-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-pink-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-pink-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .md\:focus\:tw-border-pink-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .md\:tw-border-opacity-0{
    --tw-border-opacity:0
  }

  .md\:tw-border-opacity-5{
    --tw-border-opacity:0.05
  }

  .md\:tw-border-opacity-10{
    --tw-border-opacity:0.1
  }

  .md\:tw-border-opacity-20{
    --tw-border-opacity:0.2
  }

  .md\:tw-border-opacity-25{
    --tw-border-opacity:0.25
  }

  .md\:tw-border-opacity-30{
    --tw-border-opacity:0.3
  }

  .md\:tw-border-opacity-40{
    --tw-border-opacity:0.4
  }

  .md\:tw-border-opacity-50{
    --tw-border-opacity:0.5
  }

  .md\:tw-border-opacity-60{
    --tw-border-opacity:0.6
  }

  .md\:tw-border-opacity-70{
    --tw-border-opacity:0.7
  }

  .md\:tw-border-opacity-75{
    --tw-border-opacity:0.75
  }

  .md\:tw-border-opacity-80{
    --tw-border-opacity:0.8
  }

  .md\:tw-border-opacity-90{
    --tw-border-opacity:0.9
  }

  .md\:tw-border-opacity-95{
    --tw-border-opacity:0.95
  }

  .md\:tw-border-opacity-100{
    --tw-border-opacity:1
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-0{
    --tw-border-opacity:0
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-5{
    --tw-border-opacity:0.05
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-10{
    --tw-border-opacity:0.1
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-20{
    --tw-border-opacity:0.2
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-25{
    --tw-border-opacity:0.25
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-30{
    --tw-border-opacity:0.3
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-40{
    --tw-border-opacity:0.4
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-50{
    --tw-border-opacity:0.5
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-60{
    --tw-border-opacity:0.6
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-70{
    --tw-border-opacity:0.7
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-75{
    --tw-border-opacity:0.75
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-80{
    --tw-border-opacity:0.8
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-90{
    --tw-border-opacity:0.9
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-95{
    --tw-border-opacity:0.95
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-100{
    --tw-border-opacity:1
  }

  .md\:focus-within\:tw-border-opacity-0:focus-within{
    --tw-border-opacity:0
  }

  .md\:focus-within\:tw-border-opacity-5:focus-within{
    --tw-border-opacity:0.05
  }

  .md\:focus-within\:tw-border-opacity-10:focus-within{
    --tw-border-opacity:0.1
  }

  .md\:focus-within\:tw-border-opacity-20:focus-within{
    --tw-border-opacity:0.2
  }

  .md\:focus-within\:tw-border-opacity-25:focus-within{
    --tw-border-opacity:0.25
  }

  .md\:focus-within\:tw-border-opacity-30:focus-within{
    --tw-border-opacity:0.3
  }

  .md\:focus-within\:tw-border-opacity-40:focus-within{
    --tw-border-opacity:0.4
  }

  .md\:focus-within\:tw-border-opacity-50:focus-within{
    --tw-border-opacity:0.5
  }

  .md\:focus-within\:tw-border-opacity-60:focus-within{
    --tw-border-opacity:0.6
  }

  .md\:focus-within\:tw-border-opacity-70:focus-within{
    --tw-border-opacity:0.7
  }

  .md\:focus-within\:tw-border-opacity-75:focus-within{
    --tw-border-opacity:0.75
  }

  .md\:focus-within\:tw-border-opacity-80:focus-within{
    --tw-border-opacity:0.8
  }

  .md\:focus-within\:tw-border-opacity-90:focus-within{
    --tw-border-opacity:0.9
  }

  .md\:focus-within\:tw-border-opacity-95:focus-within{
    --tw-border-opacity:0.95
  }

  .md\:focus-within\:tw-border-opacity-100:focus-within{
    --tw-border-opacity:1
  }

  .md\:hover\:tw-border-opacity-0:hover{
    --tw-border-opacity:0
  }

  .md\:hover\:tw-border-opacity-5:hover{
    --tw-border-opacity:0.05
  }

  .md\:hover\:tw-border-opacity-10:hover{
    --tw-border-opacity:0.1
  }

  .md\:hover\:tw-border-opacity-20:hover{
    --tw-border-opacity:0.2
  }

  .md\:hover\:tw-border-opacity-25:hover{
    --tw-border-opacity:0.25
  }

  .md\:hover\:tw-border-opacity-30:hover{
    --tw-border-opacity:0.3
  }

  .md\:hover\:tw-border-opacity-40:hover{
    --tw-border-opacity:0.4
  }

  .md\:hover\:tw-border-opacity-50:hover{
    --tw-border-opacity:0.5
  }

  .md\:hover\:tw-border-opacity-60:hover{
    --tw-border-opacity:0.6
  }

  .md\:hover\:tw-border-opacity-70:hover{
    --tw-border-opacity:0.7
  }

  .md\:hover\:tw-border-opacity-75:hover{
    --tw-border-opacity:0.75
  }

  .md\:hover\:tw-border-opacity-80:hover{
    --tw-border-opacity:0.8
  }

  .md\:hover\:tw-border-opacity-90:hover{
    --tw-border-opacity:0.9
  }

  .md\:hover\:tw-border-opacity-95:hover{
    --tw-border-opacity:0.95
  }

  .md\:hover\:tw-border-opacity-100:hover{
    --tw-border-opacity:1
  }

  .md\:focus\:tw-border-opacity-0:focus{
    --tw-border-opacity:0
  }

  .md\:focus\:tw-border-opacity-5:focus{
    --tw-border-opacity:0.05
  }

  .md\:focus\:tw-border-opacity-10:focus{
    --tw-border-opacity:0.1
  }

  .md\:focus\:tw-border-opacity-20:focus{
    --tw-border-opacity:0.2
  }

  .md\:focus\:tw-border-opacity-25:focus{
    --tw-border-opacity:0.25
  }

  .md\:focus\:tw-border-opacity-30:focus{
    --tw-border-opacity:0.3
  }

  .md\:focus\:tw-border-opacity-40:focus{
    --tw-border-opacity:0.4
  }

  .md\:focus\:tw-border-opacity-50:focus{
    --tw-border-opacity:0.5
  }

  .md\:focus\:tw-border-opacity-60:focus{
    --tw-border-opacity:0.6
  }

  .md\:focus\:tw-border-opacity-70:focus{
    --tw-border-opacity:0.7
  }

  .md\:focus\:tw-border-opacity-75:focus{
    --tw-border-opacity:0.75
  }

  .md\:focus\:tw-border-opacity-80:focus{
    --tw-border-opacity:0.8
  }

  .md\:focus\:tw-border-opacity-90:focus{
    --tw-border-opacity:0.9
  }

  .md\:focus\:tw-border-opacity-95:focus{
    --tw-border-opacity:0.95
  }

  .md\:focus\:tw-border-opacity-100:focus{
    --tw-border-opacity:1
  }

  .md\:tw-bg-transparent{
    background-color:transparent
  }

  .md\:tw-bg-current{
    background-color:currentColor
  }

  .md\:tw-bg-black{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .md\:tw-bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .md\:tw-bg-gray-50{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .md\:tw-bg-gray-100{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .md\:tw-bg-gray-200{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .md\:tw-bg-gray-300{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .md\:tw-bg-gray-400{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .md\:tw-bg-gray-500{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .md\:tw-bg-gray-600{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .md\:tw-bg-gray-700{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .md\:tw-bg-gray-800{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .md\:tw-bg-gray-900{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .md\:tw-bg-red-50{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .md\:tw-bg-red-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .md\:tw-bg-red-200{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .md\:tw-bg-red-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .md\:tw-bg-red-400{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .md\:tw-bg-red-500{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .md\:tw-bg-red-600{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .md\:tw-bg-red-700{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .md\:tw-bg-red-800{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .md\:tw-bg-red-900{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .md\:tw-bg-yellow-50{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .md\:tw-bg-yellow-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .md\:tw-bg-yellow-200{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .md\:tw-bg-yellow-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .md\:tw-bg-yellow-400{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .md\:tw-bg-yellow-500{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .md\:tw-bg-yellow-600{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .md\:tw-bg-yellow-700{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .md\:tw-bg-yellow-800{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .md\:tw-bg-yellow-900{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .md\:tw-bg-green-50{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .md\:tw-bg-green-100{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .md\:tw-bg-green-200{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .md\:tw-bg-green-300{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .md\:tw-bg-green-400{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .md\:tw-bg-green-500{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .md\:tw-bg-green-600{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .md\:tw-bg-green-700{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .md\:tw-bg-green-800{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .md\:tw-bg-green-900{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .md\:tw-bg-blue-50{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .md\:tw-bg-blue-100{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .md\:tw-bg-blue-200{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .md\:tw-bg-blue-300{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .md\:tw-bg-blue-400{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .md\:tw-bg-blue-500{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .md\:tw-bg-blue-600{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .md\:tw-bg-blue-700{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .md\:tw-bg-blue-800{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .md\:tw-bg-blue-900{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .md\:tw-bg-indigo-50{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .md\:tw-bg-indigo-100{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .md\:tw-bg-indigo-200{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .md\:tw-bg-indigo-300{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .md\:tw-bg-indigo-400{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .md\:tw-bg-indigo-500{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .md\:tw-bg-indigo-600{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .md\:tw-bg-indigo-700{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .md\:tw-bg-indigo-800{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .md\:tw-bg-indigo-900{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .md\:tw-bg-purple-50{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .md\:tw-bg-purple-100{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .md\:tw-bg-purple-200{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .md\:tw-bg-purple-300{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .md\:tw-bg-purple-400{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .md\:tw-bg-purple-500{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .md\:tw-bg-purple-600{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .md\:tw-bg-purple-700{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .md\:tw-bg-purple-800{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .md\:tw-bg-purple-900{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .md\:tw-bg-pink-50{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .md\:tw-bg-pink-100{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .md\:tw-bg-pink-200{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .md\:tw-bg-pink-300{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .md\:tw-bg-pink-400{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .md\:tw-bg-pink-500{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .md\:tw-bg-pink-600{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .md\:tw-bg-pink-700{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .md\:tw-bg-pink-800{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .md\:tw-bg-pink-900{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-transparent{
    background-color:transparent
  }

  .tw-group:hover .md\:group-hover\:tw-bg-current{
    background-color:currentColor
  }

  .tw-group:hover .md\:group-hover\:tw-bg-black{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-50{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-100{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-200{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-300{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-400{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-500{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-600{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-700{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-800{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-900{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-50{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-200{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-400{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-500{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-600{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-700{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-800{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-900{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-50{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-200{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-400{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-500{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-600{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-700{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-800{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-900{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-50{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-100{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-200{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-300{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-400{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-500{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-600{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-700{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-800{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-900{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-50{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-100{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-200{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-300{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-400{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-500{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-600{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-700{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-800{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-900{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-50{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-100{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-200{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-300{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-400{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-500{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-600{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-700{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-800{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-900{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-50{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-100{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-200{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-300{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-400{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-500{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-600{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-700{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-800{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-900{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-50{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-100{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-200{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-300{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-400{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-500{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-600{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-700{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-800{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-900{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-transparent:focus-within{
    background-color:transparent
  }

  .md\:focus-within\:tw-bg-current:focus-within{
    background-color:currentColor
  }

  .md\:focus-within\:tw-bg-black:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-white:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-gray-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-gray-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-gray-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-gray-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-gray-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-gray-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-gray-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-gray-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-gray-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-gray-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-red-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-red-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-red-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-red-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-red-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-red-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-red-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-red-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-red-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-red-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-yellow-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-yellow-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-yellow-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-yellow-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-yellow-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-yellow-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-yellow-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-yellow-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-yellow-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-yellow-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-green-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-green-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-green-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-green-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-green-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-green-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-green-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-green-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-green-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-green-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-blue-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-blue-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-blue-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-blue-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-blue-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-blue-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-blue-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-blue-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-blue-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-blue-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-indigo-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-indigo-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-indigo-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-indigo-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-indigo-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-indigo-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-indigo-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-indigo-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-indigo-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-indigo-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-purple-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-purple-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-purple-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-purple-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-purple-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-purple-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-purple-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-purple-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-purple-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-purple-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-pink-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-pink-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-pink-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-pink-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-pink-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-pink-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-pink-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-pink-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-pink-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .md\:focus-within\:tw-bg-pink-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-transparent:hover{
    background-color:transparent
  }

  .md\:hover\:tw-bg-current:hover{
    background-color:currentColor
  }

  .md\:hover\:tw-bg-black:hover{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-white:hover{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-gray-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-gray-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-gray-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-gray-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-gray-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-gray-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-gray-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-gray-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-gray-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-gray-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-red-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-red-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-red-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-red-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-red-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-red-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-red-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-red-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-red-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-red-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-yellow-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-yellow-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-yellow-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-yellow-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-yellow-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-yellow-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-yellow-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-yellow-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-yellow-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-yellow-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-green-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-green-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-green-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-green-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-green-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-green-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-green-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-green-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-green-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-green-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-blue-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-blue-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-blue-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-blue-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-blue-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-blue-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-blue-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-blue-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-blue-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-blue-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-indigo-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-indigo-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-indigo-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-indigo-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-indigo-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-indigo-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-indigo-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-indigo-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-indigo-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-indigo-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-purple-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-purple-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-purple-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-purple-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-purple-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-purple-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-purple-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-purple-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-purple-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-purple-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-pink-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-pink-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-pink-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-pink-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-pink-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-pink-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-pink-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-pink-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-pink-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .md\:hover\:tw-bg-pink-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-transparent:focus{
    background-color:transparent
  }

  .md\:focus\:tw-bg-current:focus{
    background-color:currentColor
  }

  .md\:focus\:tw-bg-black:focus{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-white:focus{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-gray-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-gray-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-gray-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-gray-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-gray-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-gray-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-gray-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-gray-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-gray-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-gray-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-red-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-red-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-red-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-red-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-red-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-red-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-red-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-red-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-red-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-red-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-yellow-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-yellow-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-yellow-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-yellow-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-yellow-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-yellow-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-yellow-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-yellow-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-yellow-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-yellow-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-green-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-green-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-green-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-green-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-green-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-green-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-green-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-green-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-green-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-green-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-blue-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-blue-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-blue-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-blue-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-blue-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-blue-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-blue-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-blue-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-blue-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-blue-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-indigo-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-indigo-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-indigo-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-indigo-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-indigo-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-indigo-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-indigo-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-indigo-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-indigo-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-indigo-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-purple-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-purple-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-purple-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-purple-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-purple-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-purple-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-purple-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-purple-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-purple-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-purple-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-pink-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-pink-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-pink-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-pink-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-pink-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-pink-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-pink-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-pink-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-pink-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .md\:focus\:tw-bg-pink-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .md\:tw-bg-opacity-0{
    --tw-bg-opacity:0
  }

  .md\:tw-bg-opacity-5{
    --tw-bg-opacity:0.05
  }

  .md\:tw-bg-opacity-10{
    --tw-bg-opacity:0.1
  }

  .md\:tw-bg-opacity-20{
    --tw-bg-opacity:0.2
  }

  .md\:tw-bg-opacity-25{
    --tw-bg-opacity:0.25
  }

  .md\:tw-bg-opacity-30{
    --tw-bg-opacity:0.3
  }

  .md\:tw-bg-opacity-40{
    --tw-bg-opacity:0.4
  }

  .md\:tw-bg-opacity-50{
    --tw-bg-opacity:0.5
  }

  .md\:tw-bg-opacity-60{
    --tw-bg-opacity:0.6
  }

  .md\:tw-bg-opacity-70{
    --tw-bg-opacity:0.7
  }

  .md\:tw-bg-opacity-75{
    --tw-bg-opacity:0.75
  }

  .md\:tw-bg-opacity-80{
    --tw-bg-opacity:0.8
  }

  .md\:tw-bg-opacity-90{
    --tw-bg-opacity:0.9
  }

  .md\:tw-bg-opacity-95{
    --tw-bg-opacity:0.95
  }

  .md\:tw-bg-opacity-100{
    --tw-bg-opacity:1
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-0{
    --tw-bg-opacity:0
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-5{
    --tw-bg-opacity:0.05
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-10{
    --tw-bg-opacity:0.1
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-20{
    --tw-bg-opacity:0.2
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-25{
    --tw-bg-opacity:0.25
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-30{
    --tw-bg-opacity:0.3
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-40{
    --tw-bg-opacity:0.4
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-50{
    --tw-bg-opacity:0.5
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-60{
    --tw-bg-opacity:0.6
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-70{
    --tw-bg-opacity:0.7
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-75{
    --tw-bg-opacity:0.75
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-80{
    --tw-bg-opacity:0.8
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-90{
    --tw-bg-opacity:0.9
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-95{
    --tw-bg-opacity:0.95
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-100{
    --tw-bg-opacity:1
  }

  .md\:focus-within\:tw-bg-opacity-0:focus-within{
    --tw-bg-opacity:0
  }

  .md\:focus-within\:tw-bg-opacity-5:focus-within{
    --tw-bg-opacity:0.05
  }

  .md\:focus-within\:tw-bg-opacity-10:focus-within{
    --tw-bg-opacity:0.1
  }

  .md\:focus-within\:tw-bg-opacity-20:focus-within{
    --tw-bg-opacity:0.2
  }

  .md\:focus-within\:tw-bg-opacity-25:focus-within{
    --tw-bg-opacity:0.25
  }

  .md\:focus-within\:tw-bg-opacity-30:focus-within{
    --tw-bg-opacity:0.3
  }

  .md\:focus-within\:tw-bg-opacity-40:focus-within{
    --tw-bg-opacity:0.4
  }

  .md\:focus-within\:tw-bg-opacity-50:focus-within{
    --tw-bg-opacity:0.5
  }

  .md\:focus-within\:tw-bg-opacity-60:focus-within{
    --tw-bg-opacity:0.6
  }

  .md\:focus-within\:tw-bg-opacity-70:focus-within{
    --tw-bg-opacity:0.7
  }

  .md\:focus-within\:tw-bg-opacity-75:focus-within{
    --tw-bg-opacity:0.75
  }

  .md\:focus-within\:tw-bg-opacity-80:focus-within{
    --tw-bg-opacity:0.8
  }

  .md\:focus-within\:tw-bg-opacity-90:focus-within{
    --tw-bg-opacity:0.9
  }

  .md\:focus-within\:tw-bg-opacity-95:focus-within{
    --tw-bg-opacity:0.95
  }

  .md\:focus-within\:tw-bg-opacity-100:focus-within{
    --tw-bg-opacity:1
  }

  .md\:hover\:tw-bg-opacity-0:hover{
    --tw-bg-opacity:0
  }

  .md\:hover\:tw-bg-opacity-5:hover{
    --tw-bg-opacity:0.05
  }

  .md\:hover\:tw-bg-opacity-10:hover{
    --tw-bg-opacity:0.1
  }

  .md\:hover\:tw-bg-opacity-20:hover{
    --tw-bg-opacity:0.2
  }

  .md\:hover\:tw-bg-opacity-25:hover{
    --tw-bg-opacity:0.25
  }

  .md\:hover\:tw-bg-opacity-30:hover{
    --tw-bg-opacity:0.3
  }

  .md\:hover\:tw-bg-opacity-40:hover{
    --tw-bg-opacity:0.4
  }

  .md\:hover\:tw-bg-opacity-50:hover{
    --tw-bg-opacity:0.5
  }

  .md\:hover\:tw-bg-opacity-60:hover{
    --tw-bg-opacity:0.6
  }

  .md\:hover\:tw-bg-opacity-70:hover{
    --tw-bg-opacity:0.7
  }

  .md\:hover\:tw-bg-opacity-75:hover{
    --tw-bg-opacity:0.75
  }

  .md\:hover\:tw-bg-opacity-80:hover{
    --tw-bg-opacity:0.8
  }

  .md\:hover\:tw-bg-opacity-90:hover{
    --tw-bg-opacity:0.9
  }

  .md\:hover\:tw-bg-opacity-95:hover{
    --tw-bg-opacity:0.95
  }

  .md\:hover\:tw-bg-opacity-100:hover{
    --tw-bg-opacity:1
  }

  .md\:focus\:tw-bg-opacity-0:focus{
    --tw-bg-opacity:0
  }

  .md\:focus\:tw-bg-opacity-5:focus{
    --tw-bg-opacity:0.05
  }

  .md\:focus\:tw-bg-opacity-10:focus{
    --tw-bg-opacity:0.1
  }

  .md\:focus\:tw-bg-opacity-20:focus{
    --tw-bg-opacity:0.2
  }

  .md\:focus\:tw-bg-opacity-25:focus{
    --tw-bg-opacity:0.25
  }

  .md\:focus\:tw-bg-opacity-30:focus{
    --tw-bg-opacity:0.3
  }

  .md\:focus\:tw-bg-opacity-40:focus{
    --tw-bg-opacity:0.4
  }

  .md\:focus\:tw-bg-opacity-50:focus{
    --tw-bg-opacity:0.5
  }

  .md\:focus\:tw-bg-opacity-60:focus{
    --tw-bg-opacity:0.6
  }

  .md\:focus\:tw-bg-opacity-70:focus{
    --tw-bg-opacity:0.7
  }

  .md\:focus\:tw-bg-opacity-75:focus{
    --tw-bg-opacity:0.75
  }

  .md\:focus\:tw-bg-opacity-80:focus{
    --tw-bg-opacity:0.8
  }

  .md\:focus\:tw-bg-opacity-90:focus{
    --tw-bg-opacity:0.9
  }

  .md\:focus\:tw-bg-opacity-95:focus{
    --tw-bg-opacity:0.95
  }

  .md\:focus\:tw-bg-opacity-100:focus{
    --tw-bg-opacity:1
  }

  .md\:tw-bg-none{
    background-image:none
  }

  .md\:tw-bg-gradient-to-t{
    background-image:linear-gradient(to top, var(--tw-gradient-stops))
  }

  .md\:tw-bg-gradient-to-tr{
    background-image:linear-gradient(to top right, var(--tw-gradient-stops))
  }

  .md\:tw-bg-gradient-to-r{
    background-image:linear-gradient(to right, var(--tw-gradient-stops))
  }

  .md\:tw-bg-gradient-to-br{
    background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))
  }

  .md\:tw-bg-gradient-to-b{
    background-image:linear-gradient(to bottom, var(--tw-gradient-stops))
  }

  .md\:tw-bg-gradient-to-bl{
    background-image:linear-gradient(to bottom left, var(--tw-gradient-stops))
  }

  .md\:tw-bg-gradient-to-l{
    background-image:linear-gradient(to left, var(--tw-gradient-stops))
  }

  .md\:tw-bg-gradient-to-tl{
    background-image:linear-gradient(to top left, var(--tw-gradient-stops))
  }

  .md\:tw-from-transparent{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .md\:tw-from-current{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .md\:tw-from-black{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .md\:tw-from-white{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .md\:tw-from-gray-50{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .md\:tw-from-gray-100{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .md\:tw-from-gray-200{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .md\:tw-from-gray-300{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .md\:tw-from-gray-400{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .md\:tw-from-gray-500{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .md\:tw-from-gray-600{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .md\:tw-from-gray-700{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .md\:tw-from-gray-800{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .md\:tw-from-gray-900{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .md\:tw-from-red-50{
    --tw-gradient-from:#fef2f2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .md\:tw-from-red-100{
    --tw-gradient-from:#fee2e2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .md\:tw-from-red-200{
    --tw-gradient-from:#fecaca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .md\:tw-from-red-300{
    --tw-gradient-from:#fca5a5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .md\:tw-from-red-400{
    --tw-gradient-from:#f87171;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .md\:tw-from-red-500{
    --tw-gradient-from:#ef4444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .md\:tw-from-red-600{
    --tw-gradient-from:#dc2626;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .md\:tw-from-red-700{
    --tw-gradient-from:#b91c1c;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .md\:tw-from-red-800{
    --tw-gradient-from:#991b1b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .md\:tw-from-red-900{
    --tw-gradient-from:#7f1d1d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .md\:tw-from-yellow-50{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .md\:tw-from-yellow-100{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .md\:tw-from-yellow-200{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .md\:tw-from-yellow-300{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .md\:tw-from-yellow-400{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .md\:tw-from-yellow-500{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .md\:tw-from-yellow-600{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .md\:tw-from-yellow-700{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .md\:tw-from-yellow-800{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .md\:tw-from-yellow-900{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .md\:tw-from-green-50{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .md\:tw-from-green-100{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .md\:tw-from-green-200{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .md\:tw-from-green-300{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .md\:tw-from-green-400{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .md\:tw-from-green-500{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .md\:tw-from-green-600{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .md\:tw-from-green-700{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .md\:tw-from-green-800{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .md\:tw-from-green-900{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .md\:tw-from-blue-50{
    --tw-gradient-from:#eff6ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .md\:tw-from-blue-100{
    --tw-gradient-from:#dbeafe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .md\:tw-from-blue-200{
    --tw-gradient-from:#bfdbfe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .md\:tw-from-blue-300{
    --tw-gradient-from:#93c5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .md\:tw-from-blue-400{
    --tw-gradient-from:#60a5fa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .md\:tw-from-blue-500{
    --tw-gradient-from:#3b82f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .md\:tw-from-blue-600{
    --tw-gradient-from:#2563eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .md\:tw-from-blue-700{
    --tw-gradient-from:#1d4ed8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .md\:tw-from-blue-800{
    --tw-gradient-from:#1e40af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .md\:tw-from-blue-900{
    --tw-gradient-from:#1e3a8a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .md\:tw-from-indigo-50{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .md\:tw-from-indigo-100{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .md\:tw-from-indigo-200{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .md\:tw-from-indigo-300{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .md\:tw-from-indigo-400{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .md\:tw-from-indigo-500{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .md\:tw-from-indigo-600{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .md\:tw-from-indigo-700{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .md\:tw-from-indigo-800{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .md\:tw-from-indigo-900{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .md\:tw-from-purple-50{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .md\:tw-from-purple-100{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .md\:tw-from-purple-200{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .md\:tw-from-purple-300{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .md\:tw-from-purple-400{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .md\:tw-from-purple-500{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .md\:tw-from-purple-600{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .md\:tw-from-purple-700{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .md\:tw-from-purple-800{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .md\:tw-from-purple-900{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .md\:tw-from-pink-50{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .md\:tw-from-pink-100{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .md\:tw-from-pink-200{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .md\:tw-from-pink-300{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .md\:tw-from-pink-400{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .md\:tw-from-pink-500{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .md\:tw-from-pink-600{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .md\:tw-from-pink-700{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .md\:tw-from-pink-800{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .md\:tw-from-pink-900{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .md\:hover\:tw-from-transparent:hover{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .md\:hover\:tw-from-current:hover{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .md\:hover\:tw-from-black:hover{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .md\:hover\:tw-from-white:hover{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .md\:hover\:tw-from-gray-50:hover{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .md\:hover\:tw-from-gray-100:hover{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .md\:hover\:tw-from-gray-200:hover{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .md\:hover\:tw-from-gray-300:hover{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .md\:hover\:tw-from-gray-400:hover{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .md\:hover\:tw-from-gray-500:hover{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .md\:hover\:tw-from-gray-600:hover{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .md\:hover\:tw-from-gray-700:hover{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .md\:hover\:tw-from-gray-800:hover{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .md\:hover\:tw-from-gray-900:hover{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .md\:hover\:tw-from-red-50:hover{
    --tw-gradient-from:#fef2f2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .md\:hover\:tw-from-red-100:hover{
    --tw-gradient-from:#fee2e2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .md\:hover\:tw-from-red-200:hover{
    --tw-gradient-from:#fecaca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .md\:hover\:tw-from-red-300:hover{
    --tw-gradient-from:#fca5a5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .md\:hover\:tw-from-red-400:hover{
    --tw-gradient-from:#f87171;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .md\:hover\:tw-from-red-500:hover{
    --tw-gradient-from:#ef4444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .md\:hover\:tw-from-red-600:hover{
    --tw-gradient-from:#dc2626;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .md\:hover\:tw-from-red-700:hover{
    --tw-gradient-from:#b91c1c;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .md\:hover\:tw-from-red-800:hover{
    --tw-gradient-from:#991b1b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .md\:hover\:tw-from-red-900:hover{
    --tw-gradient-from:#7f1d1d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .md\:hover\:tw-from-yellow-50:hover{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .md\:hover\:tw-from-yellow-100:hover{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .md\:hover\:tw-from-yellow-200:hover{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .md\:hover\:tw-from-yellow-300:hover{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .md\:hover\:tw-from-yellow-400:hover{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .md\:hover\:tw-from-yellow-500:hover{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .md\:hover\:tw-from-yellow-600:hover{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .md\:hover\:tw-from-yellow-700:hover{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .md\:hover\:tw-from-yellow-800:hover{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .md\:hover\:tw-from-yellow-900:hover{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .md\:hover\:tw-from-green-50:hover{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .md\:hover\:tw-from-green-100:hover{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .md\:hover\:tw-from-green-200:hover{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .md\:hover\:tw-from-green-300:hover{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .md\:hover\:tw-from-green-400:hover{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .md\:hover\:tw-from-green-500:hover{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .md\:hover\:tw-from-green-600:hover{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .md\:hover\:tw-from-green-700:hover{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .md\:hover\:tw-from-green-800:hover{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .md\:hover\:tw-from-green-900:hover{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .md\:hover\:tw-from-blue-50:hover{
    --tw-gradient-from:#eff6ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .md\:hover\:tw-from-blue-100:hover{
    --tw-gradient-from:#dbeafe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .md\:hover\:tw-from-blue-200:hover{
    --tw-gradient-from:#bfdbfe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .md\:hover\:tw-from-blue-300:hover{
    --tw-gradient-from:#93c5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .md\:hover\:tw-from-blue-400:hover{
    --tw-gradient-from:#60a5fa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .md\:hover\:tw-from-blue-500:hover{
    --tw-gradient-from:#3b82f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .md\:hover\:tw-from-blue-600:hover{
    --tw-gradient-from:#2563eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .md\:hover\:tw-from-blue-700:hover{
    --tw-gradient-from:#1d4ed8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .md\:hover\:tw-from-blue-800:hover{
    --tw-gradient-from:#1e40af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .md\:hover\:tw-from-blue-900:hover{
    --tw-gradient-from:#1e3a8a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .md\:hover\:tw-from-indigo-50:hover{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .md\:hover\:tw-from-indigo-100:hover{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .md\:hover\:tw-from-indigo-200:hover{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .md\:hover\:tw-from-indigo-300:hover{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .md\:hover\:tw-from-indigo-400:hover{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .md\:hover\:tw-from-indigo-500:hover{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .md\:hover\:tw-from-indigo-600:hover{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .md\:hover\:tw-from-indigo-700:hover{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .md\:hover\:tw-from-indigo-800:hover{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .md\:hover\:tw-from-indigo-900:hover{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .md\:hover\:tw-from-purple-50:hover{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .md\:hover\:tw-from-purple-100:hover{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .md\:hover\:tw-from-purple-200:hover{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .md\:hover\:tw-from-purple-300:hover{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .md\:hover\:tw-from-purple-400:hover{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .md\:hover\:tw-from-purple-500:hover{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .md\:hover\:tw-from-purple-600:hover{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .md\:hover\:tw-from-purple-700:hover{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .md\:hover\:tw-from-purple-800:hover{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .md\:hover\:tw-from-purple-900:hover{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .md\:hover\:tw-from-pink-50:hover{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .md\:hover\:tw-from-pink-100:hover{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .md\:hover\:tw-from-pink-200:hover{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .md\:hover\:tw-from-pink-300:hover{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .md\:hover\:tw-from-pink-400:hover{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .md\:hover\:tw-from-pink-500:hover{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .md\:hover\:tw-from-pink-600:hover{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .md\:hover\:tw-from-pink-700:hover{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .md\:hover\:tw-from-pink-800:hover{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .md\:hover\:tw-from-pink-900:hover{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .md\:focus\:tw-from-transparent:focus{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .md\:focus\:tw-from-current:focus{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .md\:focus\:tw-from-black:focus{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .md\:focus\:tw-from-white:focus{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .md\:focus\:tw-from-gray-50:focus{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .md\:focus\:tw-from-gray-100:focus{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .md\:focus\:tw-from-gray-200:focus{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .md\:focus\:tw-from-gray-300:focus{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .md\:focus\:tw-from-gray-400:focus{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .md\:focus\:tw-from-gray-500:focus{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .md\:focus\:tw-from-gray-600:focus{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .md\:focus\:tw-from-gray-700:focus{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .md\:focus\:tw-from-gray-800:focus{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .md\:focus\:tw-from-gray-900:focus{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .md\:focus\:tw-from-red-50:focus{
    --tw-gradient-from:#fef2f2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .md\:focus\:tw-from-red-100:focus{
    --tw-gradient-from:#fee2e2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .md\:focus\:tw-from-red-200:focus{
    --tw-gradient-from:#fecaca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .md\:focus\:tw-from-red-300:focus{
    --tw-gradient-from:#fca5a5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .md\:focus\:tw-from-red-400:focus{
    --tw-gradient-from:#f87171;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .md\:focus\:tw-from-red-500:focus{
    --tw-gradient-from:#ef4444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .md\:focus\:tw-from-red-600:focus{
    --tw-gradient-from:#dc2626;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .md\:focus\:tw-from-red-700:focus{
    --tw-gradient-from:#b91c1c;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .md\:focus\:tw-from-red-800:focus{
    --tw-gradient-from:#991b1b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .md\:focus\:tw-from-red-900:focus{
    --tw-gradient-from:#7f1d1d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .md\:focus\:tw-from-yellow-50:focus{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .md\:focus\:tw-from-yellow-100:focus{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .md\:focus\:tw-from-yellow-200:focus{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .md\:focus\:tw-from-yellow-300:focus{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .md\:focus\:tw-from-yellow-400:focus{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .md\:focus\:tw-from-yellow-500:focus{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .md\:focus\:tw-from-yellow-600:focus{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .md\:focus\:tw-from-yellow-700:focus{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .md\:focus\:tw-from-yellow-800:focus{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .md\:focus\:tw-from-yellow-900:focus{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .md\:focus\:tw-from-green-50:focus{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .md\:focus\:tw-from-green-100:focus{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .md\:focus\:tw-from-green-200:focus{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .md\:focus\:tw-from-green-300:focus{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .md\:focus\:tw-from-green-400:focus{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .md\:focus\:tw-from-green-500:focus{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .md\:focus\:tw-from-green-600:focus{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .md\:focus\:tw-from-green-700:focus{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .md\:focus\:tw-from-green-800:focus{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .md\:focus\:tw-from-green-900:focus{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .md\:focus\:tw-from-blue-50:focus{
    --tw-gradient-from:#eff6ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .md\:focus\:tw-from-blue-100:focus{
    --tw-gradient-from:#dbeafe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .md\:focus\:tw-from-blue-200:focus{
    --tw-gradient-from:#bfdbfe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .md\:focus\:tw-from-blue-300:focus{
    --tw-gradient-from:#93c5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .md\:focus\:tw-from-blue-400:focus{
    --tw-gradient-from:#60a5fa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .md\:focus\:tw-from-blue-500:focus{
    --tw-gradient-from:#3b82f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .md\:focus\:tw-from-blue-600:focus{
    --tw-gradient-from:#2563eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .md\:focus\:tw-from-blue-700:focus{
    --tw-gradient-from:#1d4ed8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .md\:focus\:tw-from-blue-800:focus{
    --tw-gradient-from:#1e40af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .md\:focus\:tw-from-blue-900:focus{
    --tw-gradient-from:#1e3a8a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .md\:focus\:tw-from-indigo-50:focus{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .md\:focus\:tw-from-indigo-100:focus{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .md\:focus\:tw-from-indigo-200:focus{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .md\:focus\:tw-from-indigo-300:focus{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .md\:focus\:tw-from-indigo-400:focus{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .md\:focus\:tw-from-indigo-500:focus{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .md\:focus\:tw-from-indigo-600:focus{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .md\:focus\:tw-from-indigo-700:focus{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .md\:focus\:tw-from-indigo-800:focus{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .md\:focus\:tw-from-indigo-900:focus{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .md\:focus\:tw-from-purple-50:focus{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .md\:focus\:tw-from-purple-100:focus{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .md\:focus\:tw-from-purple-200:focus{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .md\:focus\:tw-from-purple-300:focus{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .md\:focus\:tw-from-purple-400:focus{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .md\:focus\:tw-from-purple-500:focus{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .md\:focus\:tw-from-purple-600:focus{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .md\:focus\:tw-from-purple-700:focus{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .md\:focus\:tw-from-purple-800:focus{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .md\:focus\:tw-from-purple-900:focus{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .md\:focus\:tw-from-pink-50:focus{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .md\:focus\:tw-from-pink-100:focus{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .md\:focus\:tw-from-pink-200:focus{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .md\:focus\:tw-from-pink-300:focus{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .md\:focus\:tw-from-pink-400:focus{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .md\:focus\:tw-from-pink-500:focus{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .md\:focus\:tw-from-pink-600:focus{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .md\:focus\:tw-from-pink-700:focus{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .md\:focus\:tw-from-pink-800:focus{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .md\:focus\:tw-from-pink-900:focus{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .md\:tw-via-transparent{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .md\:tw-via-current{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .md\:tw-via-black{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .md\:tw-via-white{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .md\:tw-via-gray-50{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .md\:tw-via-gray-100{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .md\:tw-via-gray-200{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .md\:tw-via-gray-300{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .md\:tw-via-gray-400{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .md\:tw-via-gray-500{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .md\:tw-via-gray-600{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .md\:tw-via-gray-700{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .md\:tw-via-gray-800{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .md\:tw-via-gray-900{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .md\:tw-via-red-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .md\:tw-via-red-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .md\:tw-via-red-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .md\:tw-via-red-300{
    --tw-gradient-stops:var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .md\:tw-via-red-400{
    --tw-gradient-stops:var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .md\:tw-via-red-500{
    --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .md\:tw-via-red-600{
    --tw-gradient-stops:var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .md\:tw-via-red-700{
    --tw-gradient-stops:var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .md\:tw-via-red-800{
    --tw-gradient-stops:var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .md\:tw-via-red-900{
    --tw-gradient-stops:var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .md\:tw-via-yellow-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .md\:tw-via-yellow-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .md\:tw-via-yellow-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .md\:tw-via-yellow-300{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .md\:tw-via-yellow-400{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .md\:tw-via-yellow-500{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .md\:tw-via-yellow-600{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .md\:tw-via-yellow-700{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .md\:tw-via-yellow-800{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .md\:tw-via-yellow-900{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .md\:tw-via-green-50{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .md\:tw-via-green-100{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .md\:tw-via-green-200{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .md\:tw-via-green-300{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .md\:tw-via-green-400{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .md\:tw-via-green-500{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .md\:tw-via-green-600{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .md\:tw-via-green-700{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .md\:tw-via-green-800{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .md\:tw-via-green-900{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .md\:tw-via-blue-50{
    --tw-gradient-stops:var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .md\:tw-via-blue-100{
    --tw-gradient-stops:var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .md\:tw-via-blue-200{
    --tw-gradient-stops:var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .md\:tw-via-blue-300{
    --tw-gradient-stops:var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .md\:tw-via-blue-400{
    --tw-gradient-stops:var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .md\:tw-via-blue-500{
    --tw-gradient-stops:var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .md\:tw-via-blue-600{
    --tw-gradient-stops:var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .md\:tw-via-blue-700{
    --tw-gradient-stops:var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .md\:tw-via-blue-800{
    --tw-gradient-stops:var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .md\:tw-via-blue-900{
    --tw-gradient-stops:var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .md\:tw-via-indigo-50{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .md\:tw-via-indigo-100{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .md\:tw-via-indigo-200{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .md\:tw-via-indigo-300{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .md\:tw-via-indigo-400{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .md\:tw-via-indigo-500{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .md\:tw-via-indigo-600{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .md\:tw-via-indigo-700{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .md\:tw-via-indigo-800{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .md\:tw-via-indigo-900{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .md\:tw-via-purple-50{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .md\:tw-via-purple-100{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .md\:tw-via-purple-200{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .md\:tw-via-purple-300{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .md\:tw-via-purple-400{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .md\:tw-via-purple-500{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .md\:tw-via-purple-600{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .md\:tw-via-purple-700{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .md\:tw-via-purple-800{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .md\:tw-via-purple-900{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .md\:tw-via-pink-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .md\:tw-via-pink-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .md\:tw-via-pink-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .md\:tw-via-pink-300{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .md\:tw-via-pink-400{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .md\:tw-via-pink-500{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .md\:tw-via-pink-600{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .md\:tw-via-pink-700{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .md\:tw-via-pink-800{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .md\:tw-via-pink-900{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .md\:hover\:tw-via-transparent:hover{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .md\:hover\:tw-via-current:hover{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .md\:hover\:tw-via-black:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .md\:hover\:tw-via-white:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .md\:hover\:tw-via-gray-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .md\:hover\:tw-via-gray-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .md\:hover\:tw-via-gray-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .md\:hover\:tw-via-gray-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .md\:hover\:tw-via-gray-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .md\:hover\:tw-via-gray-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .md\:hover\:tw-via-gray-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .md\:hover\:tw-via-gray-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .md\:hover\:tw-via-gray-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .md\:hover\:tw-via-gray-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .md\:hover\:tw-via-red-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .md\:hover\:tw-via-red-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .md\:hover\:tw-via-red-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .md\:hover\:tw-via-red-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .md\:hover\:tw-via-red-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .md\:hover\:tw-via-red-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .md\:hover\:tw-via-red-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .md\:hover\:tw-via-red-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .md\:hover\:tw-via-red-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .md\:hover\:tw-via-red-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .md\:hover\:tw-via-yellow-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .md\:hover\:tw-via-yellow-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .md\:hover\:tw-via-yellow-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .md\:hover\:tw-via-yellow-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .md\:hover\:tw-via-yellow-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .md\:hover\:tw-via-yellow-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .md\:hover\:tw-via-yellow-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .md\:hover\:tw-via-yellow-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .md\:hover\:tw-via-yellow-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .md\:hover\:tw-via-yellow-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .md\:hover\:tw-via-green-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .md\:hover\:tw-via-green-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .md\:hover\:tw-via-green-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .md\:hover\:tw-via-green-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .md\:hover\:tw-via-green-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .md\:hover\:tw-via-green-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .md\:hover\:tw-via-green-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .md\:hover\:tw-via-green-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .md\:hover\:tw-via-green-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .md\:hover\:tw-via-green-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .md\:hover\:tw-via-blue-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .md\:hover\:tw-via-blue-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .md\:hover\:tw-via-blue-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .md\:hover\:tw-via-blue-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .md\:hover\:tw-via-blue-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .md\:hover\:tw-via-blue-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .md\:hover\:tw-via-blue-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .md\:hover\:tw-via-blue-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .md\:hover\:tw-via-blue-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .md\:hover\:tw-via-blue-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .md\:hover\:tw-via-indigo-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .md\:hover\:tw-via-indigo-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .md\:hover\:tw-via-indigo-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .md\:hover\:tw-via-indigo-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .md\:hover\:tw-via-indigo-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .md\:hover\:tw-via-indigo-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .md\:hover\:tw-via-indigo-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .md\:hover\:tw-via-indigo-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .md\:hover\:tw-via-indigo-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .md\:hover\:tw-via-indigo-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .md\:hover\:tw-via-purple-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .md\:hover\:tw-via-purple-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .md\:hover\:tw-via-purple-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .md\:hover\:tw-via-purple-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .md\:hover\:tw-via-purple-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .md\:hover\:tw-via-purple-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .md\:hover\:tw-via-purple-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .md\:hover\:tw-via-purple-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .md\:hover\:tw-via-purple-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .md\:hover\:tw-via-purple-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .md\:hover\:tw-via-pink-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .md\:hover\:tw-via-pink-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .md\:hover\:tw-via-pink-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .md\:hover\:tw-via-pink-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .md\:hover\:tw-via-pink-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .md\:hover\:tw-via-pink-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .md\:hover\:tw-via-pink-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .md\:hover\:tw-via-pink-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .md\:hover\:tw-via-pink-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .md\:hover\:tw-via-pink-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .md\:focus\:tw-via-transparent:focus{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .md\:focus\:tw-via-current:focus{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .md\:focus\:tw-via-black:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .md\:focus\:tw-via-white:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .md\:focus\:tw-via-gray-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .md\:focus\:tw-via-gray-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .md\:focus\:tw-via-gray-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .md\:focus\:tw-via-gray-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .md\:focus\:tw-via-gray-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .md\:focus\:tw-via-gray-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .md\:focus\:tw-via-gray-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .md\:focus\:tw-via-gray-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .md\:focus\:tw-via-gray-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .md\:focus\:tw-via-gray-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .md\:focus\:tw-via-red-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .md\:focus\:tw-via-red-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .md\:focus\:tw-via-red-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .md\:focus\:tw-via-red-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .md\:focus\:tw-via-red-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .md\:focus\:tw-via-red-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .md\:focus\:tw-via-red-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .md\:focus\:tw-via-red-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .md\:focus\:tw-via-red-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .md\:focus\:tw-via-red-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .md\:focus\:tw-via-yellow-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .md\:focus\:tw-via-yellow-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .md\:focus\:tw-via-yellow-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .md\:focus\:tw-via-yellow-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .md\:focus\:tw-via-yellow-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .md\:focus\:tw-via-yellow-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .md\:focus\:tw-via-yellow-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .md\:focus\:tw-via-yellow-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .md\:focus\:tw-via-yellow-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .md\:focus\:tw-via-yellow-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .md\:focus\:tw-via-green-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .md\:focus\:tw-via-green-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .md\:focus\:tw-via-green-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .md\:focus\:tw-via-green-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .md\:focus\:tw-via-green-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .md\:focus\:tw-via-green-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .md\:focus\:tw-via-green-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .md\:focus\:tw-via-green-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .md\:focus\:tw-via-green-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .md\:focus\:tw-via-green-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .md\:focus\:tw-via-blue-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .md\:focus\:tw-via-blue-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .md\:focus\:tw-via-blue-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .md\:focus\:tw-via-blue-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .md\:focus\:tw-via-blue-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .md\:focus\:tw-via-blue-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .md\:focus\:tw-via-blue-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .md\:focus\:tw-via-blue-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .md\:focus\:tw-via-blue-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .md\:focus\:tw-via-blue-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .md\:focus\:tw-via-indigo-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .md\:focus\:tw-via-indigo-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .md\:focus\:tw-via-indigo-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .md\:focus\:tw-via-indigo-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .md\:focus\:tw-via-indigo-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .md\:focus\:tw-via-indigo-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .md\:focus\:tw-via-indigo-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .md\:focus\:tw-via-indigo-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .md\:focus\:tw-via-indigo-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .md\:focus\:tw-via-indigo-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .md\:focus\:tw-via-purple-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .md\:focus\:tw-via-purple-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .md\:focus\:tw-via-purple-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .md\:focus\:tw-via-purple-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .md\:focus\:tw-via-purple-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .md\:focus\:tw-via-purple-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .md\:focus\:tw-via-purple-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .md\:focus\:tw-via-purple-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .md\:focus\:tw-via-purple-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .md\:focus\:tw-via-purple-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .md\:focus\:tw-via-pink-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .md\:focus\:tw-via-pink-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .md\:focus\:tw-via-pink-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .md\:focus\:tw-via-pink-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .md\:focus\:tw-via-pink-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .md\:focus\:tw-via-pink-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .md\:focus\:tw-via-pink-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .md\:focus\:tw-via-pink-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .md\:focus\:tw-via-pink-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .md\:focus\:tw-via-pink-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .md\:tw-to-transparent{
    --tw-gradient-to:transparent
  }

  .md\:tw-to-current{
    --tw-gradient-to:currentColor
  }

  .md\:tw-to-black{
    --tw-gradient-to:#000
  }

  .md\:tw-to-white{
    --tw-gradient-to:#fff
  }

  .md\:tw-to-gray-50{
    --tw-gradient-to:#f9fafb
  }

  .md\:tw-to-gray-100{
    --tw-gradient-to:#f3f4f6
  }

  .md\:tw-to-gray-200{
    --tw-gradient-to:#e5e7eb
  }

  .md\:tw-to-gray-300{
    --tw-gradient-to:#d1d5db
  }

  .md\:tw-to-gray-400{
    --tw-gradient-to:#9ca3af
  }

  .md\:tw-to-gray-500{
    --tw-gradient-to:#6b7280
  }

  .md\:tw-to-gray-600{
    --tw-gradient-to:#4b5563
  }

  .md\:tw-to-gray-700{
    --tw-gradient-to:#374151
  }

  .md\:tw-to-gray-800{
    --tw-gradient-to:#1f2937
  }

  .md\:tw-to-gray-900{
    --tw-gradient-to:#111827
  }

  .md\:tw-to-red-50{
    --tw-gradient-to:#fef2f2
  }

  .md\:tw-to-red-100{
    --tw-gradient-to:#fee2e2
  }

  .md\:tw-to-red-200{
    --tw-gradient-to:#fecaca
  }

  .md\:tw-to-red-300{
    --tw-gradient-to:#fca5a5
  }

  .md\:tw-to-red-400{
    --tw-gradient-to:#f87171
  }

  .md\:tw-to-red-500{
    --tw-gradient-to:#ef4444
  }

  .md\:tw-to-red-600{
    --tw-gradient-to:#dc2626
  }

  .md\:tw-to-red-700{
    --tw-gradient-to:#b91c1c
  }

  .md\:tw-to-red-800{
    --tw-gradient-to:#991b1b
  }

  .md\:tw-to-red-900{
    --tw-gradient-to:#7f1d1d
  }

  .md\:tw-to-yellow-50{
    --tw-gradient-to:#fffbeb
  }

  .md\:tw-to-yellow-100{
    --tw-gradient-to:#fef3c7
  }

  .md\:tw-to-yellow-200{
    --tw-gradient-to:#fde68a
  }

  .md\:tw-to-yellow-300{
    --tw-gradient-to:#fcd34d
  }

  .md\:tw-to-yellow-400{
    --tw-gradient-to:#fbbf24
  }

  .md\:tw-to-yellow-500{
    --tw-gradient-to:#f59e0b
  }

  .md\:tw-to-yellow-600{
    --tw-gradient-to:#d97706
  }

  .md\:tw-to-yellow-700{
    --tw-gradient-to:#b45309
  }

  .md\:tw-to-yellow-800{
    --tw-gradient-to:#92400e
  }

  .md\:tw-to-yellow-900{
    --tw-gradient-to:#78350f
  }

  .md\:tw-to-green-50{
    --tw-gradient-to:#ecfdf5
  }

  .md\:tw-to-green-100{
    --tw-gradient-to:#d1fae5
  }

  .md\:tw-to-green-200{
    --tw-gradient-to:#a7f3d0
  }

  .md\:tw-to-green-300{
    --tw-gradient-to:#6ee7b7
  }

  .md\:tw-to-green-400{
    --tw-gradient-to:#34d399
  }

  .md\:tw-to-green-500{
    --tw-gradient-to:#10b981
  }

  .md\:tw-to-green-600{
    --tw-gradient-to:#059669
  }

  .md\:tw-to-green-700{
    --tw-gradient-to:#047857
  }

  .md\:tw-to-green-800{
    --tw-gradient-to:#065f46
  }

  .md\:tw-to-green-900{
    --tw-gradient-to:#064e3b
  }

  .md\:tw-to-blue-50{
    --tw-gradient-to:#eff6ff
  }

  .md\:tw-to-blue-100{
    --tw-gradient-to:#dbeafe
  }

  .md\:tw-to-blue-200{
    --tw-gradient-to:#bfdbfe
  }

  .md\:tw-to-blue-300{
    --tw-gradient-to:#93c5fd
  }

  .md\:tw-to-blue-400{
    --tw-gradient-to:#60a5fa
  }

  .md\:tw-to-blue-500{
    --tw-gradient-to:#3b82f6
  }

  .md\:tw-to-blue-600{
    --tw-gradient-to:#2563eb
  }

  .md\:tw-to-blue-700{
    --tw-gradient-to:#1d4ed8
  }

  .md\:tw-to-blue-800{
    --tw-gradient-to:#1e40af
  }

  .md\:tw-to-blue-900{
    --tw-gradient-to:#1e3a8a
  }

  .md\:tw-to-indigo-50{
    --tw-gradient-to:#eef2ff
  }

  .md\:tw-to-indigo-100{
    --tw-gradient-to:#e0e7ff
  }

  .md\:tw-to-indigo-200{
    --tw-gradient-to:#c7d2fe
  }

  .md\:tw-to-indigo-300{
    --tw-gradient-to:#a5b4fc
  }

  .md\:tw-to-indigo-400{
    --tw-gradient-to:#818cf8
  }

  .md\:tw-to-indigo-500{
    --tw-gradient-to:#6366f1
  }

  .md\:tw-to-indigo-600{
    --tw-gradient-to:#4f46e5
  }

  .md\:tw-to-indigo-700{
    --tw-gradient-to:#4338ca
  }

  .md\:tw-to-indigo-800{
    --tw-gradient-to:#3730a3
  }

  .md\:tw-to-indigo-900{
    --tw-gradient-to:#312e81
  }

  .md\:tw-to-purple-50{
    --tw-gradient-to:#f5f3ff
  }

  .md\:tw-to-purple-100{
    --tw-gradient-to:#ede9fe
  }

  .md\:tw-to-purple-200{
    --tw-gradient-to:#ddd6fe
  }

  .md\:tw-to-purple-300{
    --tw-gradient-to:#c4b5fd
  }

  .md\:tw-to-purple-400{
    --tw-gradient-to:#a78bfa
  }

  .md\:tw-to-purple-500{
    --tw-gradient-to:#8b5cf6
  }

  .md\:tw-to-purple-600{
    --tw-gradient-to:#7c3aed
  }

  .md\:tw-to-purple-700{
    --tw-gradient-to:#6d28d9
  }

  .md\:tw-to-purple-800{
    --tw-gradient-to:#5b21b6
  }

  .md\:tw-to-purple-900{
    --tw-gradient-to:#4c1d95
  }

  .md\:tw-to-pink-50{
    --tw-gradient-to:#fdf2f8
  }

  .md\:tw-to-pink-100{
    --tw-gradient-to:#fce7f3
  }

  .md\:tw-to-pink-200{
    --tw-gradient-to:#fbcfe8
  }

  .md\:tw-to-pink-300{
    --tw-gradient-to:#f9a8d4
  }

  .md\:tw-to-pink-400{
    --tw-gradient-to:#f472b6
  }

  .md\:tw-to-pink-500{
    --tw-gradient-to:#ec4899
  }

  .md\:tw-to-pink-600{
    --tw-gradient-to:#db2777
  }

  .md\:tw-to-pink-700{
    --tw-gradient-to:#be185d
  }

  .md\:tw-to-pink-800{
    --tw-gradient-to:#9d174d
  }

  .md\:tw-to-pink-900{
    --tw-gradient-to:#831843
  }

  .md\:hover\:tw-to-transparent:hover{
    --tw-gradient-to:transparent
  }

  .md\:hover\:tw-to-current:hover{
    --tw-gradient-to:currentColor
  }

  .md\:hover\:tw-to-black:hover{
    --tw-gradient-to:#000
  }

  .md\:hover\:tw-to-white:hover{
    --tw-gradient-to:#fff
  }

  .md\:hover\:tw-to-gray-50:hover{
    --tw-gradient-to:#f9fafb
  }

  .md\:hover\:tw-to-gray-100:hover{
    --tw-gradient-to:#f3f4f6
  }

  .md\:hover\:tw-to-gray-200:hover{
    --tw-gradient-to:#e5e7eb
  }

  .md\:hover\:tw-to-gray-300:hover{
    --tw-gradient-to:#d1d5db
  }

  .md\:hover\:tw-to-gray-400:hover{
    --tw-gradient-to:#9ca3af
  }

  .md\:hover\:tw-to-gray-500:hover{
    --tw-gradient-to:#6b7280
  }

  .md\:hover\:tw-to-gray-600:hover{
    --tw-gradient-to:#4b5563
  }

  .md\:hover\:tw-to-gray-700:hover{
    --tw-gradient-to:#374151
  }

  .md\:hover\:tw-to-gray-800:hover{
    --tw-gradient-to:#1f2937
  }

  .md\:hover\:tw-to-gray-900:hover{
    --tw-gradient-to:#111827
  }

  .md\:hover\:tw-to-red-50:hover{
    --tw-gradient-to:#fef2f2
  }

  .md\:hover\:tw-to-red-100:hover{
    --tw-gradient-to:#fee2e2
  }

  .md\:hover\:tw-to-red-200:hover{
    --tw-gradient-to:#fecaca
  }

  .md\:hover\:tw-to-red-300:hover{
    --tw-gradient-to:#fca5a5
  }

  .md\:hover\:tw-to-red-400:hover{
    --tw-gradient-to:#f87171
  }

  .md\:hover\:tw-to-red-500:hover{
    --tw-gradient-to:#ef4444
  }

  .md\:hover\:tw-to-red-600:hover{
    --tw-gradient-to:#dc2626
  }

  .md\:hover\:tw-to-red-700:hover{
    --tw-gradient-to:#b91c1c
  }

  .md\:hover\:tw-to-red-800:hover{
    --tw-gradient-to:#991b1b
  }

  .md\:hover\:tw-to-red-900:hover{
    --tw-gradient-to:#7f1d1d
  }

  .md\:hover\:tw-to-yellow-50:hover{
    --tw-gradient-to:#fffbeb
  }

  .md\:hover\:tw-to-yellow-100:hover{
    --tw-gradient-to:#fef3c7
  }

  .md\:hover\:tw-to-yellow-200:hover{
    --tw-gradient-to:#fde68a
  }

  .md\:hover\:tw-to-yellow-300:hover{
    --tw-gradient-to:#fcd34d
  }

  .md\:hover\:tw-to-yellow-400:hover{
    --tw-gradient-to:#fbbf24
  }

  .md\:hover\:tw-to-yellow-500:hover{
    --tw-gradient-to:#f59e0b
  }

  .md\:hover\:tw-to-yellow-600:hover{
    --tw-gradient-to:#d97706
  }

  .md\:hover\:tw-to-yellow-700:hover{
    --tw-gradient-to:#b45309
  }

  .md\:hover\:tw-to-yellow-800:hover{
    --tw-gradient-to:#92400e
  }

  .md\:hover\:tw-to-yellow-900:hover{
    --tw-gradient-to:#78350f
  }

  .md\:hover\:tw-to-green-50:hover{
    --tw-gradient-to:#ecfdf5
  }

  .md\:hover\:tw-to-green-100:hover{
    --tw-gradient-to:#d1fae5
  }

  .md\:hover\:tw-to-green-200:hover{
    --tw-gradient-to:#a7f3d0
  }

  .md\:hover\:tw-to-green-300:hover{
    --tw-gradient-to:#6ee7b7
  }

  .md\:hover\:tw-to-green-400:hover{
    --tw-gradient-to:#34d399
  }

  .md\:hover\:tw-to-green-500:hover{
    --tw-gradient-to:#10b981
  }

  .md\:hover\:tw-to-green-600:hover{
    --tw-gradient-to:#059669
  }

  .md\:hover\:tw-to-green-700:hover{
    --tw-gradient-to:#047857
  }

  .md\:hover\:tw-to-green-800:hover{
    --tw-gradient-to:#065f46
  }

  .md\:hover\:tw-to-green-900:hover{
    --tw-gradient-to:#064e3b
  }

  .md\:hover\:tw-to-blue-50:hover{
    --tw-gradient-to:#eff6ff
  }

  .md\:hover\:tw-to-blue-100:hover{
    --tw-gradient-to:#dbeafe
  }

  .md\:hover\:tw-to-blue-200:hover{
    --tw-gradient-to:#bfdbfe
  }

  .md\:hover\:tw-to-blue-300:hover{
    --tw-gradient-to:#93c5fd
  }

  .md\:hover\:tw-to-blue-400:hover{
    --tw-gradient-to:#60a5fa
  }

  .md\:hover\:tw-to-blue-500:hover{
    --tw-gradient-to:#3b82f6
  }

  .md\:hover\:tw-to-blue-600:hover{
    --tw-gradient-to:#2563eb
  }

  .md\:hover\:tw-to-blue-700:hover{
    --tw-gradient-to:#1d4ed8
  }

  .md\:hover\:tw-to-blue-800:hover{
    --tw-gradient-to:#1e40af
  }

  .md\:hover\:tw-to-blue-900:hover{
    --tw-gradient-to:#1e3a8a
  }

  .md\:hover\:tw-to-indigo-50:hover{
    --tw-gradient-to:#eef2ff
  }

  .md\:hover\:tw-to-indigo-100:hover{
    --tw-gradient-to:#e0e7ff
  }

  .md\:hover\:tw-to-indigo-200:hover{
    --tw-gradient-to:#c7d2fe
  }

  .md\:hover\:tw-to-indigo-300:hover{
    --tw-gradient-to:#a5b4fc
  }

  .md\:hover\:tw-to-indigo-400:hover{
    --tw-gradient-to:#818cf8
  }

  .md\:hover\:tw-to-indigo-500:hover{
    --tw-gradient-to:#6366f1
  }

  .md\:hover\:tw-to-indigo-600:hover{
    --tw-gradient-to:#4f46e5
  }

  .md\:hover\:tw-to-indigo-700:hover{
    --tw-gradient-to:#4338ca
  }

  .md\:hover\:tw-to-indigo-800:hover{
    --tw-gradient-to:#3730a3
  }

  .md\:hover\:tw-to-indigo-900:hover{
    --tw-gradient-to:#312e81
  }

  .md\:hover\:tw-to-purple-50:hover{
    --tw-gradient-to:#f5f3ff
  }

  .md\:hover\:tw-to-purple-100:hover{
    --tw-gradient-to:#ede9fe
  }

  .md\:hover\:tw-to-purple-200:hover{
    --tw-gradient-to:#ddd6fe
  }

  .md\:hover\:tw-to-purple-300:hover{
    --tw-gradient-to:#c4b5fd
  }

  .md\:hover\:tw-to-purple-400:hover{
    --tw-gradient-to:#a78bfa
  }

  .md\:hover\:tw-to-purple-500:hover{
    --tw-gradient-to:#8b5cf6
  }

  .md\:hover\:tw-to-purple-600:hover{
    --tw-gradient-to:#7c3aed
  }

  .md\:hover\:tw-to-purple-700:hover{
    --tw-gradient-to:#6d28d9
  }

  .md\:hover\:tw-to-purple-800:hover{
    --tw-gradient-to:#5b21b6
  }

  .md\:hover\:tw-to-purple-900:hover{
    --tw-gradient-to:#4c1d95
  }

  .md\:hover\:tw-to-pink-50:hover{
    --tw-gradient-to:#fdf2f8
  }

  .md\:hover\:tw-to-pink-100:hover{
    --tw-gradient-to:#fce7f3
  }

  .md\:hover\:tw-to-pink-200:hover{
    --tw-gradient-to:#fbcfe8
  }

  .md\:hover\:tw-to-pink-300:hover{
    --tw-gradient-to:#f9a8d4
  }

  .md\:hover\:tw-to-pink-400:hover{
    --tw-gradient-to:#f472b6
  }

  .md\:hover\:tw-to-pink-500:hover{
    --tw-gradient-to:#ec4899
  }

  .md\:hover\:tw-to-pink-600:hover{
    --tw-gradient-to:#db2777
  }

  .md\:hover\:tw-to-pink-700:hover{
    --tw-gradient-to:#be185d
  }

  .md\:hover\:tw-to-pink-800:hover{
    --tw-gradient-to:#9d174d
  }

  .md\:hover\:tw-to-pink-900:hover{
    --tw-gradient-to:#831843
  }

  .md\:focus\:tw-to-transparent:focus{
    --tw-gradient-to:transparent
  }

  .md\:focus\:tw-to-current:focus{
    --tw-gradient-to:currentColor
  }

  .md\:focus\:tw-to-black:focus{
    --tw-gradient-to:#000
  }

  .md\:focus\:tw-to-white:focus{
    --tw-gradient-to:#fff
  }

  .md\:focus\:tw-to-gray-50:focus{
    --tw-gradient-to:#f9fafb
  }

  .md\:focus\:tw-to-gray-100:focus{
    --tw-gradient-to:#f3f4f6
  }

  .md\:focus\:tw-to-gray-200:focus{
    --tw-gradient-to:#e5e7eb
  }

  .md\:focus\:tw-to-gray-300:focus{
    --tw-gradient-to:#d1d5db
  }

  .md\:focus\:tw-to-gray-400:focus{
    --tw-gradient-to:#9ca3af
  }

  .md\:focus\:tw-to-gray-500:focus{
    --tw-gradient-to:#6b7280
  }

  .md\:focus\:tw-to-gray-600:focus{
    --tw-gradient-to:#4b5563
  }

  .md\:focus\:tw-to-gray-700:focus{
    --tw-gradient-to:#374151
  }

  .md\:focus\:tw-to-gray-800:focus{
    --tw-gradient-to:#1f2937
  }

  .md\:focus\:tw-to-gray-900:focus{
    --tw-gradient-to:#111827
  }

  .md\:focus\:tw-to-red-50:focus{
    --tw-gradient-to:#fef2f2
  }

  .md\:focus\:tw-to-red-100:focus{
    --tw-gradient-to:#fee2e2
  }

  .md\:focus\:tw-to-red-200:focus{
    --tw-gradient-to:#fecaca
  }

  .md\:focus\:tw-to-red-300:focus{
    --tw-gradient-to:#fca5a5
  }

  .md\:focus\:tw-to-red-400:focus{
    --tw-gradient-to:#f87171
  }

  .md\:focus\:tw-to-red-500:focus{
    --tw-gradient-to:#ef4444
  }

  .md\:focus\:tw-to-red-600:focus{
    --tw-gradient-to:#dc2626
  }

  .md\:focus\:tw-to-red-700:focus{
    --tw-gradient-to:#b91c1c
  }

  .md\:focus\:tw-to-red-800:focus{
    --tw-gradient-to:#991b1b
  }

  .md\:focus\:tw-to-red-900:focus{
    --tw-gradient-to:#7f1d1d
  }

  .md\:focus\:tw-to-yellow-50:focus{
    --tw-gradient-to:#fffbeb
  }

  .md\:focus\:tw-to-yellow-100:focus{
    --tw-gradient-to:#fef3c7
  }

  .md\:focus\:tw-to-yellow-200:focus{
    --tw-gradient-to:#fde68a
  }

  .md\:focus\:tw-to-yellow-300:focus{
    --tw-gradient-to:#fcd34d
  }

  .md\:focus\:tw-to-yellow-400:focus{
    --tw-gradient-to:#fbbf24
  }

  .md\:focus\:tw-to-yellow-500:focus{
    --tw-gradient-to:#f59e0b
  }

  .md\:focus\:tw-to-yellow-600:focus{
    --tw-gradient-to:#d97706
  }

  .md\:focus\:tw-to-yellow-700:focus{
    --tw-gradient-to:#b45309
  }

  .md\:focus\:tw-to-yellow-800:focus{
    --tw-gradient-to:#92400e
  }

  .md\:focus\:tw-to-yellow-900:focus{
    --tw-gradient-to:#78350f
  }

  .md\:focus\:tw-to-green-50:focus{
    --tw-gradient-to:#ecfdf5
  }

  .md\:focus\:tw-to-green-100:focus{
    --tw-gradient-to:#d1fae5
  }

  .md\:focus\:tw-to-green-200:focus{
    --tw-gradient-to:#a7f3d0
  }

  .md\:focus\:tw-to-green-300:focus{
    --tw-gradient-to:#6ee7b7
  }

  .md\:focus\:tw-to-green-400:focus{
    --tw-gradient-to:#34d399
  }

  .md\:focus\:tw-to-green-500:focus{
    --tw-gradient-to:#10b981
  }

  .md\:focus\:tw-to-green-600:focus{
    --tw-gradient-to:#059669
  }

  .md\:focus\:tw-to-green-700:focus{
    --tw-gradient-to:#047857
  }

  .md\:focus\:tw-to-green-800:focus{
    --tw-gradient-to:#065f46
  }

  .md\:focus\:tw-to-green-900:focus{
    --tw-gradient-to:#064e3b
  }

  .md\:focus\:tw-to-blue-50:focus{
    --tw-gradient-to:#eff6ff
  }

  .md\:focus\:tw-to-blue-100:focus{
    --tw-gradient-to:#dbeafe
  }

  .md\:focus\:tw-to-blue-200:focus{
    --tw-gradient-to:#bfdbfe
  }

  .md\:focus\:tw-to-blue-300:focus{
    --tw-gradient-to:#93c5fd
  }

  .md\:focus\:tw-to-blue-400:focus{
    --tw-gradient-to:#60a5fa
  }

  .md\:focus\:tw-to-blue-500:focus{
    --tw-gradient-to:#3b82f6
  }

  .md\:focus\:tw-to-blue-600:focus{
    --tw-gradient-to:#2563eb
  }

  .md\:focus\:tw-to-blue-700:focus{
    --tw-gradient-to:#1d4ed8
  }

  .md\:focus\:tw-to-blue-800:focus{
    --tw-gradient-to:#1e40af
  }

  .md\:focus\:tw-to-blue-900:focus{
    --tw-gradient-to:#1e3a8a
  }

  .md\:focus\:tw-to-indigo-50:focus{
    --tw-gradient-to:#eef2ff
  }

  .md\:focus\:tw-to-indigo-100:focus{
    --tw-gradient-to:#e0e7ff
  }

  .md\:focus\:tw-to-indigo-200:focus{
    --tw-gradient-to:#c7d2fe
  }

  .md\:focus\:tw-to-indigo-300:focus{
    --tw-gradient-to:#a5b4fc
  }

  .md\:focus\:tw-to-indigo-400:focus{
    --tw-gradient-to:#818cf8
  }

  .md\:focus\:tw-to-indigo-500:focus{
    --tw-gradient-to:#6366f1
  }

  .md\:focus\:tw-to-indigo-600:focus{
    --tw-gradient-to:#4f46e5
  }

  .md\:focus\:tw-to-indigo-700:focus{
    --tw-gradient-to:#4338ca
  }

  .md\:focus\:tw-to-indigo-800:focus{
    --tw-gradient-to:#3730a3
  }

  .md\:focus\:tw-to-indigo-900:focus{
    --tw-gradient-to:#312e81
  }

  .md\:focus\:tw-to-purple-50:focus{
    --tw-gradient-to:#f5f3ff
  }

  .md\:focus\:tw-to-purple-100:focus{
    --tw-gradient-to:#ede9fe
  }

  .md\:focus\:tw-to-purple-200:focus{
    --tw-gradient-to:#ddd6fe
  }

  .md\:focus\:tw-to-purple-300:focus{
    --tw-gradient-to:#c4b5fd
  }

  .md\:focus\:tw-to-purple-400:focus{
    --tw-gradient-to:#a78bfa
  }

  .md\:focus\:tw-to-purple-500:focus{
    --tw-gradient-to:#8b5cf6
  }

  .md\:focus\:tw-to-purple-600:focus{
    --tw-gradient-to:#7c3aed
  }

  .md\:focus\:tw-to-purple-700:focus{
    --tw-gradient-to:#6d28d9
  }

  .md\:focus\:tw-to-purple-800:focus{
    --tw-gradient-to:#5b21b6
  }

  .md\:focus\:tw-to-purple-900:focus{
    --tw-gradient-to:#4c1d95
  }

  .md\:focus\:tw-to-pink-50:focus{
    --tw-gradient-to:#fdf2f8
  }

  .md\:focus\:tw-to-pink-100:focus{
    --tw-gradient-to:#fce7f3
  }

  .md\:focus\:tw-to-pink-200:focus{
    --tw-gradient-to:#fbcfe8
  }

  .md\:focus\:tw-to-pink-300:focus{
    --tw-gradient-to:#f9a8d4
  }

  .md\:focus\:tw-to-pink-400:focus{
    --tw-gradient-to:#f472b6
  }

  .md\:focus\:tw-to-pink-500:focus{
    --tw-gradient-to:#ec4899
  }

  .md\:focus\:tw-to-pink-600:focus{
    --tw-gradient-to:#db2777
  }

  .md\:focus\:tw-to-pink-700:focus{
    --tw-gradient-to:#be185d
  }

  .md\:focus\:tw-to-pink-800:focus{
    --tw-gradient-to:#9d174d
  }

  .md\:focus\:tw-to-pink-900:focus{
    --tw-gradient-to:#831843
  }

  .md\:tw-decoration-slice{
    -webkit-box-decoration-break:slice;
            box-decoration-break:slice
  }

  .md\:tw-decoration-clone{
    -webkit-box-decoration-break:clone;
            box-decoration-break:clone
  }

  .md\:tw-bg-auto{
    background-size:auto
  }

  .md\:tw-bg-cover{
    background-size:cover
  }

  .md\:tw-bg-contain{
    background-size:contain
  }

  .md\:tw-bg-fixed{
    background-attachment:fixed
  }

  .md\:tw-bg-local{
    background-attachment:local
  }

  .md\:tw-bg-scroll{
    background-attachment:scroll
  }

  .md\:tw-bg-clip-border{
    background-clip:border-box
  }

  .md\:tw-bg-clip-padding{
    background-clip:padding-box
  }

  .md\:tw-bg-clip-content{
    background-clip:content-box
  }

  .md\:tw-bg-clip-text{
    background-clip:text
  }

  .md\:tw-bg-bottom{
    background-position:bottom
  }

  .md\:tw-bg-center{
    background-position:center
  }

  .md\:tw-bg-left{
    background-position:left
  }

  .md\:tw-bg-left-bottom{
    background-position:left bottom
  }

  .md\:tw-bg-left-top{
    background-position:left top
  }

  .md\:tw-bg-right{
    background-position:right
  }

  .md\:tw-bg-right-bottom{
    background-position:right bottom
  }

  .md\:tw-bg-right-top{
    background-position:right top
  }

  .md\:tw-bg-top{
    background-position:top
  }

  .md\:tw-bg-repeat{
    background-repeat:repeat
  }

  .md\:tw-bg-no-repeat{
    background-repeat:no-repeat
  }

  .md\:tw-bg-repeat-x{
    background-repeat:repeat-x
  }

  .md\:tw-bg-repeat-y{
    background-repeat:repeat-y
  }

  .md\:tw-bg-repeat-round{
    background-repeat:round
  }

  .md\:tw-bg-repeat-space{
    background-repeat:space
  }

  .md\:tw-bg-origin-border{
    background-origin:border-box
  }

  .md\:tw-bg-origin-padding{
    background-origin:padding-box
  }

  .md\:tw-bg-origin-content{
    background-origin:content-box
  }

  .md\:tw-fill-current{
    fill:currentColor
  }

  .md\:tw-stroke-current{
    stroke:currentColor
  }

  .md\:tw-stroke-0{
    stroke-width:0
  }

  .md\:tw-stroke-1{
    stroke-width:1
  }

  .md\:tw-stroke-2{
    stroke-width:2
  }

  .md\:tw-object-contain{
    object-fit:contain
  }

  .md\:tw-object-cover{
    object-fit:cover
  }

  .md\:tw-object-fill{
    object-fit:fill
  }

  .md\:tw-object-none{
    object-fit:none
  }

  .md\:tw-object-scale-down{
    object-fit:scale-down
  }

  .md\:tw-object-bottom{
    object-position:bottom
  }

  .md\:tw-object-center{
    object-position:center
  }

  .md\:tw-object-left{
    object-position:left
  }

  .md\:tw-object-left-bottom{
    object-position:left bottom
  }

  .md\:tw-object-left-top{
    object-position:left top
  }

  .md\:tw-object-right{
    object-position:right
  }

  .md\:tw-object-right-bottom{
    object-position:right bottom
  }

  .md\:tw-object-right-top{
    object-position:right top
  }

  .md\:tw-object-top{
    object-position:top
  }

  .md\:tw-p-0{
    padding:0px
  }

  .md\:tw-p-1{
    padding:0.25rem
  }

  .md\:tw-p-2{
    padding:0.5rem
  }

  .md\:tw-p-3{
    padding:0.75rem
  }

  .md\:tw-p-4{
    padding:1rem
  }

  .md\:tw-p-5{
    padding:1.25rem
  }

  .md\:tw-p-6{
    padding:1.5rem
  }

  .md\:tw-p-7{
    padding:1.75rem
  }

  .md\:tw-p-8{
    padding:2rem
  }

  .md\:tw-p-9{
    padding:2.25rem
  }

  .md\:tw-p-10{
    padding:2.5rem
  }

  .md\:tw-p-11{
    padding:2.75rem
  }

  .md\:tw-p-12{
    padding:3rem
  }

  .md\:tw-p-14{
    padding:3.5rem
  }

  .md\:tw-p-16{
    padding:4rem
  }

  .md\:tw-p-20{
    padding:5rem
  }

  .md\:tw-p-24{
    padding:6rem
  }

  .md\:tw-p-28{
    padding:7rem
  }

  .md\:tw-p-32{
    padding:8rem
  }

  .md\:tw-p-36{
    padding:9rem
  }

  .md\:tw-p-40{
    padding:10rem
  }

  .md\:tw-p-44{
    padding:11rem
  }

  .md\:tw-p-48{
    padding:12rem
  }

  .md\:tw-p-52{
    padding:13rem
  }

  .md\:tw-p-56{
    padding:14rem
  }

  .md\:tw-p-60{
    padding:15rem
  }

  .md\:tw-p-64{
    padding:16rem
  }

  .md\:tw-p-72{
    padding:18rem
  }

  .md\:tw-p-80{
    padding:20rem
  }

  .md\:tw-p-96{
    padding:24rem
  }

  .md\:tw-p-px{
    padding:1px
  }

  .md\:tw-p-0\.5{
    padding:0.125rem
  }

  .md\:tw-p-1\.5{
    padding:0.375rem
  }

  .md\:tw-p-2\.5{
    padding:0.625rem
  }

  .md\:tw-p-3\.5{
    padding:0.875rem
  }

  .md\:tw-px-0{
    padding-left:0px;
    padding-right:0px
  }

  .md\:tw-px-1{
    padding-left:0.25rem;
    padding-right:0.25rem
  }

  .md\:tw-px-2{
    padding-left:0.5rem;
    padding-right:0.5rem
  }

  .md\:tw-px-3{
    padding-left:0.75rem;
    padding-right:0.75rem
  }

  .md\:tw-px-4{
    padding-left:1rem;
    padding-right:1rem
  }

  .md\:tw-px-5{
    padding-left:1.25rem;
    padding-right:1.25rem
  }

  .md\:tw-px-6{
    padding-left:1.5rem;
    padding-right:1.5rem
  }

  .md\:tw-px-7{
    padding-left:1.75rem;
    padding-right:1.75rem
  }

  .md\:tw-px-8{
    padding-left:2rem;
    padding-right:2rem
  }

  .md\:tw-px-9{
    padding-left:2.25rem;
    padding-right:2.25rem
  }

  .md\:tw-px-10{
    padding-left:2.5rem;
    padding-right:2.5rem
  }

  .md\:tw-px-11{
    padding-left:2.75rem;
    padding-right:2.75rem
  }

  .md\:tw-px-12{
    padding-left:3rem;
    padding-right:3rem
  }

  .md\:tw-px-14{
    padding-left:3.5rem;
    padding-right:3.5rem
  }

  .md\:tw-px-16{
    padding-left:4rem;
    padding-right:4rem
  }

  .md\:tw-px-20{
    padding-left:5rem;
    padding-right:5rem
  }

  .md\:tw-px-24{
    padding-left:6rem;
    padding-right:6rem
  }

  .md\:tw-px-28{
    padding-left:7rem;
    padding-right:7rem
  }

  .md\:tw-px-32{
    padding-left:8rem;
    padding-right:8rem
  }

  .md\:tw-px-36{
    padding-left:9rem;
    padding-right:9rem
  }

  .md\:tw-px-40{
    padding-left:10rem;
    padding-right:10rem
  }

  .md\:tw-px-44{
    padding-left:11rem;
    padding-right:11rem
  }

  .md\:tw-px-48{
    padding-left:12rem;
    padding-right:12rem
  }

  .md\:tw-px-52{
    padding-left:13rem;
    padding-right:13rem
  }

  .md\:tw-px-56{
    padding-left:14rem;
    padding-right:14rem
  }

  .md\:tw-px-60{
    padding-left:15rem;
    padding-right:15rem
  }

  .md\:tw-px-64{
    padding-left:16rem;
    padding-right:16rem
  }

  .md\:tw-px-72{
    padding-left:18rem;
    padding-right:18rem
  }

  .md\:tw-px-80{
    padding-left:20rem;
    padding-right:20rem
  }

  .md\:tw-px-96{
    padding-left:24rem;
    padding-right:24rem
  }

  .md\:tw-px-px{
    padding-left:1px;
    padding-right:1px
  }

  .md\:tw-px-0\.5{
    padding-left:0.125rem;
    padding-right:0.125rem
  }

  .md\:tw-px-1\.5{
    padding-left:0.375rem;
    padding-right:0.375rem
  }

  .md\:tw-px-2\.5{
    padding-left:0.625rem;
    padding-right:0.625rem
  }

  .md\:tw-px-3\.5{
    padding-left:0.875rem;
    padding-right:0.875rem
  }

  .md\:tw-py-0{
    padding-top:0px;
    padding-bottom:0px
  }

  .md\:tw-py-1{
    padding-top:0.25rem;
    padding-bottom:0.25rem
  }

  .md\:tw-py-2{
    padding-top:0.5rem;
    padding-bottom:0.5rem
  }

  .md\:tw-py-3{
    padding-top:0.75rem;
    padding-bottom:0.75rem
  }

  .md\:tw-py-4{
    padding-top:1rem;
    padding-bottom:1rem
  }

  .md\:tw-py-5{
    padding-top:1.25rem;
    padding-bottom:1.25rem
  }

  .md\:tw-py-6{
    padding-top:1.5rem;
    padding-bottom:1.5rem
  }

  .md\:tw-py-7{
    padding-top:1.75rem;
    padding-bottom:1.75rem
  }

  .md\:tw-py-8{
    padding-top:2rem;
    padding-bottom:2rem
  }

  .md\:tw-py-9{
    padding-top:2.25rem;
    padding-bottom:2.25rem
  }

  .md\:tw-py-10{
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }

  .md\:tw-py-11{
    padding-top:2.75rem;
    padding-bottom:2.75rem
  }

  .md\:tw-py-12{
    padding-top:3rem;
    padding-bottom:3rem
  }

  .md\:tw-py-14{
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }

  .md\:tw-py-16{
    padding-top:4rem;
    padding-bottom:4rem
  }

  .md\:tw-py-20{
    padding-top:5rem;
    padding-bottom:5rem
  }

  .md\:tw-py-24{
    padding-top:6rem;
    padding-bottom:6rem
  }

  .md\:tw-py-28{
    padding-top:7rem;
    padding-bottom:7rem
  }

  .md\:tw-py-32{
    padding-top:8rem;
    padding-bottom:8rem
  }

  .md\:tw-py-36{
    padding-top:9rem;
    padding-bottom:9rem
  }

  .md\:tw-py-40{
    padding-top:10rem;
    padding-bottom:10rem
  }

  .md\:tw-py-44{
    padding-top:11rem;
    padding-bottom:11rem
  }

  .md\:tw-py-48{
    padding-top:12rem;
    padding-bottom:12rem
  }

  .md\:tw-py-52{
    padding-top:13rem;
    padding-bottom:13rem
  }

  .md\:tw-py-56{
    padding-top:14rem;
    padding-bottom:14rem
  }

  .md\:tw-py-60{
    padding-top:15rem;
    padding-bottom:15rem
  }

  .md\:tw-py-64{
    padding-top:16rem;
    padding-bottom:16rem
  }

  .md\:tw-py-72{
    padding-top:18rem;
    padding-bottom:18rem
  }

  .md\:tw-py-80{
    padding-top:20rem;
    padding-bottom:20rem
  }

  .md\:tw-py-96{
    padding-top:24rem;
    padding-bottom:24rem
  }

  .md\:tw-py-px{
    padding-top:1px;
    padding-bottom:1px
  }

  .md\:tw-py-0\.5{
    padding-top:0.125rem;
    padding-bottom:0.125rem
  }

  .md\:tw-py-1\.5{
    padding-top:0.375rem;
    padding-bottom:0.375rem
  }

  .md\:tw-py-2\.5{
    padding-top:0.625rem;
    padding-bottom:0.625rem
  }

  .md\:tw-py-3\.5{
    padding-top:0.875rem;
    padding-bottom:0.875rem
  }

  .md\:tw-pt-0{
    padding-top:0px
  }

  .md\:tw-pt-1{
    padding-top:0.25rem
  }

  .md\:tw-pt-2{
    padding-top:0.5rem
  }

  .md\:tw-pt-3{
    padding-top:0.75rem
  }

  .md\:tw-pt-4{
    padding-top:1rem
  }

  .md\:tw-pt-5{
    padding-top:1.25rem
  }

  .md\:tw-pt-6{
    padding-top:1.5rem
  }

  .md\:tw-pt-7{
    padding-top:1.75rem
  }

  .md\:tw-pt-8{
    padding-top:2rem
  }

  .md\:tw-pt-9{
    padding-top:2.25rem
  }

  .md\:tw-pt-10{
    padding-top:2.5rem
  }

  .md\:tw-pt-11{
    padding-top:2.75rem
  }

  .md\:tw-pt-12{
    padding-top:3rem
  }

  .md\:tw-pt-14{
    padding-top:3.5rem
  }

  .md\:tw-pt-16{
    padding-top:4rem
  }

  .md\:tw-pt-20{
    padding-top:5rem
  }

  .md\:tw-pt-24{
    padding-top:6rem
  }

  .md\:tw-pt-28{
    padding-top:7rem
  }

  .md\:tw-pt-32{
    padding-top:8rem
  }

  .md\:tw-pt-36{
    padding-top:9rem
  }

  .md\:tw-pt-40{
    padding-top:10rem
  }

  .md\:tw-pt-44{
    padding-top:11rem
  }

  .md\:tw-pt-48{
    padding-top:12rem
  }

  .md\:tw-pt-52{
    padding-top:13rem
  }

  .md\:tw-pt-56{
    padding-top:14rem
  }

  .md\:tw-pt-60{
    padding-top:15rem
  }

  .md\:tw-pt-64{
    padding-top:16rem
  }

  .md\:tw-pt-72{
    padding-top:18rem
  }

  .md\:tw-pt-80{
    padding-top:20rem
  }

  .md\:tw-pt-96{
    padding-top:24rem
  }

  .md\:tw-pt-px{
    padding-top:1px
  }

  .md\:tw-pt-0\.5{
    padding-top:0.125rem
  }

  .md\:tw-pt-1\.5{
    padding-top:0.375rem
  }

  .md\:tw-pt-2\.5{
    padding-top:0.625rem
  }

  .md\:tw-pt-3\.5{
    padding-top:0.875rem
  }

  .md\:tw-pr-0{
    padding-right:0px
  }

  .md\:tw-pr-1{
    padding-right:0.25rem
  }

  .md\:tw-pr-2{
    padding-right:0.5rem
  }

  .md\:tw-pr-3{
    padding-right:0.75rem
  }

  .md\:tw-pr-4{
    padding-right:1rem
  }

  .md\:tw-pr-5{
    padding-right:1.25rem
  }

  .md\:tw-pr-6{
    padding-right:1.5rem
  }

  .md\:tw-pr-7{
    padding-right:1.75rem
  }

  .md\:tw-pr-8{
    padding-right:2rem
  }

  .md\:tw-pr-9{
    padding-right:2.25rem
  }

  .md\:tw-pr-10{
    padding-right:2.5rem
  }

  .md\:tw-pr-11{
    padding-right:2.75rem
  }

  .md\:tw-pr-12{
    padding-right:3rem
  }

  .md\:tw-pr-14{
    padding-right:3.5rem
  }

  .md\:tw-pr-16{
    padding-right:4rem
  }

  .md\:tw-pr-20{
    padding-right:5rem
  }

  .md\:tw-pr-24{
    padding-right:6rem
  }

  .md\:tw-pr-28{
    padding-right:7rem
  }

  .md\:tw-pr-32{
    padding-right:8rem
  }

  .md\:tw-pr-36{
    padding-right:9rem
  }

  .md\:tw-pr-40{
    padding-right:10rem
  }

  .md\:tw-pr-44{
    padding-right:11rem
  }

  .md\:tw-pr-48{
    padding-right:12rem
  }

  .md\:tw-pr-52{
    padding-right:13rem
  }

  .md\:tw-pr-56{
    padding-right:14rem
  }

  .md\:tw-pr-60{
    padding-right:15rem
  }

  .md\:tw-pr-64{
    padding-right:16rem
  }

  .md\:tw-pr-72{
    padding-right:18rem
  }

  .md\:tw-pr-80{
    padding-right:20rem
  }

  .md\:tw-pr-96{
    padding-right:24rem
  }

  .md\:tw-pr-px{
    padding-right:1px
  }

  .md\:tw-pr-0\.5{
    padding-right:0.125rem
  }

  .md\:tw-pr-1\.5{
    padding-right:0.375rem
  }

  .md\:tw-pr-2\.5{
    padding-right:0.625rem
  }

  .md\:tw-pr-3\.5{
    padding-right:0.875rem
  }

  .md\:tw-pb-0{
    padding-bottom:0px
  }

  .md\:tw-pb-1{
    padding-bottom:0.25rem
  }

  .md\:tw-pb-2{
    padding-bottom:0.5rem
  }

  .md\:tw-pb-3{
    padding-bottom:0.75rem
  }

  .md\:tw-pb-4{
    padding-bottom:1rem
  }

  .md\:tw-pb-5{
    padding-bottom:1.25rem
  }

  .md\:tw-pb-6{
    padding-bottom:1.5rem
  }

  .md\:tw-pb-7{
    padding-bottom:1.75rem
  }

  .md\:tw-pb-8{
    padding-bottom:2rem
  }

  .md\:tw-pb-9{
    padding-bottom:2.25rem
  }

  .md\:tw-pb-10{
    padding-bottom:2.5rem
  }

  .md\:tw-pb-11{
    padding-bottom:2.75rem
  }

  .md\:tw-pb-12{
    padding-bottom:3rem
  }

  .md\:tw-pb-14{
    padding-bottom:3.5rem
  }

  .md\:tw-pb-16{
    padding-bottom:4rem
  }

  .md\:tw-pb-20{
    padding-bottom:5rem
  }

  .md\:tw-pb-24{
    padding-bottom:6rem
  }

  .md\:tw-pb-28{
    padding-bottom:7rem
  }

  .md\:tw-pb-32{
    padding-bottom:8rem
  }

  .md\:tw-pb-36{
    padding-bottom:9rem
  }

  .md\:tw-pb-40{
    padding-bottom:10rem
  }

  .md\:tw-pb-44{
    padding-bottom:11rem
  }

  .md\:tw-pb-48{
    padding-bottom:12rem
  }

  .md\:tw-pb-52{
    padding-bottom:13rem
  }

  .md\:tw-pb-56{
    padding-bottom:14rem
  }

  .md\:tw-pb-60{
    padding-bottom:15rem
  }

  .md\:tw-pb-64{
    padding-bottom:16rem
  }

  .md\:tw-pb-72{
    padding-bottom:18rem
  }

  .md\:tw-pb-80{
    padding-bottom:20rem
  }

  .md\:tw-pb-96{
    padding-bottom:24rem
  }

  .md\:tw-pb-px{
    padding-bottom:1px
  }

  .md\:tw-pb-0\.5{
    padding-bottom:0.125rem
  }

  .md\:tw-pb-1\.5{
    padding-bottom:0.375rem
  }

  .md\:tw-pb-2\.5{
    padding-bottom:0.625rem
  }

  .md\:tw-pb-3\.5{
    padding-bottom:0.875rem
  }

  .md\:tw-pl-0{
    padding-left:0px
  }

  .md\:tw-pl-1{
    padding-left:0.25rem
  }

  .md\:tw-pl-2{
    padding-left:0.5rem
  }

  .md\:tw-pl-3{
    padding-left:0.75rem
  }

  .md\:tw-pl-4{
    padding-left:1rem
  }

  .md\:tw-pl-5{
    padding-left:1.25rem
  }

  .md\:tw-pl-6{
    padding-left:1.5rem
  }

  .md\:tw-pl-7{
    padding-left:1.75rem
  }

  .md\:tw-pl-8{
    padding-left:2rem
  }

  .md\:tw-pl-9{
    padding-left:2.25rem
  }

  .md\:tw-pl-10{
    padding-left:2.5rem
  }

  .md\:tw-pl-11{
    padding-left:2.75rem
  }

  .md\:tw-pl-12{
    padding-left:3rem
  }

  .md\:tw-pl-14{
    padding-left:3.5rem
  }

  .md\:tw-pl-16{
    padding-left:4rem
  }

  .md\:tw-pl-20{
    padding-left:5rem
  }

  .md\:tw-pl-24{
    padding-left:6rem
  }

  .md\:tw-pl-28{
    padding-left:7rem
  }

  .md\:tw-pl-32{
    padding-left:8rem
  }

  .md\:tw-pl-36{
    padding-left:9rem
  }

  .md\:tw-pl-40{
    padding-left:10rem
  }

  .md\:tw-pl-44{
    padding-left:11rem
  }

  .md\:tw-pl-48{
    padding-left:12rem
  }

  .md\:tw-pl-52{
    padding-left:13rem
  }

  .md\:tw-pl-56{
    padding-left:14rem
  }

  .md\:tw-pl-60{
    padding-left:15rem
  }

  .md\:tw-pl-64{
    padding-left:16rem
  }

  .md\:tw-pl-72{
    padding-left:18rem
  }

  .md\:tw-pl-80{
    padding-left:20rem
  }

  .md\:tw-pl-96{
    padding-left:24rem
  }

  .md\:tw-pl-px{
    padding-left:1px
  }

  .md\:tw-pl-0\.5{
    padding-left:0.125rem
  }

  .md\:tw-pl-1\.5{
    padding-left:0.375rem
  }

  .md\:tw-pl-2\.5{
    padding-left:0.625rem
  }

  .md\:tw-pl-3\.5{
    padding-left:0.875rem
  }

  .md\:tw-text-left{
    text-align:left
  }

  .md\:tw-text-center{
    text-align:center
  }

  .md\:tw-text-right{
    text-align:right
  }

  .md\:tw-text-justify{
    text-align:justify
  }

  .md\:tw-align-baseline{
    vertical-align:baseline
  }

  .md\:tw-align-top{
    vertical-align:top
  }

  .md\:tw-align-middle{
    vertical-align:middle
  }

  .md\:tw-align-bottom{
    vertical-align:bottom
  }

  .md\:tw-align-text-top{
    vertical-align:text-top
  }

  .md\:tw-align-text-bottom{
    vertical-align:text-bottom
  }

  .md\:tw-font-sans{
    font-family:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
  }

  .md\:tw-font-serif{
    font-family:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif
  }

  .md\:tw-font-mono{
    font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
  }

  .md\:tw-text-xs{
    font-size:10px;
    line-height:24px
  }

  .md\:tw-text-sm{
    font-size:14px;
    line-height:28px
  }

  .md\:tw-text-base{
    font-size:16px;
    line-height:24px
  }

  .md\:tw-text-lg{
    font-size:20px;
    line-height:28px
  }

  .md\:tw-text-xl{
    font-size:24px;
    line-height:32px
  }

  .md\:tw-text-2xl{
    font-size:28px;
    line-height:36px
  }

  .md\:tw-text-3xl{
    font-size:32px;
    line-height:40px
  }

  .md\:tw-text-4xl{
    font-size:36px;
    line-height:44px
  }

  .md\:tw-text-5xl{
    font-size:40px;
    line-height:48px
  }

  .md\:tw-text-6xl{
    font-size:44px;
    line-height:52px
  }

  .md\:tw-font-thin{
    font-weight:100
  }

  .md\:tw-font-extralight{
    font-weight:200
  }

  .md\:tw-font-light{
    font-weight:300
  }

  .md\:tw-font-normal{
    font-weight:400
  }

  .md\:tw-font-medium{
    font-weight:500
  }

  .md\:tw-font-semibold{
    font-weight:600
  }

  .md\:tw-font-bold{
    font-weight:700
  }

  .md\:tw-font-extrabold{
    font-weight:800
  }

  .md\:tw-font-black{
    font-weight:900
  }

  .md\:tw-uppercase{
    text-transform:uppercase
  }

  .md\:tw-lowercase{
    text-transform:lowercase
  }

  .md\:tw-capitalize{
    text-transform:capitalize
  }

  .md\:tw-normal-case{
    text-transform:none
  }

  .md\:tw-italic{
    font-style:italic
  }

  .md\:tw-not-italic{
    font-style:normal
  }

  .md\:tw-ordinal, .md\:tw-slashed-zero, .md\:tw-lining-nums, .md\:tw-oldstyle-nums, .md\:tw-proportional-nums, .md\:tw-tabular-nums, .md\:tw-diagonal-fractions, .md\:tw-stacked-fractions{
    --tw-ordinal:var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction:var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
  }

  .md\:tw-normal-nums{
    font-variant-numeric:normal
  }

  .md\:tw-ordinal{
    --tw-ordinal:ordinal
  }

  .md\:tw-slashed-zero{
    --tw-slashed-zero:slashed-zero
  }

  .md\:tw-lining-nums{
    --tw-numeric-figure:lining-nums
  }

  .md\:tw-oldstyle-nums{
    --tw-numeric-figure:oldstyle-nums
  }

  .md\:tw-proportional-nums{
    --tw-numeric-spacing:proportional-nums
  }

  .md\:tw-tabular-nums{
    --tw-numeric-spacing:tabular-nums
  }

  .md\:tw-diagonal-fractions{
    --tw-numeric-fraction:diagonal-fractions
  }

  .md\:tw-stacked-fractions{
    --tw-numeric-fraction:stacked-fractions
  }

  .md\:tw-leading-3{
    line-height:.75rem
  }

  .md\:tw-leading-4{
    line-height:1rem
  }

  .md\:tw-leading-5{
    line-height:1.25rem
  }

  .md\:tw-leading-6{
    line-height:1.5rem
  }

  .md\:tw-leading-7{
    line-height:1.75rem
  }

  .md\:tw-leading-8{
    line-height:2rem
  }

  .md\:tw-leading-9{
    line-height:2.25rem
  }

  .md\:tw-leading-10{
    line-height:2.5rem
  }

  .md\:tw-leading-none{
    line-height:1
  }

  .md\:tw-leading-tight{
    line-height:1.25
  }

  .md\:tw-leading-snug{
    line-height:1.375
  }

  .md\:tw-leading-normal{
    line-height:1.5
  }

  .md\:tw-leading-relaxed{
    line-height:1.625
  }

  .md\:tw-leading-loose{
    line-height:2
  }

  .md\:tw-tracking-tighter{
    letter-spacing:-0.05em
  }

  .md\:tw-tracking-tight{
    letter-spacing:-0.025em
  }

  .md\:tw-tracking-normal{
    letter-spacing:0em
  }

  .md\:tw-tracking-wide{
    letter-spacing:0.025em
  }

  .md\:tw-tracking-wider{
    letter-spacing:0.05em
  }

  .md\:tw-tracking-widest{
    letter-spacing:0.1em
  }

  .md\:tw-text-transparent{
    color:transparent
  }

  .md\:tw-text-current{
    color:currentColor
  }

  .md\:tw-text-black{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .md\:tw-text-white{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .md\:tw-text-gray-50{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .md\:tw-text-gray-100{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .md\:tw-text-gray-200{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .md\:tw-text-gray-300{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .md\:tw-text-gray-400{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .md\:tw-text-gray-500{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .md\:tw-text-gray-600{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .md\:tw-text-gray-700{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .md\:tw-text-gray-800{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .md\:tw-text-gray-900{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .md\:tw-text-red-50{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .md\:tw-text-red-100{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .md\:tw-text-red-200{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .md\:tw-text-red-300{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .md\:tw-text-red-400{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .md\:tw-text-red-500{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .md\:tw-text-red-600{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .md\:tw-text-red-700{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .md\:tw-text-red-800{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .md\:tw-text-red-900{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .md\:tw-text-yellow-50{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .md\:tw-text-yellow-100{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .md\:tw-text-yellow-200{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .md\:tw-text-yellow-300{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .md\:tw-text-yellow-400{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .md\:tw-text-yellow-500{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .md\:tw-text-yellow-600{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .md\:tw-text-yellow-700{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .md\:tw-text-yellow-800{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .md\:tw-text-yellow-900{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .md\:tw-text-green-50{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .md\:tw-text-green-100{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .md\:tw-text-green-200{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .md\:tw-text-green-300{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .md\:tw-text-green-400{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .md\:tw-text-green-500{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .md\:tw-text-green-600{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .md\:tw-text-green-700{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .md\:tw-text-green-800{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .md\:tw-text-green-900{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .md\:tw-text-blue-50{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .md\:tw-text-blue-100{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .md\:tw-text-blue-200{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .md\:tw-text-blue-300{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .md\:tw-text-blue-400{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .md\:tw-text-blue-500{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .md\:tw-text-blue-600{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .md\:tw-text-blue-700{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .md\:tw-text-blue-800{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .md\:tw-text-blue-900{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .md\:tw-text-indigo-50{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .md\:tw-text-indigo-100{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .md\:tw-text-indigo-200{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .md\:tw-text-indigo-300{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .md\:tw-text-indigo-400{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .md\:tw-text-indigo-500{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .md\:tw-text-indigo-600{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .md\:tw-text-indigo-700{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .md\:tw-text-indigo-800{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .md\:tw-text-indigo-900{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .md\:tw-text-purple-50{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .md\:tw-text-purple-100{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .md\:tw-text-purple-200{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .md\:tw-text-purple-300{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .md\:tw-text-purple-400{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .md\:tw-text-purple-500{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .md\:tw-text-purple-600{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .md\:tw-text-purple-700{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .md\:tw-text-purple-800{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .md\:tw-text-purple-900{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .md\:tw-text-pink-50{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .md\:tw-text-pink-100{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .md\:tw-text-pink-200{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .md\:tw-text-pink-300{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .md\:tw-text-pink-400{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .md\:tw-text-pink-500{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .md\:tw-text-pink-600{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .md\:tw-text-pink-700{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .md\:tw-text-pink-800{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .md\:tw-text-pink-900{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-transparent{
    color:transparent
  }

  .tw-group:hover .md\:group-hover\:tw-text-current{
    color:currentColor
  }

  .tw-group:hover .md\:group-hover\:tw-text-black{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-white{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-50{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-100{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-200{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-300{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-400{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-500{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-600{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-700{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-800{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-900{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-50{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-100{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-200{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-300{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-400{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-500{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-600{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-700{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-800{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-900{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-50{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-100{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-200{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-300{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-400{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-500{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-600{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-700{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-800{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-900{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-50{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-100{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-200{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-300{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-400{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-500{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-600{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-700{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-800{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-900{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-50{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-100{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-200{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-300{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-400{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-500{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-600{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-700{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-800{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-900{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-50{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-100{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-200{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-300{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-400{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-500{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-600{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-700{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-800{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-900{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-50{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-100{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-200{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-300{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-400{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-500{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-600{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-700{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-800{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-900{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-50{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-100{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-200{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-300{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-400{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-500{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-600{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-700{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-800{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-900{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-transparent:focus-within{
    color:transparent
  }

  .md\:focus-within\:tw-text-current:focus-within{
    color:currentColor
  }

  .md\:focus-within\:tw-text-black:focus-within{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-white:focus-within{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-gray-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-gray-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-gray-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-gray-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-gray-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-gray-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-gray-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-gray-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-gray-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-gray-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-red-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-red-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-red-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-red-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-red-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-red-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-red-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-red-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-red-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-red-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-yellow-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-yellow-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-yellow-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-yellow-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-yellow-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-yellow-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-yellow-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-yellow-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-yellow-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-yellow-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-green-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-green-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-green-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-green-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-green-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-green-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-green-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-green-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-green-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-green-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-blue-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-blue-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-blue-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-blue-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-blue-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-blue-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-blue-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-blue-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-blue-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-blue-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-indigo-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-indigo-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-indigo-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-indigo-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-indigo-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-indigo-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-indigo-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-indigo-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-indigo-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-indigo-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-purple-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-purple-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-purple-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-purple-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-purple-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-purple-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-purple-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-purple-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-purple-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-purple-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-pink-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-pink-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-pink-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-pink-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-pink-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-pink-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-pink-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-pink-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-pink-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .md\:focus-within\:tw-text-pink-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-transparent:hover{
    color:transparent
  }

  .md\:hover\:tw-text-current:hover{
    color:currentColor
  }

  .md\:hover\:tw-text-black:hover{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-white:hover{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-gray-50:hover{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-gray-100:hover{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-gray-200:hover{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-gray-300:hover{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-gray-400:hover{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-gray-500:hover{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-gray-600:hover{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-gray-700:hover{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-gray-800:hover{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-gray-900:hover{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-red-50:hover{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-red-100:hover{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-red-200:hover{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-red-300:hover{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-red-400:hover{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-red-500:hover{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-red-600:hover{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-red-700:hover{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-red-800:hover{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-red-900:hover{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-yellow-50:hover{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-yellow-100:hover{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-yellow-200:hover{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-yellow-300:hover{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-yellow-400:hover{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-yellow-500:hover{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-yellow-600:hover{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-yellow-700:hover{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-yellow-800:hover{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-yellow-900:hover{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-green-50:hover{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-green-100:hover{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-green-200:hover{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-green-300:hover{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-green-400:hover{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-green-500:hover{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-green-600:hover{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-green-700:hover{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-green-800:hover{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-green-900:hover{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-blue-50:hover{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-blue-100:hover{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-blue-200:hover{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-blue-300:hover{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-blue-400:hover{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-blue-500:hover{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-blue-600:hover{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-blue-700:hover{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-blue-800:hover{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-blue-900:hover{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-indigo-50:hover{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-indigo-100:hover{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-indigo-200:hover{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-indigo-300:hover{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-indigo-400:hover{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-indigo-500:hover{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-indigo-600:hover{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-indigo-700:hover{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-indigo-800:hover{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-indigo-900:hover{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-purple-50:hover{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-purple-100:hover{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-purple-200:hover{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-purple-300:hover{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-purple-400:hover{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-purple-500:hover{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-purple-600:hover{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-purple-700:hover{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-purple-800:hover{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-purple-900:hover{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-pink-50:hover{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-pink-100:hover{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-pink-200:hover{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-pink-300:hover{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-pink-400:hover{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-pink-500:hover{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-pink-600:hover{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-pink-700:hover{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-pink-800:hover{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .md\:hover\:tw-text-pink-900:hover{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-transparent:focus{
    color:transparent
  }

  .md\:focus\:tw-text-current:focus{
    color:currentColor
  }

  .md\:focus\:tw-text-black:focus{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-white:focus{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-gray-50:focus{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-gray-100:focus{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-gray-200:focus{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-gray-300:focus{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-gray-400:focus{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-gray-500:focus{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-gray-600:focus{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-gray-700:focus{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-gray-800:focus{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-gray-900:focus{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-red-50:focus{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-red-100:focus{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-red-200:focus{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-red-300:focus{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-red-400:focus{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-red-500:focus{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-red-600:focus{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-red-700:focus{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-red-800:focus{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-red-900:focus{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-yellow-50:focus{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-yellow-100:focus{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-yellow-200:focus{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-yellow-300:focus{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-yellow-400:focus{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-yellow-500:focus{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-yellow-600:focus{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-yellow-700:focus{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-yellow-800:focus{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-yellow-900:focus{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-green-50:focus{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-green-100:focus{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-green-200:focus{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-green-300:focus{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-green-400:focus{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-green-500:focus{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-green-600:focus{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-green-700:focus{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-green-800:focus{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-green-900:focus{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-blue-50:focus{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-blue-100:focus{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-blue-200:focus{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-blue-300:focus{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-blue-400:focus{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-blue-500:focus{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-blue-600:focus{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-blue-700:focus{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-blue-800:focus{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-blue-900:focus{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-indigo-50:focus{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-indigo-100:focus{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-indigo-200:focus{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-indigo-300:focus{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-indigo-400:focus{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-indigo-500:focus{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-indigo-600:focus{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-indigo-700:focus{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-indigo-800:focus{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-indigo-900:focus{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-purple-50:focus{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-purple-100:focus{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-purple-200:focus{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-purple-300:focus{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-purple-400:focus{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-purple-500:focus{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-purple-600:focus{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-purple-700:focus{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-purple-800:focus{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-purple-900:focus{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-pink-50:focus{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-pink-100:focus{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-pink-200:focus{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-pink-300:focus{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-pink-400:focus{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-pink-500:focus{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-pink-600:focus{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-pink-700:focus{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-pink-800:focus{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .md\:focus\:tw-text-pink-900:focus{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .md\:tw-text-opacity-0{
    --tw-text-opacity:0
  }

  .md\:tw-text-opacity-5{
    --tw-text-opacity:0.05
  }

  .md\:tw-text-opacity-10{
    --tw-text-opacity:0.1
  }

  .md\:tw-text-opacity-20{
    --tw-text-opacity:0.2
  }

  .md\:tw-text-opacity-25{
    --tw-text-opacity:0.25
  }

  .md\:tw-text-opacity-30{
    --tw-text-opacity:0.3
  }

  .md\:tw-text-opacity-40{
    --tw-text-opacity:0.4
  }

  .md\:tw-text-opacity-50{
    --tw-text-opacity:0.5
  }

  .md\:tw-text-opacity-60{
    --tw-text-opacity:0.6
  }

  .md\:tw-text-opacity-70{
    --tw-text-opacity:0.7
  }

  .md\:tw-text-opacity-75{
    --tw-text-opacity:0.75
  }

  .md\:tw-text-opacity-80{
    --tw-text-opacity:0.8
  }

  .md\:tw-text-opacity-90{
    --tw-text-opacity:0.9
  }

  .md\:tw-text-opacity-95{
    --tw-text-opacity:0.95
  }

  .md\:tw-text-opacity-100{
    --tw-text-opacity:1
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-0{
    --tw-text-opacity:0
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-5{
    --tw-text-opacity:0.05
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-10{
    --tw-text-opacity:0.1
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-20{
    --tw-text-opacity:0.2
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-25{
    --tw-text-opacity:0.25
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-30{
    --tw-text-opacity:0.3
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-40{
    --tw-text-opacity:0.4
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-50{
    --tw-text-opacity:0.5
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-60{
    --tw-text-opacity:0.6
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-70{
    --tw-text-opacity:0.7
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-75{
    --tw-text-opacity:0.75
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-80{
    --tw-text-opacity:0.8
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-90{
    --tw-text-opacity:0.9
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-95{
    --tw-text-opacity:0.95
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-100{
    --tw-text-opacity:1
  }

  .md\:focus-within\:tw-text-opacity-0:focus-within{
    --tw-text-opacity:0
  }

  .md\:focus-within\:tw-text-opacity-5:focus-within{
    --tw-text-opacity:0.05
  }

  .md\:focus-within\:tw-text-opacity-10:focus-within{
    --tw-text-opacity:0.1
  }

  .md\:focus-within\:tw-text-opacity-20:focus-within{
    --tw-text-opacity:0.2
  }

  .md\:focus-within\:tw-text-opacity-25:focus-within{
    --tw-text-opacity:0.25
  }

  .md\:focus-within\:tw-text-opacity-30:focus-within{
    --tw-text-opacity:0.3
  }

  .md\:focus-within\:tw-text-opacity-40:focus-within{
    --tw-text-opacity:0.4
  }

  .md\:focus-within\:tw-text-opacity-50:focus-within{
    --tw-text-opacity:0.5
  }

  .md\:focus-within\:tw-text-opacity-60:focus-within{
    --tw-text-opacity:0.6
  }

  .md\:focus-within\:tw-text-opacity-70:focus-within{
    --tw-text-opacity:0.7
  }

  .md\:focus-within\:tw-text-opacity-75:focus-within{
    --tw-text-opacity:0.75
  }

  .md\:focus-within\:tw-text-opacity-80:focus-within{
    --tw-text-opacity:0.8
  }

  .md\:focus-within\:tw-text-opacity-90:focus-within{
    --tw-text-opacity:0.9
  }

  .md\:focus-within\:tw-text-opacity-95:focus-within{
    --tw-text-opacity:0.95
  }

  .md\:focus-within\:tw-text-opacity-100:focus-within{
    --tw-text-opacity:1
  }

  .md\:hover\:tw-text-opacity-0:hover{
    --tw-text-opacity:0
  }

  .md\:hover\:tw-text-opacity-5:hover{
    --tw-text-opacity:0.05
  }

  .md\:hover\:tw-text-opacity-10:hover{
    --tw-text-opacity:0.1
  }

  .md\:hover\:tw-text-opacity-20:hover{
    --tw-text-opacity:0.2
  }

  .md\:hover\:tw-text-opacity-25:hover{
    --tw-text-opacity:0.25
  }

  .md\:hover\:tw-text-opacity-30:hover{
    --tw-text-opacity:0.3
  }

  .md\:hover\:tw-text-opacity-40:hover{
    --tw-text-opacity:0.4
  }

  .md\:hover\:tw-text-opacity-50:hover{
    --tw-text-opacity:0.5
  }

  .md\:hover\:tw-text-opacity-60:hover{
    --tw-text-opacity:0.6
  }

  .md\:hover\:tw-text-opacity-70:hover{
    --tw-text-opacity:0.7
  }

  .md\:hover\:tw-text-opacity-75:hover{
    --tw-text-opacity:0.75
  }

  .md\:hover\:tw-text-opacity-80:hover{
    --tw-text-opacity:0.8
  }

  .md\:hover\:tw-text-opacity-90:hover{
    --tw-text-opacity:0.9
  }

  .md\:hover\:tw-text-opacity-95:hover{
    --tw-text-opacity:0.95
  }

  .md\:hover\:tw-text-opacity-100:hover{
    --tw-text-opacity:1
  }

  .md\:focus\:tw-text-opacity-0:focus{
    --tw-text-opacity:0
  }

  .md\:focus\:tw-text-opacity-5:focus{
    --tw-text-opacity:0.05
  }

  .md\:focus\:tw-text-opacity-10:focus{
    --tw-text-opacity:0.1
  }

  .md\:focus\:tw-text-opacity-20:focus{
    --tw-text-opacity:0.2
  }

  .md\:focus\:tw-text-opacity-25:focus{
    --tw-text-opacity:0.25
  }

  .md\:focus\:tw-text-opacity-30:focus{
    --tw-text-opacity:0.3
  }

  .md\:focus\:tw-text-opacity-40:focus{
    --tw-text-opacity:0.4
  }

  .md\:focus\:tw-text-opacity-50:focus{
    --tw-text-opacity:0.5
  }

  .md\:focus\:tw-text-opacity-60:focus{
    --tw-text-opacity:0.6
  }

  .md\:focus\:tw-text-opacity-70:focus{
    --tw-text-opacity:0.7
  }

  .md\:focus\:tw-text-opacity-75:focus{
    --tw-text-opacity:0.75
  }

  .md\:focus\:tw-text-opacity-80:focus{
    --tw-text-opacity:0.8
  }

  .md\:focus\:tw-text-opacity-90:focus{
    --tw-text-opacity:0.9
  }

  .md\:focus\:tw-text-opacity-95:focus{
    --tw-text-opacity:0.95
  }

  .md\:focus\:tw-text-opacity-100:focus{
    --tw-text-opacity:1
  }

  .md\:tw-underline{
    text-decoration:underline
  }

  .md\:tw-line-through{
    text-decoration:line-through
  }

  .md\:tw-no-underline{
    text-decoration:none
  }

  .tw-group:hover .md\:group-hover\:tw-underline{
    text-decoration:underline
  }

  .tw-group:hover .md\:group-hover\:tw-line-through{
    text-decoration:line-through
  }

  .tw-group:hover .md\:group-hover\:tw-no-underline{
    text-decoration:none
  }

  .md\:focus-within\:tw-underline:focus-within{
    text-decoration:underline
  }

  .md\:focus-within\:tw-line-through:focus-within{
    text-decoration:line-through
  }

  .md\:focus-within\:tw-no-underline:focus-within{
    text-decoration:none
  }

  .md\:hover\:tw-underline:hover{
    text-decoration:underline
  }

  .md\:hover\:tw-line-through:hover{
    text-decoration:line-through
  }

  .md\:hover\:tw-no-underline:hover{
    text-decoration:none
  }

  .md\:focus\:tw-underline:focus{
    text-decoration:underline
  }

  .md\:focus\:tw-line-through:focus{
    text-decoration:line-through
  }

  .md\:focus\:tw-no-underline:focus{
    text-decoration:none
  }

  .md\:tw-antialiased{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
  }

  .md\:tw-subpixel-antialiased{
    -webkit-font-smoothing:auto;
    -moz-osx-font-smoothing:auto
  }

  .md\:tw-placeholder-transparent::placeholder{
    color:transparent
  }

  .md\:tw-placeholder-current::placeholder{
    color:currentColor
  }

  .md\:tw-placeholder-black::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-white::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-gray-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-gray-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-gray-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-gray-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-gray-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-gray-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-gray-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-gray-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-gray-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-gray-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-red-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-red-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-red-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-red-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-red-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-red-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-red-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-red-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-red-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-red-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-green-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-green-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-green-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-green-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-green-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-green-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-green-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-green-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-green-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-green-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-blue-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-blue-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-blue-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-blue-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-blue-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-blue-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-blue-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-blue-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-blue-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-blue-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-purple-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-purple-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-purple-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-purple-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-purple-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-purple-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-purple-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-purple-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-purple-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-purple-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-pink-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-pink-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-pink-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-pink-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-pink-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-pink-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-pink-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-pink-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-pink-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-pink-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-transparent:focus::placeholder{
    color:transparent
  }

  .md\:focus\:tw-placeholder-current:focus::placeholder{
    color:currentColor
  }

  .md\:focus\:tw-placeholder-black:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-white:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .md\:focus\:tw-placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .md\:tw-placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity:0
  }

  .md\:tw-placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity:0.05
  }

  .md\:tw-placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity:0.1
  }

  .md\:tw-placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity:0.2
  }

  .md\:tw-placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity:0.25
  }

  .md\:tw-placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity:0.3
  }

  .md\:tw-placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity:0.4
  }

  .md\:tw-placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity:0.5
  }

  .md\:tw-placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity:0.6
  }

  .md\:tw-placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity:0.7
  }

  .md\:tw-placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity:0.75
  }

  .md\:tw-placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity:0.8
  }

  .md\:tw-placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity:0.9
  }

  .md\:tw-placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity:0.95
  }

  .md\:tw-placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity:1
  }

  .md\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity:0
  }

  .md\:focus\:tw-placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity:0.05
  }

  .md\:focus\:tw-placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity:0.1
  }

  .md\:focus\:tw-placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity:0.2
  }

  .md\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity:0.25
  }

  .md\:focus\:tw-placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity:0.3
  }

  .md\:focus\:tw-placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity:0.4
  }

  .md\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity:0.5
  }

  .md\:focus\:tw-placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity:0.6
  }

  .md\:focus\:tw-placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity:0.7
  }

  .md\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity:0.75
  }

  .md\:focus\:tw-placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity:0.8
  }

  .md\:focus\:tw-placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity:0.9
  }

  .md\:focus\:tw-placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity:0.95
  }

  .md\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity:1
  }

  .md\:tw-opacity-0{
    opacity:0
  }

  .md\:tw-opacity-5{
    opacity:0.05
  }

  .md\:tw-opacity-10{
    opacity:0.1
  }

  .md\:tw-opacity-20{
    opacity:0.2
  }

  .md\:tw-opacity-25{
    opacity:0.25
  }

  .md\:tw-opacity-30{
    opacity:0.3
  }

  .md\:tw-opacity-40{
    opacity:0.4
  }

  .md\:tw-opacity-50{
    opacity:0.5
  }

  .md\:tw-opacity-60{
    opacity:0.6
  }

  .md\:tw-opacity-70{
    opacity:0.7
  }

  .md\:tw-opacity-75{
    opacity:0.75
  }

  .md\:tw-opacity-80{
    opacity:0.8
  }

  .md\:tw-opacity-90{
    opacity:0.9
  }

  .md\:tw-opacity-95{
    opacity:0.95
  }

  .md\:tw-opacity-100{
    opacity:1
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-0{
    opacity:0
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-5{
    opacity:0.05
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-10{
    opacity:0.1
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-20{
    opacity:0.2
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-25{
    opacity:0.25
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-30{
    opacity:0.3
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-40{
    opacity:0.4
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-50{
    opacity:0.5
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-60{
    opacity:0.6
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-70{
    opacity:0.7
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-75{
    opacity:0.75
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-80{
    opacity:0.8
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-90{
    opacity:0.9
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-95{
    opacity:0.95
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-100{
    opacity:1
  }

  .md\:focus-within\:tw-opacity-0:focus-within{
    opacity:0
  }

  .md\:focus-within\:tw-opacity-5:focus-within{
    opacity:0.05
  }

  .md\:focus-within\:tw-opacity-10:focus-within{
    opacity:0.1
  }

  .md\:focus-within\:tw-opacity-20:focus-within{
    opacity:0.2
  }

  .md\:focus-within\:tw-opacity-25:focus-within{
    opacity:0.25
  }

  .md\:focus-within\:tw-opacity-30:focus-within{
    opacity:0.3
  }

  .md\:focus-within\:tw-opacity-40:focus-within{
    opacity:0.4
  }

  .md\:focus-within\:tw-opacity-50:focus-within{
    opacity:0.5
  }

  .md\:focus-within\:tw-opacity-60:focus-within{
    opacity:0.6
  }

  .md\:focus-within\:tw-opacity-70:focus-within{
    opacity:0.7
  }

  .md\:focus-within\:tw-opacity-75:focus-within{
    opacity:0.75
  }

  .md\:focus-within\:tw-opacity-80:focus-within{
    opacity:0.8
  }

  .md\:focus-within\:tw-opacity-90:focus-within{
    opacity:0.9
  }

  .md\:focus-within\:tw-opacity-95:focus-within{
    opacity:0.95
  }

  .md\:focus-within\:tw-opacity-100:focus-within{
    opacity:1
  }

  .md\:hover\:tw-opacity-0:hover{
    opacity:0
  }

  .md\:hover\:tw-opacity-5:hover{
    opacity:0.05
  }

  .md\:hover\:tw-opacity-10:hover{
    opacity:0.1
  }

  .md\:hover\:tw-opacity-20:hover{
    opacity:0.2
  }

  .md\:hover\:tw-opacity-25:hover{
    opacity:0.25
  }

  .md\:hover\:tw-opacity-30:hover{
    opacity:0.3
  }

  .md\:hover\:tw-opacity-40:hover{
    opacity:0.4
  }

  .md\:hover\:tw-opacity-50:hover{
    opacity:0.5
  }

  .md\:hover\:tw-opacity-60:hover{
    opacity:0.6
  }

  .md\:hover\:tw-opacity-70:hover{
    opacity:0.7
  }

  .md\:hover\:tw-opacity-75:hover{
    opacity:0.75
  }

  .md\:hover\:tw-opacity-80:hover{
    opacity:0.8
  }

  .md\:hover\:tw-opacity-90:hover{
    opacity:0.9
  }

  .md\:hover\:tw-opacity-95:hover{
    opacity:0.95
  }

  .md\:hover\:tw-opacity-100:hover{
    opacity:1
  }

  .md\:focus\:tw-opacity-0:focus{
    opacity:0
  }

  .md\:focus\:tw-opacity-5:focus{
    opacity:0.05
  }

  .md\:focus\:tw-opacity-10:focus{
    opacity:0.1
  }

  .md\:focus\:tw-opacity-20:focus{
    opacity:0.2
  }

  .md\:focus\:tw-opacity-25:focus{
    opacity:0.25
  }

  .md\:focus\:tw-opacity-30:focus{
    opacity:0.3
  }

  .md\:focus\:tw-opacity-40:focus{
    opacity:0.4
  }

  .md\:focus\:tw-opacity-50:focus{
    opacity:0.5
  }

  .md\:focus\:tw-opacity-60:focus{
    opacity:0.6
  }

  .md\:focus\:tw-opacity-70:focus{
    opacity:0.7
  }

  .md\:focus\:tw-opacity-75:focus{
    opacity:0.75
  }

  .md\:focus\:tw-opacity-80:focus{
    opacity:0.8
  }

  .md\:focus\:tw-opacity-90:focus{
    opacity:0.9
  }

  .md\:focus\:tw-opacity-95:focus{
    opacity:0.95
  }

  .md\:focus\:tw-opacity-100:focus{
    opacity:1
  }

  .md\:tw-bg-blend-normal{
    background-blend-mode:normal
  }

  .md\:tw-bg-blend-multiply{
    background-blend-mode:multiply
  }

  .md\:tw-bg-blend-screen{
    background-blend-mode:screen
  }

  .md\:tw-bg-blend-overlay{
    background-blend-mode:overlay
  }

  .md\:tw-bg-blend-darken{
    background-blend-mode:darken
  }

  .md\:tw-bg-blend-lighten{
    background-blend-mode:lighten
  }

  .md\:tw-bg-blend-color-dodge{
    background-blend-mode:color-dodge
  }

  .md\:tw-bg-blend-color-burn{
    background-blend-mode:color-burn
  }

  .md\:tw-bg-blend-hard-light{
    background-blend-mode:hard-light
  }

  .md\:tw-bg-blend-soft-light{
    background-blend-mode:soft-light
  }

  .md\:tw-bg-blend-difference{
    background-blend-mode:difference
  }

  .md\:tw-bg-blend-exclusion{
    background-blend-mode:exclusion
  }

  .md\:tw-bg-blend-hue{
    background-blend-mode:hue
  }

  .md\:tw-bg-blend-saturation{
    background-blend-mode:saturation
  }

  .md\:tw-bg-blend-color{
    background-blend-mode:color
  }

  .md\:tw-bg-blend-luminosity{
    background-blend-mode:luminosity
  }

  .md\:tw-mix-blend-normal{
    mix-blend-mode:normal
  }

  .md\:tw-mix-blend-multiply{
    mix-blend-mode:multiply
  }

  .md\:tw-mix-blend-screen{
    mix-blend-mode:screen
  }

  .md\:tw-mix-blend-overlay{
    mix-blend-mode:overlay
  }

  .md\:tw-mix-blend-darken{
    mix-blend-mode:darken
  }

  .md\:tw-mix-blend-lighten{
    mix-blend-mode:lighten
  }

  .md\:tw-mix-blend-color-dodge{
    mix-blend-mode:color-dodge
  }

  .md\:tw-mix-blend-color-burn{
    mix-blend-mode:color-burn
  }

  .md\:tw-mix-blend-hard-light{
    mix-blend-mode:hard-light
  }

  .md\:tw-mix-blend-soft-light{
    mix-blend-mode:soft-light
  }

  .md\:tw-mix-blend-difference{
    mix-blend-mode:difference
  }

  .md\:tw-mix-blend-exclusion{
    mix-blend-mode:exclusion
  }

  .md\:tw-mix-blend-hue{
    mix-blend-mode:hue
  }

  .md\:tw-mix-blend-saturation{
    mix-blend-mode:saturation
  }

  .md\:tw-mix-blend-color{
    mix-blend-mode:color
  }

  .md\:tw-mix-blend-luminosity{
    mix-blend-mode:luminosity
  }

  .md\:tw-shadow-sm{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:tw-shadow{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:tw-shadow-md{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:tw-shadow-lg{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:tw-shadow-xl{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:tw-shadow-2xl{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:tw-shadow-inner{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:tw-shadow-none{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-sm{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .md\:group-hover\:tw-shadow{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-md{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-lg{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-xl{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-2xl{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-inner{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-none{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:focus-within\:tw-shadow-sm:focus-within{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:focus-within\:tw-shadow:focus-within{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:focus-within\:tw-shadow-md:focus-within{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:focus-within\:tw-shadow-lg:focus-within{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:focus-within\:tw-shadow-xl:focus-within{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:focus-within\:tw-shadow-2xl:focus-within{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:focus-within\:tw-shadow-inner:focus-within{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:focus-within\:tw-shadow-none:focus-within{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:hover\:tw-shadow-sm:hover{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:hover\:tw-shadow:hover{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:hover\:tw-shadow-md:hover{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:hover\:tw-shadow-lg:hover{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:hover\:tw-shadow-xl:hover{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:hover\:tw-shadow-2xl:hover{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:hover\:tw-shadow-inner:hover{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:hover\:tw-shadow-none:hover{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:focus\:tw-shadow-sm:focus{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:focus\:tw-shadow:focus{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:focus\:tw-shadow-md:focus{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:focus\:tw-shadow-lg:focus{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:focus\:tw-shadow-xl:focus{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:focus\:tw-shadow-2xl:focus{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:focus\:tw-shadow-inner:focus{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:focus\:tw-shadow-none:focus{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .md\:tw-outline-none{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .md\:tw-outline-white{
    outline:2px dotted white;
    outline-offset:2px
  }

  .md\:tw-outline-black{
    outline:2px dotted black;
    outline-offset:2px
  }

  .md\:focus-within\:tw-outline-none:focus-within{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .md\:focus-within\:tw-outline-white:focus-within{
    outline:2px dotted white;
    outline-offset:2px
  }

  .md\:focus-within\:tw-outline-black:focus-within{
    outline:2px dotted black;
    outline-offset:2px
  }

  .md\:focus\:tw-outline-none:focus{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .md\:focus\:tw-outline-white:focus{
    outline:2px dotted white;
    outline-offset:2px
  }

  .md\:focus\:tw-outline-black:focus{
    outline:2px dotted black;
    outline-offset:2px
  }

  .md\:tw-ring-0{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .md\:tw-ring-1{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .md\:tw-ring-2{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .md\:tw-ring-4{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .md\:tw-ring-8{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .md\:tw-ring{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .md\:focus-within\:tw-ring-0:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .md\:focus-within\:tw-ring-1:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .md\:focus-within\:tw-ring-2:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .md\:focus-within\:tw-ring-4:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .md\:focus-within\:tw-ring-8:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .md\:focus-within\:tw-ring:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .md\:focus\:tw-ring-0:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .md\:focus\:tw-ring-1:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .md\:focus\:tw-ring-2:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .md\:focus\:tw-ring-4:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .md\:focus\:tw-ring-8:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .md\:focus\:tw-ring:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .md\:tw-ring-inset{
    --tw-ring-inset:inset
  }

  .md\:focus-within\:tw-ring-inset:focus-within{
    --tw-ring-inset:inset
  }

  .md\:focus\:tw-ring-inset:focus{
    --tw-ring-inset:inset
  }

  .md\:tw-ring-transparent{
    --tw-ring-color:transparent
  }

  .md\:tw-ring-current{
    --tw-ring-color:currentColor
  }

  .md\:tw-ring-black{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .md\:tw-ring-white{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .md\:tw-ring-gray-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .md\:tw-ring-gray-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .md\:tw-ring-gray-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .md\:tw-ring-gray-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .md\:tw-ring-gray-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .md\:tw-ring-gray-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .md\:tw-ring-gray-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .md\:tw-ring-gray-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .md\:tw-ring-gray-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .md\:tw-ring-gray-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .md\:tw-ring-red-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 242, 242, var(--tw-ring-opacity))
  }

  .md\:tw-ring-red-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 226, 226, var(--tw-ring-opacity))
  }

  .md\:tw-ring-red-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 202, 202, var(--tw-ring-opacity))
  }

  .md\:tw-ring-red-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 165, 165, var(--tw-ring-opacity))
  }

  .md\:tw-ring-red-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(248, 113, 113, var(--tw-ring-opacity))
  }

  .md\:tw-ring-red-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 68, 68, var(--tw-ring-opacity))
  }

  .md\:tw-ring-red-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(220, 38, 38, var(--tw-ring-opacity))
  }

  .md\:tw-ring-red-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(185, 28, 28, var(--tw-ring-opacity))
  }

  .md\:tw-ring-red-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(153, 27, 27, var(--tw-ring-opacity))
  }

  .md\:tw-ring-red-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(127, 29, 29, var(--tw-ring-opacity))
  }

  .md\:tw-ring-yellow-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .md\:tw-ring-yellow-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .md\:tw-ring-yellow-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .md\:tw-ring-yellow-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .md\:tw-ring-yellow-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .md\:tw-ring-yellow-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .md\:tw-ring-yellow-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .md\:tw-ring-yellow-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .md\:tw-ring-yellow-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .md\:tw-ring-yellow-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .md\:tw-ring-green-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .md\:tw-ring-green-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .md\:tw-ring-green-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .md\:tw-ring-green-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .md\:tw-ring-green-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .md\:tw-ring-green-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .md\:tw-ring-green-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .md\:tw-ring-green-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .md\:tw-ring-green-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .md\:tw-ring-green-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .md\:tw-ring-blue-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 246, 255, var(--tw-ring-opacity))
  }

  .md\:tw-ring-blue-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 234, 254, var(--tw-ring-opacity))
  }

  .md\:tw-ring-blue-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(191, 219, 254, var(--tw-ring-opacity))
  }

  .md\:tw-ring-blue-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(147, 197, 253, var(--tw-ring-opacity))
  }

  .md\:tw-ring-blue-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
  }

  .md\:tw-ring-blue-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity))
  }

  .md\:tw-ring-blue-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(37, 99, 235, var(--tw-ring-opacity))
  }

  .md\:tw-ring-blue-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(29, 78, 216, var(--tw-ring-opacity))
  }

  .md\:tw-ring-blue-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 64, 175, var(--tw-ring-opacity))
  }

  .md\:tw-ring-blue-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 58, 138, var(--tw-ring-opacity))
  }

  .md\:tw-ring-indigo-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .md\:tw-ring-indigo-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .md\:tw-ring-indigo-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .md\:tw-ring-indigo-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .md\:tw-ring-indigo-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .md\:tw-ring-indigo-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .md\:tw-ring-indigo-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .md\:tw-ring-indigo-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .md\:tw-ring-indigo-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .md\:tw-ring-indigo-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .md\:tw-ring-purple-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .md\:tw-ring-purple-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .md\:tw-ring-purple-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .md\:tw-ring-purple-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .md\:tw-ring-purple-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .md\:tw-ring-purple-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .md\:tw-ring-purple-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .md\:tw-ring-purple-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .md\:tw-ring-purple-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .md\:tw-ring-purple-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .md\:tw-ring-pink-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .md\:tw-ring-pink-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .md\:tw-ring-pink-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .md\:tw-ring-pink-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .md\:tw-ring-pink-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .md\:tw-ring-pink-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .md\:tw-ring-pink-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .md\:tw-ring-pink-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .md\:tw-ring-pink-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .md\:tw-ring-pink-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-transparent:focus-within{
    --tw-ring-color:transparent
  }

  .md\:focus-within\:tw-ring-current:focus-within{
    --tw-ring-color:currentColor
  }

  .md\:focus-within\:tw-ring-black:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-white:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-gray-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-gray-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-gray-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-gray-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-gray-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-gray-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-gray-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-gray-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-gray-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-gray-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-red-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 242, 242, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-red-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 226, 226, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-red-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 202, 202, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-red-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 165, 165, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-red-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(248, 113, 113, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-red-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 68, 68, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-red-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(220, 38, 38, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-red-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(185, 28, 28, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-red-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(153, 27, 27, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-red-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(127, 29, 29, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-yellow-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-yellow-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-yellow-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-yellow-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-yellow-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-yellow-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-yellow-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-yellow-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-yellow-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-yellow-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-green-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-green-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-green-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-green-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-green-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-green-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-green-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-green-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-green-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-green-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-blue-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 246, 255, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-blue-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 234, 254, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-blue-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(191, 219, 254, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-blue-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(147, 197, 253, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-blue-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-blue-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-blue-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(37, 99, 235, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-blue-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(29, 78, 216, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-blue-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 64, 175, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-blue-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 58, 138, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-indigo-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-indigo-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-indigo-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-indigo-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-indigo-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-indigo-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-indigo-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-indigo-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-indigo-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-indigo-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-purple-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-purple-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-purple-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-purple-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-purple-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-purple-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-purple-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-purple-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-purple-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-purple-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-pink-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-pink-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-pink-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-pink-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-pink-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-pink-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-pink-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-pink-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-pink-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .md\:focus-within\:tw-ring-pink-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-transparent:focus{
    --tw-ring-color:transparent
  }

  .md\:focus\:tw-ring-current:focus{
    --tw-ring-color:currentColor
  }

  .md\:focus\:tw-ring-black:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-white:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-gray-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-gray-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-gray-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-gray-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-gray-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-gray-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-gray-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-gray-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-gray-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-gray-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-red-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 242, 242, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-red-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 226, 226, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-red-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 202, 202, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-red-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 165, 165, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-red-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(248, 113, 113, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-red-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 68, 68, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-red-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(220, 38, 38, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-red-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(185, 28, 28, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-red-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(153, 27, 27, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-red-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(127, 29, 29, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-yellow-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-yellow-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-yellow-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-yellow-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-yellow-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-yellow-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-yellow-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-yellow-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-yellow-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-yellow-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-green-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-green-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-green-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-green-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-green-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-green-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-green-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-green-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-green-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-green-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-blue-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 246, 255, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-blue-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 234, 254, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-blue-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(191, 219, 254, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-blue-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(147, 197, 253, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-blue-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-blue-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-blue-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(37, 99, 235, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-blue-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(29, 78, 216, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-blue-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 64, 175, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-blue-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 58, 138, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-indigo-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-indigo-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-indigo-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-indigo-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-indigo-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-indigo-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-indigo-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-indigo-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-indigo-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-indigo-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-purple-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-purple-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-purple-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-purple-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-purple-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-purple-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-purple-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-purple-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-purple-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-purple-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-pink-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-pink-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-pink-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-pink-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-pink-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-pink-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-pink-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-pink-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-pink-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .md\:focus\:tw-ring-pink-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .md\:tw-ring-opacity-0{
    --tw-ring-opacity:0
  }

  .md\:tw-ring-opacity-5{
    --tw-ring-opacity:0.05
  }

  .md\:tw-ring-opacity-10{
    --tw-ring-opacity:0.1
  }

  .md\:tw-ring-opacity-20{
    --tw-ring-opacity:0.2
  }

  .md\:tw-ring-opacity-25{
    --tw-ring-opacity:0.25
  }

  .md\:tw-ring-opacity-30{
    --tw-ring-opacity:0.3
  }

  .md\:tw-ring-opacity-40{
    --tw-ring-opacity:0.4
  }

  .md\:tw-ring-opacity-50{
    --tw-ring-opacity:0.5
  }

  .md\:tw-ring-opacity-60{
    --tw-ring-opacity:0.6
  }

  .md\:tw-ring-opacity-70{
    --tw-ring-opacity:0.7
  }

  .md\:tw-ring-opacity-75{
    --tw-ring-opacity:0.75
  }

  .md\:tw-ring-opacity-80{
    --tw-ring-opacity:0.8
  }

  .md\:tw-ring-opacity-90{
    --tw-ring-opacity:0.9
  }

  .md\:tw-ring-opacity-95{
    --tw-ring-opacity:0.95
  }

  .md\:tw-ring-opacity-100{
    --tw-ring-opacity:1
  }

  .md\:focus-within\:tw-ring-opacity-0:focus-within{
    --tw-ring-opacity:0
  }

  .md\:focus-within\:tw-ring-opacity-5:focus-within{
    --tw-ring-opacity:0.05
  }

  .md\:focus-within\:tw-ring-opacity-10:focus-within{
    --tw-ring-opacity:0.1
  }

  .md\:focus-within\:tw-ring-opacity-20:focus-within{
    --tw-ring-opacity:0.2
  }

  .md\:focus-within\:tw-ring-opacity-25:focus-within{
    --tw-ring-opacity:0.25
  }

  .md\:focus-within\:tw-ring-opacity-30:focus-within{
    --tw-ring-opacity:0.3
  }

  .md\:focus-within\:tw-ring-opacity-40:focus-within{
    --tw-ring-opacity:0.4
  }

  .md\:focus-within\:tw-ring-opacity-50:focus-within{
    --tw-ring-opacity:0.5
  }

  .md\:focus-within\:tw-ring-opacity-60:focus-within{
    --tw-ring-opacity:0.6
  }

  .md\:focus-within\:tw-ring-opacity-70:focus-within{
    --tw-ring-opacity:0.7
  }

  .md\:focus-within\:tw-ring-opacity-75:focus-within{
    --tw-ring-opacity:0.75
  }

  .md\:focus-within\:tw-ring-opacity-80:focus-within{
    --tw-ring-opacity:0.8
  }

  .md\:focus-within\:tw-ring-opacity-90:focus-within{
    --tw-ring-opacity:0.9
  }

  .md\:focus-within\:tw-ring-opacity-95:focus-within{
    --tw-ring-opacity:0.95
  }

  .md\:focus-within\:tw-ring-opacity-100:focus-within{
    --tw-ring-opacity:1
  }

  .md\:focus\:tw-ring-opacity-0:focus{
    --tw-ring-opacity:0
  }

  .md\:focus\:tw-ring-opacity-5:focus{
    --tw-ring-opacity:0.05
  }

  .md\:focus\:tw-ring-opacity-10:focus{
    --tw-ring-opacity:0.1
  }

  .md\:focus\:tw-ring-opacity-20:focus{
    --tw-ring-opacity:0.2
  }

  .md\:focus\:tw-ring-opacity-25:focus{
    --tw-ring-opacity:0.25
  }

  .md\:focus\:tw-ring-opacity-30:focus{
    --tw-ring-opacity:0.3
  }

  .md\:focus\:tw-ring-opacity-40:focus{
    --tw-ring-opacity:0.4
  }

  .md\:focus\:tw-ring-opacity-50:focus{
    --tw-ring-opacity:0.5
  }

  .md\:focus\:tw-ring-opacity-60:focus{
    --tw-ring-opacity:0.6
  }

  .md\:focus\:tw-ring-opacity-70:focus{
    --tw-ring-opacity:0.7
  }

  .md\:focus\:tw-ring-opacity-75:focus{
    --tw-ring-opacity:0.75
  }

  .md\:focus\:tw-ring-opacity-80:focus{
    --tw-ring-opacity:0.8
  }

  .md\:focus\:tw-ring-opacity-90:focus{
    --tw-ring-opacity:0.9
  }

  .md\:focus\:tw-ring-opacity-95:focus{
    --tw-ring-opacity:0.95
  }

  .md\:focus\:tw-ring-opacity-100:focus{
    --tw-ring-opacity:1
  }

  .md\:tw-ring-offset-0{
    --tw-ring-offset-width:0px
  }

  .md\:tw-ring-offset-1{
    --tw-ring-offset-width:1px
  }

  .md\:tw-ring-offset-2{
    --tw-ring-offset-width:2px
  }

  .md\:tw-ring-offset-4{
    --tw-ring-offset-width:4px
  }

  .md\:tw-ring-offset-8{
    --tw-ring-offset-width:8px
  }

  .md\:focus-within\:tw-ring-offset-0:focus-within{
    --tw-ring-offset-width:0px
  }

  .md\:focus-within\:tw-ring-offset-1:focus-within{
    --tw-ring-offset-width:1px
  }

  .md\:focus-within\:tw-ring-offset-2:focus-within{
    --tw-ring-offset-width:2px
  }

  .md\:focus-within\:tw-ring-offset-4:focus-within{
    --tw-ring-offset-width:4px
  }

  .md\:focus-within\:tw-ring-offset-8:focus-within{
    --tw-ring-offset-width:8px
  }

  .md\:focus\:tw-ring-offset-0:focus{
    --tw-ring-offset-width:0px
  }

  .md\:focus\:tw-ring-offset-1:focus{
    --tw-ring-offset-width:1px
  }

  .md\:focus\:tw-ring-offset-2:focus{
    --tw-ring-offset-width:2px
  }

  .md\:focus\:tw-ring-offset-4:focus{
    --tw-ring-offset-width:4px
  }

  .md\:focus\:tw-ring-offset-8:focus{
    --tw-ring-offset-width:8px
  }

  .md\:tw-ring-offset-transparent{
    --tw-ring-offset-color:transparent
  }

  .md\:tw-ring-offset-current{
    --tw-ring-offset-color:currentColor
  }

  .md\:tw-ring-offset-black{
    --tw-ring-offset-color:#000
  }

  .md\:tw-ring-offset-white{
    --tw-ring-offset-color:#fff
  }

  .md\:tw-ring-offset-gray-50{
    --tw-ring-offset-color:#f9fafb
  }

  .md\:tw-ring-offset-gray-100{
    --tw-ring-offset-color:#f3f4f6
  }

  .md\:tw-ring-offset-gray-200{
    --tw-ring-offset-color:#e5e7eb
  }

  .md\:tw-ring-offset-gray-300{
    --tw-ring-offset-color:#d1d5db
  }

  .md\:tw-ring-offset-gray-400{
    --tw-ring-offset-color:#9ca3af
  }

  .md\:tw-ring-offset-gray-500{
    --tw-ring-offset-color:#6b7280
  }

  .md\:tw-ring-offset-gray-600{
    --tw-ring-offset-color:#4b5563
  }

  .md\:tw-ring-offset-gray-700{
    --tw-ring-offset-color:#374151
  }

  .md\:tw-ring-offset-gray-800{
    --tw-ring-offset-color:#1f2937
  }

  .md\:tw-ring-offset-gray-900{
    --tw-ring-offset-color:#111827
  }

  .md\:tw-ring-offset-red-50{
    --tw-ring-offset-color:#fef2f2
  }

  .md\:tw-ring-offset-red-100{
    --tw-ring-offset-color:#fee2e2
  }

  .md\:tw-ring-offset-red-200{
    --tw-ring-offset-color:#fecaca
  }

  .md\:tw-ring-offset-red-300{
    --tw-ring-offset-color:#fca5a5
  }

  .md\:tw-ring-offset-red-400{
    --tw-ring-offset-color:#f87171
  }

  .md\:tw-ring-offset-red-500{
    --tw-ring-offset-color:#ef4444
  }

  .md\:tw-ring-offset-red-600{
    --tw-ring-offset-color:#dc2626
  }

  .md\:tw-ring-offset-red-700{
    --tw-ring-offset-color:#b91c1c
  }

  .md\:tw-ring-offset-red-800{
    --tw-ring-offset-color:#991b1b
  }

  .md\:tw-ring-offset-red-900{
    --tw-ring-offset-color:#7f1d1d
  }

  .md\:tw-ring-offset-yellow-50{
    --tw-ring-offset-color:#fffbeb
  }

  .md\:tw-ring-offset-yellow-100{
    --tw-ring-offset-color:#fef3c7
  }

  .md\:tw-ring-offset-yellow-200{
    --tw-ring-offset-color:#fde68a
  }

  .md\:tw-ring-offset-yellow-300{
    --tw-ring-offset-color:#fcd34d
  }

  .md\:tw-ring-offset-yellow-400{
    --tw-ring-offset-color:#fbbf24
  }

  .md\:tw-ring-offset-yellow-500{
    --tw-ring-offset-color:#f59e0b
  }

  .md\:tw-ring-offset-yellow-600{
    --tw-ring-offset-color:#d97706
  }

  .md\:tw-ring-offset-yellow-700{
    --tw-ring-offset-color:#b45309
  }

  .md\:tw-ring-offset-yellow-800{
    --tw-ring-offset-color:#92400e
  }

  .md\:tw-ring-offset-yellow-900{
    --tw-ring-offset-color:#78350f
  }

  .md\:tw-ring-offset-green-50{
    --tw-ring-offset-color:#ecfdf5
  }

  .md\:tw-ring-offset-green-100{
    --tw-ring-offset-color:#d1fae5
  }

  .md\:tw-ring-offset-green-200{
    --tw-ring-offset-color:#a7f3d0
  }

  .md\:tw-ring-offset-green-300{
    --tw-ring-offset-color:#6ee7b7
  }

  .md\:tw-ring-offset-green-400{
    --tw-ring-offset-color:#34d399
  }

  .md\:tw-ring-offset-green-500{
    --tw-ring-offset-color:#10b981
  }

  .md\:tw-ring-offset-green-600{
    --tw-ring-offset-color:#059669
  }

  .md\:tw-ring-offset-green-700{
    --tw-ring-offset-color:#047857
  }

  .md\:tw-ring-offset-green-800{
    --tw-ring-offset-color:#065f46
  }

  .md\:tw-ring-offset-green-900{
    --tw-ring-offset-color:#064e3b
  }

  .md\:tw-ring-offset-blue-50{
    --tw-ring-offset-color:#eff6ff
  }

  .md\:tw-ring-offset-blue-100{
    --tw-ring-offset-color:#dbeafe
  }

  .md\:tw-ring-offset-blue-200{
    --tw-ring-offset-color:#bfdbfe
  }

  .md\:tw-ring-offset-blue-300{
    --tw-ring-offset-color:#93c5fd
  }

  .md\:tw-ring-offset-blue-400{
    --tw-ring-offset-color:#60a5fa
  }

  .md\:tw-ring-offset-blue-500{
    --tw-ring-offset-color:#3b82f6
  }

  .md\:tw-ring-offset-blue-600{
    --tw-ring-offset-color:#2563eb
  }

  .md\:tw-ring-offset-blue-700{
    --tw-ring-offset-color:#1d4ed8
  }

  .md\:tw-ring-offset-blue-800{
    --tw-ring-offset-color:#1e40af
  }

  .md\:tw-ring-offset-blue-900{
    --tw-ring-offset-color:#1e3a8a
  }

  .md\:tw-ring-offset-indigo-50{
    --tw-ring-offset-color:#eef2ff
  }

  .md\:tw-ring-offset-indigo-100{
    --tw-ring-offset-color:#e0e7ff
  }

  .md\:tw-ring-offset-indigo-200{
    --tw-ring-offset-color:#c7d2fe
  }

  .md\:tw-ring-offset-indigo-300{
    --tw-ring-offset-color:#a5b4fc
  }

  .md\:tw-ring-offset-indigo-400{
    --tw-ring-offset-color:#818cf8
  }

  .md\:tw-ring-offset-indigo-500{
    --tw-ring-offset-color:#6366f1
  }

  .md\:tw-ring-offset-indigo-600{
    --tw-ring-offset-color:#4f46e5
  }

  .md\:tw-ring-offset-indigo-700{
    --tw-ring-offset-color:#4338ca
  }

  .md\:tw-ring-offset-indigo-800{
    --tw-ring-offset-color:#3730a3
  }

  .md\:tw-ring-offset-indigo-900{
    --tw-ring-offset-color:#312e81
  }

  .md\:tw-ring-offset-purple-50{
    --tw-ring-offset-color:#f5f3ff
  }

  .md\:tw-ring-offset-purple-100{
    --tw-ring-offset-color:#ede9fe
  }

  .md\:tw-ring-offset-purple-200{
    --tw-ring-offset-color:#ddd6fe
  }

  .md\:tw-ring-offset-purple-300{
    --tw-ring-offset-color:#c4b5fd
  }

  .md\:tw-ring-offset-purple-400{
    --tw-ring-offset-color:#a78bfa
  }

  .md\:tw-ring-offset-purple-500{
    --tw-ring-offset-color:#8b5cf6
  }

  .md\:tw-ring-offset-purple-600{
    --tw-ring-offset-color:#7c3aed
  }

  .md\:tw-ring-offset-purple-700{
    --tw-ring-offset-color:#6d28d9
  }

  .md\:tw-ring-offset-purple-800{
    --tw-ring-offset-color:#5b21b6
  }

  .md\:tw-ring-offset-purple-900{
    --tw-ring-offset-color:#4c1d95
  }

  .md\:tw-ring-offset-pink-50{
    --tw-ring-offset-color:#fdf2f8
  }

  .md\:tw-ring-offset-pink-100{
    --tw-ring-offset-color:#fce7f3
  }

  .md\:tw-ring-offset-pink-200{
    --tw-ring-offset-color:#fbcfe8
  }

  .md\:tw-ring-offset-pink-300{
    --tw-ring-offset-color:#f9a8d4
  }

  .md\:tw-ring-offset-pink-400{
    --tw-ring-offset-color:#f472b6
  }

  .md\:tw-ring-offset-pink-500{
    --tw-ring-offset-color:#ec4899
  }

  .md\:tw-ring-offset-pink-600{
    --tw-ring-offset-color:#db2777
  }

  .md\:tw-ring-offset-pink-700{
    --tw-ring-offset-color:#be185d
  }

  .md\:tw-ring-offset-pink-800{
    --tw-ring-offset-color:#9d174d
  }

  .md\:tw-ring-offset-pink-900{
    --tw-ring-offset-color:#831843
  }

  .md\:focus-within\:tw-ring-offset-transparent:focus-within{
    --tw-ring-offset-color:transparent
  }

  .md\:focus-within\:tw-ring-offset-current:focus-within{
    --tw-ring-offset-color:currentColor
  }

  .md\:focus-within\:tw-ring-offset-black:focus-within{
    --tw-ring-offset-color:#000
  }

  .md\:focus-within\:tw-ring-offset-white:focus-within{
    --tw-ring-offset-color:#fff
  }

  .md\:focus-within\:tw-ring-offset-gray-50:focus-within{
    --tw-ring-offset-color:#f9fafb
  }

  .md\:focus-within\:tw-ring-offset-gray-100:focus-within{
    --tw-ring-offset-color:#f3f4f6
  }

  .md\:focus-within\:tw-ring-offset-gray-200:focus-within{
    --tw-ring-offset-color:#e5e7eb
  }

  .md\:focus-within\:tw-ring-offset-gray-300:focus-within{
    --tw-ring-offset-color:#d1d5db
  }

  .md\:focus-within\:tw-ring-offset-gray-400:focus-within{
    --tw-ring-offset-color:#9ca3af
  }

  .md\:focus-within\:tw-ring-offset-gray-500:focus-within{
    --tw-ring-offset-color:#6b7280
  }

  .md\:focus-within\:tw-ring-offset-gray-600:focus-within{
    --tw-ring-offset-color:#4b5563
  }

  .md\:focus-within\:tw-ring-offset-gray-700:focus-within{
    --tw-ring-offset-color:#374151
  }

  .md\:focus-within\:tw-ring-offset-gray-800:focus-within{
    --tw-ring-offset-color:#1f2937
  }

  .md\:focus-within\:tw-ring-offset-gray-900:focus-within{
    --tw-ring-offset-color:#111827
  }

  .md\:focus-within\:tw-ring-offset-red-50:focus-within{
    --tw-ring-offset-color:#fef2f2
  }

  .md\:focus-within\:tw-ring-offset-red-100:focus-within{
    --tw-ring-offset-color:#fee2e2
  }

  .md\:focus-within\:tw-ring-offset-red-200:focus-within{
    --tw-ring-offset-color:#fecaca
  }

  .md\:focus-within\:tw-ring-offset-red-300:focus-within{
    --tw-ring-offset-color:#fca5a5
  }

  .md\:focus-within\:tw-ring-offset-red-400:focus-within{
    --tw-ring-offset-color:#f87171
  }

  .md\:focus-within\:tw-ring-offset-red-500:focus-within{
    --tw-ring-offset-color:#ef4444
  }

  .md\:focus-within\:tw-ring-offset-red-600:focus-within{
    --tw-ring-offset-color:#dc2626
  }

  .md\:focus-within\:tw-ring-offset-red-700:focus-within{
    --tw-ring-offset-color:#b91c1c
  }

  .md\:focus-within\:tw-ring-offset-red-800:focus-within{
    --tw-ring-offset-color:#991b1b
  }

  .md\:focus-within\:tw-ring-offset-red-900:focus-within{
    --tw-ring-offset-color:#7f1d1d
  }

  .md\:focus-within\:tw-ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color:#fffbeb
  }

  .md\:focus-within\:tw-ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color:#fef3c7
  }

  .md\:focus-within\:tw-ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color:#fde68a
  }

  .md\:focus-within\:tw-ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color:#fcd34d
  }

  .md\:focus-within\:tw-ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color:#fbbf24
  }

  .md\:focus-within\:tw-ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color:#f59e0b
  }

  .md\:focus-within\:tw-ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color:#d97706
  }

  .md\:focus-within\:tw-ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color:#b45309
  }

  .md\:focus-within\:tw-ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color:#92400e
  }

  .md\:focus-within\:tw-ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color:#78350f
  }

  .md\:focus-within\:tw-ring-offset-green-50:focus-within{
    --tw-ring-offset-color:#ecfdf5
  }

  .md\:focus-within\:tw-ring-offset-green-100:focus-within{
    --tw-ring-offset-color:#d1fae5
  }

  .md\:focus-within\:tw-ring-offset-green-200:focus-within{
    --tw-ring-offset-color:#a7f3d0
  }

  .md\:focus-within\:tw-ring-offset-green-300:focus-within{
    --tw-ring-offset-color:#6ee7b7
  }

  .md\:focus-within\:tw-ring-offset-green-400:focus-within{
    --tw-ring-offset-color:#34d399
  }

  .md\:focus-within\:tw-ring-offset-green-500:focus-within{
    --tw-ring-offset-color:#10b981
  }

  .md\:focus-within\:tw-ring-offset-green-600:focus-within{
    --tw-ring-offset-color:#059669
  }

  .md\:focus-within\:tw-ring-offset-green-700:focus-within{
    --tw-ring-offset-color:#047857
  }

  .md\:focus-within\:tw-ring-offset-green-800:focus-within{
    --tw-ring-offset-color:#065f46
  }

  .md\:focus-within\:tw-ring-offset-green-900:focus-within{
    --tw-ring-offset-color:#064e3b
  }

  .md\:focus-within\:tw-ring-offset-blue-50:focus-within{
    --tw-ring-offset-color:#eff6ff
  }

  .md\:focus-within\:tw-ring-offset-blue-100:focus-within{
    --tw-ring-offset-color:#dbeafe
  }

  .md\:focus-within\:tw-ring-offset-blue-200:focus-within{
    --tw-ring-offset-color:#bfdbfe
  }

  .md\:focus-within\:tw-ring-offset-blue-300:focus-within{
    --tw-ring-offset-color:#93c5fd
  }

  .md\:focus-within\:tw-ring-offset-blue-400:focus-within{
    --tw-ring-offset-color:#60a5fa
  }

  .md\:focus-within\:tw-ring-offset-blue-500:focus-within{
    --tw-ring-offset-color:#3b82f6
  }

  .md\:focus-within\:tw-ring-offset-blue-600:focus-within{
    --tw-ring-offset-color:#2563eb
  }

  .md\:focus-within\:tw-ring-offset-blue-700:focus-within{
    --tw-ring-offset-color:#1d4ed8
  }

  .md\:focus-within\:tw-ring-offset-blue-800:focus-within{
    --tw-ring-offset-color:#1e40af
  }

  .md\:focus-within\:tw-ring-offset-blue-900:focus-within{
    --tw-ring-offset-color:#1e3a8a
  }

  .md\:focus-within\:tw-ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color:#eef2ff
  }

  .md\:focus-within\:tw-ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color:#e0e7ff
  }

  .md\:focus-within\:tw-ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color:#c7d2fe
  }

  .md\:focus-within\:tw-ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color:#a5b4fc
  }

  .md\:focus-within\:tw-ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color:#818cf8
  }

  .md\:focus-within\:tw-ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color:#6366f1
  }

  .md\:focus-within\:tw-ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color:#4f46e5
  }

  .md\:focus-within\:tw-ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color:#4338ca
  }

  .md\:focus-within\:tw-ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color:#3730a3
  }

  .md\:focus-within\:tw-ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color:#312e81
  }

  .md\:focus-within\:tw-ring-offset-purple-50:focus-within{
    --tw-ring-offset-color:#f5f3ff
  }

  .md\:focus-within\:tw-ring-offset-purple-100:focus-within{
    --tw-ring-offset-color:#ede9fe
  }

  .md\:focus-within\:tw-ring-offset-purple-200:focus-within{
    --tw-ring-offset-color:#ddd6fe
  }

  .md\:focus-within\:tw-ring-offset-purple-300:focus-within{
    --tw-ring-offset-color:#c4b5fd
  }

  .md\:focus-within\:tw-ring-offset-purple-400:focus-within{
    --tw-ring-offset-color:#a78bfa
  }

  .md\:focus-within\:tw-ring-offset-purple-500:focus-within{
    --tw-ring-offset-color:#8b5cf6
  }

  .md\:focus-within\:tw-ring-offset-purple-600:focus-within{
    --tw-ring-offset-color:#7c3aed
  }

  .md\:focus-within\:tw-ring-offset-purple-700:focus-within{
    --tw-ring-offset-color:#6d28d9
  }

  .md\:focus-within\:tw-ring-offset-purple-800:focus-within{
    --tw-ring-offset-color:#5b21b6
  }

  .md\:focus-within\:tw-ring-offset-purple-900:focus-within{
    --tw-ring-offset-color:#4c1d95
  }

  .md\:focus-within\:tw-ring-offset-pink-50:focus-within{
    --tw-ring-offset-color:#fdf2f8
  }

  .md\:focus-within\:tw-ring-offset-pink-100:focus-within{
    --tw-ring-offset-color:#fce7f3
  }

  .md\:focus-within\:tw-ring-offset-pink-200:focus-within{
    --tw-ring-offset-color:#fbcfe8
  }

  .md\:focus-within\:tw-ring-offset-pink-300:focus-within{
    --tw-ring-offset-color:#f9a8d4
  }

  .md\:focus-within\:tw-ring-offset-pink-400:focus-within{
    --tw-ring-offset-color:#f472b6
  }

  .md\:focus-within\:tw-ring-offset-pink-500:focus-within{
    --tw-ring-offset-color:#ec4899
  }

  .md\:focus-within\:tw-ring-offset-pink-600:focus-within{
    --tw-ring-offset-color:#db2777
  }

  .md\:focus-within\:tw-ring-offset-pink-700:focus-within{
    --tw-ring-offset-color:#be185d
  }

  .md\:focus-within\:tw-ring-offset-pink-800:focus-within{
    --tw-ring-offset-color:#9d174d
  }

  .md\:focus-within\:tw-ring-offset-pink-900:focus-within{
    --tw-ring-offset-color:#831843
  }

  .md\:focus\:tw-ring-offset-transparent:focus{
    --tw-ring-offset-color:transparent
  }

  .md\:focus\:tw-ring-offset-current:focus{
    --tw-ring-offset-color:currentColor
  }

  .md\:focus\:tw-ring-offset-black:focus{
    --tw-ring-offset-color:#000
  }

  .md\:focus\:tw-ring-offset-white:focus{
    --tw-ring-offset-color:#fff
  }

  .md\:focus\:tw-ring-offset-gray-50:focus{
    --tw-ring-offset-color:#f9fafb
  }

  .md\:focus\:tw-ring-offset-gray-100:focus{
    --tw-ring-offset-color:#f3f4f6
  }

  .md\:focus\:tw-ring-offset-gray-200:focus{
    --tw-ring-offset-color:#e5e7eb
  }

  .md\:focus\:tw-ring-offset-gray-300:focus{
    --tw-ring-offset-color:#d1d5db
  }

  .md\:focus\:tw-ring-offset-gray-400:focus{
    --tw-ring-offset-color:#9ca3af
  }

  .md\:focus\:tw-ring-offset-gray-500:focus{
    --tw-ring-offset-color:#6b7280
  }

  .md\:focus\:tw-ring-offset-gray-600:focus{
    --tw-ring-offset-color:#4b5563
  }

  .md\:focus\:tw-ring-offset-gray-700:focus{
    --tw-ring-offset-color:#374151
  }

  .md\:focus\:tw-ring-offset-gray-800:focus{
    --tw-ring-offset-color:#1f2937
  }

  .md\:focus\:tw-ring-offset-gray-900:focus{
    --tw-ring-offset-color:#111827
  }

  .md\:focus\:tw-ring-offset-red-50:focus{
    --tw-ring-offset-color:#fef2f2
  }

  .md\:focus\:tw-ring-offset-red-100:focus{
    --tw-ring-offset-color:#fee2e2
  }

  .md\:focus\:tw-ring-offset-red-200:focus{
    --tw-ring-offset-color:#fecaca
  }

  .md\:focus\:tw-ring-offset-red-300:focus{
    --tw-ring-offset-color:#fca5a5
  }

  .md\:focus\:tw-ring-offset-red-400:focus{
    --tw-ring-offset-color:#f87171
  }

  .md\:focus\:tw-ring-offset-red-500:focus{
    --tw-ring-offset-color:#ef4444
  }

  .md\:focus\:tw-ring-offset-red-600:focus{
    --tw-ring-offset-color:#dc2626
  }

  .md\:focus\:tw-ring-offset-red-700:focus{
    --tw-ring-offset-color:#b91c1c
  }

  .md\:focus\:tw-ring-offset-red-800:focus{
    --tw-ring-offset-color:#991b1b
  }

  .md\:focus\:tw-ring-offset-red-900:focus{
    --tw-ring-offset-color:#7f1d1d
  }

  .md\:focus\:tw-ring-offset-yellow-50:focus{
    --tw-ring-offset-color:#fffbeb
  }

  .md\:focus\:tw-ring-offset-yellow-100:focus{
    --tw-ring-offset-color:#fef3c7
  }

  .md\:focus\:tw-ring-offset-yellow-200:focus{
    --tw-ring-offset-color:#fde68a
  }

  .md\:focus\:tw-ring-offset-yellow-300:focus{
    --tw-ring-offset-color:#fcd34d
  }

  .md\:focus\:tw-ring-offset-yellow-400:focus{
    --tw-ring-offset-color:#fbbf24
  }

  .md\:focus\:tw-ring-offset-yellow-500:focus{
    --tw-ring-offset-color:#f59e0b
  }

  .md\:focus\:tw-ring-offset-yellow-600:focus{
    --tw-ring-offset-color:#d97706
  }

  .md\:focus\:tw-ring-offset-yellow-700:focus{
    --tw-ring-offset-color:#b45309
  }

  .md\:focus\:tw-ring-offset-yellow-800:focus{
    --tw-ring-offset-color:#92400e
  }

  .md\:focus\:tw-ring-offset-yellow-900:focus{
    --tw-ring-offset-color:#78350f
  }

  .md\:focus\:tw-ring-offset-green-50:focus{
    --tw-ring-offset-color:#ecfdf5
  }

  .md\:focus\:tw-ring-offset-green-100:focus{
    --tw-ring-offset-color:#d1fae5
  }

  .md\:focus\:tw-ring-offset-green-200:focus{
    --tw-ring-offset-color:#a7f3d0
  }

  .md\:focus\:tw-ring-offset-green-300:focus{
    --tw-ring-offset-color:#6ee7b7
  }

  .md\:focus\:tw-ring-offset-green-400:focus{
    --tw-ring-offset-color:#34d399
  }

  .md\:focus\:tw-ring-offset-green-500:focus{
    --tw-ring-offset-color:#10b981
  }

  .md\:focus\:tw-ring-offset-green-600:focus{
    --tw-ring-offset-color:#059669
  }

  .md\:focus\:tw-ring-offset-green-700:focus{
    --tw-ring-offset-color:#047857
  }

  .md\:focus\:tw-ring-offset-green-800:focus{
    --tw-ring-offset-color:#065f46
  }

  .md\:focus\:tw-ring-offset-green-900:focus{
    --tw-ring-offset-color:#064e3b
  }

  .md\:focus\:tw-ring-offset-blue-50:focus{
    --tw-ring-offset-color:#eff6ff
  }

  .md\:focus\:tw-ring-offset-blue-100:focus{
    --tw-ring-offset-color:#dbeafe
  }

  .md\:focus\:tw-ring-offset-blue-200:focus{
    --tw-ring-offset-color:#bfdbfe
  }

  .md\:focus\:tw-ring-offset-blue-300:focus{
    --tw-ring-offset-color:#93c5fd
  }

  .md\:focus\:tw-ring-offset-blue-400:focus{
    --tw-ring-offset-color:#60a5fa
  }

  .md\:focus\:tw-ring-offset-blue-500:focus{
    --tw-ring-offset-color:#3b82f6
  }

  .md\:focus\:tw-ring-offset-blue-600:focus{
    --tw-ring-offset-color:#2563eb
  }

  .md\:focus\:tw-ring-offset-blue-700:focus{
    --tw-ring-offset-color:#1d4ed8
  }

  .md\:focus\:tw-ring-offset-blue-800:focus{
    --tw-ring-offset-color:#1e40af
  }

  .md\:focus\:tw-ring-offset-blue-900:focus{
    --tw-ring-offset-color:#1e3a8a
  }

  .md\:focus\:tw-ring-offset-indigo-50:focus{
    --tw-ring-offset-color:#eef2ff
  }

  .md\:focus\:tw-ring-offset-indigo-100:focus{
    --tw-ring-offset-color:#e0e7ff
  }

  .md\:focus\:tw-ring-offset-indigo-200:focus{
    --tw-ring-offset-color:#c7d2fe
  }

  .md\:focus\:tw-ring-offset-indigo-300:focus{
    --tw-ring-offset-color:#a5b4fc
  }

  .md\:focus\:tw-ring-offset-indigo-400:focus{
    --tw-ring-offset-color:#818cf8
  }

  .md\:focus\:tw-ring-offset-indigo-500:focus{
    --tw-ring-offset-color:#6366f1
  }

  .md\:focus\:tw-ring-offset-indigo-600:focus{
    --tw-ring-offset-color:#4f46e5
  }

  .md\:focus\:tw-ring-offset-indigo-700:focus{
    --tw-ring-offset-color:#4338ca
  }

  .md\:focus\:tw-ring-offset-indigo-800:focus{
    --tw-ring-offset-color:#3730a3
  }

  .md\:focus\:tw-ring-offset-indigo-900:focus{
    --tw-ring-offset-color:#312e81
  }

  .md\:focus\:tw-ring-offset-purple-50:focus{
    --tw-ring-offset-color:#f5f3ff
  }

  .md\:focus\:tw-ring-offset-purple-100:focus{
    --tw-ring-offset-color:#ede9fe
  }

  .md\:focus\:tw-ring-offset-purple-200:focus{
    --tw-ring-offset-color:#ddd6fe
  }

  .md\:focus\:tw-ring-offset-purple-300:focus{
    --tw-ring-offset-color:#c4b5fd
  }

  .md\:focus\:tw-ring-offset-purple-400:focus{
    --tw-ring-offset-color:#a78bfa
  }

  .md\:focus\:tw-ring-offset-purple-500:focus{
    --tw-ring-offset-color:#8b5cf6
  }

  .md\:focus\:tw-ring-offset-purple-600:focus{
    --tw-ring-offset-color:#7c3aed
  }

  .md\:focus\:tw-ring-offset-purple-700:focus{
    --tw-ring-offset-color:#6d28d9
  }

  .md\:focus\:tw-ring-offset-purple-800:focus{
    --tw-ring-offset-color:#5b21b6
  }

  .md\:focus\:tw-ring-offset-purple-900:focus{
    --tw-ring-offset-color:#4c1d95
  }

  .md\:focus\:tw-ring-offset-pink-50:focus{
    --tw-ring-offset-color:#fdf2f8
  }

  .md\:focus\:tw-ring-offset-pink-100:focus{
    --tw-ring-offset-color:#fce7f3
  }

  .md\:focus\:tw-ring-offset-pink-200:focus{
    --tw-ring-offset-color:#fbcfe8
  }

  .md\:focus\:tw-ring-offset-pink-300:focus{
    --tw-ring-offset-color:#f9a8d4
  }

  .md\:focus\:tw-ring-offset-pink-400:focus{
    --tw-ring-offset-color:#f472b6
  }

  .md\:focus\:tw-ring-offset-pink-500:focus{
    --tw-ring-offset-color:#ec4899
  }

  .md\:focus\:tw-ring-offset-pink-600:focus{
    --tw-ring-offset-color:#db2777
  }

  .md\:focus\:tw-ring-offset-pink-700:focus{
    --tw-ring-offset-color:#be185d
  }

  .md\:focus\:tw-ring-offset-pink-800:focus{
    --tw-ring-offset-color:#9d174d
  }

  .md\:focus\:tw-ring-offset-pink-900:focus{
    --tw-ring-offset-color:#831843
  }

  .md\:tw-filter{
    --tw-blur:var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness:var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast:var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale:var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
    --tw-invert:var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate:var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia:var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow:var(--tw-empty,/*!*/ /*!*/);
    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)
  }

  .md\:tw-filter-none{
    filter:none
  }

  .md\:tw-blur-0{
    --tw-blur:blur(0)
  }

  .md\:tw-blur-none{
    --tw-blur:blur(0)
  }

  .md\:tw-blur-sm{
    --tw-blur:blur(4px)
  }

  .md\:tw-blur{
    --tw-blur:blur(8px)
  }

  .md\:tw-blur-md{
    --tw-blur:blur(12px)
  }

  .md\:tw-blur-lg{
    --tw-blur:blur(16px)
  }

  .md\:tw-blur-xl{
    --tw-blur:blur(24px)
  }

  .md\:tw-blur-2xl{
    --tw-blur:blur(40px)
  }

  .md\:tw-blur-3xl{
    --tw-blur:blur(64px)
  }

  .md\:tw-brightness-0{
    --tw-brightness:brightness(0)
  }

  .md\:tw-brightness-50{
    --tw-brightness:brightness(.5)
  }

  .md\:tw-brightness-75{
    --tw-brightness:brightness(.75)
  }

  .md\:tw-brightness-90{
    --tw-brightness:brightness(.9)
  }

  .md\:tw-brightness-95{
    --tw-brightness:brightness(.95)
  }

  .md\:tw-brightness-100{
    --tw-brightness:brightness(1)
  }

  .md\:tw-brightness-105{
    --tw-brightness:brightness(1.05)
  }

  .md\:tw-brightness-110{
    --tw-brightness:brightness(1.1)
  }

  .md\:tw-brightness-125{
    --tw-brightness:brightness(1.25)
  }

  .md\:tw-brightness-150{
    --tw-brightness:brightness(1.5)
  }

  .md\:tw-brightness-200{
    --tw-brightness:brightness(2)
  }

  .md\:tw-contrast-0{
    --tw-contrast:contrast(0)
  }

  .md\:tw-contrast-50{
    --tw-contrast:contrast(.5)
  }

  .md\:tw-contrast-75{
    --tw-contrast:contrast(.75)
  }

  .md\:tw-contrast-100{
    --tw-contrast:contrast(1)
  }

  .md\:tw-contrast-125{
    --tw-contrast:contrast(1.25)
  }

  .md\:tw-contrast-150{
    --tw-contrast:contrast(1.5)
  }

  .md\:tw-contrast-200{
    --tw-contrast:contrast(2)
  }

  .md\:tw-drop-shadow-sm{
    --tw-drop-shadow:drop-shadow(0 1px 1px rgba(0,0,0,0.05))
  }

  .md\:tw-drop-shadow{
    --tw-drop-shadow:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
  }

  .md\:tw-drop-shadow-md{
    --tw-drop-shadow:drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
  }

  .md\:tw-drop-shadow-lg{
    --tw-drop-shadow:drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
  }

  .md\:tw-drop-shadow-xl{
    --tw-drop-shadow:drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
  }

  .md\:tw-drop-shadow-2xl{
    --tw-drop-shadow:drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
  }

  .md\:tw-drop-shadow-none{
    --tw-drop-shadow:drop-shadow(0 0 #0000)
  }

  .md\:tw-grayscale-0{
    --tw-grayscale:grayscale(0)
  }

  .md\:tw-grayscale{
    --tw-grayscale:grayscale(100%)
  }

  .md\:tw-hue-rotate-0{
    --tw-hue-rotate:hue-rotate(0deg)
  }

  .md\:tw-hue-rotate-15{
    --tw-hue-rotate:hue-rotate(15deg)
  }

  .md\:tw-hue-rotate-30{
    --tw-hue-rotate:hue-rotate(30deg)
  }

  .md\:tw-hue-rotate-60{
    --tw-hue-rotate:hue-rotate(60deg)
  }

  .md\:tw-hue-rotate-90{
    --tw-hue-rotate:hue-rotate(90deg)
  }

  .md\:tw-hue-rotate-180{
    --tw-hue-rotate:hue-rotate(180deg)
  }

  .md\:tw--hue-rotate-180{
    --tw-hue-rotate:hue-rotate(-180deg)
  }

  .md\:tw--hue-rotate-90{
    --tw-hue-rotate:hue-rotate(-90deg)
  }

  .md\:tw--hue-rotate-60{
    --tw-hue-rotate:hue-rotate(-60deg)
  }

  .md\:tw--hue-rotate-30{
    --tw-hue-rotate:hue-rotate(-30deg)
  }

  .md\:tw--hue-rotate-15{
    --tw-hue-rotate:hue-rotate(-15deg)
  }

  .md\:tw-invert-0{
    --tw-invert:invert(0)
  }

  .md\:tw-invert{
    --tw-invert:invert(100%)
  }

  .md\:tw-saturate-0{
    --tw-saturate:saturate(0)
  }

  .md\:tw-saturate-50{
    --tw-saturate:saturate(.5)
  }

  .md\:tw-saturate-100{
    --tw-saturate:saturate(1)
  }

  .md\:tw-saturate-150{
    --tw-saturate:saturate(1.5)
  }

  .md\:tw-saturate-200{
    --tw-saturate:saturate(2)
  }

  .md\:tw-sepia-0{
    --tw-sepia:sepia(0)
  }

  .md\:tw-sepia{
    --tw-sepia:sepia(100%)
  }

  .md\:tw-backdrop-filter{
    --tw-backdrop-blur:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia:var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }

  .md\:tw-backdrop-filter-none{
    -webkit-backdrop-filter:none;
            backdrop-filter:none
  }

  .md\:tw-backdrop-blur-0{
    --tw-backdrop-blur:blur(0)
  }

  .md\:tw-backdrop-blur-none{
    --tw-backdrop-blur:blur(0)
  }

  .md\:tw-backdrop-blur-sm{
    --tw-backdrop-blur:blur(4px)
  }

  .md\:tw-backdrop-blur{
    --tw-backdrop-blur:blur(8px)
  }

  .md\:tw-backdrop-blur-md{
    --tw-backdrop-blur:blur(12px)
  }

  .md\:tw-backdrop-blur-lg{
    --tw-backdrop-blur:blur(16px)
  }

  .md\:tw-backdrop-blur-xl{
    --tw-backdrop-blur:blur(24px)
  }

  .md\:tw-backdrop-blur-2xl{
    --tw-backdrop-blur:blur(40px)
  }

  .md\:tw-backdrop-blur-3xl{
    --tw-backdrop-blur:blur(64px)
  }

  .md\:tw-backdrop-brightness-0{
    --tw-backdrop-brightness:brightness(0)
  }

  .md\:tw-backdrop-brightness-50{
    --tw-backdrop-brightness:brightness(.5)
  }

  .md\:tw-backdrop-brightness-75{
    --tw-backdrop-brightness:brightness(.75)
  }

  .md\:tw-backdrop-brightness-90{
    --tw-backdrop-brightness:brightness(.9)
  }

  .md\:tw-backdrop-brightness-95{
    --tw-backdrop-brightness:brightness(.95)
  }

  .md\:tw-backdrop-brightness-100{
    --tw-backdrop-brightness:brightness(1)
  }

  .md\:tw-backdrop-brightness-105{
    --tw-backdrop-brightness:brightness(1.05)
  }

  .md\:tw-backdrop-brightness-110{
    --tw-backdrop-brightness:brightness(1.1)
  }

  .md\:tw-backdrop-brightness-125{
    --tw-backdrop-brightness:brightness(1.25)
  }

  .md\:tw-backdrop-brightness-150{
    --tw-backdrop-brightness:brightness(1.5)
  }

  .md\:tw-backdrop-brightness-200{
    --tw-backdrop-brightness:brightness(2)
  }

  .md\:tw-backdrop-contrast-0{
    --tw-backdrop-contrast:contrast(0)
  }

  .md\:tw-backdrop-contrast-50{
    --tw-backdrop-contrast:contrast(.5)
  }

  .md\:tw-backdrop-contrast-75{
    --tw-backdrop-contrast:contrast(.75)
  }

  .md\:tw-backdrop-contrast-100{
    --tw-backdrop-contrast:contrast(1)
  }

  .md\:tw-backdrop-contrast-125{
    --tw-backdrop-contrast:contrast(1.25)
  }

  .md\:tw-backdrop-contrast-150{
    --tw-backdrop-contrast:contrast(1.5)
  }

  .md\:tw-backdrop-contrast-200{
    --tw-backdrop-contrast:contrast(2)
  }

  .md\:tw-backdrop-grayscale-0{
    --tw-backdrop-grayscale:grayscale(0)
  }

  .md\:tw-backdrop-grayscale{
    --tw-backdrop-grayscale:grayscale(100%)
  }

  .md\:tw-backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate:hue-rotate(0deg)
  }

  .md\:tw-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate:hue-rotate(15deg)
  }

  .md\:tw-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate:hue-rotate(30deg)
  }

  .md\:tw-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate:hue-rotate(60deg)
  }

  .md\:tw-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate:hue-rotate(90deg)
  }

  .md\:tw-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate:hue-rotate(180deg)
  }

  .md\:tw--backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate:hue-rotate(-180deg)
  }

  .md\:tw--backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate:hue-rotate(-90deg)
  }

  .md\:tw--backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate:hue-rotate(-60deg)
  }

  .md\:tw--backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate:hue-rotate(-30deg)
  }

  .md\:tw--backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate:hue-rotate(-15deg)
  }

  .md\:tw-backdrop-invert-0{
    --tw-backdrop-invert:invert(0)
  }

  .md\:tw-backdrop-invert{
    --tw-backdrop-invert:invert(100%)
  }

  .md\:tw-backdrop-opacity-0{
    --tw-backdrop-opacity:opacity(0)
  }

  .md\:tw-backdrop-opacity-5{
    --tw-backdrop-opacity:opacity(0.05)
  }

  .md\:tw-backdrop-opacity-10{
    --tw-backdrop-opacity:opacity(0.1)
  }

  .md\:tw-backdrop-opacity-20{
    --tw-backdrop-opacity:opacity(0.2)
  }

  .md\:tw-backdrop-opacity-25{
    --tw-backdrop-opacity:opacity(0.25)
  }

  .md\:tw-backdrop-opacity-30{
    --tw-backdrop-opacity:opacity(0.3)
  }

  .md\:tw-backdrop-opacity-40{
    --tw-backdrop-opacity:opacity(0.4)
  }

  .md\:tw-backdrop-opacity-50{
    --tw-backdrop-opacity:opacity(0.5)
  }

  .md\:tw-backdrop-opacity-60{
    --tw-backdrop-opacity:opacity(0.6)
  }

  .md\:tw-backdrop-opacity-70{
    --tw-backdrop-opacity:opacity(0.7)
  }

  .md\:tw-backdrop-opacity-75{
    --tw-backdrop-opacity:opacity(0.75)
  }

  .md\:tw-backdrop-opacity-80{
    --tw-backdrop-opacity:opacity(0.8)
  }

  .md\:tw-backdrop-opacity-90{
    --tw-backdrop-opacity:opacity(0.9)
  }

  .md\:tw-backdrop-opacity-95{
    --tw-backdrop-opacity:opacity(0.95)
  }

  .md\:tw-backdrop-opacity-100{
    --tw-backdrop-opacity:opacity(1)
  }

  .md\:tw-backdrop-saturate-0{
    --tw-backdrop-saturate:saturate(0)
  }

  .md\:tw-backdrop-saturate-50{
    --tw-backdrop-saturate:saturate(.5)
  }

  .md\:tw-backdrop-saturate-100{
    --tw-backdrop-saturate:saturate(1)
  }

  .md\:tw-backdrop-saturate-150{
    --tw-backdrop-saturate:saturate(1.5)
  }

  .md\:tw-backdrop-saturate-200{
    --tw-backdrop-saturate:saturate(2)
  }

  .md\:tw-backdrop-sepia-0{
    --tw-backdrop-sepia:sepia(0)
  }

  .md\:tw-backdrop-sepia{
    --tw-backdrop-sepia:sepia(100%)
  }

  .md\:tw-transition-none{
    transition-property:none
  }

  .md\:tw-transition-all{
    transition-property:all;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .md\:tw-transition{
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .md\:tw-transition-colors{
    transition-property:background-color, border-color, color, fill, stroke;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .md\:tw-transition-opacity{
    transition-property:opacity;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .md\:tw-transition-shadow{
    transition-property:box-shadow;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .md\:tw-transition-transform{
    transition-property:transform;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .md\:tw-delay-75{
    transition-delay:75ms
  }

  .md\:tw-delay-100{
    transition-delay:100ms
  }

  .md\:tw-delay-150{
    transition-delay:150ms
  }

  .md\:tw-delay-200{
    transition-delay:200ms
  }

  .md\:tw-delay-300{
    transition-delay:300ms
  }

  .md\:tw-delay-500{
    transition-delay:500ms
  }

  .md\:tw-delay-700{
    transition-delay:700ms
  }

  .md\:tw-delay-1000{
    transition-delay:1000ms
  }

  .md\:tw-duration-75{
    transition-duration:75ms
  }

  .md\:tw-duration-100{
    transition-duration:100ms
  }

  .md\:tw-duration-150{
    transition-duration:150ms
  }

  .md\:tw-duration-200{
    transition-duration:200ms
  }

  .md\:tw-duration-300{
    transition-duration:300ms
  }

  .md\:tw-duration-500{
    transition-duration:500ms
  }

  .md\:tw-duration-700{
    transition-duration:700ms
  }

  .md\:tw-duration-1000{
    transition-duration:1000ms
  }

  .md\:tw-ease-linear{
    transition-timing-function:linear
  }

  .md\:tw-ease-in{
    transition-timing-function:cubic-bezier(0.4, 0, 1, 1)
  }

  .md\:tw-ease-out{
    transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
  }

  .md\:tw-ease-in-out{
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
  }
}

@media (min-width: 1024px){
  .lg\:tw-container{
    width:100%
  }

  @media (min-width: 640px){
    .lg\:tw-container{
      max-width:640px
    }
  }

  @media (min-width: 768px){
    .lg\:tw-container{
      max-width:768px
    }
  }

  @media (min-width: 1024px){
    .lg\:tw-container{
      max-width:1024px
    }
  }

  @media (min-width: 1280px){
    .lg\:tw-container{
      max-width:1280px
    }
  }

  @media (min-width: 1536px){
    .lg\:tw-container{
      max-width:1536px
    }
  }

  .lg\:tw-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
  }

  .lg\:tw-not-sr-only{
    position:static;
    width:auto;
    height:auto;
    padding:0;
    margin:0;
    overflow:visible;
    clip:auto;
    white-space:normal
  }

  .lg\:focus-within\:tw-sr-only:focus-within{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    white-space:nowrap;
    border-width:0
  }

  .lg\:focus-within\:tw-not-sr-only:focus-within{
    position:static;
    width:auto;
    height:auto;
    padding:0;
    margin:0;
    overflow:visible;
    clip:auto;
    white-space:normal
  }

  .lg\:focus\:tw-sr-only:focus{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    white-space:nowrap;
    border-width:0
  }

  .lg\:focus\:tw-not-sr-only:focus{
    position:static;
    width:auto;
    height:auto;
    padding:0;
    margin:0;
    overflow:visible;
    clip:auto;
    white-space:normal
  }

  .lg\:tw-pointer-events-none{
    pointer-events:none
  }

  .lg\:tw-pointer-events-auto{
    pointer-events:auto
  }

  .lg\:tw-visible{
    visibility:visible
  }

  .lg\:tw-invisible{
    visibility:hidden
  }

  .lg\:tw-static{
    position:static
  }

  .lg\:tw-fixed{
    position:fixed
  }

  .lg\:tw-absolute{
    position:absolute
  }

  .lg\:tw-relative{
    position:relative
  }

  .lg\:tw-sticky{
    position:sticky
  }

  .lg\:tw-inset-0{
    top:0px;
    right:0px;
    bottom:0px;
    left:0px
  }

  .lg\:tw-inset-1{
    top:0.25rem;
    right:0.25rem;
    bottom:0.25rem;
    left:0.25rem
  }

  .lg\:tw-inset-2{
    top:0.5rem;
    right:0.5rem;
    bottom:0.5rem;
    left:0.5rem
  }

  .lg\:tw-inset-3{
    top:0.75rem;
    right:0.75rem;
    bottom:0.75rem;
    left:0.75rem
  }

  .lg\:tw-inset-4{
    top:1rem;
    right:1rem;
    bottom:1rem;
    left:1rem
  }

  .lg\:tw-inset-5{
    top:1.25rem;
    right:1.25rem;
    bottom:1.25rem;
    left:1.25rem
  }

  .lg\:tw-inset-6{
    top:1.5rem;
    right:1.5rem;
    bottom:1.5rem;
    left:1.5rem
  }

  .lg\:tw-inset-7{
    top:1.75rem;
    right:1.75rem;
    bottom:1.75rem;
    left:1.75rem
  }

  .lg\:tw-inset-8{
    top:2rem;
    right:2rem;
    bottom:2rem;
    left:2rem
  }

  .lg\:tw-inset-9{
    top:2.25rem;
    right:2.25rem;
    bottom:2.25rem;
    left:2.25rem
  }

  .lg\:tw-inset-10{
    top:2.5rem;
    right:2.5rem;
    bottom:2.5rem;
    left:2.5rem
  }

  .lg\:tw-inset-11{
    top:2.75rem;
    right:2.75rem;
    bottom:2.75rem;
    left:2.75rem
  }

  .lg\:tw-inset-12{
    top:3rem;
    right:3rem;
    bottom:3rem;
    left:3rem
  }

  .lg\:tw-inset-14{
    top:3.5rem;
    right:3.5rem;
    bottom:3.5rem;
    left:3.5rem
  }

  .lg\:tw-inset-16{
    top:4rem;
    right:4rem;
    bottom:4rem;
    left:4rem
  }

  .lg\:tw-inset-20{
    top:5rem;
    right:5rem;
    bottom:5rem;
    left:5rem
  }

  .lg\:tw-inset-24{
    top:6rem;
    right:6rem;
    bottom:6rem;
    left:6rem
  }

  .lg\:tw-inset-28{
    top:7rem;
    right:7rem;
    bottom:7rem;
    left:7rem
  }

  .lg\:tw-inset-32{
    top:8rem;
    right:8rem;
    bottom:8rem;
    left:8rem
  }

  .lg\:tw-inset-36{
    top:9rem;
    right:9rem;
    bottom:9rem;
    left:9rem
  }

  .lg\:tw-inset-40{
    top:10rem;
    right:10rem;
    bottom:10rem;
    left:10rem
  }

  .lg\:tw-inset-44{
    top:11rem;
    right:11rem;
    bottom:11rem;
    left:11rem
  }

  .lg\:tw-inset-48{
    top:12rem;
    right:12rem;
    bottom:12rem;
    left:12rem
  }

  .lg\:tw-inset-52{
    top:13rem;
    right:13rem;
    bottom:13rem;
    left:13rem
  }

  .lg\:tw-inset-56{
    top:14rem;
    right:14rem;
    bottom:14rem;
    left:14rem
  }

  .lg\:tw-inset-60{
    top:15rem;
    right:15rem;
    bottom:15rem;
    left:15rem
  }

  .lg\:tw-inset-64{
    top:16rem;
    right:16rem;
    bottom:16rem;
    left:16rem
  }

  .lg\:tw-inset-72{
    top:18rem;
    right:18rem;
    bottom:18rem;
    left:18rem
  }

  .lg\:tw-inset-80{
    top:20rem;
    right:20rem;
    bottom:20rem;
    left:20rem
  }

  .lg\:tw-inset-96{
    top:24rem;
    right:24rem;
    bottom:24rem;
    left:24rem
  }

  .lg\:tw-inset-auto{
    top:auto;
    right:auto;
    bottom:auto;
    left:auto
  }

  .lg\:tw-inset-px{
    top:1px;
    right:1px;
    bottom:1px;
    left:1px
  }

  .lg\:tw-inset-0\.5{
    top:0.125rem;
    right:0.125rem;
    bottom:0.125rem;
    left:0.125rem
  }

  .lg\:tw-inset-1\.5{
    top:0.375rem;
    right:0.375rem;
    bottom:0.375rem;
    left:0.375rem
  }

  .lg\:tw-inset-2\.5{
    top:0.625rem;
    right:0.625rem;
    bottom:0.625rem;
    left:0.625rem
  }

  .lg\:tw-inset-3\.5{
    top:0.875rem;
    right:0.875rem;
    bottom:0.875rem;
    left:0.875rem
  }

  .lg\:tw--inset-0{
    top:0px;
    right:0px;
    bottom:0px;
    left:0px
  }

  .lg\:tw--inset-1{
    top:-0.25rem;
    right:-0.25rem;
    bottom:-0.25rem;
    left:-0.25rem
  }

  .lg\:tw--inset-2{
    top:-0.5rem;
    right:-0.5rem;
    bottom:-0.5rem;
    left:-0.5rem
  }

  .lg\:tw--inset-3{
    top:-0.75rem;
    right:-0.75rem;
    bottom:-0.75rem;
    left:-0.75rem
  }

  .lg\:tw--inset-4{
    top:-1rem;
    right:-1rem;
    bottom:-1rem;
    left:-1rem
  }

  .lg\:tw--inset-5{
    top:-1.25rem;
    right:-1.25rem;
    bottom:-1.25rem;
    left:-1.25rem
  }

  .lg\:tw--inset-6{
    top:-1.5rem;
    right:-1.5rem;
    bottom:-1.5rem;
    left:-1.5rem
  }

  .lg\:tw--inset-7{
    top:-1.75rem;
    right:-1.75rem;
    bottom:-1.75rem;
    left:-1.75rem
  }

  .lg\:tw--inset-8{
    top:-2rem;
    right:-2rem;
    bottom:-2rem;
    left:-2rem
  }

  .lg\:tw--inset-9{
    top:-2.25rem;
    right:-2.25rem;
    bottom:-2.25rem;
    left:-2.25rem
  }

  .lg\:tw--inset-10{
    top:-2.5rem;
    right:-2.5rem;
    bottom:-2.5rem;
    left:-2.5rem
  }

  .lg\:tw--inset-11{
    top:-2.75rem;
    right:-2.75rem;
    bottom:-2.75rem;
    left:-2.75rem
  }

  .lg\:tw--inset-12{
    top:-3rem;
    right:-3rem;
    bottom:-3rem;
    left:-3rem
  }

  .lg\:tw--inset-14{
    top:-3.5rem;
    right:-3.5rem;
    bottom:-3.5rem;
    left:-3.5rem
  }

  .lg\:tw--inset-16{
    top:-4rem;
    right:-4rem;
    bottom:-4rem;
    left:-4rem
  }

  .lg\:tw--inset-20{
    top:-5rem;
    right:-5rem;
    bottom:-5rem;
    left:-5rem
  }

  .lg\:tw--inset-24{
    top:-6rem;
    right:-6rem;
    bottom:-6rem;
    left:-6rem
  }

  .lg\:tw--inset-28{
    top:-7rem;
    right:-7rem;
    bottom:-7rem;
    left:-7rem
  }

  .lg\:tw--inset-32{
    top:-8rem;
    right:-8rem;
    bottom:-8rem;
    left:-8rem
  }

  .lg\:tw--inset-36{
    top:-9rem;
    right:-9rem;
    bottom:-9rem;
    left:-9rem
  }

  .lg\:tw--inset-40{
    top:-10rem;
    right:-10rem;
    bottom:-10rem;
    left:-10rem
  }

  .lg\:tw--inset-44{
    top:-11rem;
    right:-11rem;
    bottom:-11rem;
    left:-11rem
  }

  .lg\:tw--inset-48{
    top:-12rem;
    right:-12rem;
    bottom:-12rem;
    left:-12rem
  }

  .lg\:tw--inset-52{
    top:-13rem;
    right:-13rem;
    bottom:-13rem;
    left:-13rem
  }

  .lg\:tw--inset-56{
    top:-14rem;
    right:-14rem;
    bottom:-14rem;
    left:-14rem
  }

  .lg\:tw--inset-60{
    top:-15rem;
    right:-15rem;
    bottom:-15rem;
    left:-15rem
  }

  .lg\:tw--inset-64{
    top:-16rem;
    right:-16rem;
    bottom:-16rem;
    left:-16rem
  }

  .lg\:tw--inset-72{
    top:-18rem;
    right:-18rem;
    bottom:-18rem;
    left:-18rem
  }

  .lg\:tw--inset-80{
    top:-20rem;
    right:-20rem;
    bottom:-20rem;
    left:-20rem
  }

  .lg\:tw--inset-96{
    top:-24rem;
    right:-24rem;
    bottom:-24rem;
    left:-24rem
  }

  .lg\:tw--inset-px{
    top:-1px;
    right:-1px;
    bottom:-1px;
    left:-1px
  }

  .lg\:tw--inset-0\.5{
    top:-0.125rem;
    right:-0.125rem;
    bottom:-0.125rem;
    left:-0.125rem
  }

  .lg\:tw--inset-1\.5{
    top:-0.375rem;
    right:-0.375rem;
    bottom:-0.375rem;
    left:-0.375rem
  }

  .lg\:tw--inset-2\.5{
    top:-0.625rem;
    right:-0.625rem;
    bottom:-0.625rem;
    left:-0.625rem
  }

  .lg\:tw--inset-3\.5{
    top:-0.875rem;
    right:-0.875rem;
    bottom:-0.875rem;
    left:-0.875rem
  }

  .lg\:tw-inset-1\/2{
    top:50%;
    right:50%;
    bottom:50%;
    left:50%
  }

  .lg\:tw-inset-1\/3{
    top:33.333333%;
    right:33.333333%;
    bottom:33.333333%;
    left:33.333333%
  }

  .lg\:tw-inset-2\/3{
    top:66.666667%;
    right:66.666667%;
    bottom:66.666667%;
    left:66.666667%
  }

  .lg\:tw-inset-1\/4{
    top:25%;
    right:25%;
    bottom:25%;
    left:25%
  }

  .lg\:tw-inset-2\/4{
    top:50%;
    right:50%;
    bottom:50%;
    left:50%
  }

  .lg\:tw-inset-3\/4{
    top:75%;
    right:75%;
    bottom:75%;
    left:75%
  }

  .lg\:tw-inset-full{
    top:100%;
    right:100%;
    bottom:100%;
    left:100%
  }

  .lg\:tw--inset-1\/2{
    top:-50%;
    right:-50%;
    bottom:-50%;
    left:-50%
  }

  .lg\:tw--inset-1\/3{
    top:-33.333333%;
    right:-33.333333%;
    bottom:-33.333333%;
    left:-33.333333%
  }

  .lg\:tw--inset-2\/3{
    top:-66.666667%;
    right:-66.666667%;
    bottom:-66.666667%;
    left:-66.666667%
  }

  .lg\:tw--inset-1\/4{
    top:-25%;
    right:-25%;
    bottom:-25%;
    left:-25%
  }

  .lg\:tw--inset-2\/4{
    top:-50%;
    right:-50%;
    bottom:-50%;
    left:-50%
  }

  .lg\:tw--inset-3\/4{
    top:-75%;
    right:-75%;
    bottom:-75%;
    left:-75%
  }

  .lg\:tw--inset-full{
    top:-100%;
    right:-100%;
    bottom:-100%;
    left:-100%
  }

  .lg\:tw-inset-x-0{
    left:0px;
    right:0px
  }

  .lg\:tw-inset-x-1{
    left:0.25rem;
    right:0.25rem
  }

  .lg\:tw-inset-x-2{
    left:0.5rem;
    right:0.5rem
  }

  .lg\:tw-inset-x-3{
    left:0.75rem;
    right:0.75rem
  }

  .lg\:tw-inset-x-4{
    left:1rem;
    right:1rem
  }

  .lg\:tw-inset-x-5{
    left:1.25rem;
    right:1.25rem
  }

  .lg\:tw-inset-x-6{
    left:1.5rem;
    right:1.5rem
  }

  .lg\:tw-inset-x-7{
    left:1.75rem;
    right:1.75rem
  }

  .lg\:tw-inset-x-8{
    left:2rem;
    right:2rem
  }

  .lg\:tw-inset-x-9{
    left:2.25rem;
    right:2.25rem
  }

  .lg\:tw-inset-x-10{
    left:2.5rem;
    right:2.5rem
  }

  .lg\:tw-inset-x-11{
    left:2.75rem;
    right:2.75rem
  }

  .lg\:tw-inset-x-12{
    left:3rem;
    right:3rem
  }

  .lg\:tw-inset-x-14{
    left:3.5rem;
    right:3.5rem
  }

  .lg\:tw-inset-x-16{
    left:4rem;
    right:4rem
  }

  .lg\:tw-inset-x-20{
    left:5rem;
    right:5rem
  }

  .lg\:tw-inset-x-24{
    left:6rem;
    right:6rem
  }

  .lg\:tw-inset-x-28{
    left:7rem;
    right:7rem
  }

  .lg\:tw-inset-x-32{
    left:8rem;
    right:8rem
  }

  .lg\:tw-inset-x-36{
    left:9rem;
    right:9rem
  }

  .lg\:tw-inset-x-40{
    left:10rem;
    right:10rem
  }

  .lg\:tw-inset-x-44{
    left:11rem;
    right:11rem
  }

  .lg\:tw-inset-x-48{
    left:12rem;
    right:12rem
  }

  .lg\:tw-inset-x-52{
    left:13rem;
    right:13rem
  }

  .lg\:tw-inset-x-56{
    left:14rem;
    right:14rem
  }

  .lg\:tw-inset-x-60{
    left:15rem;
    right:15rem
  }

  .lg\:tw-inset-x-64{
    left:16rem;
    right:16rem
  }

  .lg\:tw-inset-x-72{
    left:18rem;
    right:18rem
  }

  .lg\:tw-inset-x-80{
    left:20rem;
    right:20rem
  }

  .lg\:tw-inset-x-96{
    left:24rem;
    right:24rem
  }

  .lg\:tw-inset-x-auto{
    left:auto;
    right:auto
  }

  .lg\:tw-inset-x-px{
    left:1px;
    right:1px
  }

  .lg\:tw-inset-x-0\.5{
    left:0.125rem;
    right:0.125rem
  }

  .lg\:tw-inset-x-1\.5{
    left:0.375rem;
    right:0.375rem
  }

  .lg\:tw-inset-x-2\.5{
    left:0.625rem;
    right:0.625rem
  }

  .lg\:tw-inset-x-3\.5{
    left:0.875rem;
    right:0.875rem
  }

  .lg\:tw--inset-x-0{
    left:0px;
    right:0px
  }

  .lg\:tw--inset-x-1{
    left:-0.25rem;
    right:-0.25rem
  }

  .lg\:tw--inset-x-2{
    left:-0.5rem;
    right:-0.5rem
  }

  .lg\:tw--inset-x-3{
    left:-0.75rem;
    right:-0.75rem
  }

  .lg\:tw--inset-x-4{
    left:-1rem;
    right:-1rem
  }

  .lg\:tw--inset-x-5{
    left:-1.25rem;
    right:-1.25rem
  }

  .lg\:tw--inset-x-6{
    left:-1.5rem;
    right:-1.5rem
  }

  .lg\:tw--inset-x-7{
    left:-1.75rem;
    right:-1.75rem
  }

  .lg\:tw--inset-x-8{
    left:-2rem;
    right:-2rem
  }

  .lg\:tw--inset-x-9{
    left:-2.25rem;
    right:-2.25rem
  }

  .lg\:tw--inset-x-10{
    left:-2.5rem;
    right:-2.5rem
  }

  .lg\:tw--inset-x-11{
    left:-2.75rem;
    right:-2.75rem
  }

  .lg\:tw--inset-x-12{
    left:-3rem;
    right:-3rem
  }

  .lg\:tw--inset-x-14{
    left:-3.5rem;
    right:-3.5rem
  }

  .lg\:tw--inset-x-16{
    left:-4rem;
    right:-4rem
  }

  .lg\:tw--inset-x-20{
    left:-5rem;
    right:-5rem
  }

  .lg\:tw--inset-x-24{
    left:-6rem;
    right:-6rem
  }

  .lg\:tw--inset-x-28{
    left:-7rem;
    right:-7rem
  }

  .lg\:tw--inset-x-32{
    left:-8rem;
    right:-8rem
  }

  .lg\:tw--inset-x-36{
    left:-9rem;
    right:-9rem
  }

  .lg\:tw--inset-x-40{
    left:-10rem;
    right:-10rem
  }

  .lg\:tw--inset-x-44{
    left:-11rem;
    right:-11rem
  }

  .lg\:tw--inset-x-48{
    left:-12rem;
    right:-12rem
  }

  .lg\:tw--inset-x-52{
    left:-13rem;
    right:-13rem
  }

  .lg\:tw--inset-x-56{
    left:-14rem;
    right:-14rem
  }

  .lg\:tw--inset-x-60{
    left:-15rem;
    right:-15rem
  }

  .lg\:tw--inset-x-64{
    left:-16rem;
    right:-16rem
  }

  .lg\:tw--inset-x-72{
    left:-18rem;
    right:-18rem
  }

  .lg\:tw--inset-x-80{
    left:-20rem;
    right:-20rem
  }

  .lg\:tw--inset-x-96{
    left:-24rem;
    right:-24rem
  }

  .lg\:tw--inset-x-px{
    left:-1px;
    right:-1px
  }

  .lg\:tw--inset-x-0\.5{
    left:-0.125rem;
    right:-0.125rem
  }

  .lg\:tw--inset-x-1\.5{
    left:-0.375rem;
    right:-0.375rem
  }

  .lg\:tw--inset-x-2\.5{
    left:-0.625rem;
    right:-0.625rem
  }

  .lg\:tw--inset-x-3\.5{
    left:-0.875rem;
    right:-0.875rem
  }

  .lg\:tw-inset-x-1\/2{
    left:50%;
    right:50%
  }

  .lg\:tw-inset-x-1\/3{
    left:33.333333%;
    right:33.333333%
  }

  .lg\:tw-inset-x-2\/3{
    left:66.666667%;
    right:66.666667%
  }

  .lg\:tw-inset-x-1\/4{
    left:25%;
    right:25%
  }

  .lg\:tw-inset-x-2\/4{
    left:50%;
    right:50%
  }

  .lg\:tw-inset-x-3\/4{
    left:75%;
    right:75%
  }

  .lg\:tw-inset-x-full{
    left:100%;
    right:100%
  }

  .lg\:tw--inset-x-1\/2{
    left:-50%;
    right:-50%
  }

  .lg\:tw--inset-x-1\/3{
    left:-33.333333%;
    right:-33.333333%
  }

  .lg\:tw--inset-x-2\/3{
    left:-66.666667%;
    right:-66.666667%
  }

  .lg\:tw--inset-x-1\/4{
    left:-25%;
    right:-25%
  }

  .lg\:tw--inset-x-2\/4{
    left:-50%;
    right:-50%
  }

  .lg\:tw--inset-x-3\/4{
    left:-75%;
    right:-75%
  }

  .lg\:tw--inset-x-full{
    left:-100%;
    right:-100%
  }

  .lg\:tw-inset-y-0{
    top:0px;
    bottom:0px
  }

  .lg\:tw-inset-y-1{
    top:0.25rem;
    bottom:0.25rem
  }

  .lg\:tw-inset-y-2{
    top:0.5rem;
    bottom:0.5rem
  }

  .lg\:tw-inset-y-3{
    top:0.75rem;
    bottom:0.75rem
  }

  .lg\:tw-inset-y-4{
    top:1rem;
    bottom:1rem
  }

  .lg\:tw-inset-y-5{
    top:1.25rem;
    bottom:1.25rem
  }

  .lg\:tw-inset-y-6{
    top:1.5rem;
    bottom:1.5rem
  }

  .lg\:tw-inset-y-7{
    top:1.75rem;
    bottom:1.75rem
  }

  .lg\:tw-inset-y-8{
    top:2rem;
    bottom:2rem
  }

  .lg\:tw-inset-y-9{
    top:2.25rem;
    bottom:2.25rem
  }

  .lg\:tw-inset-y-10{
    top:2.5rem;
    bottom:2.5rem
  }

  .lg\:tw-inset-y-11{
    top:2.75rem;
    bottom:2.75rem
  }

  .lg\:tw-inset-y-12{
    top:3rem;
    bottom:3rem
  }

  .lg\:tw-inset-y-14{
    top:3.5rem;
    bottom:3.5rem
  }

  .lg\:tw-inset-y-16{
    top:4rem;
    bottom:4rem
  }

  .lg\:tw-inset-y-20{
    top:5rem;
    bottom:5rem
  }

  .lg\:tw-inset-y-24{
    top:6rem;
    bottom:6rem
  }

  .lg\:tw-inset-y-28{
    top:7rem;
    bottom:7rem
  }

  .lg\:tw-inset-y-32{
    top:8rem;
    bottom:8rem
  }

  .lg\:tw-inset-y-36{
    top:9rem;
    bottom:9rem
  }

  .lg\:tw-inset-y-40{
    top:10rem;
    bottom:10rem
  }

  .lg\:tw-inset-y-44{
    top:11rem;
    bottom:11rem
  }

  .lg\:tw-inset-y-48{
    top:12rem;
    bottom:12rem
  }

  .lg\:tw-inset-y-52{
    top:13rem;
    bottom:13rem
  }

  .lg\:tw-inset-y-56{
    top:14rem;
    bottom:14rem
  }

  .lg\:tw-inset-y-60{
    top:15rem;
    bottom:15rem
  }

  .lg\:tw-inset-y-64{
    top:16rem;
    bottom:16rem
  }

  .lg\:tw-inset-y-72{
    top:18rem;
    bottom:18rem
  }

  .lg\:tw-inset-y-80{
    top:20rem;
    bottom:20rem
  }

  .lg\:tw-inset-y-96{
    top:24rem;
    bottom:24rem
  }

  .lg\:tw-inset-y-auto{
    top:auto;
    bottom:auto
  }

  .lg\:tw-inset-y-px{
    top:1px;
    bottom:1px
  }

  .lg\:tw-inset-y-0\.5{
    top:0.125rem;
    bottom:0.125rem
  }

  .lg\:tw-inset-y-1\.5{
    top:0.375rem;
    bottom:0.375rem
  }

  .lg\:tw-inset-y-2\.5{
    top:0.625rem;
    bottom:0.625rem
  }

  .lg\:tw-inset-y-3\.5{
    top:0.875rem;
    bottom:0.875rem
  }

  .lg\:tw--inset-y-0{
    top:0px;
    bottom:0px
  }

  .lg\:tw--inset-y-1{
    top:-0.25rem;
    bottom:-0.25rem
  }

  .lg\:tw--inset-y-2{
    top:-0.5rem;
    bottom:-0.5rem
  }

  .lg\:tw--inset-y-3{
    top:-0.75rem;
    bottom:-0.75rem
  }

  .lg\:tw--inset-y-4{
    top:-1rem;
    bottom:-1rem
  }

  .lg\:tw--inset-y-5{
    top:-1.25rem;
    bottom:-1.25rem
  }

  .lg\:tw--inset-y-6{
    top:-1.5rem;
    bottom:-1.5rem
  }

  .lg\:tw--inset-y-7{
    top:-1.75rem;
    bottom:-1.75rem
  }

  .lg\:tw--inset-y-8{
    top:-2rem;
    bottom:-2rem
  }

  .lg\:tw--inset-y-9{
    top:-2.25rem;
    bottom:-2.25rem
  }

  .lg\:tw--inset-y-10{
    top:-2.5rem;
    bottom:-2.5rem
  }

  .lg\:tw--inset-y-11{
    top:-2.75rem;
    bottom:-2.75rem
  }

  .lg\:tw--inset-y-12{
    top:-3rem;
    bottom:-3rem
  }

  .lg\:tw--inset-y-14{
    top:-3.5rem;
    bottom:-3.5rem
  }

  .lg\:tw--inset-y-16{
    top:-4rem;
    bottom:-4rem
  }

  .lg\:tw--inset-y-20{
    top:-5rem;
    bottom:-5rem
  }

  .lg\:tw--inset-y-24{
    top:-6rem;
    bottom:-6rem
  }

  .lg\:tw--inset-y-28{
    top:-7rem;
    bottom:-7rem
  }

  .lg\:tw--inset-y-32{
    top:-8rem;
    bottom:-8rem
  }

  .lg\:tw--inset-y-36{
    top:-9rem;
    bottom:-9rem
  }

  .lg\:tw--inset-y-40{
    top:-10rem;
    bottom:-10rem
  }

  .lg\:tw--inset-y-44{
    top:-11rem;
    bottom:-11rem
  }

  .lg\:tw--inset-y-48{
    top:-12rem;
    bottom:-12rem
  }

  .lg\:tw--inset-y-52{
    top:-13rem;
    bottom:-13rem
  }

  .lg\:tw--inset-y-56{
    top:-14rem;
    bottom:-14rem
  }

  .lg\:tw--inset-y-60{
    top:-15rem;
    bottom:-15rem
  }

  .lg\:tw--inset-y-64{
    top:-16rem;
    bottom:-16rem
  }

  .lg\:tw--inset-y-72{
    top:-18rem;
    bottom:-18rem
  }

  .lg\:tw--inset-y-80{
    top:-20rem;
    bottom:-20rem
  }

  .lg\:tw--inset-y-96{
    top:-24rem;
    bottom:-24rem
  }

  .lg\:tw--inset-y-px{
    top:-1px;
    bottom:-1px
  }

  .lg\:tw--inset-y-0\.5{
    top:-0.125rem;
    bottom:-0.125rem
  }

  .lg\:tw--inset-y-1\.5{
    top:-0.375rem;
    bottom:-0.375rem
  }

  .lg\:tw--inset-y-2\.5{
    top:-0.625rem;
    bottom:-0.625rem
  }

  .lg\:tw--inset-y-3\.5{
    top:-0.875rem;
    bottom:-0.875rem
  }

  .lg\:tw-inset-y-1\/2{
    top:50%;
    bottom:50%
  }

  .lg\:tw-inset-y-1\/3{
    top:33.333333%;
    bottom:33.333333%
  }

  .lg\:tw-inset-y-2\/3{
    top:66.666667%;
    bottom:66.666667%
  }

  .lg\:tw-inset-y-1\/4{
    top:25%;
    bottom:25%
  }

  .lg\:tw-inset-y-2\/4{
    top:50%;
    bottom:50%
  }

  .lg\:tw-inset-y-3\/4{
    top:75%;
    bottom:75%
  }

  .lg\:tw-inset-y-full{
    top:100%;
    bottom:100%
  }

  .lg\:tw--inset-y-1\/2{
    top:-50%;
    bottom:-50%
  }

  .lg\:tw--inset-y-1\/3{
    top:-33.333333%;
    bottom:-33.333333%
  }

  .lg\:tw--inset-y-2\/3{
    top:-66.666667%;
    bottom:-66.666667%
  }

  .lg\:tw--inset-y-1\/4{
    top:-25%;
    bottom:-25%
  }

  .lg\:tw--inset-y-2\/4{
    top:-50%;
    bottom:-50%
  }

  .lg\:tw--inset-y-3\/4{
    top:-75%;
    bottom:-75%
  }

  .lg\:tw--inset-y-full{
    top:-100%;
    bottom:-100%
  }

  .lg\:tw-top-0{
    top:0px
  }

  .lg\:tw-top-1{
    top:0.25rem
  }

  .lg\:tw-top-2{
    top:0.5rem
  }

  .lg\:tw-top-3{
    top:0.75rem
  }

  .lg\:tw-top-4{
    top:1rem
  }

  .lg\:tw-top-5{
    top:1.25rem
  }

  .lg\:tw-top-6{
    top:1.5rem
  }

  .lg\:tw-top-7{
    top:1.75rem
  }

  .lg\:tw-top-8{
    top:2rem
  }

  .lg\:tw-top-9{
    top:2.25rem
  }

  .lg\:tw-top-10{
    top:2.5rem
  }

  .lg\:tw-top-11{
    top:2.75rem
  }

  .lg\:tw-top-12{
    top:3rem
  }

  .lg\:tw-top-14{
    top:3.5rem
  }

  .lg\:tw-top-16{
    top:4rem
  }

  .lg\:tw-top-20{
    top:5rem
  }

  .lg\:tw-top-24{
    top:6rem
  }

  .lg\:tw-top-28{
    top:7rem
  }

  .lg\:tw-top-32{
    top:8rem
  }

  .lg\:tw-top-36{
    top:9rem
  }

  .lg\:tw-top-40{
    top:10rem
  }

  .lg\:tw-top-44{
    top:11rem
  }

  .lg\:tw-top-48{
    top:12rem
  }

  .lg\:tw-top-52{
    top:13rem
  }

  .lg\:tw-top-56{
    top:14rem
  }

  .lg\:tw-top-60{
    top:15rem
  }

  .lg\:tw-top-64{
    top:16rem
  }

  .lg\:tw-top-72{
    top:18rem
  }

  .lg\:tw-top-80{
    top:20rem
  }

  .lg\:tw-top-96{
    top:24rem
  }

  .lg\:tw-top-auto{
    top:auto
  }

  .lg\:tw-top-px{
    top:1px
  }

  .lg\:tw-top-0\.5{
    top:0.125rem
  }

  .lg\:tw-top-1\.5{
    top:0.375rem
  }

  .lg\:tw-top-2\.5{
    top:0.625rem
  }

  .lg\:tw-top-3\.5{
    top:0.875rem
  }

  .lg\:tw--top-0{
    top:0px
  }

  .lg\:tw--top-1{
    top:-0.25rem
  }

  .lg\:tw--top-2{
    top:-0.5rem
  }

  .lg\:tw--top-3{
    top:-0.75rem
  }

  .lg\:tw--top-4{
    top:-1rem
  }

  .lg\:tw--top-5{
    top:-1.25rem
  }

  .lg\:tw--top-6{
    top:-1.5rem
  }

  .lg\:tw--top-7{
    top:-1.75rem
  }

  .lg\:tw--top-8{
    top:-2rem
  }

  .lg\:tw--top-9{
    top:-2.25rem
  }

  .lg\:tw--top-10{
    top:-2.5rem
  }

  .lg\:tw--top-11{
    top:-2.75rem
  }

  .lg\:tw--top-12{
    top:-3rem
  }

  .lg\:tw--top-14{
    top:-3.5rem
  }

  .lg\:tw--top-16{
    top:-4rem
  }

  .lg\:tw--top-20{
    top:-5rem
  }

  .lg\:tw--top-24{
    top:-6rem
  }

  .lg\:tw--top-28{
    top:-7rem
  }

  .lg\:tw--top-32{
    top:-8rem
  }

  .lg\:tw--top-36{
    top:-9rem
  }

  .lg\:tw--top-40{
    top:-10rem
  }

  .lg\:tw--top-44{
    top:-11rem
  }

  .lg\:tw--top-48{
    top:-12rem
  }

  .lg\:tw--top-52{
    top:-13rem
  }

  .lg\:tw--top-56{
    top:-14rem
  }

  .lg\:tw--top-60{
    top:-15rem
  }

  .lg\:tw--top-64{
    top:-16rem
  }

  .lg\:tw--top-72{
    top:-18rem
  }

  .lg\:tw--top-80{
    top:-20rem
  }

  .lg\:tw--top-96{
    top:-24rem
  }

  .lg\:tw--top-px{
    top:-1px
  }

  .lg\:tw--top-0\.5{
    top:-0.125rem
  }

  .lg\:tw--top-1\.5{
    top:-0.375rem
  }

  .lg\:tw--top-2\.5{
    top:-0.625rem
  }

  .lg\:tw--top-3\.5{
    top:-0.875rem
  }

  .lg\:tw-top-1\/2{
    top:50%
  }

  .lg\:tw-top-1\/3{
    top:33.333333%
  }

  .lg\:tw-top-2\/3{
    top:66.666667%
  }

  .lg\:tw-top-1\/4{
    top:25%
  }

  .lg\:tw-top-2\/4{
    top:50%
  }

  .lg\:tw-top-3\/4{
    top:75%
  }

  .lg\:tw-top-full{
    top:100%
  }

  .lg\:tw--top-1\/2{
    top:-50%
  }

  .lg\:tw--top-1\/3{
    top:-33.333333%
  }

  .lg\:tw--top-2\/3{
    top:-66.666667%
  }

  .lg\:tw--top-1\/4{
    top:-25%
  }

  .lg\:tw--top-2\/4{
    top:-50%
  }

  .lg\:tw--top-3\/4{
    top:-75%
  }

  .lg\:tw--top-full{
    top:-100%
  }

  .lg\:tw-right-0{
    right:0px
  }

  .lg\:tw-right-1{
    right:0.25rem
  }

  .lg\:tw-right-2{
    right:0.5rem
  }

  .lg\:tw-right-3{
    right:0.75rem
  }

  .lg\:tw-right-4{
    right:1rem
  }

  .lg\:tw-right-5{
    right:1.25rem
  }

  .lg\:tw-right-6{
    right:1.5rem
  }

  .lg\:tw-right-7{
    right:1.75rem
  }

  .lg\:tw-right-8{
    right:2rem
  }

  .lg\:tw-right-9{
    right:2.25rem
  }

  .lg\:tw-right-10{
    right:2.5rem
  }

  .lg\:tw-right-11{
    right:2.75rem
  }

  .lg\:tw-right-12{
    right:3rem
  }

  .lg\:tw-right-14{
    right:3.5rem
  }

  .lg\:tw-right-16{
    right:4rem
  }

  .lg\:tw-right-20{
    right:5rem
  }

  .lg\:tw-right-24{
    right:6rem
  }

  .lg\:tw-right-28{
    right:7rem
  }

  .lg\:tw-right-32{
    right:8rem
  }

  .lg\:tw-right-36{
    right:9rem
  }

  .lg\:tw-right-40{
    right:10rem
  }

  .lg\:tw-right-44{
    right:11rem
  }

  .lg\:tw-right-48{
    right:12rem
  }

  .lg\:tw-right-52{
    right:13rem
  }

  .lg\:tw-right-56{
    right:14rem
  }

  .lg\:tw-right-60{
    right:15rem
  }

  .lg\:tw-right-64{
    right:16rem
  }

  .lg\:tw-right-72{
    right:18rem
  }

  .lg\:tw-right-80{
    right:20rem
  }

  .lg\:tw-right-96{
    right:24rem
  }

  .lg\:tw-right-auto{
    right:auto
  }

  .lg\:tw-right-px{
    right:1px
  }

  .lg\:tw-right-0\.5{
    right:0.125rem
  }

  .lg\:tw-right-1\.5{
    right:0.375rem
  }

  .lg\:tw-right-2\.5{
    right:0.625rem
  }

  .lg\:tw-right-3\.5{
    right:0.875rem
  }

  .lg\:tw--right-0{
    right:0px
  }

  .lg\:tw--right-1{
    right:-0.25rem
  }

  .lg\:tw--right-2{
    right:-0.5rem
  }

  .lg\:tw--right-3{
    right:-0.75rem
  }

  .lg\:tw--right-4{
    right:-1rem
  }

  .lg\:tw--right-5{
    right:-1.25rem
  }

  .lg\:tw--right-6{
    right:-1.5rem
  }

  .lg\:tw--right-7{
    right:-1.75rem
  }

  .lg\:tw--right-8{
    right:-2rem
  }

  .lg\:tw--right-9{
    right:-2.25rem
  }

  .lg\:tw--right-10{
    right:-2.5rem
  }

  .lg\:tw--right-11{
    right:-2.75rem
  }

  .lg\:tw--right-12{
    right:-3rem
  }

  .lg\:tw--right-14{
    right:-3.5rem
  }

  .lg\:tw--right-16{
    right:-4rem
  }

  .lg\:tw--right-20{
    right:-5rem
  }

  .lg\:tw--right-24{
    right:-6rem
  }

  .lg\:tw--right-28{
    right:-7rem
  }

  .lg\:tw--right-32{
    right:-8rem
  }

  .lg\:tw--right-36{
    right:-9rem
  }

  .lg\:tw--right-40{
    right:-10rem
  }

  .lg\:tw--right-44{
    right:-11rem
  }

  .lg\:tw--right-48{
    right:-12rem
  }

  .lg\:tw--right-52{
    right:-13rem
  }

  .lg\:tw--right-56{
    right:-14rem
  }

  .lg\:tw--right-60{
    right:-15rem
  }

  .lg\:tw--right-64{
    right:-16rem
  }

  .lg\:tw--right-72{
    right:-18rem
  }

  .lg\:tw--right-80{
    right:-20rem
  }

  .lg\:tw--right-96{
    right:-24rem
  }

  .lg\:tw--right-px{
    right:-1px
  }

  .lg\:tw--right-0\.5{
    right:-0.125rem
  }

  .lg\:tw--right-1\.5{
    right:-0.375rem
  }

  .lg\:tw--right-2\.5{
    right:-0.625rem
  }

  .lg\:tw--right-3\.5{
    right:-0.875rem
  }

  .lg\:tw-right-1\/2{
    right:50%
  }

  .lg\:tw-right-1\/3{
    right:33.333333%
  }

  .lg\:tw-right-2\/3{
    right:66.666667%
  }

  .lg\:tw-right-1\/4{
    right:25%
  }

  .lg\:tw-right-2\/4{
    right:50%
  }

  .lg\:tw-right-3\/4{
    right:75%
  }

  .lg\:tw-right-full{
    right:100%
  }

  .lg\:tw--right-1\/2{
    right:-50%
  }

  .lg\:tw--right-1\/3{
    right:-33.333333%
  }

  .lg\:tw--right-2\/3{
    right:-66.666667%
  }

  .lg\:tw--right-1\/4{
    right:-25%
  }

  .lg\:tw--right-2\/4{
    right:-50%
  }

  .lg\:tw--right-3\/4{
    right:-75%
  }

  .lg\:tw--right-full{
    right:-100%
  }

  .lg\:tw-bottom-0{
    bottom:0px
  }

  .lg\:tw-bottom-1{
    bottom:0.25rem
  }

  .lg\:tw-bottom-2{
    bottom:0.5rem
  }

  .lg\:tw-bottom-3{
    bottom:0.75rem
  }

  .lg\:tw-bottom-4{
    bottom:1rem
  }

  .lg\:tw-bottom-5{
    bottom:1.25rem
  }

  .lg\:tw-bottom-6{
    bottom:1.5rem
  }

  .lg\:tw-bottom-7{
    bottom:1.75rem
  }

  .lg\:tw-bottom-8{
    bottom:2rem
  }

  .lg\:tw-bottom-9{
    bottom:2.25rem
  }

  .lg\:tw-bottom-10{
    bottom:2.5rem
  }

  .lg\:tw-bottom-11{
    bottom:2.75rem
  }

  .lg\:tw-bottom-12{
    bottom:3rem
  }

  .lg\:tw-bottom-14{
    bottom:3.5rem
  }

  .lg\:tw-bottom-16{
    bottom:4rem
  }

  .lg\:tw-bottom-20{
    bottom:5rem
  }

  .lg\:tw-bottom-24{
    bottom:6rem
  }

  .lg\:tw-bottom-28{
    bottom:7rem
  }

  .lg\:tw-bottom-32{
    bottom:8rem
  }

  .lg\:tw-bottom-36{
    bottom:9rem
  }

  .lg\:tw-bottom-40{
    bottom:10rem
  }

  .lg\:tw-bottom-44{
    bottom:11rem
  }

  .lg\:tw-bottom-48{
    bottom:12rem
  }

  .lg\:tw-bottom-52{
    bottom:13rem
  }

  .lg\:tw-bottom-56{
    bottom:14rem
  }

  .lg\:tw-bottom-60{
    bottom:15rem
  }

  .lg\:tw-bottom-64{
    bottom:16rem
  }

  .lg\:tw-bottom-72{
    bottom:18rem
  }

  .lg\:tw-bottom-80{
    bottom:20rem
  }

  .lg\:tw-bottom-96{
    bottom:24rem
  }

  .lg\:tw-bottom-auto{
    bottom:auto
  }

  .lg\:tw-bottom-px{
    bottom:1px
  }

  .lg\:tw-bottom-0\.5{
    bottom:0.125rem
  }

  .lg\:tw-bottom-1\.5{
    bottom:0.375rem
  }

  .lg\:tw-bottom-2\.5{
    bottom:0.625rem
  }

  .lg\:tw-bottom-3\.5{
    bottom:0.875rem
  }

  .lg\:tw--bottom-0{
    bottom:0px
  }

  .lg\:tw--bottom-1{
    bottom:-0.25rem
  }

  .lg\:tw--bottom-2{
    bottom:-0.5rem
  }

  .lg\:tw--bottom-3{
    bottom:-0.75rem
  }

  .lg\:tw--bottom-4{
    bottom:-1rem
  }

  .lg\:tw--bottom-5{
    bottom:-1.25rem
  }

  .lg\:tw--bottom-6{
    bottom:-1.5rem
  }

  .lg\:tw--bottom-7{
    bottom:-1.75rem
  }

  .lg\:tw--bottom-8{
    bottom:-2rem
  }

  .lg\:tw--bottom-9{
    bottom:-2.25rem
  }

  .lg\:tw--bottom-10{
    bottom:-2.5rem
  }

  .lg\:tw--bottom-11{
    bottom:-2.75rem
  }

  .lg\:tw--bottom-12{
    bottom:-3rem
  }

  .lg\:tw--bottom-14{
    bottom:-3.5rem
  }

  .lg\:tw--bottom-16{
    bottom:-4rem
  }

  .lg\:tw--bottom-20{
    bottom:-5rem
  }

  .lg\:tw--bottom-24{
    bottom:-6rem
  }

  .lg\:tw--bottom-28{
    bottom:-7rem
  }

  .lg\:tw--bottom-32{
    bottom:-8rem
  }

  .lg\:tw--bottom-36{
    bottom:-9rem
  }

  .lg\:tw--bottom-40{
    bottom:-10rem
  }

  .lg\:tw--bottom-44{
    bottom:-11rem
  }

  .lg\:tw--bottom-48{
    bottom:-12rem
  }

  .lg\:tw--bottom-52{
    bottom:-13rem
  }

  .lg\:tw--bottom-56{
    bottom:-14rem
  }

  .lg\:tw--bottom-60{
    bottom:-15rem
  }

  .lg\:tw--bottom-64{
    bottom:-16rem
  }

  .lg\:tw--bottom-72{
    bottom:-18rem
  }

  .lg\:tw--bottom-80{
    bottom:-20rem
  }

  .lg\:tw--bottom-96{
    bottom:-24rem
  }

  .lg\:tw--bottom-px{
    bottom:-1px
  }

  .lg\:tw--bottom-0\.5{
    bottom:-0.125rem
  }

  .lg\:tw--bottom-1\.5{
    bottom:-0.375rem
  }

  .lg\:tw--bottom-2\.5{
    bottom:-0.625rem
  }

  .lg\:tw--bottom-3\.5{
    bottom:-0.875rem
  }

  .lg\:tw-bottom-1\/2{
    bottom:50%
  }

  .lg\:tw-bottom-1\/3{
    bottom:33.333333%
  }

  .lg\:tw-bottom-2\/3{
    bottom:66.666667%
  }

  .lg\:tw-bottom-1\/4{
    bottom:25%
  }

  .lg\:tw-bottom-2\/4{
    bottom:50%
  }

  .lg\:tw-bottom-3\/4{
    bottom:75%
  }

  .lg\:tw-bottom-full{
    bottom:100%
  }

  .lg\:tw--bottom-1\/2{
    bottom:-50%
  }

  .lg\:tw--bottom-1\/3{
    bottom:-33.333333%
  }

  .lg\:tw--bottom-2\/3{
    bottom:-66.666667%
  }

  .lg\:tw--bottom-1\/4{
    bottom:-25%
  }

  .lg\:tw--bottom-2\/4{
    bottom:-50%
  }

  .lg\:tw--bottom-3\/4{
    bottom:-75%
  }

  .lg\:tw--bottom-full{
    bottom:-100%
  }

  .lg\:tw-left-0{
    left:0px
  }

  .lg\:tw-left-1{
    left:0.25rem
  }

  .lg\:tw-left-2{
    left:0.5rem
  }

  .lg\:tw-left-3{
    left:0.75rem
  }

  .lg\:tw-left-4{
    left:1rem
  }

  .lg\:tw-left-5{
    left:1.25rem
  }

  .lg\:tw-left-6{
    left:1.5rem
  }

  .lg\:tw-left-7{
    left:1.75rem
  }

  .lg\:tw-left-8{
    left:2rem
  }

  .lg\:tw-left-9{
    left:2.25rem
  }

  .lg\:tw-left-10{
    left:2.5rem
  }

  .lg\:tw-left-11{
    left:2.75rem
  }

  .lg\:tw-left-12{
    left:3rem
  }

  .lg\:tw-left-14{
    left:3.5rem
  }

  .lg\:tw-left-16{
    left:4rem
  }

  .lg\:tw-left-20{
    left:5rem
  }

  .lg\:tw-left-24{
    left:6rem
  }

  .lg\:tw-left-28{
    left:7rem
  }

  .lg\:tw-left-32{
    left:8rem
  }

  .lg\:tw-left-36{
    left:9rem
  }

  .lg\:tw-left-40{
    left:10rem
  }

  .lg\:tw-left-44{
    left:11rem
  }

  .lg\:tw-left-48{
    left:12rem
  }

  .lg\:tw-left-52{
    left:13rem
  }

  .lg\:tw-left-56{
    left:14rem
  }

  .lg\:tw-left-60{
    left:15rem
  }

  .lg\:tw-left-64{
    left:16rem
  }

  .lg\:tw-left-72{
    left:18rem
  }

  .lg\:tw-left-80{
    left:20rem
  }

  .lg\:tw-left-96{
    left:24rem
  }

  .lg\:tw-left-auto{
    left:auto
  }

  .lg\:tw-left-px{
    left:1px
  }

  .lg\:tw-left-0\.5{
    left:0.125rem
  }

  .lg\:tw-left-1\.5{
    left:0.375rem
  }

  .lg\:tw-left-2\.5{
    left:0.625rem
  }

  .lg\:tw-left-3\.5{
    left:0.875rem
  }

  .lg\:tw--left-0{
    left:0px
  }

  .lg\:tw--left-1{
    left:-0.25rem
  }

  .lg\:tw--left-2{
    left:-0.5rem
  }

  .lg\:tw--left-3{
    left:-0.75rem
  }

  .lg\:tw--left-4{
    left:-1rem
  }

  .lg\:tw--left-5{
    left:-1.25rem
  }

  .lg\:tw--left-6{
    left:-1.5rem
  }

  .lg\:tw--left-7{
    left:-1.75rem
  }

  .lg\:tw--left-8{
    left:-2rem
  }

  .lg\:tw--left-9{
    left:-2.25rem
  }

  .lg\:tw--left-10{
    left:-2.5rem
  }

  .lg\:tw--left-11{
    left:-2.75rem
  }

  .lg\:tw--left-12{
    left:-3rem
  }

  .lg\:tw--left-14{
    left:-3.5rem
  }

  .lg\:tw--left-16{
    left:-4rem
  }

  .lg\:tw--left-20{
    left:-5rem
  }

  .lg\:tw--left-24{
    left:-6rem
  }

  .lg\:tw--left-28{
    left:-7rem
  }

  .lg\:tw--left-32{
    left:-8rem
  }

  .lg\:tw--left-36{
    left:-9rem
  }

  .lg\:tw--left-40{
    left:-10rem
  }

  .lg\:tw--left-44{
    left:-11rem
  }

  .lg\:tw--left-48{
    left:-12rem
  }

  .lg\:tw--left-52{
    left:-13rem
  }

  .lg\:tw--left-56{
    left:-14rem
  }

  .lg\:tw--left-60{
    left:-15rem
  }

  .lg\:tw--left-64{
    left:-16rem
  }

  .lg\:tw--left-72{
    left:-18rem
  }

  .lg\:tw--left-80{
    left:-20rem
  }

  .lg\:tw--left-96{
    left:-24rem
  }

  .lg\:tw--left-px{
    left:-1px
  }

  .lg\:tw--left-0\.5{
    left:-0.125rem
  }

  .lg\:tw--left-1\.5{
    left:-0.375rem
  }

  .lg\:tw--left-2\.5{
    left:-0.625rem
  }

  .lg\:tw--left-3\.5{
    left:-0.875rem
  }

  .lg\:tw-left-1\/2{
    left:50%
  }

  .lg\:tw-left-1\/3{
    left:33.333333%
  }

  .lg\:tw-left-2\/3{
    left:66.666667%
  }

  .lg\:tw-left-1\/4{
    left:25%
  }

  .lg\:tw-left-2\/4{
    left:50%
  }

  .lg\:tw-left-3\/4{
    left:75%
  }

  .lg\:tw-left-full{
    left:100%
  }

  .lg\:tw--left-1\/2{
    left:-50%
  }

  .lg\:tw--left-1\/3{
    left:-33.333333%
  }

  .lg\:tw--left-2\/3{
    left:-66.666667%
  }

  .lg\:tw--left-1\/4{
    left:-25%
  }

  .lg\:tw--left-2\/4{
    left:-50%
  }

  .lg\:tw--left-3\/4{
    left:-75%
  }

  .lg\:tw--left-full{
    left:-100%
  }

  .lg\:tw-isolate{
    isolation:isolate
  }

  .lg\:tw-isolation-auto{
    isolation:auto
  }

  .lg\:tw-z-0{
    z-index:0
  }

  .lg\:tw-z-10{
    z-index:10
  }

  .lg\:tw-z-20{
    z-index:20
  }

  .lg\:tw-z-30{
    z-index:30
  }

  .lg\:tw-z-40{
    z-index:40
  }

  .lg\:tw-z-50{
    z-index:50
  }

  .lg\:tw-z-auto{
    z-index:auto
  }

  .lg\:focus-within\:tw-z-0:focus-within{
    z-index:0
  }

  .lg\:focus-within\:tw-z-10:focus-within{
    z-index:10
  }

  .lg\:focus-within\:tw-z-20:focus-within{
    z-index:20
  }

  .lg\:focus-within\:tw-z-30:focus-within{
    z-index:30
  }

  .lg\:focus-within\:tw-z-40:focus-within{
    z-index:40
  }

  .lg\:focus-within\:tw-z-50:focus-within{
    z-index:50
  }

  .lg\:focus-within\:tw-z-auto:focus-within{
    z-index:auto
  }

  .lg\:focus\:tw-z-0:focus{
    z-index:0
  }

  .lg\:focus\:tw-z-10:focus{
    z-index:10
  }

  .lg\:focus\:tw-z-20:focus{
    z-index:20
  }

  .lg\:focus\:tw-z-30:focus{
    z-index:30
  }

  .lg\:focus\:tw-z-40:focus{
    z-index:40
  }

  .lg\:focus\:tw-z-50:focus{
    z-index:50
  }

  .lg\:focus\:tw-z-auto:focus{
    z-index:auto
  }

  .lg\:tw-order-1{
    order:1
  }

  .lg\:tw-order-2{
    order:2
  }

  .lg\:tw-order-3{
    order:3
  }

  .lg\:tw-order-4{
    order:4
  }

  .lg\:tw-order-5{
    order:5
  }

  .lg\:tw-order-6{
    order:6
  }

  .lg\:tw-order-7{
    order:7
  }

  .lg\:tw-order-8{
    order:8
  }

  .lg\:tw-order-9{
    order:9
  }

  .lg\:tw-order-10{
    order:10
  }

  .lg\:tw-order-11{
    order:11
  }

  .lg\:tw-order-12{
    order:12
  }

  .lg\:tw-order-first{
    order:-9999
  }

  .lg\:tw-order-last{
    order:9999
  }

  .lg\:tw-order-none{
    order:0
  }

  .lg\:tw-col-auto{
    grid-column:auto
  }

  .lg\:tw-col-span-1{
    grid-column:span 1 / span 1
  }

  .lg\:tw-col-span-2{
    grid-column:span 2 / span 2
  }

  .lg\:tw-col-span-3{
    grid-column:span 3 / span 3
  }

  .lg\:tw-col-span-4{
    grid-column:span 4 / span 4
  }

  .lg\:tw-col-span-5{
    grid-column:span 5 / span 5
  }

  .lg\:tw-col-span-6{
    grid-column:span 6 / span 6
  }

  .lg\:tw-col-span-7{
    grid-column:span 7 / span 7
  }

  .lg\:tw-col-span-8{
    grid-column:span 8 / span 8
  }

  .lg\:tw-col-span-9{
    grid-column:span 9 / span 9
  }

  .lg\:tw-col-span-10{
    grid-column:span 10 / span 10
  }

  .lg\:tw-col-span-11{
    grid-column:span 11 / span 11
  }

  .lg\:tw-col-span-12{
    grid-column:span 12 / span 12
  }

  .lg\:tw-col-span-full{
    grid-column:1 / -1
  }

  .lg\:tw-col-start-1{
    grid-column-start:1
  }

  .lg\:tw-col-start-2{
    grid-column-start:2
  }

  .lg\:tw-col-start-3{
    grid-column-start:3
  }

  .lg\:tw-col-start-4{
    grid-column-start:4
  }

  .lg\:tw-col-start-5{
    grid-column-start:5
  }

  .lg\:tw-col-start-6{
    grid-column-start:6
  }

  .lg\:tw-col-start-7{
    grid-column-start:7
  }

  .lg\:tw-col-start-8{
    grid-column-start:8
  }

  .lg\:tw-col-start-9{
    grid-column-start:9
  }

  .lg\:tw-col-start-10{
    grid-column-start:10
  }

  .lg\:tw-col-start-11{
    grid-column-start:11
  }

  .lg\:tw-col-start-12{
    grid-column-start:12
  }

  .lg\:tw-col-start-13{
    grid-column-start:13
  }

  .lg\:tw-col-start-auto{
    grid-column-start:auto
  }

  .lg\:tw-col-end-1{
    grid-column-end:1
  }

  .lg\:tw-col-end-2{
    grid-column-end:2
  }

  .lg\:tw-col-end-3{
    grid-column-end:3
  }

  .lg\:tw-col-end-4{
    grid-column-end:4
  }

  .lg\:tw-col-end-5{
    grid-column-end:5
  }

  .lg\:tw-col-end-6{
    grid-column-end:6
  }

  .lg\:tw-col-end-7{
    grid-column-end:7
  }

  .lg\:tw-col-end-8{
    grid-column-end:8
  }

  .lg\:tw-col-end-9{
    grid-column-end:9
  }

  .lg\:tw-col-end-10{
    grid-column-end:10
  }

  .lg\:tw-col-end-11{
    grid-column-end:11
  }

  .lg\:tw-col-end-12{
    grid-column-end:12
  }

  .lg\:tw-col-end-13{
    grid-column-end:13
  }

  .lg\:tw-col-end-auto{
    grid-column-end:auto
  }

  .lg\:tw-row-auto{
    grid-row:auto
  }

  .lg\:tw-row-span-1{
    grid-row:span 1 / span 1
  }

  .lg\:tw-row-span-2{
    grid-row:span 2 / span 2
  }

  .lg\:tw-row-span-3{
    grid-row:span 3 / span 3
  }

  .lg\:tw-row-span-4{
    grid-row:span 4 / span 4
  }

  .lg\:tw-row-span-5{
    grid-row:span 5 / span 5
  }

  .lg\:tw-row-span-6{
    grid-row:span 6 / span 6
  }

  .lg\:tw-row-span-full{
    grid-row:1 / -1
  }

  .lg\:tw-row-start-1{
    grid-row-start:1
  }

  .lg\:tw-row-start-2{
    grid-row-start:2
  }

  .lg\:tw-row-start-3{
    grid-row-start:3
  }

  .lg\:tw-row-start-4{
    grid-row-start:4
  }

  .lg\:tw-row-start-5{
    grid-row-start:5
  }

  .lg\:tw-row-start-6{
    grid-row-start:6
  }

  .lg\:tw-row-start-7{
    grid-row-start:7
  }

  .lg\:tw-row-start-auto{
    grid-row-start:auto
  }

  .lg\:tw-row-end-1{
    grid-row-end:1
  }

  .lg\:tw-row-end-2{
    grid-row-end:2
  }

  .lg\:tw-row-end-3{
    grid-row-end:3
  }

  .lg\:tw-row-end-4{
    grid-row-end:4
  }

  .lg\:tw-row-end-5{
    grid-row-end:5
  }

  .lg\:tw-row-end-6{
    grid-row-end:6
  }

  .lg\:tw-row-end-7{
    grid-row-end:7
  }

  .lg\:tw-row-end-auto{
    grid-row-end:auto
  }

  .lg\:tw-float-right{
    float:right
  }

  .lg\:tw-float-left{
    float:left
  }

  .lg\:tw-float-none{
    float:none
  }

  .lg\:tw-clear-left{
    clear:left
  }

  .lg\:tw-clear-right{
    clear:right
  }

  .lg\:tw-clear-both{
    clear:both
  }

  .lg\:tw-clear-none{
    clear:none
  }

  .lg\:tw-m-0{
    margin:0px
  }

  .lg\:tw-m-1{
    margin:0.25rem
  }

  .lg\:tw-m-2{
    margin:0.5rem
  }

  .lg\:tw-m-3{
    margin:0.75rem
  }

  .lg\:tw-m-4{
    margin:1rem
  }

  .lg\:tw-m-5{
    margin:1.25rem
  }

  .lg\:tw-m-6{
    margin:1.5rem
  }

  .lg\:tw-m-7{
    margin:1.75rem
  }

  .lg\:tw-m-8{
    margin:2rem
  }

  .lg\:tw-m-9{
    margin:2.25rem
  }

  .lg\:tw-m-10{
    margin:2.5rem
  }

  .lg\:tw-m-11{
    margin:2.75rem
  }

  .lg\:tw-m-12{
    margin:3rem
  }

  .lg\:tw-m-14{
    margin:3.5rem
  }

  .lg\:tw-m-16{
    margin:4rem
  }

  .lg\:tw-m-20{
    margin:5rem
  }

  .lg\:tw-m-24{
    margin:6rem
  }

  .lg\:tw-m-28{
    margin:7rem
  }

  .lg\:tw-m-32{
    margin:8rem
  }

  .lg\:tw-m-36{
    margin:9rem
  }

  .lg\:tw-m-40{
    margin:10rem
  }

  .lg\:tw-m-44{
    margin:11rem
  }

  .lg\:tw-m-48{
    margin:12rem
  }

  .lg\:tw-m-52{
    margin:13rem
  }

  .lg\:tw-m-56{
    margin:14rem
  }

  .lg\:tw-m-60{
    margin:15rem
  }

  .lg\:tw-m-64{
    margin:16rem
  }

  .lg\:tw-m-72{
    margin:18rem
  }

  .lg\:tw-m-80{
    margin:20rem
  }

  .lg\:tw-m-96{
    margin:24rem
  }

  .lg\:tw-m-auto{
    margin:auto
  }

  .lg\:tw-m-px{
    margin:1px
  }

  .lg\:tw-m-0\.5{
    margin:0.125rem
  }

  .lg\:tw-m-1\.5{
    margin:0.375rem
  }

  .lg\:tw-m-2\.5{
    margin:0.625rem
  }

  .lg\:tw-m-3\.5{
    margin:0.875rem
  }

  .lg\:tw--m-0{
    margin:0px
  }

  .lg\:tw--m-1{
    margin:-0.25rem
  }

  .lg\:tw--m-2{
    margin:-0.5rem
  }

  .lg\:tw--m-3{
    margin:-0.75rem
  }

  .lg\:tw--m-4{
    margin:-1rem
  }

  .lg\:tw--m-5{
    margin:-1.25rem
  }

  .lg\:tw--m-6{
    margin:-1.5rem
  }

  .lg\:tw--m-7{
    margin:-1.75rem
  }

  .lg\:tw--m-8{
    margin:-2rem
  }

  .lg\:tw--m-9{
    margin:-2.25rem
  }

  .lg\:tw--m-10{
    margin:-2.5rem
  }

  .lg\:tw--m-11{
    margin:-2.75rem
  }

  .lg\:tw--m-12{
    margin:-3rem
  }

  .lg\:tw--m-14{
    margin:-3.5rem
  }

  .lg\:tw--m-16{
    margin:-4rem
  }

  .lg\:tw--m-20{
    margin:-5rem
  }

  .lg\:tw--m-24{
    margin:-6rem
  }

  .lg\:tw--m-28{
    margin:-7rem
  }

  .lg\:tw--m-32{
    margin:-8rem
  }

  .lg\:tw--m-36{
    margin:-9rem
  }

  .lg\:tw--m-40{
    margin:-10rem
  }

  .lg\:tw--m-44{
    margin:-11rem
  }

  .lg\:tw--m-48{
    margin:-12rem
  }

  .lg\:tw--m-52{
    margin:-13rem
  }

  .lg\:tw--m-56{
    margin:-14rem
  }

  .lg\:tw--m-60{
    margin:-15rem
  }

  .lg\:tw--m-64{
    margin:-16rem
  }

  .lg\:tw--m-72{
    margin:-18rem
  }

  .lg\:tw--m-80{
    margin:-20rem
  }

  .lg\:tw--m-96{
    margin:-24rem
  }

  .lg\:tw--m-px{
    margin:-1px
  }

  .lg\:tw--m-0\.5{
    margin:-0.125rem
  }

  .lg\:tw--m-1\.5{
    margin:-0.375rem
  }

  .lg\:tw--m-2\.5{
    margin:-0.625rem
  }

  .lg\:tw--m-3\.5{
    margin:-0.875rem
  }

  .lg\:tw-mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .lg\:tw-mx-1{
    margin-left:0.25rem;
    margin-right:0.25rem
  }

  .lg\:tw-mx-2{
    margin-left:0.5rem;
    margin-right:0.5rem
  }

  .lg\:tw-mx-3{
    margin-left:0.75rem;
    margin-right:0.75rem
  }

  .lg\:tw-mx-4{
    margin-left:1rem;
    margin-right:1rem
  }

  .lg\:tw-mx-5{
    margin-left:1.25rem;
    margin-right:1.25rem
  }

  .lg\:tw-mx-6{
    margin-left:1.5rem;
    margin-right:1.5rem
  }

  .lg\:tw-mx-7{
    margin-left:1.75rem;
    margin-right:1.75rem
  }

  .lg\:tw-mx-8{
    margin-left:2rem;
    margin-right:2rem
  }

  .lg\:tw-mx-9{
    margin-left:2.25rem;
    margin-right:2.25rem
  }

  .lg\:tw-mx-10{
    margin-left:2.5rem;
    margin-right:2.5rem
  }

  .lg\:tw-mx-11{
    margin-left:2.75rem;
    margin-right:2.75rem
  }

  .lg\:tw-mx-12{
    margin-left:3rem;
    margin-right:3rem
  }

  .lg\:tw-mx-14{
    margin-left:3.5rem;
    margin-right:3.5rem
  }

  .lg\:tw-mx-16{
    margin-left:4rem;
    margin-right:4rem
  }

  .lg\:tw-mx-20{
    margin-left:5rem;
    margin-right:5rem
  }

  .lg\:tw-mx-24{
    margin-left:6rem;
    margin-right:6rem
  }

  .lg\:tw-mx-28{
    margin-left:7rem;
    margin-right:7rem
  }

  .lg\:tw-mx-32{
    margin-left:8rem;
    margin-right:8rem
  }

  .lg\:tw-mx-36{
    margin-left:9rem;
    margin-right:9rem
  }

  .lg\:tw-mx-40{
    margin-left:10rem;
    margin-right:10rem
  }

  .lg\:tw-mx-44{
    margin-left:11rem;
    margin-right:11rem
  }

  .lg\:tw-mx-48{
    margin-left:12rem;
    margin-right:12rem
  }

  .lg\:tw-mx-52{
    margin-left:13rem;
    margin-right:13rem
  }

  .lg\:tw-mx-56{
    margin-left:14rem;
    margin-right:14rem
  }

  .lg\:tw-mx-60{
    margin-left:15rem;
    margin-right:15rem
  }

  .lg\:tw-mx-64{
    margin-left:16rem;
    margin-right:16rem
  }

  .lg\:tw-mx-72{
    margin-left:18rem;
    margin-right:18rem
  }

  .lg\:tw-mx-80{
    margin-left:20rem;
    margin-right:20rem
  }

  .lg\:tw-mx-96{
    margin-left:24rem;
    margin-right:24rem
  }

  .lg\:tw-mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .lg\:tw-mx-px{
    margin-left:1px;
    margin-right:1px
  }

  .lg\:tw-mx-0\.5{
    margin-left:0.125rem;
    margin-right:0.125rem
  }

  .lg\:tw-mx-1\.5{
    margin-left:0.375rem;
    margin-right:0.375rem
  }

  .lg\:tw-mx-2\.5{
    margin-left:0.625rem;
    margin-right:0.625rem
  }

  .lg\:tw-mx-3\.5{
    margin-left:0.875rem;
    margin-right:0.875rem
  }

  .lg\:tw--mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .lg\:tw--mx-1{
    margin-left:-0.25rem;
    margin-right:-0.25rem
  }

  .lg\:tw--mx-2{
    margin-left:-0.5rem;
    margin-right:-0.5rem
  }

  .lg\:tw--mx-3{
    margin-left:-0.75rem;
    margin-right:-0.75rem
  }

  .lg\:tw--mx-4{
    margin-left:-1rem;
    margin-right:-1rem
  }

  .lg\:tw--mx-5{
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }

  .lg\:tw--mx-6{
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }

  .lg\:tw--mx-7{
    margin-left:-1.75rem;
    margin-right:-1.75rem
  }

  .lg\:tw--mx-8{
    margin-left:-2rem;
    margin-right:-2rem
  }

  .lg\:tw--mx-9{
    margin-left:-2.25rem;
    margin-right:-2.25rem
  }

  .lg\:tw--mx-10{
    margin-left:-2.5rem;
    margin-right:-2.5rem
  }

  .lg\:tw--mx-11{
    margin-left:-2.75rem;
    margin-right:-2.75rem
  }

  .lg\:tw--mx-12{
    margin-left:-3rem;
    margin-right:-3rem
  }

  .lg\:tw--mx-14{
    margin-left:-3.5rem;
    margin-right:-3.5rem
  }

  .lg\:tw--mx-16{
    margin-left:-4rem;
    margin-right:-4rem
  }

  .lg\:tw--mx-20{
    margin-left:-5rem;
    margin-right:-5rem
  }

  .lg\:tw--mx-24{
    margin-left:-6rem;
    margin-right:-6rem
  }

  .lg\:tw--mx-28{
    margin-left:-7rem;
    margin-right:-7rem
  }

  .lg\:tw--mx-32{
    margin-left:-8rem;
    margin-right:-8rem
  }

  .lg\:tw--mx-36{
    margin-left:-9rem;
    margin-right:-9rem
  }

  .lg\:tw--mx-40{
    margin-left:-10rem;
    margin-right:-10rem
  }

  .lg\:tw--mx-44{
    margin-left:-11rem;
    margin-right:-11rem
  }

  .lg\:tw--mx-48{
    margin-left:-12rem;
    margin-right:-12rem
  }

  .lg\:tw--mx-52{
    margin-left:-13rem;
    margin-right:-13rem
  }

  .lg\:tw--mx-56{
    margin-left:-14rem;
    margin-right:-14rem
  }

  .lg\:tw--mx-60{
    margin-left:-15rem;
    margin-right:-15rem
  }

  .lg\:tw--mx-64{
    margin-left:-16rem;
    margin-right:-16rem
  }

  .lg\:tw--mx-72{
    margin-left:-18rem;
    margin-right:-18rem
  }

  .lg\:tw--mx-80{
    margin-left:-20rem;
    margin-right:-20rem
  }

  .lg\:tw--mx-96{
    margin-left:-24rem;
    margin-right:-24rem
  }

  .lg\:tw--mx-px{
    margin-left:-1px;
    margin-right:-1px
  }

  .lg\:tw--mx-0\.5{
    margin-left:-0.125rem;
    margin-right:-0.125rem
  }

  .lg\:tw--mx-1\.5{
    margin-left:-0.375rem;
    margin-right:-0.375rem
  }

  .lg\:tw--mx-2\.5{
    margin-left:-0.625rem;
    margin-right:-0.625rem
  }

  .lg\:tw--mx-3\.5{
    margin-left:-0.875rem;
    margin-right:-0.875rem
  }

  .lg\:tw-my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .lg\:tw-my-1{
    margin-top:0.25rem;
    margin-bottom:0.25rem
  }

  .lg\:tw-my-2{
    margin-top:0.5rem;
    margin-bottom:0.5rem
  }

  .lg\:tw-my-3{
    margin-top:0.75rem;
    margin-bottom:0.75rem
  }

  .lg\:tw-my-4{
    margin-top:1rem;
    margin-bottom:1rem
  }

  .lg\:tw-my-5{
    margin-top:1.25rem;
    margin-bottom:1.25rem
  }

  .lg\:tw-my-6{
    margin-top:1.5rem;
    margin-bottom:1.5rem
  }

  .lg\:tw-my-7{
    margin-top:1.75rem;
    margin-bottom:1.75rem
  }

  .lg\:tw-my-8{
    margin-top:2rem;
    margin-bottom:2rem
  }

  .lg\:tw-my-9{
    margin-top:2.25rem;
    margin-bottom:2.25rem
  }

  .lg\:tw-my-10{
    margin-top:2.5rem;
    margin-bottom:2.5rem
  }

  .lg\:tw-my-11{
    margin-top:2.75rem;
    margin-bottom:2.75rem
  }

  .lg\:tw-my-12{
    margin-top:3rem;
    margin-bottom:3rem
  }

  .lg\:tw-my-14{
    margin-top:3.5rem;
    margin-bottom:3.5rem
  }

  .lg\:tw-my-16{
    margin-top:4rem;
    margin-bottom:4rem
  }

  .lg\:tw-my-20{
    margin-top:5rem;
    margin-bottom:5rem
  }

  .lg\:tw-my-24{
    margin-top:6rem;
    margin-bottom:6rem
  }

  .lg\:tw-my-28{
    margin-top:7rem;
    margin-bottom:7rem
  }

  .lg\:tw-my-32{
    margin-top:8rem;
    margin-bottom:8rem
  }

  .lg\:tw-my-36{
    margin-top:9rem;
    margin-bottom:9rem
  }

  .lg\:tw-my-40{
    margin-top:10rem;
    margin-bottom:10rem
  }

  .lg\:tw-my-44{
    margin-top:11rem;
    margin-bottom:11rem
  }

  .lg\:tw-my-48{
    margin-top:12rem;
    margin-bottom:12rem
  }

  .lg\:tw-my-52{
    margin-top:13rem;
    margin-bottom:13rem
  }

  .lg\:tw-my-56{
    margin-top:14rem;
    margin-bottom:14rem
  }

  .lg\:tw-my-60{
    margin-top:15rem;
    margin-bottom:15rem
  }

  .lg\:tw-my-64{
    margin-top:16rem;
    margin-bottom:16rem
  }

  .lg\:tw-my-72{
    margin-top:18rem;
    margin-bottom:18rem
  }

  .lg\:tw-my-80{
    margin-top:20rem;
    margin-bottom:20rem
  }

  .lg\:tw-my-96{
    margin-top:24rem;
    margin-bottom:24rem
  }

  .lg\:tw-my-auto{
    margin-top:auto;
    margin-bottom:auto
  }

  .lg\:tw-my-px{
    margin-top:1px;
    margin-bottom:1px
  }

  .lg\:tw-my-0\.5{
    margin-top:0.125rem;
    margin-bottom:0.125rem
  }

  .lg\:tw-my-1\.5{
    margin-top:0.375rem;
    margin-bottom:0.375rem
  }

  .lg\:tw-my-2\.5{
    margin-top:0.625rem;
    margin-bottom:0.625rem
  }

  .lg\:tw-my-3\.5{
    margin-top:0.875rem;
    margin-bottom:0.875rem
  }

  .lg\:tw--my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .lg\:tw--my-1{
    margin-top:-0.25rem;
    margin-bottom:-0.25rem
  }

  .lg\:tw--my-2{
    margin-top:-0.5rem;
    margin-bottom:-0.5rem
  }

  .lg\:tw--my-3{
    margin-top:-0.75rem;
    margin-bottom:-0.75rem
  }

  .lg\:tw--my-4{
    margin-top:-1rem;
    margin-bottom:-1rem
  }

  .lg\:tw--my-5{
    margin-top:-1.25rem;
    margin-bottom:-1.25rem
  }

  .lg\:tw--my-6{
    margin-top:-1.5rem;
    margin-bottom:-1.5rem
  }

  .lg\:tw--my-7{
    margin-top:-1.75rem;
    margin-bottom:-1.75rem
  }

  .lg\:tw--my-8{
    margin-top:-2rem;
    margin-bottom:-2rem
  }

  .lg\:tw--my-9{
    margin-top:-2.25rem;
    margin-bottom:-2.25rem
  }

  .lg\:tw--my-10{
    margin-top:-2.5rem;
    margin-bottom:-2.5rem
  }

  .lg\:tw--my-11{
    margin-top:-2.75rem;
    margin-bottom:-2.75rem
  }

  .lg\:tw--my-12{
    margin-top:-3rem;
    margin-bottom:-3rem
  }

  .lg\:tw--my-14{
    margin-top:-3.5rem;
    margin-bottom:-3.5rem
  }

  .lg\:tw--my-16{
    margin-top:-4rem;
    margin-bottom:-4rem
  }

  .lg\:tw--my-20{
    margin-top:-5rem;
    margin-bottom:-5rem
  }

  .lg\:tw--my-24{
    margin-top:-6rem;
    margin-bottom:-6rem
  }

  .lg\:tw--my-28{
    margin-top:-7rem;
    margin-bottom:-7rem
  }

  .lg\:tw--my-32{
    margin-top:-8rem;
    margin-bottom:-8rem
  }

  .lg\:tw--my-36{
    margin-top:-9rem;
    margin-bottom:-9rem
  }

  .lg\:tw--my-40{
    margin-top:-10rem;
    margin-bottom:-10rem
  }

  .lg\:tw--my-44{
    margin-top:-11rem;
    margin-bottom:-11rem
  }

  .lg\:tw--my-48{
    margin-top:-12rem;
    margin-bottom:-12rem
  }

  .lg\:tw--my-52{
    margin-top:-13rem;
    margin-bottom:-13rem
  }

  .lg\:tw--my-56{
    margin-top:-14rem;
    margin-bottom:-14rem
  }

  .lg\:tw--my-60{
    margin-top:-15rem;
    margin-bottom:-15rem
  }

  .lg\:tw--my-64{
    margin-top:-16rem;
    margin-bottom:-16rem
  }

  .lg\:tw--my-72{
    margin-top:-18rem;
    margin-bottom:-18rem
  }

  .lg\:tw--my-80{
    margin-top:-20rem;
    margin-bottom:-20rem
  }

  .lg\:tw--my-96{
    margin-top:-24rem;
    margin-bottom:-24rem
  }

  .lg\:tw--my-px{
    margin-top:-1px;
    margin-bottom:-1px
  }

  .lg\:tw--my-0\.5{
    margin-top:-0.125rem;
    margin-bottom:-0.125rem
  }

  .lg\:tw--my-1\.5{
    margin-top:-0.375rem;
    margin-bottom:-0.375rem
  }

  .lg\:tw--my-2\.5{
    margin-top:-0.625rem;
    margin-bottom:-0.625rem
  }

  .lg\:tw--my-3\.5{
    margin-top:-0.875rem;
    margin-bottom:-0.875rem
  }

  .lg\:tw-mt-0{
    margin-top:0px
  }

  .lg\:tw-mt-1{
    margin-top:0.25rem
  }

  .lg\:tw-mt-2{
    margin-top:0.5rem
  }

  .lg\:tw-mt-3{
    margin-top:0.75rem
  }

  .lg\:tw-mt-4{
    margin-top:1rem
  }

  .lg\:tw-mt-5{
    margin-top:1.25rem
  }

  .lg\:tw-mt-6{
    margin-top:1.5rem
  }

  .lg\:tw-mt-7{
    margin-top:1.75rem
  }

  .lg\:tw-mt-8{
    margin-top:2rem
  }

  .lg\:tw-mt-9{
    margin-top:2.25rem
  }

  .lg\:tw-mt-10{
    margin-top:2.5rem
  }

  .lg\:tw-mt-11{
    margin-top:2.75rem
  }

  .lg\:tw-mt-12{
    margin-top:3rem
  }

  .lg\:tw-mt-14{
    margin-top:3.5rem
  }

  .lg\:tw-mt-16{
    margin-top:4rem
  }

  .lg\:tw-mt-20{
    margin-top:5rem
  }

  .lg\:tw-mt-24{
    margin-top:6rem
  }

  .lg\:tw-mt-28{
    margin-top:7rem
  }

  .lg\:tw-mt-32{
    margin-top:8rem
  }

  .lg\:tw-mt-36{
    margin-top:9rem
  }

  .lg\:tw-mt-40{
    margin-top:10rem
  }

  .lg\:tw-mt-44{
    margin-top:11rem
  }

  .lg\:tw-mt-48{
    margin-top:12rem
  }

  .lg\:tw-mt-52{
    margin-top:13rem
  }

  .lg\:tw-mt-56{
    margin-top:14rem
  }

  .lg\:tw-mt-60{
    margin-top:15rem
  }

  .lg\:tw-mt-64{
    margin-top:16rem
  }

  .lg\:tw-mt-72{
    margin-top:18rem
  }

  .lg\:tw-mt-80{
    margin-top:20rem
  }

  .lg\:tw-mt-96{
    margin-top:24rem
  }

  .lg\:tw-mt-auto{
    margin-top:auto
  }

  .lg\:tw-mt-px{
    margin-top:1px
  }

  .lg\:tw-mt-0\.5{
    margin-top:0.125rem
  }

  .lg\:tw-mt-1\.5{
    margin-top:0.375rem
  }

  .lg\:tw-mt-2\.5{
    margin-top:0.625rem
  }

  .lg\:tw-mt-3\.5{
    margin-top:0.875rem
  }

  .lg\:tw--mt-0{
    margin-top:0px
  }

  .lg\:tw--mt-1{
    margin-top:-0.25rem
  }

  .lg\:tw--mt-2{
    margin-top:-0.5rem
  }

  .lg\:tw--mt-3{
    margin-top:-0.75rem
  }

  .lg\:tw--mt-4{
    margin-top:-1rem
  }

  .lg\:tw--mt-5{
    margin-top:-1.25rem
  }

  .lg\:tw--mt-6{
    margin-top:-1.5rem
  }

  .lg\:tw--mt-7{
    margin-top:-1.75rem
  }

  .lg\:tw--mt-8{
    margin-top:-2rem
  }

  .lg\:tw--mt-9{
    margin-top:-2.25rem
  }

  .lg\:tw--mt-10{
    margin-top:-2.5rem
  }

  .lg\:tw--mt-11{
    margin-top:-2.75rem
  }

  .lg\:tw--mt-12{
    margin-top:-3rem
  }

  .lg\:tw--mt-14{
    margin-top:-3.5rem
  }

  .lg\:tw--mt-16{
    margin-top:-4rem
  }

  .lg\:tw--mt-20{
    margin-top:-5rem
  }

  .lg\:tw--mt-24{
    margin-top:-6rem
  }

  .lg\:tw--mt-28{
    margin-top:-7rem
  }

  .lg\:tw--mt-32{
    margin-top:-8rem
  }

  .lg\:tw--mt-36{
    margin-top:-9rem
  }

  .lg\:tw--mt-40{
    margin-top:-10rem
  }

  .lg\:tw--mt-44{
    margin-top:-11rem
  }

  .lg\:tw--mt-48{
    margin-top:-12rem
  }

  .lg\:tw--mt-52{
    margin-top:-13rem
  }

  .lg\:tw--mt-56{
    margin-top:-14rem
  }

  .lg\:tw--mt-60{
    margin-top:-15rem
  }

  .lg\:tw--mt-64{
    margin-top:-16rem
  }

  .lg\:tw--mt-72{
    margin-top:-18rem
  }

  .lg\:tw--mt-80{
    margin-top:-20rem
  }

  .lg\:tw--mt-96{
    margin-top:-24rem
  }

  .lg\:tw--mt-px{
    margin-top:-1px
  }

  .lg\:tw--mt-0\.5{
    margin-top:-0.125rem
  }

  .lg\:tw--mt-1\.5{
    margin-top:-0.375rem
  }

  .lg\:tw--mt-2\.5{
    margin-top:-0.625rem
  }

  .lg\:tw--mt-3\.5{
    margin-top:-0.875rem
  }

  .lg\:tw-mr-0{
    margin-right:0px
  }

  .lg\:tw-mr-1{
    margin-right:0.25rem
  }

  .lg\:tw-mr-2{
    margin-right:0.5rem
  }

  .lg\:tw-mr-3{
    margin-right:0.75rem
  }

  .lg\:tw-mr-4{
    margin-right:1rem
  }

  .lg\:tw-mr-5{
    margin-right:1.25rem
  }

  .lg\:tw-mr-6{
    margin-right:1.5rem
  }

  .lg\:tw-mr-7{
    margin-right:1.75rem
  }

  .lg\:tw-mr-8{
    margin-right:2rem
  }

  .lg\:tw-mr-9{
    margin-right:2.25rem
  }

  .lg\:tw-mr-10{
    margin-right:2.5rem
  }

  .lg\:tw-mr-11{
    margin-right:2.75rem
  }

  .lg\:tw-mr-12{
    margin-right:3rem
  }

  .lg\:tw-mr-14{
    margin-right:3.5rem
  }

  .lg\:tw-mr-16{
    margin-right:4rem
  }

  .lg\:tw-mr-20{
    margin-right:5rem
  }

  .lg\:tw-mr-24{
    margin-right:6rem
  }

  .lg\:tw-mr-28{
    margin-right:7rem
  }

  .lg\:tw-mr-32{
    margin-right:8rem
  }

  .lg\:tw-mr-36{
    margin-right:9rem
  }

  .lg\:tw-mr-40{
    margin-right:10rem
  }

  .lg\:tw-mr-44{
    margin-right:11rem
  }

  .lg\:tw-mr-48{
    margin-right:12rem
  }

  .lg\:tw-mr-52{
    margin-right:13rem
  }

  .lg\:tw-mr-56{
    margin-right:14rem
  }

  .lg\:tw-mr-60{
    margin-right:15rem
  }

  .lg\:tw-mr-64{
    margin-right:16rem
  }

  .lg\:tw-mr-72{
    margin-right:18rem
  }

  .lg\:tw-mr-80{
    margin-right:20rem
  }

  .lg\:tw-mr-96{
    margin-right:24rem
  }

  .lg\:tw-mr-auto{
    margin-right:auto
  }

  .lg\:tw-mr-px{
    margin-right:1px
  }

  .lg\:tw-mr-0\.5{
    margin-right:0.125rem
  }

  .lg\:tw-mr-1\.5{
    margin-right:0.375rem
  }

  .lg\:tw-mr-2\.5{
    margin-right:0.625rem
  }

  .lg\:tw-mr-3\.5{
    margin-right:0.875rem
  }

  .lg\:tw--mr-0{
    margin-right:0px
  }

  .lg\:tw--mr-1{
    margin-right:-0.25rem
  }

  .lg\:tw--mr-2{
    margin-right:-0.5rem
  }

  .lg\:tw--mr-3{
    margin-right:-0.75rem
  }

  .lg\:tw--mr-4{
    margin-right:-1rem
  }

  .lg\:tw--mr-5{
    margin-right:-1.25rem
  }

  .lg\:tw--mr-6{
    margin-right:-1.5rem
  }

  .lg\:tw--mr-7{
    margin-right:-1.75rem
  }

  .lg\:tw--mr-8{
    margin-right:-2rem
  }

  .lg\:tw--mr-9{
    margin-right:-2.25rem
  }

  .lg\:tw--mr-10{
    margin-right:-2.5rem
  }

  .lg\:tw--mr-11{
    margin-right:-2.75rem
  }

  .lg\:tw--mr-12{
    margin-right:-3rem
  }

  .lg\:tw--mr-14{
    margin-right:-3.5rem
  }

  .lg\:tw--mr-16{
    margin-right:-4rem
  }

  .lg\:tw--mr-20{
    margin-right:-5rem
  }

  .lg\:tw--mr-24{
    margin-right:-6rem
  }

  .lg\:tw--mr-28{
    margin-right:-7rem
  }

  .lg\:tw--mr-32{
    margin-right:-8rem
  }

  .lg\:tw--mr-36{
    margin-right:-9rem
  }

  .lg\:tw--mr-40{
    margin-right:-10rem
  }

  .lg\:tw--mr-44{
    margin-right:-11rem
  }

  .lg\:tw--mr-48{
    margin-right:-12rem
  }

  .lg\:tw--mr-52{
    margin-right:-13rem
  }

  .lg\:tw--mr-56{
    margin-right:-14rem
  }

  .lg\:tw--mr-60{
    margin-right:-15rem
  }

  .lg\:tw--mr-64{
    margin-right:-16rem
  }

  .lg\:tw--mr-72{
    margin-right:-18rem
  }

  .lg\:tw--mr-80{
    margin-right:-20rem
  }

  .lg\:tw--mr-96{
    margin-right:-24rem
  }

  .lg\:tw--mr-px{
    margin-right:-1px
  }

  .lg\:tw--mr-0\.5{
    margin-right:-0.125rem
  }

  .lg\:tw--mr-1\.5{
    margin-right:-0.375rem
  }

  .lg\:tw--mr-2\.5{
    margin-right:-0.625rem
  }

  .lg\:tw--mr-3\.5{
    margin-right:-0.875rem
  }

  .lg\:tw-mb-0{
    margin-bottom:0px
  }

  .lg\:tw-mb-1{
    margin-bottom:0.25rem
  }

  .lg\:tw-mb-2{
    margin-bottom:0.5rem
  }

  .lg\:tw-mb-3{
    margin-bottom:0.75rem
  }

  .lg\:tw-mb-4{
    margin-bottom:1rem
  }

  .lg\:tw-mb-5{
    margin-bottom:1.25rem
  }

  .lg\:tw-mb-6{
    margin-bottom:1.5rem
  }

  .lg\:tw-mb-7{
    margin-bottom:1.75rem
  }

  .lg\:tw-mb-8{
    margin-bottom:2rem
  }

  .lg\:tw-mb-9{
    margin-bottom:2.25rem
  }

  .lg\:tw-mb-10{
    margin-bottom:2.5rem
  }

  .lg\:tw-mb-11{
    margin-bottom:2.75rem
  }

  .lg\:tw-mb-12{
    margin-bottom:3rem
  }

  .lg\:tw-mb-14{
    margin-bottom:3.5rem
  }

  .lg\:tw-mb-16{
    margin-bottom:4rem
  }

  .lg\:tw-mb-20{
    margin-bottom:5rem
  }

  .lg\:tw-mb-24{
    margin-bottom:6rem
  }

  .lg\:tw-mb-28{
    margin-bottom:7rem
  }

  .lg\:tw-mb-32{
    margin-bottom:8rem
  }

  .lg\:tw-mb-36{
    margin-bottom:9rem
  }

  .lg\:tw-mb-40{
    margin-bottom:10rem
  }

  .lg\:tw-mb-44{
    margin-bottom:11rem
  }

  .lg\:tw-mb-48{
    margin-bottom:12rem
  }

  .lg\:tw-mb-52{
    margin-bottom:13rem
  }

  .lg\:tw-mb-56{
    margin-bottom:14rem
  }

  .lg\:tw-mb-60{
    margin-bottom:15rem
  }

  .lg\:tw-mb-64{
    margin-bottom:16rem
  }

  .lg\:tw-mb-72{
    margin-bottom:18rem
  }

  .lg\:tw-mb-80{
    margin-bottom:20rem
  }

  .lg\:tw-mb-96{
    margin-bottom:24rem
  }

  .lg\:tw-mb-auto{
    margin-bottom:auto
  }

  .lg\:tw-mb-px{
    margin-bottom:1px
  }

  .lg\:tw-mb-0\.5{
    margin-bottom:0.125rem
  }

  .lg\:tw-mb-1\.5{
    margin-bottom:0.375rem
  }

  .lg\:tw-mb-2\.5{
    margin-bottom:0.625rem
  }

  .lg\:tw-mb-3\.5{
    margin-bottom:0.875rem
  }

  .lg\:tw--mb-0{
    margin-bottom:0px
  }

  .lg\:tw--mb-1{
    margin-bottom:-0.25rem
  }

  .lg\:tw--mb-2{
    margin-bottom:-0.5rem
  }

  .lg\:tw--mb-3{
    margin-bottom:-0.75rem
  }

  .lg\:tw--mb-4{
    margin-bottom:-1rem
  }

  .lg\:tw--mb-5{
    margin-bottom:-1.25rem
  }

  .lg\:tw--mb-6{
    margin-bottom:-1.5rem
  }

  .lg\:tw--mb-7{
    margin-bottom:-1.75rem
  }

  .lg\:tw--mb-8{
    margin-bottom:-2rem
  }

  .lg\:tw--mb-9{
    margin-bottom:-2.25rem
  }

  .lg\:tw--mb-10{
    margin-bottom:-2.5rem
  }

  .lg\:tw--mb-11{
    margin-bottom:-2.75rem
  }

  .lg\:tw--mb-12{
    margin-bottom:-3rem
  }

  .lg\:tw--mb-14{
    margin-bottom:-3.5rem
  }

  .lg\:tw--mb-16{
    margin-bottom:-4rem
  }

  .lg\:tw--mb-20{
    margin-bottom:-5rem
  }

  .lg\:tw--mb-24{
    margin-bottom:-6rem
  }

  .lg\:tw--mb-28{
    margin-bottom:-7rem
  }

  .lg\:tw--mb-32{
    margin-bottom:-8rem
  }

  .lg\:tw--mb-36{
    margin-bottom:-9rem
  }

  .lg\:tw--mb-40{
    margin-bottom:-10rem
  }

  .lg\:tw--mb-44{
    margin-bottom:-11rem
  }

  .lg\:tw--mb-48{
    margin-bottom:-12rem
  }

  .lg\:tw--mb-52{
    margin-bottom:-13rem
  }

  .lg\:tw--mb-56{
    margin-bottom:-14rem
  }

  .lg\:tw--mb-60{
    margin-bottom:-15rem
  }

  .lg\:tw--mb-64{
    margin-bottom:-16rem
  }

  .lg\:tw--mb-72{
    margin-bottom:-18rem
  }

  .lg\:tw--mb-80{
    margin-bottom:-20rem
  }

  .lg\:tw--mb-96{
    margin-bottom:-24rem
  }

  .lg\:tw--mb-px{
    margin-bottom:-1px
  }

  .lg\:tw--mb-0\.5{
    margin-bottom:-0.125rem
  }

  .lg\:tw--mb-1\.5{
    margin-bottom:-0.375rem
  }

  .lg\:tw--mb-2\.5{
    margin-bottom:-0.625rem
  }

  .lg\:tw--mb-3\.5{
    margin-bottom:-0.875rem
  }

  .lg\:tw-ml-0{
    margin-left:0px
  }

  .lg\:tw-ml-1{
    margin-left:0.25rem
  }

  .lg\:tw-ml-2{
    margin-left:0.5rem
  }

  .lg\:tw-ml-3{
    margin-left:0.75rem
  }

  .lg\:tw-ml-4{
    margin-left:1rem
  }

  .lg\:tw-ml-5{
    margin-left:1.25rem
  }

  .lg\:tw-ml-6{
    margin-left:1.5rem
  }

  .lg\:tw-ml-7{
    margin-left:1.75rem
  }

  .lg\:tw-ml-8{
    margin-left:2rem
  }

  .lg\:tw-ml-9{
    margin-left:2.25rem
  }

  .lg\:tw-ml-10{
    margin-left:2.5rem
  }

  .lg\:tw-ml-11{
    margin-left:2.75rem
  }

  .lg\:tw-ml-12{
    margin-left:3rem
  }

  .lg\:tw-ml-14{
    margin-left:3.5rem
  }

  .lg\:tw-ml-16{
    margin-left:4rem
  }

  .lg\:tw-ml-20{
    margin-left:5rem
  }

  .lg\:tw-ml-24{
    margin-left:6rem
  }

  .lg\:tw-ml-28{
    margin-left:7rem
  }

  .lg\:tw-ml-32{
    margin-left:8rem
  }

  .lg\:tw-ml-36{
    margin-left:9rem
  }

  .lg\:tw-ml-40{
    margin-left:10rem
  }

  .lg\:tw-ml-44{
    margin-left:11rem
  }

  .lg\:tw-ml-48{
    margin-left:12rem
  }

  .lg\:tw-ml-52{
    margin-left:13rem
  }

  .lg\:tw-ml-56{
    margin-left:14rem
  }

  .lg\:tw-ml-60{
    margin-left:15rem
  }

  .lg\:tw-ml-64{
    margin-left:16rem
  }

  .lg\:tw-ml-72{
    margin-left:18rem
  }

  .lg\:tw-ml-80{
    margin-left:20rem
  }

  .lg\:tw-ml-96{
    margin-left:24rem
  }

  .lg\:tw-ml-auto{
    margin-left:auto
  }

  .lg\:tw-ml-px{
    margin-left:1px
  }

  .lg\:tw-ml-0\.5{
    margin-left:0.125rem
  }

  .lg\:tw-ml-1\.5{
    margin-left:0.375rem
  }

  .lg\:tw-ml-2\.5{
    margin-left:0.625rem
  }

  .lg\:tw-ml-3\.5{
    margin-left:0.875rem
  }

  .lg\:tw--ml-0{
    margin-left:0px
  }

  .lg\:tw--ml-1{
    margin-left:-0.25rem
  }

  .lg\:tw--ml-2{
    margin-left:-0.5rem
  }

  .lg\:tw--ml-3{
    margin-left:-0.75rem
  }

  .lg\:tw--ml-4{
    margin-left:-1rem
  }

  .lg\:tw--ml-5{
    margin-left:-1.25rem
  }

  .lg\:tw--ml-6{
    margin-left:-1.5rem
  }

  .lg\:tw--ml-7{
    margin-left:-1.75rem
  }

  .lg\:tw--ml-8{
    margin-left:-2rem
  }

  .lg\:tw--ml-9{
    margin-left:-2.25rem
  }

  .lg\:tw--ml-10{
    margin-left:-2.5rem
  }

  .lg\:tw--ml-11{
    margin-left:-2.75rem
  }

  .lg\:tw--ml-12{
    margin-left:-3rem
  }

  .lg\:tw--ml-14{
    margin-left:-3.5rem
  }

  .lg\:tw--ml-16{
    margin-left:-4rem
  }

  .lg\:tw--ml-20{
    margin-left:-5rem
  }

  .lg\:tw--ml-24{
    margin-left:-6rem
  }

  .lg\:tw--ml-28{
    margin-left:-7rem
  }

  .lg\:tw--ml-32{
    margin-left:-8rem
  }

  .lg\:tw--ml-36{
    margin-left:-9rem
  }

  .lg\:tw--ml-40{
    margin-left:-10rem
  }

  .lg\:tw--ml-44{
    margin-left:-11rem
  }

  .lg\:tw--ml-48{
    margin-left:-12rem
  }

  .lg\:tw--ml-52{
    margin-left:-13rem
  }

  .lg\:tw--ml-56{
    margin-left:-14rem
  }

  .lg\:tw--ml-60{
    margin-left:-15rem
  }

  .lg\:tw--ml-64{
    margin-left:-16rem
  }

  .lg\:tw--ml-72{
    margin-left:-18rem
  }

  .lg\:tw--ml-80{
    margin-left:-20rem
  }

  .lg\:tw--ml-96{
    margin-left:-24rem
  }

  .lg\:tw--ml-px{
    margin-left:-1px
  }

  .lg\:tw--ml-0\.5{
    margin-left:-0.125rem
  }

  .lg\:tw--ml-1\.5{
    margin-left:-0.375rem
  }

  .lg\:tw--ml-2\.5{
    margin-left:-0.625rem
  }

  .lg\:tw--ml-3\.5{
    margin-left:-0.875rem
  }

  .lg\:tw-box-border{
    box-sizing:border-box
  }

  .lg\:tw-box-content{
    box-sizing:content-box
  }

  .lg\:tw-block{
    display:block
  }

  .lg\:tw-inline-block{
    display:inline-block
  }

  .lg\:tw-inline{
    display:inline
  }

  .lg\:tw-flex{
    display:flex
  }

  .lg\:tw-inline-flex{
    display:inline-flex
  }

  .lg\:tw-table{
    display:table
  }

  .lg\:tw-inline-table{
    display:inline-table
  }

  .lg\:tw-table-caption{
    display:table-caption
  }

  .lg\:tw-table-cell{
    display:table-cell
  }

  .lg\:tw-table-column{
    display:table-column
  }

  .lg\:tw-table-column-group{
    display:table-column-group
  }

  .lg\:tw-table-footer-group{
    display:table-footer-group
  }

  .lg\:tw-table-header-group{
    display:table-header-group
  }

  .lg\:tw-table-row-group{
    display:table-row-group
  }

  .lg\:tw-table-row{
    display:table-row
  }

  .lg\:tw-flow-root{
    display:flow-root
  }

  .lg\:tw-grid{
    display:grid
  }

  .lg\:tw-inline-grid{
    display:inline-grid
  }

  .lg\:tw-contents{
    display:contents
  }

  .lg\:tw-list-item{
    display:list-item
  }

  .lg\:tw-hidden{
    display:none
  }

  .lg\:tw-h-0{
    height:0px
  }

  .lg\:tw-h-1{
    height:0.25rem
  }

  .lg\:tw-h-2{
    height:0.5rem
  }

  .lg\:tw-h-3{
    height:0.75rem
  }

  .lg\:tw-h-4{
    height:1rem
  }

  .lg\:tw-h-5{
    height:1.25rem
  }

  .lg\:tw-h-6{
    height:1.5rem
  }

  .lg\:tw-h-7{
    height:1.75rem
  }

  .lg\:tw-h-8{
    height:2rem
  }

  .lg\:tw-h-9{
    height:2.25rem
  }

  .lg\:tw-h-10{
    height:2.5rem
  }

  .lg\:tw-h-11{
    height:2.75rem
  }

  .lg\:tw-h-12{
    height:3rem
  }

  .lg\:tw-h-14{
    height:3.5rem
  }

  .lg\:tw-h-16{
    height:4rem
  }

  .lg\:tw-h-20{
    height:5rem
  }

  .lg\:tw-h-24{
    height:6rem
  }

  .lg\:tw-h-28{
    height:7rem
  }

  .lg\:tw-h-32{
    height:8rem
  }

  .lg\:tw-h-36{
    height:9rem
  }

  .lg\:tw-h-40{
    height:10rem
  }

  .lg\:tw-h-44{
    height:11rem
  }

  .lg\:tw-h-48{
    height:12rem
  }

  .lg\:tw-h-52{
    height:13rem
  }

  .lg\:tw-h-56{
    height:14rem
  }

  .lg\:tw-h-60{
    height:15rem
  }

  .lg\:tw-h-64{
    height:16rem
  }

  .lg\:tw-h-72{
    height:18rem
  }

  .lg\:tw-h-80{
    height:20rem
  }

  .lg\:tw-h-96{
    height:24rem
  }

  .lg\:tw-h-auto{
    height:auto
  }

  .lg\:tw-h-px{
    height:1px
  }

  .lg\:tw-h-0\.5{
    height:0.125rem
  }

  .lg\:tw-h-1\.5{
    height:0.375rem
  }

  .lg\:tw-h-2\.5{
    height:0.625rem
  }

  .lg\:tw-h-3\.5{
    height:0.875rem
  }

  .lg\:tw-h-1\/2{
    height:50%
  }

  .lg\:tw-h-1\/3{
    height:33.333333%
  }

  .lg\:tw-h-2\/3{
    height:66.666667%
  }

  .lg\:tw-h-1\/4{
    height:25%
  }

  .lg\:tw-h-2\/4{
    height:50%
  }

  .lg\:tw-h-3\/4{
    height:75%
  }

  .lg\:tw-h-1\/5{
    height:20%
  }

  .lg\:tw-h-2\/5{
    height:40%
  }

  .lg\:tw-h-3\/5{
    height:60%
  }

  .lg\:tw-h-4\/5{
    height:80%
  }

  .lg\:tw-h-1\/6{
    height:16.666667%
  }

  .lg\:tw-h-2\/6{
    height:33.333333%
  }

  .lg\:tw-h-3\/6{
    height:50%
  }

  .lg\:tw-h-4\/6{
    height:66.666667%
  }

  .lg\:tw-h-5\/6{
    height:83.333333%
  }

  .lg\:tw-h-full{
    height:100%
  }

  .lg\:tw-h-screen{
    height:100vh
  }

  .lg\:tw-max-h-0{
    max-height:0px
  }

  .lg\:tw-max-h-1{
    max-height:0.25rem
  }

  .lg\:tw-max-h-2{
    max-height:0.5rem
  }

  .lg\:tw-max-h-3{
    max-height:0.75rem
  }

  .lg\:tw-max-h-4{
    max-height:1rem
  }

  .lg\:tw-max-h-5{
    max-height:1.25rem
  }

  .lg\:tw-max-h-6{
    max-height:1.5rem
  }

  .lg\:tw-max-h-7{
    max-height:1.75rem
  }

  .lg\:tw-max-h-8{
    max-height:2rem
  }

  .lg\:tw-max-h-9{
    max-height:2.25rem
  }

  .lg\:tw-max-h-10{
    max-height:2.5rem
  }

  .lg\:tw-max-h-11{
    max-height:2.75rem
  }

  .lg\:tw-max-h-12{
    max-height:3rem
  }

  .lg\:tw-max-h-14{
    max-height:3.5rem
  }

  .lg\:tw-max-h-16{
    max-height:4rem
  }

  .lg\:tw-max-h-20{
    max-height:5rem
  }

  .lg\:tw-max-h-24{
    max-height:6rem
  }

  .lg\:tw-max-h-28{
    max-height:7rem
  }

  .lg\:tw-max-h-32{
    max-height:8rem
  }

  .lg\:tw-max-h-36{
    max-height:9rem
  }

  .lg\:tw-max-h-40{
    max-height:10rem
  }

  .lg\:tw-max-h-44{
    max-height:11rem
  }

  .lg\:tw-max-h-48{
    max-height:12rem
  }

  .lg\:tw-max-h-52{
    max-height:13rem
  }

  .lg\:tw-max-h-56{
    max-height:14rem
  }

  .lg\:tw-max-h-60{
    max-height:15rem
  }

  .lg\:tw-max-h-64{
    max-height:16rem
  }

  .lg\:tw-max-h-72{
    max-height:18rem
  }

  .lg\:tw-max-h-80{
    max-height:20rem
  }

  .lg\:tw-max-h-96{
    max-height:24rem
  }

  .lg\:tw-max-h-px{
    max-height:1px
  }

  .lg\:tw-max-h-0\.5{
    max-height:0.125rem
  }

  .lg\:tw-max-h-1\.5{
    max-height:0.375rem
  }

  .lg\:tw-max-h-2\.5{
    max-height:0.625rem
  }

  .lg\:tw-max-h-3\.5{
    max-height:0.875rem
  }

  .lg\:tw-max-h-full{
    max-height:100%
  }

  .lg\:tw-max-h-screen{
    max-height:100vh
  }

  .lg\:tw-min-h-0{
    min-height:0px
  }

  .lg\:tw-min-h-full{
    min-height:100%
  }

  .lg\:tw-min-h-screen{
    min-height:100vh
  }

  .lg\:tw-w-0{
    width:0px
  }

  .lg\:tw-w-1{
    width:0.25rem
  }

  .lg\:tw-w-2{
    width:0.5rem
  }

  .lg\:tw-w-3{
    width:0.75rem
  }

  .lg\:tw-w-4{
    width:1rem
  }

  .lg\:tw-w-5{
    width:1.25rem
  }

  .lg\:tw-w-6{
    width:1.5rem
  }

  .lg\:tw-w-7{
    width:1.75rem
  }

  .lg\:tw-w-8{
    width:2rem
  }

  .lg\:tw-w-9{
    width:2.25rem
  }

  .lg\:tw-w-10{
    width:2.5rem
  }

  .lg\:tw-w-11{
    width:2.75rem
  }

  .lg\:tw-w-12{
    width:3rem
  }

  .lg\:tw-w-14{
    width:3.5rem
  }

  .lg\:tw-w-16{
    width:4rem
  }

  .lg\:tw-w-20{
    width:5rem
  }

  .lg\:tw-w-24{
    width:6rem
  }

  .lg\:tw-w-28{
    width:7rem
  }

  .lg\:tw-w-32{
    width:8rem
  }

  .lg\:tw-w-36{
    width:9rem
  }

  .lg\:tw-w-40{
    width:10rem
  }

  .lg\:tw-w-44{
    width:11rem
  }

  .lg\:tw-w-48{
    width:12rem
  }

  .lg\:tw-w-52{
    width:13rem
  }

  .lg\:tw-w-56{
    width:14rem
  }

  .lg\:tw-w-60{
    width:15rem
  }

  .lg\:tw-w-64{
    width:16rem
  }

  .lg\:tw-w-72{
    width:18rem
  }

  .lg\:tw-w-80{
    width:20rem
  }

  .lg\:tw-w-96{
    width:24rem
  }

  .lg\:tw-w-auto{
    width:auto
  }

  .lg\:tw-w-px{
    width:1px
  }

  .lg\:tw-w-0\.5{
    width:0.125rem
  }

  .lg\:tw-w-1\.5{
    width:0.375rem
  }

  .lg\:tw-w-2\.5{
    width:0.625rem
  }

  .lg\:tw-w-3\.5{
    width:0.875rem
  }

  .lg\:tw-w-1\/2{
    width:50%
  }

  .lg\:tw-w-1\/3{
    width:33.333333%
  }

  .lg\:tw-w-2\/3{
    width:66.666667%
  }

  .lg\:tw-w-1\/4{
    width:25%
  }

  .lg\:tw-w-2\/4{
    width:50%
  }

  .lg\:tw-w-3\/4{
    width:75%
  }

  .lg\:tw-w-1\/5{
    width:20%
  }

  .lg\:tw-w-2\/5{
    width:40%
  }

  .lg\:tw-w-3\/5{
    width:60%
  }

  .lg\:tw-w-4\/5{
    width:80%
  }

  .lg\:tw-w-1\/6{
    width:16.666667%
  }

  .lg\:tw-w-2\/6{
    width:33.333333%
  }

  .lg\:tw-w-3\/6{
    width:50%
  }

  .lg\:tw-w-4\/6{
    width:66.666667%
  }

  .lg\:tw-w-5\/6{
    width:83.333333%
  }

  .lg\:tw-w-1\/12{
    width:8.333333%
  }

  .lg\:tw-w-2\/12{
    width:16.666667%
  }

  .lg\:tw-w-3\/12{
    width:25%
  }

  .lg\:tw-w-4\/12{
    width:33.333333%
  }

  .lg\:tw-w-5\/12{
    width:41.666667%
  }

  .lg\:tw-w-6\/12{
    width:50%
  }

  .lg\:tw-w-7\/12{
    width:58.333333%
  }

  .lg\:tw-w-8\/12{
    width:66.666667%
  }

  .lg\:tw-w-9\/12{
    width:75%
  }

  .lg\:tw-w-10\/12{
    width:83.333333%
  }

  .lg\:tw-w-11\/12{
    width:91.666667%
  }

  .lg\:tw-w-full{
    width:100%
  }

  .lg\:tw-w-screen{
    width:100vw
  }

  .lg\:tw-w-min{
    width:min-content
  }

  .lg\:tw-w-max{
    width:max-content
  }

  .lg\:tw-min-w-0{
    min-width:0px
  }

  .lg\:tw-min-w-full{
    min-width:100%
  }

  .lg\:tw-min-w-min{
    min-width:min-content
  }

  .lg\:tw-min-w-max{
    min-width:max-content
  }

  .lg\:tw-max-w-0{
    max-width:0rem
  }

  .lg\:tw-max-w-none{
    max-width:none
  }

  .lg\:tw-max-w-xs{
    max-width:20rem
  }

  .lg\:tw-max-w-sm{
    max-width:24rem
  }

  .lg\:tw-max-w-md{
    max-width:28rem
  }

  .lg\:tw-max-w-lg{
    max-width:32rem
  }

  .lg\:tw-max-w-xl{
    max-width:36rem
  }

  .lg\:tw-max-w-2xl{
    max-width:42rem
  }

  .lg\:tw-max-w-3xl{
    max-width:48rem
  }

  .lg\:tw-max-w-4xl{
    max-width:56rem
  }

  .lg\:tw-max-w-5xl{
    max-width:64rem
  }

  .lg\:tw-max-w-6xl{
    max-width:72rem
  }

  .lg\:tw-max-w-7xl{
    max-width:80rem
  }

  .lg\:tw-max-w-full{
    max-width:100%
  }

  .lg\:tw-max-w-min{
    max-width:min-content
  }

  .lg\:tw-max-w-max{
    max-width:max-content
  }

  .lg\:tw-max-w-prose{
    max-width:65ch
  }

  .lg\:tw-max-w-screen-sm{
    max-width:640px
  }

  .lg\:tw-max-w-screen-md{
    max-width:768px
  }

  .lg\:tw-max-w-screen-lg{
    max-width:1024px
  }

  .lg\:tw-max-w-screen-xl{
    max-width:1280px
  }

  .lg\:tw-max-w-screen-2xl{
    max-width:1536px
  }

  .lg\:tw-flex-1{
    flex:1 1 0%
  }

  .lg\:tw-flex-auto{
    flex:1 1 auto
  }

  .lg\:tw-flex-initial{
    flex:0 1 auto
  }

  .lg\:tw-flex-none{
    flex:none
  }

  .lg\:tw-flex-shrink-0{
    flex-shrink:0
  }

  .lg\:tw-flex-shrink{
    flex-shrink:1
  }

  .lg\:tw-flex-grow-0{
    flex-grow:0
  }

  .lg\:tw-flex-grow{
    flex-grow:1
  }

  .lg\:tw-table-auto{
    table-layout:auto
  }

  .lg\:tw-table-fixed{
    table-layout:fixed
  }

  .lg\:tw-border-collapse{
    border-collapse:collapse
  }

  .lg\:tw-border-separate{
    border-collapse:separate
  }

  .lg\:tw-origin-center{
    transform-origin:center
  }

  .lg\:tw-origin-top{
    transform-origin:top
  }

  .lg\:tw-origin-top-right{
    transform-origin:top right
  }

  .lg\:tw-origin-right{
    transform-origin:right
  }

  .lg\:tw-origin-bottom-right{
    transform-origin:bottom right
  }

  .lg\:tw-origin-bottom{
    transform-origin:bottom
  }

  .lg\:tw-origin-bottom-left{
    transform-origin:bottom left
  }

  .lg\:tw-origin-left{
    transform-origin:left
  }

  .lg\:tw-origin-top-left{
    transform-origin:top left
  }

  .lg\:tw-transform{
    --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;
    transform:translateX(var(--tw-translate-x)) translateY(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\:tw-transform-gpu{
    --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;
    transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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\:tw-transform-none{
    transform:none
  }

  .lg\:tw-translate-x-0{
    --tw-translate-x:0px
  }

  .lg\:tw-translate-x-1{
    --tw-translate-x:0.25rem
  }

  .lg\:tw-translate-x-2{
    --tw-translate-x:0.5rem
  }

  .lg\:tw-translate-x-3{
    --tw-translate-x:0.75rem
  }

  .lg\:tw-translate-x-4{
    --tw-translate-x:1rem
  }

  .lg\:tw-translate-x-5{
    --tw-translate-x:1.25rem
  }

  .lg\:tw-translate-x-6{
    --tw-translate-x:1.5rem
  }

  .lg\:tw-translate-x-7{
    --tw-translate-x:1.75rem
  }

  .lg\:tw-translate-x-8{
    --tw-translate-x:2rem
  }

  .lg\:tw-translate-x-9{
    --tw-translate-x:2.25rem
  }

  .lg\:tw-translate-x-10{
    --tw-translate-x:2.5rem
  }

  .lg\:tw-translate-x-11{
    --tw-translate-x:2.75rem
  }

  .lg\:tw-translate-x-12{
    --tw-translate-x:3rem
  }

  .lg\:tw-translate-x-14{
    --tw-translate-x:3.5rem
  }

  .lg\:tw-translate-x-16{
    --tw-translate-x:4rem
  }

  .lg\:tw-translate-x-20{
    --tw-translate-x:5rem
  }

  .lg\:tw-translate-x-24{
    --tw-translate-x:6rem
  }

  .lg\:tw-translate-x-28{
    --tw-translate-x:7rem
  }

  .lg\:tw-translate-x-32{
    --tw-translate-x:8rem
  }

  .lg\:tw-translate-x-36{
    --tw-translate-x:9rem
  }

  .lg\:tw-translate-x-40{
    --tw-translate-x:10rem
  }

  .lg\:tw-translate-x-44{
    --tw-translate-x:11rem
  }

  .lg\:tw-translate-x-48{
    --tw-translate-x:12rem
  }

  .lg\:tw-translate-x-52{
    --tw-translate-x:13rem
  }

  .lg\:tw-translate-x-56{
    --tw-translate-x:14rem
  }

  .lg\:tw-translate-x-60{
    --tw-translate-x:15rem
  }

  .lg\:tw-translate-x-64{
    --tw-translate-x:16rem
  }

  .lg\:tw-translate-x-72{
    --tw-translate-x:18rem
  }

  .lg\:tw-translate-x-80{
    --tw-translate-x:20rem
  }

  .lg\:tw-translate-x-96{
    --tw-translate-x:24rem
  }

  .lg\:tw-translate-x-px{
    --tw-translate-x:1px
  }

  .lg\:tw-translate-x-0\.5{
    --tw-translate-x:0.125rem
  }

  .lg\:tw-translate-x-1\.5{
    --tw-translate-x:0.375rem
  }

  .lg\:tw-translate-x-2\.5{
    --tw-translate-x:0.625rem
  }

  .lg\:tw-translate-x-3\.5{
    --tw-translate-x:0.875rem
  }

  .lg\:tw--translate-x-0{
    --tw-translate-x:0px
  }

  .lg\:tw--translate-x-1{
    --tw-translate-x:-0.25rem
  }

  .lg\:tw--translate-x-2{
    --tw-translate-x:-0.5rem
  }

  .lg\:tw--translate-x-3{
    --tw-translate-x:-0.75rem
  }

  .lg\:tw--translate-x-4{
    --tw-translate-x:-1rem
  }

  .lg\:tw--translate-x-5{
    --tw-translate-x:-1.25rem
  }

  .lg\:tw--translate-x-6{
    --tw-translate-x:-1.5rem
  }

  .lg\:tw--translate-x-7{
    --tw-translate-x:-1.75rem
  }

  .lg\:tw--translate-x-8{
    --tw-translate-x:-2rem
  }

  .lg\:tw--translate-x-9{
    --tw-translate-x:-2.25rem
  }

  .lg\:tw--translate-x-10{
    --tw-translate-x:-2.5rem
  }

  .lg\:tw--translate-x-11{
    --tw-translate-x:-2.75rem
  }

  .lg\:tw--translate-x-12{
    --tw-translate-x:-3rem
  }

  .lg\:tw--translate-x-14{
    --tw-translate-x:-3.5rem
  }

  .lg\:tw--translate-x-16{
    --tw-translate-x:-4rem
  }

  .lg\:tw--translate-x-20{
    --tw-translate-x:-5rem
  }

  .lg\:tw--translate-x-24{
    --tw-translate-x:-6rem
  }

  .lg\:tw--translate-x-28{
    --tw-translate-x:-7rem
  }

  .lg\:tw--translate-x-32{
    --tw-translate-x:-8rem
  }

  .lg\:tw--translate-x-36{
    --tw-translate-x:-9rem
  }

  .lg\:tw--translate-x-40{
    --tw-translate-x:-10rem
  }

  .lg\:tw--translate-x-44{
    --tw-translate-x:-11rem
  }

  .lg\:tw--translate-x-48{
    --tw-translate-x:-12rem
  }

  .lg\:tw--translate-x-52{
    --tw-translate-x:-13rem
  }

  .lg\:tw--translate-x-56{
    --tw-translate-x:-14rem
  }

  .lg\:tw--translate-x-60{
    --tw-translate-x:-15rem
  }

  .lg\:tw--translate-x-64{
    --tw-translate-x:-16rem
  }

  .lg\:tw--translate-x-72{
    --tw-translate-x:-18rem
  }

  .lg\:tw--translate-x-80{
    --tw-translate-x:-20rem
  }

  .lg\:tw--translate-x-96{
    --tw-translate-x:-24rem
  }

  .lg\:tw--translate-x-px{
    --tw-translate-x:-1px
  }

  .lg\:tw--translate-x-0\.5{
    --tw-translate-x:-0.125rem
  }

  .lg\:tw--translate-x-1\.5{
    --tw-translate-x:-0.375rem
  }

  .lg\:tw--translate-x-2\.5{
    --tw-translate-x:-0.625rem
  }

  .lg\:tw--translate-x-3\.5{
    --tw-translate-x:-0.875rem
  }

  .lg\:tw-translate-x-1\/2{
    --tw-translate-x:50%
  }

  .lg\:tw-translate-x-1\/3{
    --tw-translate-x:33.333333%
  }

  .lg\:tw-translate-x-2\/3{
    --tw-translate-x:66.666667%
  }

  .lg\:tw-translate-x-1\/4{
    --tw-translate-x:25%
  }

  .lg\:tw-translate-x-2\/4{
    --tw-translate-x:50%
  }

  .lg\:tw-translate-x-3\/4{
    --tw-translate-x:75%
  }

  .lg\:tw-translate-x-full{
    --tw-translate-x:100%
  }

  .lg\:tw--translate-x-1\/2{
    --tw-translate-x:-50%
  }

  .lg\:tw--translate-x-1\/3{
    --tw-translate-x:-33.333333%
  }

  .lg\:tw--translate-x-2\/3{
    --tw-translate-x:-66.666667%
  }

  .lg\:tw--translate-x-1\/4{
    --tw-translate-x:-25%
  }

  .lg\:tw--translate-x-2\/4{
    --tw-translate-x:-50%
  }

  .lg\:tw--translate-x-3\/4{
    --tw-translate-x:-75%
  }

  .lg\:tw--translate-x-full{
    --tw-translate-x:-100%
  }

  .lg\:tw-translate-y-0{
    --tw-translate-y:0px
  }

  .lg\:tw-translate-y-1{
    --tw-translate-y:0.25rem
  }

  .lg\:tw-translate-y-2{
    --tw-translate-y:0.5rem
  }

  .lg\:tw-translate-y-3{
    --tw-translate-y:0.75rem
  }

  .lg\:tw-translate-y-4{
    --tw-translate-y:1rem
  }

  .lg\:tw-translate-y-5{
    --tw-translate-y:1.25rem
  }

  .lg\:tw-translate-y-6{
    --tw-translate-y:1.5rem
  }

  .lg\:tw-translate-y-7{
    --tw-translate-y:1.75rem
  }

  .lg\:tw-translate-y-8{
    --tw-translate-y:2rem
  }

  .lg\:tw-translate-y-9{
    --tw-translate-y:2.25rem
  }

  .lg\:tw-translate-y-10{
    --tw-translate-y:2.5rem
  }

  .lg\:tw-translate-y-11{
    --tw-translate-y:2.75rem
  }

  .lg\:tw-translate-y-12{
    --tw-translate-y:3rem
  }

  .lg\:tw-translate-y-14{
    --tw-translate-y:3.5rem
  }

  .lg\:tw-translate-y-16{
    --tw-translate-y:4rem
  }

  .lg\:tw-translate-y-20{
    --tw-translate-y:5rem
  }

  .lg\:tw-translate-y-24{
    --tw-translate-y:6rem
  }

  .lg\:tw-translate-y-28{
    --tw-translate-y:7rem
  }

  .lg\:tw-translate-y-32{
    --tw-translate-y:8rem
  }

  .lg\:tw-translate-y-36{
    --tw-translate-y:9rem
  }

  .lg\:tw-translate-y-40{
    --tw-translate-y:10rem
  }

  .lg\:tw-translate-y-44{
    --tw-translate-y:11rem
  }

  .lg\:tw-translate-y-48{
    --tw-translate-y:12rem
  }

  .lg\:tw-translate-y-52{
    --tw-translate-y:13rem
  }

  .lg\:tw-translate-y-56{
    --tw-translate-y:14rem
  }

  .lg\:tw-translate-y-60{
    --tw-translate-y:15rem
  }

  .lg\:tw-translate-y-64{
    --tw-translate-y:16rem
  }

  .lg\:tw-translate-y-72{
    --tw-translate-y:18rem
  }

  .lg\:tw-translate-y-80{
    --tw-translate-y:20rem
  }

  .lg\:tw-translate-y-96{
    --tw-translate-y:24rem
  }

  .lg\:tw-translate-y-px{
    --tw-translate-y:1px
  }

  .lg\:tw-translate-y-0\.5{
    --tw-translate-y:0.125rem
  }

  .lg\:tw-translate-y-1\.5{
    --tw-translate-y:0.375rem
  }

  .lg\:tw-translate-y-2\.5{
    --tw-translate-y:0.625rem
  }

  .lg\:tw-translate-y-3\.5{
    --tw-translate-y:0.875rem
  }

  .lg\:tw--translate-y-0{
    --tw-translate-y:0px
  }

  .lg\:tw--translate-y-1{
    --tw-translate-y:-0.25rem
  }

  .lg\:tw--translate-y-2{
    --tw-translate-y:-0.5rem
  }

  .lg\:tw--translate-y-3{
    --tw-translate-y:-0.75rem
  }

  .lg\:tw--translate-y-4{
    --tw-translate-y:-1rem
  }

  .lg\:tw--translate-y-5{
    --tw-translate-y:-1.25rem
  }

  .lg\:tw--translate-y-6{
    --tw-translate-y:-1.5rem
  }

  .lg\:tw--translate-y-7{
    --tw-translate-y:-1.75rem
  }

  .lg\:tw--translate-y-8{
    --tw-translate-y:-2rem
  }

  .lg\:tw--translate-y-9{
    --tw-translate-y:-2.25rem
  }

  .lg\:tw--translate-y-10{
    --tw-translate-y:-2.5rem
  }

  .lg\:tw--translate-y-11{
    --tw-translate-y:-2.75rem
  }

  .lg\:tw--translate-y-12{
    --tw-translate-y:-3rem
  }

  .lg\:tw--translate-y-14{
    --tw-translate-y:-3.5rem
  }

  .lg\:tw--translate-y-16{
    --tw-translate-y:-4rem
  }

  .lg\:tw--translate-y-20{
    --tw-translate-y:-5rem
  }

  .lg\:tw--translate-y-24{
    --tw-translate-y:-6rem
  }

  .lg\:tw--translate-y-28{
    --tw-translate-y:-7rem
  }

  .lg\:tw--translate-y-32{
    --tw-translate-y:-8rem
  }

  .lg\:tw--translate-y-36{
    --tw-translate-y:-9rem
  }

  .lg\:tw--translate-y-40{
    --tw-translate-y:-10rem
  }

  .lg\:tw--translate-y-44{
    --tw-translate-y:-11rem
  }

  .lg\:tw--translate-y-48{
    --tw-translate-y:-12rem
  }

  .lg\:tw--translate-y-52{
    --tw-translate-y:-13rem
  }

  .lg\:tw--translate-y-56{
    --tw-translate-y:-14rem
  }

  .lg\:tw--translate-y-60{
    --tw-translate-y:-15rem
  }

  .lg\:tw--translate-y-64{
    --tw-translate-y:-16rem
  }

  .lg\:tw--translate-y-72{
    --tw-translate-y:-18rem
  }

  .lg\:tw--translate-y-80{
    --tw-translate-y:-20rem
  }

  .lg\:tw--translate-y-96{
    --tw-translate-y:-24rem
  }

  .lg\:tw--translate-y-px{
    --tw-translate-y:-1px
  }

  .lg\:tw--translate-y-0\.5{
    --tw-translate-y:-0.125rem
  }

  .lg\:tw--translate-y-1\.5{
    --tw-translate-y:-0.375rem
  }

  .lg\:tw--translate-y-2\.5{
    --tw-translate-y:-0.625rem
  }

  .lg\:tw--translate-y-3\.5{
    --tw-translate-y:-0.875rem
  }

  .lg\:tw-translate-y-1\/2{
    --tw-translate-y:50%
  }

  .lg\:tw-translate-y-1\/3{
    --tw-translate-y:33.333333%
  }

  .lg\:tw-translate-y-2\/3{
    --tw-translate-y:66.666667%
  }

  .lg\:tw-translate-y-1\/4{
    --tw-translate-y:25%
  }

  .lg\:tw-translate-y-2\/4{
    --tw-translate-y:50%
  }

  .lg\:tw-translate-y-3\/4{
    --tw-translate-y:75%
  }

  .lg\:tw-translate-y-full{
    --tw-translate-y:100%
  }

  .lg\:tw--translate-y-1\/2{
    --tw-translate-y:-50%
  }

  .lg\:tw--translate-y-1\/3{
    --tw-translate-y:-33.333333%
  }

  .lg\:tw--translate-y-2\/3{
    --tw-translate-y:-66.666667%
  }

  .lg\:tw--translate-y-1\/4{
    --tw-translate-y:-25%
  }

  .lg\:tw--translate-y-2\/4{
    --tw-translate-y:-50%
  }

  .lg\:tw--translate-y-3\/4{
    --tw-translate-y:-75%
  }

  .lg\:tw--translate-y-full{
    --tw-translate-y:-100%
  }

  .lg\:hover\:tw-translate-x-0:hover{
    --tw-translate-x:0px
  }

  .lg\:hover\:tw-translate-x-1:hover{
    --tw-translate-x:0.25rem
  }

  .lg\:hover\:tw-translate-x-2:hover{
    --tw-translate-x:0.5rem
  }

  .lg\:hover\:tw-translate-x-3:hover{
    --tw-translate-x:0.75rem
  }

  .lg\:hover\:tw-translate-x-4:hover{
    --tw-translate-x:1rem
  }

  .lg\:hover\:tw-translate-x-5:hover{
    --tw-translate-x:1.25rem
  }

  .lg\:hover\:tw-translate-x-6:hover{
    --tw-translate-x:1.5rem
  }

  .lg\:hover\:tw-translate-x-7:hover{
    --tw-translate-x:1.75rem
  }

  .lg\:hover\:tw-translate-x-8:hover{
    --tw-translate-x:2rem
  }

  .lg\:hover\:tw-translate-x-9:hover{
    --tw-translate-x:2.25rem
  }

  .lg\:hover\:tw-translate-x-10:hover{
    --tw-translate-x:2.5rem
  }

  .lg\:hover\:tw-translate-x-11:hover{
    --tw-translate-x:2.75rem
  }

  .lg\:hover\:tw-translate-x-12:hover{
    --tw-translate-x:3rem
  }

  .lg\:hover\:tw-translate-x-14:hover{
    --tw-translate-x:3.5rem
  }

  .lg\:hover\:tw-translate-x-16:hover{
    --tw-translate-x:4rem
  }

  .lg\:hover\:tw-translate-x-20:hover{
    --tw-translate-x:5rem
  }

  .lg\:hover\:tw-translate-x-24:hover{
    --tw-translate-x:6rem
  }

  .lg\:hover\:tw-translate-x-28:hover{
    --tw-translate-x:7rem
  }

  .lg\:hover\:tw-translate-x-32:hover{
    --tw-translate-x:8rem
  }

  .lg\:hover\:tw-translate-x-36:hover{
    --tw-translate-x:9rem
  }

  .lg\:hover\:tw-translate-x-40:hover{
    --tw-translate-x:10rem
  }

  .lg\:hover\:tw-translate-x-44:hover{
    --tw-translate-x:11rem
  }

  .lg\:hover\:tw-translate-x-48:hover{
    --tw-translate-x:12rem
  }

  .lg\:hover\:tw-translate-x-52:hover{
    --tw-translate-x:13rem
  }

  .lg\:hover\:tw-translate-x-56:hover{
    --tw-translate-x:14rem
  }

  .lg\:hover\:tw-translate-x-60:hover{
    --tw-translate-x:15rem
  }

  .lg\:hover\:tw-translate-x-64:hover{
    --tw-translate-x:16rem
  }

  .lg\:hover\:tw-translate-x-72:hover{
    --tw-translate-x:18rem
  }

  .lg\:hover\:tw-translate-x-80:hover{
    --tw-translate-x:20rem
  }

  .lg\:hover\:tw-translate-x-96:hover{
    --tw-translate-x:24rem
  }

  .lg\:hover\:tw-translate-x-px:hover{
    --tw-translate-x:1px
  }

  .lg\:hover\:tw-translate-x-0\.5:hover{
    --tw-translate-x:0.125rem
  }

  .lg\:hover\:tw-translate-x-1\.5:hover{
    --tw-translate-x:0.375rem
  }

  .lg\:hover\:tw-translate-x-2\.5:hover{
    --tw-translate-x:0.625rem
  }

  .lg\:hover\:tw-translate-x-3\.5:hover{
    --tw-translate-x:0.875rem
  }

  .lg\:hover\:tw--translate-x-0:hover{
    --tw-translate-x:0px
  }

  .lg\:hover\:tw--translate-x-1:hover{
    --tw-translate-x:-0.25rem
  }

  .lg\:hover\:tw--translate-x-2:hover{
    --tw-translate-x:-0.5rem
  }

  .lg\:hover\:tw--translate-x-3:hover{
    --tw-translate-x:-0.75rem
  }

  .lg\:hover\:tw--translate-x-4:hover{
    --tw-translate-x:-1rem
  }

  .lg\:hover\:tw--translate-x-5:hover{
    --tw-translate-x:-1.25rem
  }

  .lg\:hover\:tw--translate-x-6:hover{
    --tw-translate-x:-1.5rem
  }

  .lg\:hover\:tw--translate-x-7:hover{
    --tw-translate-x:-1.75rem
  }

  .lg\:hover\:tw--translate-x-8:hover{
    --tw-translate-x:-2rem
  }

  .lg\:hover\:tw--translate-x-9:hover{
    --tw-translate-x:-2.25rem
  }

  .lg\:hover\:tw--translate-x-10:hover{
    --tw-translate-x:-2.5rem
  }

  .lg\:hover\:tw--translate-x-11:hover{
    --tw-translate-x:-2.75rem
  }

  .lg\:hover\:tw--translate-x-12:hover{
    --tw-translate-x:-3rem
  }

  .lg\:hover\:tw--translate-x-14:hover{
    --tw-translate-x:-3.5rem
  }

  .lg\:hover\:tw--translate-x-16:hover{
    --tw-translate-x:-4rem
  }

  .lg\:hover\:tw--translate-x-20:hover{
    --tw-translate-x:-5rem
  }

  .lg\:hover\:tw--translate-x-24:hover{
    --tw-translate-x:-6rem
  }

  .lg\:hover\:tw--translate-x-28:hover{
    --tw-translate-x:-7rem
  }

  .lg\:hover\:tw--translate-x-32:hover{
    --tw-translate-x:-8rem
  }

  .lg\:hover\:tw--translate-x-36:hover{
    --tw-translate-x:-9rem
  }

  .lg\:hover\:tw--translate-x-40:hover{
    --tw-translate-x:-10rem
  }

  .lg\:hover\:tw--translate-x-44:hover{
    --tw-translate-x:-11rem
  }

  .lg\:hover\:tw--translate-x-48:hover{
    --tw-translate-x:-12rem
  }

  .lg\:hover\:tw--translate-x-52:hover{
    --tw-translate-x:-13rem
  }

  .lg\:hover\:tw--translate-x-56:hover{
    --tw-translate-x:-14rem
  }

  .lg\:hover\:tw--translate-x-60:hover{
    --tw-translate-x:-15rem
  }

  .lg\:hover\:tw--translate-x-64:hover{
    --tw-translate-x:-16rem
  }

  .lg\:hover\:tw--translate-x-72:hover{
    --tw-translate-x:-18rem
  }

  .lg\:hover\:tw--translate-x-80:hover{
    --tw-translate-x:-20rem
  }

  .lg\:hover\:tw--translate-x-96:hover{
    --tw-translate-x:-24rem
  }

  .lg\:hover\:tw--translate-x-px:hover{
    --tw-translate-x:-1px
  }

  .lg\:hover\:tw--translate-x-0\.5:hover{
    --tw-translate-x:-0.125rem
  }

  .lg\:hover\:tw--translate-x-1\.5:hover{
    --tw-translate-x:-0.375rem
  }

  .lg\:hover\:tw--translate-x-2\.5:hover{
    --tw-translate-x:-0.625rem
  }

  .lg\:hover\:tw--translate-x-3\.5:hover{
    --tw-translate-x:-0.875rem
  }

  .lg\:hover\:tw-translate-x-1\/2:hover{
    --tw-translate-x:50%
  }

  .lg\:hover\:tw-translate-x-1\/3:hover{
    --tw-translate-x:33.333333%
  }

  .lg\:hover\:tw-translate-x-2\/3:hover{
    --tw-translate-x:66.666667%
  }

  .lg\:hover\:tw-translate-x-1\/4:hover{
    --tw-translate-x:25%
  }

  .lg\:hover\:tw-translate-x-2\/4:hover{
    --tw-translate-x:50%
  }

  .lg\:hover\:tw-translate-x-3\/4:hover{
    --tw-translate-x:75%
  }

  .lg\:hover\:tw-translate-x-full:hover{
    --tw-translate-x:100%
  }

  .lg\:hover\:tw--translate-x-1\/2:hover{
    --tw-translate-x:-50%
  }

  .lg\:hover\:tw--translate-x-1\/3:hover{
    --tw-translate-x:-33.333333%
  }

  .lg\:hover\:tw--translate-x-2\/3:hover{
    --tw-translate-x:-66.666667%
  }

  .lg\:hover\:tw--translate-x-1\/4:hover{
    --tw-translate-x:-25%
  }

  .lg\:hover\:tw--translate-x-2\/4:hover{
    --tw-translate-x:-50%
  }

  .lg\:hover\:tw--translate-x-3\/4:hover{
    --tw-translate-x:-75%
  }

  .lg\:hover\:tw--translate-x-full:hover{
    --tw-translate-x:-100%
  }

  .lg\:hover\:tw-translate-y-0:hover{
    --tw-translate-y:0px
  }

  .lg\:hover\:tw-translate-y-1:hover{
    --tw-translate-y:0.25rem
  }

  .lg\:hover\:tw-translate-y-2:hover{
    --tw-translate-y:0.5rem
  }

  .lg\:hover\:tw-translate-y-3:hover{
    --tw-translate-y:0.75rem
  }

  .lg\:hover\:tw-translate-y-4:hover{
    --tw-translate-y:1rem
  }

  .lg\:hover\:tw-translate-y-5:hover{
    --tw-translate-y:1.25rem
  }

  .lg\:hover\:tw-translate-y-6:hover{
    --tw-translate-y:1.5rem
  }

  .lg\:hover\:tw-translate-y-7:hover{
    --tw-translate-y:1.75rem
  }

  .lg\:hover\:tw-translate-y-8:hover{
    --tw-translate-y:2rem
  }

  .lg\:hover\:tw-translate-y-9:hover{
    --tw-translate-y:2.25rem
  }

  .lg\:hover\:tw-translate-y-10:hover{
    --tw-translate-y:2.5rem
  }

  .lg\:hover\:tw-translate-y-11:hover{
    --tw-translate-y:2.75rem
  }

  .lg\:hover\:tw-translate-y-12:hover{
    --tw-translate-y:3rem
  }

  .lg\:hover\:tw-translate-y-14:hover{
    --tw-translate-y:3.5rem
  }

  .lg\:hover\:tw-translate-y-16:hover{
    --tw-translate-y:4rem
  }

  .lg\:hover\:tw-translate-y-20:hover{
    --tw-translate-y:5rem
  }

  .lg\:hover\:tw-translate-y-24:hover{
    --tw-translate-y:6rem
  }

  .lg\:hover\:tw-translate-y-28:hover{
    --tw-translate-y:7rem
  }

  .lg\:hover\:tw-translate-y-32:hover{
    --tw-translate-y:8rem
  }

  .lg\:hover\:tw-translate-y-36:hover{
    --tw-translate-y:9rem
  }

  .lg\:hover\:tw-translate-y-40:hover{
    --tw-translate-y:10rem
  }

  .lg\:hover\:tw-translate-y-44:hover{
    --tw-translate-y:11rem
  }

  .lg\:hover\:tw-translate-y-48:hover{
    --tw-translate-y:12rem
  }

  .lg\:hover\:tw-translate-y-52:hover{
    --tw-translate-y:13rem
  }

  .lg\:hover\:tw-translate-y-56:hover{
    --tw-translate-y:14rem
  }

  .lg\:hover\:tw-translate-y-60:hover{
    --tw-translate-y:15rem
  }

  .lg\:hover\:tw-translate-y-64:hover{
    --tw-translate-y:16rem
  }

  .lg\:hover\:tw-translate-y-72:hover{
    --tw-translate-y:18rem
  }

  .lg\:hover\:tw-translate-y-80:hover{
    --tw-translate-y:20rem
  }

  .lg\:hover\:tw-translate-y-96:hover{
    --tw-translate-y:24rem
  }

  .lg\:hover\:tw-translate-y-px:hover{
    --tw-translate-y:1px
  }

  .lg\:hover\:tw-translate-y-0\.5:hover{
    --tw-translate-y:0.125rem
  }

  .lg\:hover\:tw-translate-y-1\.5:hover{
    --tw-translate-y:0.375rem
  }

  .lg\:hover\:tw-translate-y-2\.5:hover{
    --tw-translate-y:0.625rem
  }

  .lg\:hover\:tw-translate-y-3\.5:hover{
    --tw-translate-y:0.875rem
  }

  .lg\:hover\:tw--translate-y-0:hover{
    --tw-translate-y:0px
  }

  .lg\:hover\:tw--translate-y-1:hover{
    --tw-translate-y:-0.25rem
  }

  .lg\:hover\:tw--translate-y-2:hover{
    --tw-translate-y:-0.5rem
  }

  .lg\:hover\:tw--translate-y-3:hover{
    --tw-translate-y:-0.75rem
  }

  .lg\:hover\:tw--translate-y-4:hover{
    --tw-translate-y:-1rem
  }

  .lg\:hover\:tw--translate-y-5:hover{
    --tw-translate-y:-1.25rem
  }

  .lg\:hover\:tw--translate-y-6:hover{
    --tw-translate-y:-1.5rem
  }

  .lg\:hover\:tw--translate-y-7:hover{
    --tw-translate-y:-1.75rem
  }

  .lg\:hover\:tw--translate-y-8:hover{
    --tw-translate-y:-2rem
  }

  .lg\:hover\:tw--translate-y-9:hover{
    --tw-translate-y:-2.25rem
  }

  .lg\:hover\:tw--translate-y-10:hover{
    --tw-translate-y:-2.5rem
  }

  .lg\:hover\:tw--translate-y-11:hover{
    --tw-translate-y:-2.75rem
  }

  .lg\:hover\:tw--translate-y-12:hover{
    --tw-translate-y:-3rem
  }

  .lg\:hover\:tw--translate-y-14:hover{
    --tw-translate-y:-3.5rem
  }

  .lg\:hover\:tw--translate-y-16:hover{
    --tw-translate-y:-4rem
  }

  .lg\:hover\:tw--translate-y-20:hover{
    --tw-translate-y:-5rem
  }

  .lg\:hover\:tw--translate-y-24:hover{
    --tw-translate-y:-6rem
  }

  .lg\:hover\:tw--translate-y-28:hover{
    --tw-translate-y:-7rem
  }

  .lg\:hover\:tw--translate-y-32:hover{
    --tw-translate-y:-8rem
  }

  .lg\:hover\:tw--translate-y-36:hover{
    --tw-translate-y:-9rem
  }

  .lg\:hover\:tw--translate-y-40:hover{
    --tw-translate-y:-10rem
  }

  .lg\:hover\:tw--translate-y-44:hover{
    --tw-translate-y:-11rem
  }

  .lg\:hover\:tw--translate-y-48:hover{
    --tw-translate-y:-12rem
  }

  .lg\:hover\:tw--translate-y-52:hover{
    --tw-translate-y:-13rem
  }

  .lg\:hover\:tw--translate-y-56:hover{
    --tw-translate-y:-14rem
  }

  .lg\:hover\:tw--translate-y-60:hover{
    --tw-translate-y:-15rem
  }

  .lg\:hover\:tw--translate-y-64:hover{
    --tw-translate-y:-16rem
  }

  .lg\:hover\:tw--translate-y-72:hover{
    --tw-translate-y:-18rem
  }

  .lg\:hover\:tw--translate-y-80:hover{
    --tw-translate-y:-20rem
  }

  .lg\:hover\:tw--translate-y-96:hover{
    --tw-translate-y:-24rem
  }

  .lg\:hover\:tw--translate-y-px:hover{
    --tw-translate-y:-1px
  }

  .lg\:hover\:tw--translate-y-0\.5:hover{
    --tw-translate-y:-0.125rem
  }

  .lg\:hover\:tw--translate-y-1\.5:hover{
    --tw-translate-y:-0.375rem
  }

  .lg\:hover\:tw--translate-y-2\.5:hover{
    --tw-translate-y:-0.625rem
  }

  .lg\:hover\:tw--translate-y-3\.5:hover{
    --tw-translate-y:-0.875rem
  }

  .lg\:hover\:tw-translate-y-1\/2:hover{
    --tw-translate-y:50%
  }

  .lg\:hover\:tw-translate-y-1\/3:hover{
    --tw-translate-y:33.333333%
  }

  .lg\:hover\:tw-translate-y-2\/3:hover{
    --tw-translate-y:66.666667%
  }

  .lg\:hover\:tw-translate-y-1\/4:hover{
    --tw-translate-y:25%
  }

  .lg\:hover\:tw-translate-y-2\/4:hover{
    --tw-translate-y:50%
  }

  .lg\:hover\:tw-translate-y-3\/4:hover{
    --tw-translate-y:75%
  }

  .lg\:hover\:tw-translate-y-full:hover{
    --tw-translate-y:100%
  }

  .lg\:hover\:tw--translate-y-1\/2:hover{
    --tw-translate-y:-50%
  }

  .lg\:hover\:tw--translate-y-1\/3:hover{
    --tw-translate-y:-33.333333%
  }

  .lg\:hover\:tw--translate-y-2\/3:hover{
    --tw-translate-y:-66.666667%
  }

  .lg\:hover\:tw--translate-y-1\/4:hover{
    --tw-translate-y:-25%
  }

  .lg\:hover\:tw--translate-y-2\/4:hover{
    --tw-translate-y:-50%
  }

  .lg\:hover\:tw--translate-y-3\/4:hover{
    --tw-translate-y:-75%
  }

  .lg\:hover\:tw--translate-y-full:hover{
    --tw-translate-y:-100%
  }

  .lg\:focus\:tw-translate-x-0:focus{
    --tw-translate-x:0px
  }

  .lg\:focus\:tw-translate-x-1:focus{
    --tw-translate-x:0.25rem
  }

  .lg\:focus\:tw-translate-x-2:focus{
    --tw-translate-x:0.5rem
  }

  .lg\:focus\:tw-translate-x-3:focus{
    --tw-translate-x:0.75rem
  }

  .lg\:focus\:tw-translate-x-4:focus{
    --tw-translate-x:1rem
  }

  .lg\:focus\:tw-translate-x-5:focus{
    --tw-translate-x:1.25rem
  }

  .lg\:focus\:tw-translate-x-6:focus{
    --tw-translate-x:1.5rem
  }

  .lg\:focus\:tw-translate-x-7:focus{
    --tw-translate-x:1.75rem
  }

  .lg\:focus\:tw-translate-x-8:focus{
    --tw-translate-x:2rem
  }

  .lg\:focus\:tw-translate-x-9:focus{
    --tw-translate-x:2.25rem
  }

  .lg\:focus\:tw-translate-x-10:focus{
    --tw-translate-x:2.5rem
  }

  .lg\:focus\:tw-translate-x-11:focus{
    --tw-translate-x:2.75rem
  }

  .lg\:focus\:tw-translate-x-12:focus{
    --tw-translate-x:3rem
  }

  .lg\:focus\:tw-translate-x-14:focus{
    --tw-translate-x:3.5rem
  }

  .lg\:focus\:tw-translate-x-16:focus{
    --tw-translate-x:4rem
  }

  .lg\:focus\:tw-translate-x-20:focus{
    --tw-translate-x:5rem
  }

  .lg\:focus\:tw-translate-x-24:focus{
    --tw-translate-x:6rem
  }

  .lg\:focus\:tw-translate-x-28:focus{
    --tw-translate-x:7rem
  }

  .lg\:focus\:tw-translate-x-32:focus{
    --tw-translate-x:8rem
  }

  .lg\:focus\:tw-translate-x-36:focus{
    --tw-translate-x:9rem
  }

  .lg\:focus\:tw-translate-x-40:focus{
    --tw-translate-x:10rem
  }

  .lg\:focus\:tw-translate-x-44:focus{
    --tw-translate-x:11rem
  }

  .lg\:focus\:tw-translate-x-48:focus{
    --tw-translate-x:12rem
  }

  .lg\:focus\:tw-translate-x-52:focus{
    --tw-translate-x:13rem
  }

  .lg\:focus\:tw-translate-x-56:focus{
    --tw-translate-x:14rem
  }

  .lg\:focus\:tw-translate-x-60:focus{
    --tw-translate-x:15rem
  }

  .lg\:focus\:tw-translate-x-64:focus{
    --tw-translate-x:16rem
  }

  .lg\:focus\:tw-translate-x-72:focus{
    --tw-translate-x:18rem
  }

  .lg\:focus\:tw-translate-x-80:focus{
    --tw-translate-x:20rem
  }

  .lg\:focus\:tw-translate-x-96:focus{
    --tw-translate-x:24rem
  }

  .lg\:focus\:tw-translate-x-px:focus{
    --tw-translate-x:1px
  }

  .lg\:focus\:tw-translate-x-0\.5:focus{
    --tw-translate-x:0.125rem
  }

  .lg\:focus\:tw-translate-x-1\.5:focus{
    --tw-translate-x:0.375rem
  }

  .lg\:focus\:tw-translate-x-2\.5:focus{
    --tw-translate-x:0.625rem
  }

  .lg\:focus\:tw-translate-x-3\.5:focus{
    --tw-translate-x:0.875rem
  }

  .lg\:focus\:tw--translate-x-0:focus{
    --tw-translate-x:0px
  }

  .lg\:focus\:tw--translate-x-1:focus{
    --tw-translate-x:-0.25rem
  }

  .lg\:focus\:tw--translate-x-2:focus{
    --tw-translate-x:-0.5rem
  }

  .lg\:focus\:tw--translate-x-3:focus{
    --tw-translate-x:-0.75rem
  }

  .lg\:focus\:tw--translate-x-4:focus{
    --tw-translate-x:-1rem
  }

  .lg\:focus\:tw--translate-x-5:focus{
    --tw-translate-x:-1.25rem
  }

  .lg\:focus\:tw--translate-x-6:focus{
    --tw-translate-x:-1.5rem
  }

  .lg\:focus\:tw--translate-x-7:focus{
    --tw-translate-x:-1.75rem
  }

  .lg\:focus\:tw--translate-x-8:focus{
    --tw-translate-x:-2rem
  }

  .lg\:focus\:tw--translate-x-9:focus{
    --tw-translate-x:-2.25rem
  }

  .lg\:focus\:tw--translate-x-10:focus{
    --tw-translate-x:-2.5rem
  }

  .lg\:focus\:tw--translate-x-11:focus{
    --tw-translate-x:-2.75rem
  }

  .lg\:focus\:tw--translate-x-12:focus{
    --tw-translate-x:-3rem
  }

  .lg\:focus\:tw--translate-x-14:focus{
    --tw-translate-x:-3.5rem
  }

  .lg\:focus\:tw--translate-x-16:focus{
    --tw-translate-x:-4rem
  }

  .lg\:focus\:tw--translate-x-20:focus{
    --tw-translate-x:-5rem
  }

  .lg\:focus\:tw--translate-x-24:focus{
    --tw-translate-x:-6rem
  }

  .lg\:focus\:tw--translate-x-28:focus{
    --tw-translate-x:-7rem
  }

  .lg\:focus\:tw--translate-x-32:focus{
    --tw-translate-x:-8rem
  }

  .lg\:focus\:tw--translate-x-36:focus{
    --tw-translate-x:-9rem
  }

  .lg\:focus\:tw--translate-x-40:focus{
    --tw-translate-x:-10rem
  }

  .lg\:focus\:tw--translate-x-44:focus{
    --tw-translate-x:-11rem
  }

  .lg\:focus\:tw--translate-x-48:focus{
    --tw-translate-x:-12rem
  }

  .lg\:focus\:tw--translate-x-52:focus{
    --tw-translate-x:-13rem
  }

  .lg\:focus\:tw--translate-x-56:focus{
    --tw-translate-x:-14rem
  }

  .lg\:focus\:tw--translate-x-60:focus{
    --tw-translate-x:-15rem
  }

  .lg\:focus\:tw--translate-x-64:focus{
    --tw-translate-x:-16rem
  }

  .lg\:focus\:tw--translate-x-72:focus{
    --tw-translate-x:-18rem
  }

  .lg\:focus\:tw--translate-x-80:focus{
    --tw-translate-x:-20rem
  }

  .lg\:focus\:tw--translate-x-96:focus{
    --tw-translate-x:-24rem
  }

  .lg\:focus\:tw--translate-x-px:focus{
    --tw-translate-x:-1px
  }

  .lg\:focus\:tw--translate-x-0\.5:focus{
    --tw-translate-x:-0.125rem
  }

  .lg\:focus\:tw--translate-x-1\.5:focus{
    --tw-translate-x:-0.375rem
  }

  .lg\:focus\:tw--translate-x-2\.5:focus{
    --tw-translate-x:-0.625rem
  }

  .lg\:focus\:tw--translate-x-3\.5:focus{
    --tw-translate-x:-0.875rem
  }

  .lg\:focus\:tw-translate-x-1\/2:focus{
    --tw-translate-x:50%
  }

  .lg\:focus\:tw-translate-x-1\/3:focus{
    --tw-translate-x:33.333333%
  }

  .lg\:focus\:tw-translate-x-2\/3:focus{
    --tw-translate-x:66.666667%
  }

  .lg\:focus\:tw-translate-x-1\/4:focus{
    --tw-translate-x:25%
  }

  .lg\:focus\:tw-translate-x-2\/4:focus{
    --tw-translate-x:50%
  }

  .lg\:focus\:tw-translate-x-3\/4:focus{
    --tw-translate-x:75%
  }

  .lg\:focus\:tw-translate-x-full:focus{
    --tw-translate-x:100%
  }

  .lg\:focus\:tw--translate-x-1\/2:focus{
    --tw-translate-x:-50%
  }

  .lg\:focus\:tw--translate-x-1\/3:focus{
    --tw-translate-x:-33.333333%
  }

  .lg\:focus\:tw--translate-x-2\/3:focus{
    --tw-translate-x:-66.666667%
  }

  .lg\:focus\:tw--translate-x-1\/4:focus{
    --tw-translate-x:-25%
  }

  .lg\:focus\:tw--translate-x-2\/4:focus{
    --tw-translate-x:-50%
  }

  .lg\:focus\:tw--translate-x-3\/4:focus{
    --tw-translate-x:-75%
  }

  .lg\:focus\:tw--translate-x-full:focus{
    --tw-translate-x:-100%
  }

  .lg\:focus\:tw-translate-y-0:focus{
    --tw-translate-y:0px
  }

  .lg\:focus\:tw-translate-y-1:focus{
    --tw-translate-y:0.25rem
  }

  .lg\:focus\:tw-translate-y-2:focus{
    --tw-translate-y:0.5rem
  }

  .lg\:focus\:tw-translate-y-3:focus{
    --tw-translate-y:0.75rem
  }

  .lg\:focus\:tw-translate-y-4:focus{
    --tw-translate-y:1rem
  }

  .lg\:focus\:tw-translate-y-5:focus{
    --tw-translate-y:1.25rem
  }

  .lg\:focus\:tw-translate-y-6:focus{
    --tw-translate-y:1.5rem
  }

  .lg\:focus\:tw-translate-y-7:focus{
    --tw-translate-y:1.75rem
  }

  .lg\:focus\:tw-translate-y-8:focus{
    --tw-translate-y:2rem
  }

  .lg\:focus\:tw-translate-y-9:focus{
    --tw-translate-y:2.25rem
  }

  .lg\:focus\:tw-translate-y-10:focus{
    --tw-translate-y:2.5rem
  }

  .lg\:focus\:tw-translate-y-11:focus{
    --tw-translate-y:2.75rem
  }

  .lg\:focus\:tw-translate-y-12:focus{
    --tw-translate-y:3rem
  }

  .lg\:focus\:tw-translate-y-14:focus{
    --tw-translate-y:3.5rem
  }

  .lg\:focus\:tw-translate-y-16:focus{
    --tw-translate-y:4rem
  }

  .lg\:focus\:tw-translate-y-20:focus{
    --tw-translate-y:5rem
  }

  .lg\:focus\:tw-translate-y-24:focus{
    --tw-translate-y:6rem
  }

  .lg\:focus\:tw-translate-y-28:focus{
    --tw-translate-y:7rem
  }

  .lg\:focus\:tw-translate-y-32:focus{
    --tw-translate-y:8rem
  }

  .lg\:focus\:tw-translate-y-36:focus{
    --tw-translate-y:9rem
  }

  .lg\:focus\:tw-translate-y-40:focus{
    --tw-translate-y:10rem
  }

  .lg\:focus\:tw-translate-y-44:focus{
    --tw-translate-y:11rem
  }

  .lg\:focus\:tw-translate-y-48:focus{
    --tw-translate-y:12rem
  }

  .lg\:focus\:tw-translate-y-52:focus{
    --tw-translate-y:13rem
  }

  .lg\:focus\:tw-translate-y-56:focus{
    --tw-translate-y:14rem
  }

  .lg\:focus\:tw-translate-y-60:focus{
    --tw-translate-y:15rem
  }

  .lg\:focus\:tw-translate-y-64:focus{
    --tw-translate-y:16rem
  }

  .lg\:focus\:tw-translate-y-72:focus{
    --tw-translate-y:18rem
  }

  .lg\:focus\:tw-translate-y-80:focus{
    --tw-translate-y:20rem
  }

  .lg\:focus\:tw-translate-y-96:focus{
    --tw-translate-y:24rem
  }

  .lg\:focus\:tw-translate-y-px:focus{
    --tw-translate-y:1px
  }

  .lg\:focus\:tw-translate-y-0\.5:focus{
    --tw-translate-y:0.125rem
  }

  .lg\:focus\:tw-translate-y-1\.5:focus{
    --tw-translate-y:0.375rem
  }

  .lg\:focus\:tw-translate-y-2\.5:focus{
    --tw-translate-y:0.625rem
  }

  .lg\:focus\:tw-translate-y-3\.5:focus{
    --tw-translate-y:0.875rem
  }

  .lg\:focus\:tw--translate-y-0:focus{
    --tw-translate-y:0px
  }

  .lg\:focus\:tw--translate-y-1:focus{
    --tw-translate-y:-0.25rem
  }

  .lg\:focus\:tw--translate-y-2:focus{
    --tw-translate-y:-0.5rem
  }

  .lg\:focus\:tw--translate-y-3:focus{
    --tw-translate-y:-0.75rem
  }

  .lg\:focus\:tw--translate-y-4:focus{
    --tw-translate-y:-1rem
  }

  .lg\:focus\:tw--translate-y-5:focus{
    --tw-translate-y:-1.25rem
  }

  .lg\:focus\:tw--translate-y-6:focus{
    --tw-translate-y:-1.5rem
  }

  .lg\:focus\:tw--translate-y-7:focus{
    --tw-translate-y:-1.75rem
  }

  .lg\:focus\:tw--translate-y-8:focus{
    --tw-translate-y:-2rem
  }

  .lg\:focus\:tw--translate-y-9:focus{
    --tw-translate-y:-2.25rem
  }

  .lg\:focus\:tw--translate-y-10:focus{
    --tw-translate-y:-2.5rem
  }

  .lg\:focus\:tw--translate-y-11:focus{
    --tw-translate-y:-2.75rem
  }

  .lg\:focus\:tw--translate-y-12:focus{
    --tw-translate-y:-3rem
  }

  .lg\:focus\:tw--translate-y-14:focus{
    --tw-translate-y:-3.5rem
  }

  .lg\:focus\:tw--translate-y-16:focus{
    --tw-translate-y:-4rem
  }

  .lg\:focus\:tw--translate-y-20:focus{
    --tw-translate-y:-5rem
  }

  .lg\:focus\:tw--translate-y-24:focus{
    --tw-translate-y:-6rem
  }

  .lg\:focus\:tw--translate-y-28:focus{
    --tw-translate-y:-7rem
  }

  .lg\:focus\:tw--translate-y-32:focus{
    --tw-translate-y:-8rem
  }

  .lg\:focus\:tw--translate-y-36:focus{
    --tw-translate-y:-9rem
  }

  .lg\:focus\:tw--translate-y-40:focus{
    --tw-translate-y:-10rem
  }

  .lg\:focus\:tw--translate-y-44:focus{
    --tw-translate-y:-11rem
  }

  .lg\:focus\:tw--translate-y-48:focus{
    --tw-translate-y:-12rem
  }

  .lg\:focus\:tw--translate-y-52:focus{
    --tw-translate-y:-13rem
  }

  .lg\:focus\:tw--translate-y-56:focus{
    --tw-translate-y:-14rem
  }

  .lg\:focus\:tw--translate-y-60:focus{
    --tw-translate-y:-15rem
  }

  .lg\:focus\:tw--translate-y-64:focus{
    --tw-translate-y:-16rem
  }

  .lg\:focus\:tw--translate-y-72:focus{
    --tw-translate-y:-18rem
  }

  .lg\:focus\:tw--translate-y-80:focus{
    --tw-translate-y:-20rem
  }

  .lg\:focus\:tw--translate-y-96:focus{
    --tw-translate-y:-24rem
  }

  .lg\:focus\:tw--translate-y-px:focus{
    --tw-translate-y:-1px
  }

  .lg\:focus\:tw--translate-y-0\.5:focus{
    --tw-translate-y:-0.125rem
  }

  .lg\:focus\:tw--translate-y-1\.5:focus{
    --tw-translate-y:-0.375rem
  }

  .lg\:focus\:tw--translate-y-2\.5:focus{
    --tw-translate-y:-0.625rem
  }

  .lg\:focus\:tw--translate-y-3\.5:focus{
    --tw-translate-y:-0.875rem
  }

  .lg\:focus\:tw-translate-y-1\/2:focus{
    --tw-translate-y:50%
  }

  .lg\:focus\:tw-translate-y-1\/3:focus{
    --tw-translate-y:33.333333%
  }

  .lg\:focus\:tw-translate-y-2\/3:focus{
    --tw-translate-y:66.666667%
  }

  .lg\:focus\:tw-translate-y-1\/4:focus{
    --tw-translate-y:25%
  }

  .lg\:focus\:tw-translate-y-2\/4:focus{
    --tw-translate-y:50%
  }

  .lg\:focus\:tw-translate-y-3\/4:focus{
    --tw-translate-y:75%
  }

  .lg\:focus\:tw-translate-y-full:focus{
    --tw-translate-y:100%
  }

  .lg\:focus\:tw--translate-y-1\/2:focus{
    --tw-translate-y:-50%
  }

  .lg\:focus\:tw--translate-y-1\/3:focus{
    --tw-translate-y:-33.333333%
  }

  .lg\:focus\:tw--translate-y-2\/3:focus{
    --tw-translate-y:-66.666667%
  }

  .lg\:focus\:tw--translate-y-1\/4:focus{
    --tw-translate-y:-25%
  }

  .lg\:focus\:tw--translate-y-2\/4:focus{
    --tw-translate-y:-50%
  }

  .lg\:focus\:tw--translate-y-3\/4:focus{
    --tw-translate-y:-75%
  }

  .lg\:focus\:tw--translate-y-full:focus{
    --tw-translate-y:-100%
  }

  .lg\:tw-rotate-0{
    --tw-rotate:0deg
  }

  .lg\:tw-rotate-1{
    --tw-rotate:1deg
  }

  .lg\:tw-rotate-2{
    --tw-rotate:2deg
  }

  .lg\:tw-rotate-3{
    --tw-rotate:3deg
  }

  .lg\:tw-rotate-6{
    --tw-rotate:6deg
  }

  .lg\:tw-rotate-12{
    --tw-rotate:12deg
  }

  .lg\:tw-rotate-45{
    --tw-rotate:45deg
  }

  .lg\:tw-rotate-90{
    --tw-rotate:90deg
  }

  .lg\:tw-rotate-180{
    --tw-rotate:180deg
  }

  .lg\:tw--rotate-180{
    --tw-rotate:-180deg
  }

  .lg\:tw--rotate-90{
    --tw-rotate:-90deg
  }

  .lg\:tw--rotate-45{
    --tw-rotate:-45deg
  }

  .lg\:tw--rotate-12{
    --tw-rotate:-12deg
  }

  .lg\:tw--rotate-6{
    --tw-rotate:-6deg
  }

  .lg\:tw--rotate-3{
    --tw-rotate:-3deg
  }

  .lg\:tw--rotate-2{
    --tw-rotate:-2deg
  }

  .lg\:tw--rotate-1{
    --tw-rotate:-1deg
  }

  .lg\:hover\:tw-rotate-0:hover{
    --tw-rotate:0deg
  }

  .lg\:hover\:tw-rotate-1:hover{
    --tw-rotate:1deg
  }

  .lg\:hover\:tw-rotate-2:hover{
    --tw-rotate:2deg
  }

  .lg\:hover\:tw-rotate-3:hover{
    --tw-rotate:3deg
  }

  .lg\:hover\:tw-rotate-6:hover{
    --tw-rotate:6deg
  }

  .lg\:hover\:tw-rotate-12:hover{
    --tw-rotate:12deg
  }

  .lg\:hover\:tw-rotate-45:hover{
    --tw-rotate:45deg
  }

  .lg\:hover\:tw-rotate-90:hover{
    --tw-rotate:90deg
  }

  .lg\:hover\:tw-rotate-180:hover{
    --tw-rotate:180deg
  }

  .lg\:hover\:tw--rotate-180:hover{
    --tw-rotate:-180deg
  }

  .lg\:hover\:tw--rotate-90:hover{
    --tw-rotate:-90deg
  }

  .lg\:hover\:tw--rotate-45:hover{
    --tw-rotate:-45deg
  }

  .lg\:hover\:tw--rotate-12:hover{
    --tw-rotate:-12deg
  }

  .lg\:hover\:tw--rotate-6:hover{
    --tw-rotate:-6deg
  }

  .lg\:hover\:tw--rotate-3:hover{
    --tw-rotate:-3deg
  }

  .lg\:hover\:tw--rotate-2:hover{
    --tw-rotate:-2deg
  }

  .lg\:hover\:tw--rotate-1:hover{
    --tw-rotate:-1deg
  }

  .lg\:focus\:tw-rotate-0:focus{
    --tw-rotate:0deg
  }

  .lg\:focus\:tw-rotate-1:focus{
    --tw-rotate:1deg
  }

  .lg\:focus\:tw-rotate-2:focus{
    --tw-rotate:2deg
  }

  .lg\:focus\:tw-rotate-3:focus{
    --tw-rotate:3deg
  }

  .lg\:focus\:tw-rotate-6:focus{
    --tw-rotate:6deg
  }

  .lg\:focus\:tw-rotate-12:focus{
    --tw-rotate:12deg
  }

  .lg\:focus\:tw-rotate-45:focus{
    --tw-rotate:45deg
  }

  .lg\:focus\:tw-rotate-90:focus{
    --tw-rotate:90deg
  }

  .lg\:focus\:tw-rotate-180:focus{
    --tw-rotate:180deg
  }

  .lg\:focus\:tw--rotate-180:focus{
    --tw-rotate:-180deg
  }

  .lg\:focus\:tw--rotate-90:focus{
    --tw-rotate:-90deg
  }

  .lg\:focus\:tw--rotate-45:focus{
    --tw-rotate:-45deg
  }

  .lg\:focus\:tw--rotate-12:focus{
    --tw-rotate:-12deg
  }

  .lg\:focus\:tw--rotate-6:focus{
    --tw-rotate:-6deg
  }

  .lg\:focus\:tw--rotate-3:focus{
    --tw-rotate:-3deg
  }

  .lg\:focus\:tw--rotate-2:focus{
    --tw-rotate:-2deg
  }

  .lg\:focus\:tw--rotate-1:focus{
    --tw-rotate:-1deg
  }

  .lg\:tw-skew-x-0{
    --tw-skew-x:0deg
  }

  .lg\:tw-skew-x-1{
    --tw-skew-x:1deg
  }

  .lg\:tw-skew-x-2{
    --tw-skew-x:2deg
  }

  .lg\:tw-skew-x-3{
    --tw-skew-x:3deg
  }

  .lg\:tw-skew-x-6{
    --tw-skew-x:6deg
  }

  .lg\:tw-skew-x-12{
    --tw-skew-x:12deg
  }

  .lg\:tw--skew-x-12{
    --tw-skew-x:-12deg
  }

  .lg\:tw--skew-x-6{
    --tw-skew-x:-6deg
  }

  .lg\:tw--skew-x-3{
    --tw-skew-x:-3deg
  }

  .lg\:tw--skew-x-2{
    --tw-skew-x:-2deg
  }

  .lg\:tw--skew-x-1{
    --tw-skew-x:-1deg
  }

  .lg\:tw-skew-y-0{
    --tw-skew-y:0deg
  }

  .lg\:tw-skew-y-1{
    --tw-skew-y:1deg
  }

  .lg\:tw-skew-y-2{
    --tw-skew-y:2deg
  }

  .lg\:tw-skew-y-3{
    --tw-skew-y:3deg
  }

  .lg\:tw-skew-y-6{
    --tw-skew-y:6deg
  }

  .lg\:tw-skew-y-12{
    --tw-skew-y:12deg
  }

  .lg\:tw--skew-y-12{
    --tw-skew-y:-12deg
  }

  .lg\:tw--skew-y-6{
    --tw-skew-y:-6deg
  }

  .lg\:tw--skew-y-3{
    --tw-skew-y:-3deg
  }

  .lg\:tw--skew-y-2{
    --tw-skew-y:-2deg
  }

  .lg\:tw--skew-y-1{
    --tw-skew-y:-1deg
  }

  .lg\:hover\:tw-skew-x-0:hover{
    --tw-skew-x:0deg
  }

  .lg\:hover\:tw-skew-x-1:hover{
    --tw-skew-x:1deg
  }

  .lg\:hover\:tw-skew-x-2:hover{
    --tw-skew-x:2deg
  }

  .lg\:hover\:tw-skew-x-3:hover{
    --tw-skew-x:3deg
  }

  .lg\:hover\:tw-skew-x-6:hover{
    --tw-skew-x:6deg
  }

  .lg\:hover\:tw-skew-x-12:hover{
    --tw-skew-x:12deg
  }

  .lg\:hover\:tw--skew-x-12:hover{
    --tw-skew-x:-12deg
  }

  .lg\:hover\:tw--skew-x-6:hover{
    --tw-skew-x:-6deg
  }

  .lg\:hover\:tw--skew-x-3:hover{
    --tw-skew-x:-3deg
  }

  .lg\:hover\:tw--skew-x-2:hover{
    --tw-skew-x:-2deg
  }

  .lg\:hover\:tw--skew-x-1:hover{
    --tw-skew-x:-1deg
  }

  .lg\:hover\:tw-skew-y-0:hover{
    --tw-skew-y:0deg
  }

  .lg\:hover\:tw-skew-y-1:hover{
    --tw-skew-y:1deg
  }

  .lg\:hover\:tw-skew-y-2:hover{
    --tw-skew-y:2deg
  }

  .lg\:hover\:tw-skew-y-3:hover{
    --tw-skew-y:3deg
  }

  .lg\:hover\:tw-skew-y-6:hover{
    --tw-skew-y:6deg
  }

  .lg\:hover\:tw-skew-y-12:hover{
    --tw-skew-y:12deg
  }

  .lg\:hover\:tw--skew-y-12:hover{
    --tw-skew-y:-12deg
  }

  .lg\:hover\:tw--skew-y-6:hover{
    --tw-skew-y:-6deg
  }

  .lg\:hover\:tw--skew-y-3:hover{
    --tw-skew-y:-3deg
  }

  .lg\:hover\:tw--skew-y-2:hover{
    --tw-skew-y:-2deg
  }

  .lg\:hover\:tw--skew-y-1:hover{
    --tw-skew-y:-1deg
  }

  .lg\:focus\:tw-skew-x-0:focus{
    --tw-skew-x:0deg
  }

  .lg\:focus\:tw-skew-x-1:focus{
    --tw-skew-x:1deg
  }

  .lg\:focus\:tw-skew-x-2:focus{
    --tw-skew-x:2deg
  }

  .lg\:focus\:tw-skew-x-3:focus{
    --tw-skew-x:3deg
  }

  .lg\:focus\:tw-skew-x-6:focus{
    --tw-skew-x:6deg
  }

  .lg\:focus\:tw-skew-x-12:focus{
    --tw-skew-x:12deg
  }

  .lg\:focus\:tw--skew-x-12:focus{
    --tw-skew-x:-12deg
  }

  .lg\:focus\:tw--skew-x-6:focus{
    --tw-skew-x:-6deg
  }

  .lg\:focus\:tw--skew-x-3:focus{
    --tw-skew-x:-3deg
  }

  .lg\:focus\:tw--skew-x-2:focus{
    --tw-skew-x:-2deg
  }

  .lg\:focus\:tw--skew-x-1:focus{
    --tw-skew-x:-1deg
  }

  .lg\:focus\:tw-skew-y-0:focus{
    --tw-skew-y:0deg
  }

  .lg\:focus\:tw-skew-y-1:focus{
    --tw-skew-y:1deg
  }

  .lg\:focus\:tw-skew-y-2:focus{
    --tw-skew-y:2deg
  }

  .lg\:focus\:tw-skew-y-3:focus{
    --tw-skew-y:3deg
  }

  .lg\:focus\:tw-skew-y-6:focus{
    --tw-skew-y:6deg
  }

  .lg\:focus\:tw-skew-y-12:focus{
    --tw-skew-y:12deg
  }

  .lg\:focus\:tw--skew-y-12:focus{
    --tw-skew-y:-12deg
  }

  .lg\:focus\:tw--skew-y-6:focus{
    --tw-skew-y:-6deg
  }

  .lg\:focus\:tw--skew-y-3:focus{
    --tw-skew-y:-3deg
  }

  .lg\:focus\:tw--skew-y-2:focus{
    --tw-skew-y:-2deg
  }

  .lg\:focus\:tw--skew-y-1:focus{
    --tw-skew-y:-1deg
  }

  .lg\:tw-scale-0{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .lg\:tw-scale-50{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .lg\:tw-scale-75{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .lg\:tw-scale-90{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .lg\:tw-scale-95{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .lg\:tw-scale-100{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .lg\:tw-scale-105{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .lg\:tw-scale-110{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .lg\:tw-scale-125{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .lg\:tw-scale-150{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .lg\:hover\:tw-scale-0:hover{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .lg\:hover\:tw-scale-50:hover{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .lg\:hover\:tw-scale-75:hover{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .lg\:hover\:tw-scale-90:hover{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .lg\:hover\:tw-scale-95:hover{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .lg\:hover\:tw-scale-100:hover{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .lg\:hover\:tw-scale-105:hover{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .lg\:hover\:tw-scale-110:hover{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .lg\:hover\:tw-scale-125:hover{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .lg\:hover\:tw-scale-150:hover{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .lg\:focus\:tw-scale-0:focus{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .lg\:focus\:tw-scale-50:focus{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .lg\:focus\:tw-scale-75:focus{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .lg\:focus\:tw-scale-90:focus{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .lg\:focus\:tw-scale-95:focus{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .lg\:focus\:tw-scale-100:focus{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .lg\:focus\:tw-scale-105:focus{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .lg\:focus\:tw-scale-110:focus{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .lg\:focus\:tw-scale-125:focus{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .lg\:focus\:tw-scale-150:focus{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .lg\:tw-scale-x-0{
    --tw-scale-x:0
  }

  .lg\:tw-scale-x-50{
    --tw-scale-x:.5
  }

  .lg\:tw-scale-x-75{
    --tw-scale-x:.75
  }

  .lg\:tw-scale-x-90{
    --tw-scale-x:.9
  }

  .lg\:tw-scale-x-95{
    --tw-scale-x:.95
  }

  .lg\:tw-scale-x-100{
    --tw-scale-x:1
  }

  .lg\:tw-scale-x-105{
    --tw-scale-x:1.05
  }

  .lg\:tw-scale-x-110{
    --tw-scale-x:1.1
  }

  .lg\:tw-scale-x-125{
    --tw-scale-x:1.25
  }

  .lg\:tw-scale-x-150{
    --tw-scale-x:1.5
  }

  .lg\:tw-scale-y-0{
    --tw-scale-y:0
  }

  .lg\:tw-scale-y-50{
    --tw-scale-y:.5
  }

  .lg\:tw-scale-y-75{
    --tw-scale-y:.75
  }

  .lg\:tw-scale-y-90{
    --tw-scale-y:.9
  }

  .lg\:tw-scale-y-95{
    --tw-scale-y:.95
  }

  .lg\:tw-scale-y-100{
    --tw-scale-y:1
  }

  .lg\:tw-scale-y-105{
    --tw-scale-y:1.05
  }

  .lg\:tw-scale-y-110{
    --tw-scale-y:1.1
  }

  .lg\:tw-scale-y-125{
    --tw-scale-y:1.25
  }

  .lg\:tw-scale-y-150{
    --tw-scale-y:1.5
  }

  .lg\:hover\:tw-scale-x-0:hover{
    --tw-scale-x:0
  }

  .lg\:hover\:tw-scale-x-50:hover{
    --tw-scale-x:.5
  }

  .lg\:hover\:tw-scale-x-75:hover{
    --tw-scale-x:.75
  }

  .lg\:hover\:tw-scale-x-90:hover{
    --tw-scale-x:.9
  }

  .lg\:hover\:tw-scale-x-95:hover{
    --tw-scale-x:.95
  }

  .lg\:hover\:tw-scale-x-100:hover{
    --tw-scale-x:1
  }

  .lg\:hover\:tw-scale-x-105:hover{
    --tw-scale-x:1.05
  }

  .lg\:hover\:tw-scale-x-110:hover{
    --tw-scale-x:1.1
  }

  .lg\:hover\:tw-scale-x-125:hover{
    --tw-scale-x:1.25
  }

  .lg\:hover\:tw-scale-x-150:hover{
    --tw-scale-x:1.5
  }

  .lg\:hover\:tw-scale-y-0:hover{
    --tw-scale-y:0
  }

  .lg\:hover\:tw-scale-y-50:hover{
    --tw-scale-y:.5
  }

  .lg\:hover\:tw-scale-y-75:hover{
    --tw-scale-y:.75
  }

  .lg\:hover\:tw-scale-y-90:hover{
    --tw-scale-y:.9
  }

  .lg\:hover\:tw-scale-y-95:hover{
    --tw-scale-y:.95
  }

  .lg\:hover\:tw-scale-y-100:hover{
    --tw-scale-y:1
  }

  .lg\:hover\:tw-scale-y-105:hover{
    --tw-scale-y:1.05
  }

  .lg\:hover\:tw-scale-y-110:hover{
    --tw-scale-y:1.1
  }

  .lg\:hover\:tw-scale-y-125:hover{
    --tw-scale-y:1.25
  }

  .lg\:hover\:tw-scale-y-150:hover{
    --tw-scale-y:1.5
  }

  .lg\:focus\:tw-scale-x-0:focus{
    --tw-scale-x:0
  }

  .lg\:focus\:tw-scale-x-50:focus{
    --tw-scale-x:.5
  }

  .lg\:focus\:tw-scale-x-75:focus{
    --tw-scale-x:.75
  }

  .lg\:focus\:tw-scale-x-90:focus{
    --tw-scale-x:.9
  }

  .lg\:focus\:tw-scale-x-95:focus{
    --tw-scale-x:.95
  }

  .lg\:focus\:tw-scale-x-100:focus{
    --tw-scale-x:1
  }

  .lg\:focus\:tw-scale-x-105:focus{
    --tw-scale-x:1.05
  }

  .lg\:focus\:tw-scale-x-110:focus{
    --tw-scale-x:1.1
  }

  .lg\:focus\:tw-scale-x-125:focus{
    --tw-scale-x:1.25
  }

  .lg\:focus\:tw-scale-x-150:focus{
    --tw-scale-x:1.5
  }

  .lg\:focus\:tw-scale-y-0:focus{
    --tw-scale-y:0
  }

  .lg\:focus\:tw-scale-y-50:focus{
    --tw-scale-y:.5
  }

  .lg\:focus\:tw-scale-y-75:focus{
    --tw-scale-y:.75
  }

  .lg\:focus\:tw-scale-y-90:focus{
    --tw-scale-y:.9
  }

  .lg\:focus\:tw-scale-y-95:focus{
    --tw-scale-y:.95
  }

  .lg\:focus\:tw-scale-y-100:focus{
    --tw-scale-y:1
  }

  .lg\:focus\:tw-scale-y-105:focus{
    --tw-scale-y:1.05
  }

  .lg\:focus\:tw-scale-y-110:focus{
    --tw-scale-y:1.1
  }

  .lg\:focus\:tw-scale-y-125:focus{
    --tw-scale-y:1.25
  }

  .lg\:focus\:tw-scale-y-150:focus{
    --tw-scale-y:1.5
  }

  .lg\:tw-animate-none{
    animation:none
  }

  .lg\:tw-animate-spin{
    animation:tw-spin 1s linear infinite
  }

  .lg\:tw-animate-ping{
    animation:tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
  }

  .lg\:tw-animate-pulse{
    animation:tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
  }

  .lg\:tw-animate-bounce{
    animation:tw-bounce 1s infinite
  }

  .lg\:tw-cursor-auto{
    cursor:auto
  }

  .lg\:tw-cursor-default{
    cursor:default
  }

  .lg\:tw-cursor-pointer{
    cursor:pointer
  }

  .lg\:tw-cursor-wait{
    cursor:wait
  }

  .lg\:tw-cursor-text{
    cursor:text
  }

  .lg\:tw-cursor-move{
    cursor:move
  }

  .lg\:tw-cursor-help{
    cursor:help
  }

  .lg\:tw-cursor-not-allowed{
    cursor:not-allowed
  }

  .lg\:tw-select-none{
    -webkit-user-select:none;
            user-select:none
  }

  .lg\:tw-select-text{
    -webkit-user-select:text;
            user-select:text
  }

  .lg\:tw-select-all{
    -webkit-user-select:all;
            user-select:all
  }

  .lg\:tw-select-auto{
    -webkit-user-select:auto;
            user-select:auto
  }

  .lg\:tw-resize-none{
    resize:none
  }

  .lg\:tw-resize-y{
    resize:vertical
  }

  .lg\:tw-resize-x{
    resize:horizontal
  }

  .lg\:tw-resize{
    resize:both
  }

  .lg\:tw-list-inside{
    list-style-position:inside
  }

  .lg\:tw-list-outside{
    list-style-position:outside
  }

  .lg\:tw-list-none{
    list-style-type:none
  }

  .lg\:tw-list-disc{
    list-style-type:disc
  }

  .lg\:tw-list-decimal{
    list-style-type:decimal
  }

  .lg\:tw-appearance-none{
    appearance:none
  }

  .lg\:tw-auto-cols-auto{
    grid-auto-columns:auto
  }

  .lg\:tw-auto-cols-min{
    grid-auto-columns:min-content
  }

  .lg\:tw-auto-cols-max{
    grid-auto-columns:max-content
  }

  .lg\:tw-auto-cols-fr{
    grid-auto-columns:minmax(0, 1fr)
  }

  .lg\:tw-grid-flow-row{
    grid-auto-flow:row
  }

  .lg\:tw-grid-flow-col{
    grid-auto-flow:column
  }

  .lg\:tw-grid-flow-row-dense{
    grid-auto-flow:row dense
  }

  .lg\:tw-grid-flow-col-dense{
    grid-auto-flow:column dense
  }

  .lg\:tw-auto-rows-auto{
    grid-auto-rows:auto
  }

  .lg\:tw-auto-rows-min{
    grid-auto-rows:min-content
  }

  .lg\:tw-auto-rows-max{
    grid-auto-rows:max-content
  }

  .lg\:tw-auto-rows-fr{
    grid-auto-rows:minmax(0, 1fr)
  }

  .lg\:tw-grid-cols-1{
    grid-template-columns:repeat(1, minmax(0, 1fr))
  }

  .lg\:tw-grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .lg\:tw-grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .lg\:tw-grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }

  .lg\:tw-grid-cols-5{
    grid-template-columns:repeat(5, minmax(0, 1fr))
  }

  .lg\:tw-grid-cols-6{
    grid-template-columns:repeat(6, minmax(0, 1fr))
  }

  .lg\:tw-grid-cols-7{
    grid-template-columns:repeat(7, minmax(0, 1fr))
  }

  .lg\:tw-grid-cols-8{
    grid-template-columns:repeat(8, minmax(0, 1fr))
  }

  .lg\:tw-grid-cols-9{
    grid-template-columns:repeat(9, minmax(0, 1fr))
  }

  .lg\:tw-grid-cols-10{
    grid-template-columns:repeat(10, minmax(0, 1fr))
  }

  .lg\:tw-grid-cols-11{
    grid-template-columns:repeat(11, minmax(0, 1fr))
  }

  .lg\:tw-grid-cols-12{
    grid-template-columns:repeat(12, minmax(0, 1fr))
  }

  .lg\:tw-grid-cols-none{
    grid-template-columns:none
  }

  .lg\:tw-grid-rows-1{
    grid-template-rows:repeat(1, minmax(0, 1fr))
  }

  .lg\:tw-grid-rows-2{
    grid-template-rows:repeat(2, minmax(0, 1fr))
  }

  .lg\:tw-grid-rows-3{
    grid-template-rows:repeat(3, minmax(0, 1fr))
  }

  .lg\:tw-grid-rows-4{
    grid-template-rows:repeat(4, minmax(0, 1fr))
  }

  .lg\:tw-grid-rows-5{
    grid-template-rows:repeat(5, minmax(0, 1fr))
  }

  .lg\:tw-grid-rows-6{
    grid-template-rows:repeat(6, minmax(0, 1fr))
  }

  .lg\:tw-grid-rows-none{
    grid-template-rows:none
  }

  .lg\:tw-flex-row{
    flex-direction:row
  }

  .lg\:tw-flex-row-reverse{
    flex-direction:row-reverse
  }

  .lg\:tw-flex-col{
    flex-direction:column
  }

  .lg\:tw-flex-col-reverse{
    flex-direction:column-reverse
  }

  .lg\:tw-flex-wrap{
    flex-wrap:wrap
  }

  .lg\:tw-flex-wrap-reverse{
    flex-wrap:wrap-reverse
  }

  .lg\:tw-flex-nowrap{
    flex-wrap:nowrap
  }

  .lg\:tw-place-content-center{
    place-content:center
  }

  .lg\:tw-place-content-start{
    place-content:start
  }

  .lg\:tw-place-content-end{
    place-content:end
  }

  .lg\:tw-place-content-between{
    place-content:space-between
  }

  .lg\:tw-place-content-around{
    place-content:space-around
  }

  .lg\:tw-place-content-evenly{
    place-content:space-evenly
  }

  .lg\:tw-place-content-stretch{
    place-content:stretch
  }

  .lg\:tw-place-items-start{
    place-items:start
  }

  .lg\:tw-place-items-end{
    place-items:end
  }

  .lg\:tw-place-items-center{
    place-items:center
  }

  .lg\:tw-place-items-stretch{
    place-items:stretch
  }

  .lg\:tw-content-center{
    align-content:center
  }

  .lg\:tw-content-start{
    align-content:flex-start
  }

  .lg\:tw-content-end{
    align-content:flex-end
  }

  .lg\:tw-content-between{
    align-content:space-between
  }

  .lg\:tw-content-around{
    align-content:space-around
  }

  .lg\:tw-content-evenly{
    align-content:space-evenly
  }

  .lg\:tw-items-start{
    align-items:flex-start
  }

  .lg\:tw-items-end{
    align-items:flex-end
  }

  .lg\:tw-items-center{
    align-items:center
  }

  .lg\:tw-items-baseline{
    align-items:baseline
  }

  .lg\:tw-items-stretch{
    align-items:stretch
  }

  .lg\:tw-justify-start{
    justify-content:flex-start
  }

  .lg\:tw-justify-end{
    justify-content:flex-end
  }

  .lg\:tw-justify-center{
    justify-content:center
  }

  .lg\:tw-justify-between{
    justify-content:space-between
  }

  .lg\:tw-justify-around{
    justify-content:space-around
  }

  .lg\:tw-justify-evenly{
    justify-content:space-evenly
  }

  .lg\:tw-justify-items-start{
    justify-items:start
  }

  .lg\:tw-justify-items-end{
    justify-items:end
  }

  .lg\:tw-justify-items-center{
    justify-items:center
  }

  .lg\:tw-justify-items-stretch{
    justify-items:stretch
  }

  .lg\:tw-gap-0{
    grid-gap:0px;
    gap:0px
  }

  .lg\:tw-gap-1{
    grid-gap:0.25rem;
    gap:0.25rem
  }

  .lg\:tw-gap-2{
    grid-gap:0.5rem;
    gap:0.5rem
  }

  .lg\:tw-gap-3{
    grid-gap:0.75rem;
    gap:0.75rem
  }

  .lg\:tw-gap-4{
    grid-gap:1rem;
    gap:1rem
  }

  .lg\:tw-gap-5{
    grid-gap:1.25rem;
    gap:1.25rem
  }

  .lg\:tw-gap-6{
    grid-gap:1.5rem;
    gap:1.5rem
  }

  .lg\:tw-gap-7{
    grid-gap:1.75rem;
    gap:1.75rem
  }

  .lg\:tw-gap-8{
    grid-gap:2rem;
    gap:2rem
  }

  .lg\:tw-gap-9{
    grid-gap:2.25rem;
    gap:2.25rem
  }

  .lg\:tw-gap-10{
    grid-gap:2.5rem;
    gap:2.5rem
  }

  .lg\:tw-gap-11{
    grid-gap:2.75rem;
    gap:2.75rem
  }

  .lg\:tw-gap-12{
    grid-gap:3rem;
    gap:3rem
  }

  .lg\:tw-gap-14{
    grid-gap:3.5rem;
    gap:3.5rem
  }

  .lg\:tw-gap-16{
    grid-gap:4rem;
    gap:4rem
  }

  .lg\:tw-gap-20{
    grid-gap:5rem;
    gap:5rem
  }

  .lg\:tw-gap-24{
    grid-gap:6rem;
    gap:6rem
  }

  .lg\:tw-gap-28{
    grid-gap:7rem;
    gap:7rem
  }

  .lg\:tw-gap-32{
    grid-gap:8rem;
    gap:8rem
  }

  .lg\:tw-gap-36{
    grid-gap:9rem;
    gap:9rem
  }

  .lg\:tw-gap-40{
    grid-gap:10rem;
    gap:10rem
  }

  .lg\:tw-gap-44{
    grid-gap:11rem;
    gap:11rem
  }

  .lg\:tw-gap-48{
    grid-gap:12rem;
    gap:12rem
  }

  .lg\:tw-gap-52{
    grid-gap:13rem;
    gap:13rem
  }

  .lg\:tw-gap-56{
    grid-gap:14rem;
    gap:14rem
  }

  .lg\:tw-gap-60{
    grid-gap:15rem;
    gap:15rem
  }

  .lg\:tw-gap-64{
    grid-gap:16rem;
    gap:16rem
  }

  .lg\:tw-gap-72{
    grid-gap:18rem;
    gap:18rem
  }

  .lg\:tw-gap-80{
    grid-gap:20rem;
    gap:20rem
  }

  .lg\:tw-gap-96{
    grid-gap:24rem;
    gap:24rem
  }

  .lg\:tw-gap-px{
    grid-gap:1px;
    gap:1px
  }

  .lg\:tw-gap-0\.5{
    grid-gap:0.125rem;
    gap:0.125rem
  }

  .lg\:tw-gap-1\.5{
    grid-gap:0.375rem;
    gap:0.375rem
  }

  .lg\:tw-gap-2\.5{
    grid-gap:0.625rem;
    gap:0.625rem
  }

  .lg\:tw-gap-3\.5{
    grid-gap:0.875rem;
    gap:0.875rem
  }

  .lg\:tw-gap-x-0{
    grid-column-gap:0px;
    column-gap:0px
  }

  .lg\:tw-gap-x-1{
    grid-column-gap:0.25rem;
    column-gap:0.25rem
  }

  .lg\:tw-gap-x-2{
    grid-column-gap:0.5rem;
    column-gap:0.5rem
  }

  .lg\:tw-gap-x-3{
    grid-column-gap:0.75rem;
    column-gap:0.75rem
  }

  .lg\:tw-gap-x-4{
    grid-column-gap:1rem;
    column-gap:1rem
  }

  .lg\:tw-gap-x-5{
    grid-column-gap:1.25rem;
    column-gap:1.25rem
  }

  .lg\:tw-gap-x-6{
    grid-column-gap:1.5rem;
    column-gap:1.5rem
  }

  .lg\:tw-gap-x-7{
    grid-column-gap:1.75rem;
    column-gap:1.75rem
  }

  .lg\:tw-gap-x-8{
    grid-column-gap:2rem;
    column-gap:2rem
  }

  .lg\:tw-gap-x-9{
    grid-column-gap:2.25rem;
    column-gap:2.25rem
  }

  .lg\:tw-gap-x-10{
    grid-column-gap:2.5rem;
    column-gap:2.5rem
  }

  .lg\:tw-gap-x-11{
    grid-column-gap:2.75rem;
    column-gap:2.75rem
  }

  .lg\:tw-gap-x-12{
    grid-column-gap:3rem;
    column-gap:3rem
  }

  .lg\:tw-gap-x-14{
    grid-column-gap:3.5rem;
    column-gap:3.5rem
  }

  .lg\:tw-gap-x-16{
    grid-column-gap:4rem;
    column-gap:4rem
  }

  .lg\:tw-gap-x-20{
    grid-column-gap:5rem;
    column-gap:5rem
  }

  .lg\:tw-gap-x-24{
    grid-column-gap:6rem;
    column-gap:6rem
  }

  .lg\:tw-gap-x-28{
    grid-column-gap:7rem;
    column-gap:7rem
  }

  .lg\:tw-gap-x-32{
    grid-column-gap:8rem;
    column-gap:8rem
  }

  .lg\:tw-gap-x-36{
    grid-column-gap:9rem;
    column-gap:9rem
  }

  .lg\:tw-gap-x-40{
    grid-column-gap:10rem;
    column-gap:10rem
  }

  .lg\:tw-gap-x-44{
    grid-column-gap:11rem;
    column-gap:11rem
  }

  .lg\:tw-gap-x-48{
    grid-column-gap:12rem;
    column-gap:12rem
  }

  .lg\:tw-gap-x-52{
    grid-column-gap:13rem;
    column-gap:13rem
  }

  .lg\:tw-gap-x-56{
    grid-column-gap:14rem;
    column-gap:14rem
  }

  .lg\:tw-gap-x-60{
    grid-column-gap:15rem;
    column-gap:15rem
  }

  .lg\:tw-gap-x-64{
    grid-column-gap:16rem;
    column-gap:16rem
  }

  .lg\:tw-gap-x-72{
    grid-column-gap:18rem;
    column-gap:18rem
  }

  .lg\:tw-gap-x-80{
    grid-column-gap:20rem;
    column-gap:20rem
  }

  .lg\:tw-gap-x-96{
    grid-column-gap:24rem;
    column-gap:24rem
  }

  .lg\:tw-gap-x-px{
    grid-column-gap:1px;
    column-gap:1px
  }

  .lg\:tw-gap-x-0\.5{
    grid-column-gap:0.125rem;
    column-gap:0.125rem
  }

  .lg\:tw-gap-x-1\.5{
    grid-column-gap:0.375rem;
    column-gap:0.375rem
  }

  .lg\:tw-gap-x-2\.5{
    grid-column-gap:0.625rem;
    column-gap:0.625rem
  }

  .lg\:tw-gap-x-3\.5{
    grid-column-gap:0.875rem;
    column-gap:0.875rem
  }

  .lg\:tw-gap-y-0{
    grid-row-gap:0px;
    row-gap:0px
  }

  .lg\:tw-gap-y-1{
    grid-row-gap:0.25rem;
    row-gap:0.25rem
  }

  .lg\:tw-gap-y-2{
    grid-row-gap:0.5rem;
    row-gap:0.5rem
  }

  .lg\:tw-gap-y-3{
    grid-row-gap:0.75rem;
    row-gap:0.75rem
  }

  .lg\:tw-gap-y-4{
    grid-row-gap:1rem;
    row-gap:1rem
  }

  .lg\:tw-gap-y-5{
    grid-row-gap:1.25rem;
    row-gap:1.25rem
  }

  .lg\:tw-gap-y-6{
    grid-row-gap:1.5rem;
    row-gap:1.5rem
  }

  .lg\:tw-gap-y-7{
    grid-row-gap:1.75rem;
    row-gap:1.75rem
  }

  .lg\:tw-gap-y-8{
    grid-row-gap:2rem;
    row-gap:2rem
  }

  .lg\:tw-gap-y-9{
    grid-row-gap:2.25rem;
    row-gap:2.25rem
  }

  .lg\:tw-gap-y-10{
    grid-row-gap:2.5rem;
    row-gap:2.5rem
  }

  .lg\:tw-gap-y-11{
    grid-row-gap:2.75rem;
    row-gap:2.75rem
  }

  .lg\:tw-gap-y-12{
    grid-row-gap:3rem;
    row-gap:3rem
  }

  .lg\:tw-gap-y-14{
    grid-row-gap:3.5rem;
    row-gap:3.5rem
  }

  .lg\:tw-gap-y-16{
    grid-row-gap:4rem;
    row-gap:4rem
  }

  .lg\:tw-gap-y-20{
    grid-row-gap:5rem;
    row-gap:5rem
  }

  .lg\:tw-gap-y-24{
    grid-row-gap:6rem;
    row-gap:6rem
  }

  .lg\:tw-gap-y-28{
    grid-row-gap:7rem;
    row-gap:7rem
  }

  .lg\:tw-gap-y-32{
    grid-row-gap:8rem;
    row-gap:8rem
  }

  .lg\:tw-gap-y-36{
    grid-row-gap:9rem;
    row-gap:9rem
  }

  .lg\:tw-gap-y-40{
    grid-row-gap:10rem;
    row-gap:10rem
  }

  .lg\:tw-gap-y-44{
    grid-row-gap:11rem;
    row-gap:11rem
  }

  .lg\:tw-gap-y-48{
    grid-row-gap:12rem;
    row-gap:12rem
  }

  .lg\:tw-gap-y-52{
    grid-row-gap:13rem;
    row-gap:13rem
  }

  .lg\:tw-gap-y-56{
    grid-row-gap:14rem;
    row-gap:14rem
  }

  .lg\:tw-gap-y-60{
    grid-row-gap:15rem;
    row-gap:15rem
  }

  .lg\:tw-gap-y-64{
    grid-row-gap:16rem;
    row-gap:16rem
  }

  .lg\:tw-gap-y-72{
    grid-row-gap:18rem;
    row-gap:18rem
  }

  .lg\:tw-gap-y-80{
    grid-row-gap:20rem;
    row-gap:20rem
  }

  .lg\:tw-gap-y-96{
    grid-row-gap:24rem;
    row-gap:24rem
  }

  .lg\:tw-gap-y-px{
    grid-row-gap:1px;
    row-gap:1px
  }

  .lg\:tw-gap-y-0\.5{
    grid-row-gap:0.125rem;
    row-gap:0.125rem
  }

  .lg\:tw-gap-y-1\.5{
    grid-row-gap:0.375rem;
    row-gap:0.375rem
  }

  .lg\:tw-gap-y-2\.5{
    grid-row-gap:0.625rem;
    row-gap:0.625rem
  }

  .lg\:tw-gap-y-3\.5{
    grid-row-gap:0.875rem;
    row-gap:0.875rem
  }

  .lg\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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)))
  }

  .lg\:tw-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)))
  }

  .lg\:tw-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)))
  }

  .lg\:tw-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)))
  }

  .lg\:tw-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)))
  }

  .lg\:tw-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)))
  }

  .lg\:tw-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)))
  }

  .lg\:tw-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)))
  }

  .lg\:tw-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)))
  }

  .lg\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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)))
  }

  .lg\:tw--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)))
  }

  .lg\:tw--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)))
  }

  .lg\:tw--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)))
  }

  .lg\:tw--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)))
  }

  .lg\:tw--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)))
  }

  .lg\:tw--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)))
  }

  .lg\:tw--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)))
  }

  .lg\:tw--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)))
  }

  .lg\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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))
  }

  .lg\:tw-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))
  }

  .lg\:tw-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))
  }

  .lg\:tw-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))
  }

  .lg\:tw-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))
  }

  .lg\:tw-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))
  }

  .lg\:tw-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))
  }

  .lg\:tw-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))
  }

  .lg\:tw-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))
  }

  .lg\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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))
  }

  .lg\:tw--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))
  }

  .lg\:tw--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))
  }

  .lg\:tw--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))
  }

  .lg\:tw--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))
  }

  .lg\:tw--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))
  }

  .lg\:tw--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))
  }

  .lg\:tw--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))
  }

  .lg\:tw--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))
  }

  .lg\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:1
  }

  .lg\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:1
  }

  .lg\:tw-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)))
  }

  .lg\:tw-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)))
  }

  .lg\:tw-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)))
  }

  .lg\:tw-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)))
  }

  .lg\:tw-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)))
  }

  .lg\:tw-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))
  }

  .lg\:tw-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))
  }

  .lg\:tw-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))
  }

  .lg\:tw-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))
  }

  .lg\:tw-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))
  }

  .lg\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:1
  }

  .lg\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:1
  }

  .lg\:tw-divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style:solid
  }

  .lg\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style:dashed
  }

  .lg\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style:dotted
  }

  .lg\:tw-divide-double > :not([hidden]) ~ :not([hidden]){
    border-style:double
  }

  .lg\:tw-divide-none > :not([hidden]) ~ :not([hidden]){
    border-style:none
  }

  .lg\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color:transparent
  }

  .lg\:tw-divide-current > :not([hidden]) ~ :not([hidden]){
    border-color:currentColor
  }

  .lg\:tw-divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-divide-opacity))
  }

  .lg\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0
  }

  .lg\:tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.05
  }

  .lg\:tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.1
  }

  .lg\:tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.2
  }

  .lg\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.25
  }

  .lg\:tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.3
  }

  .lg\:tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.4
  }

  .lg\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.5
  }

  .lg\:tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.6
  }

  .lg\:tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.7
  }

  .lg\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.75
  }

  .lg\:tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.8
  }

  .lg\:tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.9
  }

  .lg\:tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.95
  }

  .lg\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1
  }

  .lg\:tw-place-self-auto{
    place-self:auto
  }

  .lg\:tw-place-self-start{
    place-self:start
  }

  .lg\:tw-place-self-end{
    place-self:end
  }

  .lg\:tw-place-self-center{
    place-self:center
  }

  .lg\:tw-place-self-stretch{
    place-self:stretch
  }

  .lg\:tw-self-auto{
    align-self:auto
  }

  .lg\:tw-self-start{
    align-self:flex-start
  }

  .lg\:tw-self-end{
    align-self:flex-end
  }

  .lg\:tw-self-center{
    align-self:center
  }

  .lg\:tw-self-stretch{
    align-self:stretch
  }

  .lg\:tw-self-baseline{
    align-self:baseline
  }

  .lg\:tw-justify-self-auto{
    justify-self:auto
  }

  .lg\:tw-justify-self-start{
    justify-self:start
  }

  .lg\:tw-justify-self-end{
    justify-self:end
  }

  .lg\:tw-justify-self-center{
    justify-self:center
  }

  .lg\:tw-justify-self-stretch{
    justify-self:stretch
  }

  .lg\:tw-overflow-auto{
    overflow:auto
  }

  .lg\:tw-overflow-hidden{
    overflow:hidden
  }

  .lg\:tw-overflow-visible{
    overflow:visible
  }

  .lg\:tw-overflow-scroll{
    overflow:scroll
  }

  .lg\:tw-overflow-x-auto{
    overflow-x:auto
  }

  .lg\:tw-overflow-y-auto{
    overflow-y:auto
  }

  .lg\:tw-overflow-x-hidden{
    overflow-x:hidden
  }

  .lg\:tw-overflow-y-hidden{
    overflow-y:hidden
  }

  .lg\:tw-overflow-x-visible{
    overflow-x:visible
  }

  .lg\:tw-overflow-y-visible{
    overflow-y:visible
  }

  .lg\:tw-overflow-x-scroll{
    overflow-x:scroll
  }

  .lg\:tw-overflow-y-scroll{
    overflow-y:scroll
  }

  .lg\:tw-overscroll-auto{
    overscroll-behavior:auto
  }

  .lg\:tw-overscroll-contain{
    overscroll-behavior:contain
  }

  .lg\:tw-overscroll-none{
    overscroll-behavior:none
  }

  .lg\:tw-overscroll-y-auto{
    overscroll-behavior-y:auto
  }

  .lg\:tw-overscroll-y-contain{
    overscroll-behavior-y:contain
  }

  .lg\:tw-overscroll-y-none{
    overscroll-behavior-y:none
  }

  .lg\:tw-overscroll-x-auto{
    overscroll-behavior-x:auto
  }

  .lg\:tw-overscroll-x-contain{
    overscroll-behavior-x:contain
  }

  .lg\:tw-overscroll-x-none{
    overscroll-behavior-x:none
  }

  .lg\:tw-truncate{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
  }

  .lg\:tw-overflow-ellipsis{
    text-overflow:ellipsis
  }

  .lg\:tw-overflow-clip{
    text-overflow:clip
  }

  .lg\:tw-whitespace-normal{
    white-space:normal
  }

  .lg\:tw-whitespace-nowrap{
    white-space:nowrap
  }

  .lg\:tw-whitespace-pre{
    white-space:pre
  }

  .lg\:tw-whitespace-pre-line{
    white-space:pre-line
  }

  .lg\:tw-whitespace-pre-wrap{
    white-space:pre-wrap
  }

  .lg\:tw-break-normal{
    overflow-wrap:normal;
    word-break:normal
  }

  .lg\:tw-break-words{
    overflow-wrap:break-word
  }

  .lg\:tw-break-all{
    word-break:break-all
  }

  .lg\:tw-rounded-none{
    border-radius:0px
  }

  .lg\:tw-rounded-sm{
    border-radius:0.125rem
  }

  .lg\:tw-rounded{
    border-radius:0.25rem
  }

  .lg\:tw-rounded-md{
    border-radius:0.375rem
  }

  .lg\:tw-rounded-lg{
    border-radius:0.5rem
  }

  .lg\:tw-rounded-xl{
    border-radius:0.75rem
  }

  .lg\:tw-rounded-2xl{
    border-radius:1rem
  }

  .lg\:tw-rounded-3xl{
    border-radius:1.5rem
  }

  .lg\:tw-rounded-full{
    border-radius:9999px
  }

  .lg\:tw-rounded-t-none{
    border-top-left-radius:0px;
    border-top-right-radius:0px
  }

  .lg\:tw-rounded-t-sm{
    border-top-left-radius:0.125rem;
    border-top-right-radius:0.125rem
  }

  .lg\:tw-rounded-t{
    border-top-left-radius:0.25rem;
    border-top-right-radius:0.25rem
  }

  .lg\:tw-rounded-t-md{
    border-top-left-radius:0.375rem;
    border-top-right-radius:0.375rem
  }

  .lg\:tw-rounded-t-lg{
    border-top-left-radius:0.5rem;
    border-top-right-radius:0.5rem
  }

  .lg\:tw-rounded-t-xl{
    border-top-left-radius:0.75rem;
    border-top-right-radius:0.75rem
  }

  .lg\:tw-rounded-t-2xl{
    border-top-left-radius:1rem;
    border-top-right-radius:1rem
  }

  .lg\:tw-rounded-t-3xl{
    border-top-left-radius:1.5rem;
    border-top-right-radius:1.5rem
  }

  .lg\:tw-rounded-t-full{
    border-top-left-radius:9999px;
    border-top-right-radius:9999px
  }

  .lg\:tw-rounded-r-none{
    border-top-right-radius:0px;
    border-bottom-right-radius:0px
  }

  .lg\:tw-rounded-r-sm{
    border-top-right-radius:0.125rem;
    border-bottom-right-radius:0.125rem
  }

  .lg\:tw-rounded-r{
    border-top-right-radius:0.25rem;
    border-bottom-right-radius:0.25rem
  }

  .lg\:tw-rounded-r-md{
    border-top-right-radius:0.375rem;
    border-bottom-right-radius:0.375rem
  }

  .lg\:tw-rounded-r-lg{
    border-top-right-radius:0.5rem;
    border-bottom-right-radius:0.5rem
  }

  .lg\:tw-rounded-r-xl{
    border-top-right-radius:0.75rem;
    border-bottom-right-radius:0.75rem
  }

  .lg\:tw-rounded-r-2xl{
    border-top-right-radius:1rem;
    border-bottom-right-radius:1rem
  }

  .lg\:tw-rounded-r-3xl{
    border-top-right-radius:1.5rem;
    border-bottom-right-radius:1.5rem
  }

  .lg\:tw-rounded-r-full{
    border-top-right-radius:9999px;
    border-bottom-right-radius:9999px
  }

  .lg\:tw-rounded-b-none{
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px
  }

  .lg\:tw-rounded-b-sm{
    border-bottom-right-radius:0.125rem;
    border-bottom-left-radius:0.125rem
  }

  .lg\:tw-rounded-b{
    border-bottom-right-radius:0.25rem;
    border-bottom-left-radius:0.25rem
  }

  .lg\:tw-rounded-b-md{
    border-bottom-right-radius:0.375rem;
    border-bottom-left-radius:0.375rem
  }

  .lg\:tw-rounded-b-lg{
    border-bottom-right-radius:0.5rem;
    border-bottom-left-radius:0.5rem
  }

  .lg\:tw-rounded-b-xl{
    border-bottom-right-radius:0.75rem;
    border-bottom-left-radius:0.75rem
  }

  .lg\:tw-rounded-b-2xl{
    border-bottom-right-radius:1rem;
    border-bottom-left-radius:1rem
  }

  .lg\:tw-rounded-b-3xl{
    border-bottom-right-radius:1.5rem;
    border-bottom-left-radius:1.5rem
  }

  .lg\:tw-rounded-b-full{
    border-bottom-right-radius:9999px;
    border-bottom-left-radius:9999px
  }

  .lg\:tw-rounded-l-none{
    border-top-left-radius:0px;
    border-bottom-left-radius:0px
  }

  .lg\:tw-rounded-l-sm{
    border-top-left-radius:0.125rem;
    border-bottom-left-radius:0.125rem
  }

  .lg\:tw-rounded-l{
    border-top-left-radius:0.25rem;
    border-bottom-left-radius:0.25rem
  }

  .lg\:tw-rounded-l-md{
    border-top-left-radius:0.375rem;
    border-bottom-left-radius:0.375rem
  }

  .lg\:tw-rounded-l-lg{
    border-top-left-radius:0.5rem;
    border-bottom-left-radius:0.5rem
  }

  .lg\:tw-rounded-l-xl{
    border-top-left-radius:0.75rem;
    border-bottom-left-radius:0.75rem
  }

  .lg\:tw-rounded-l-2xl{
    border-top-left-radius:1rem;
    border-bottom-left-radius:1rem
  }

  .lg\:tw-rounded-l-3xl{
    border-top-left-radius:1.5rem;
    border-bottom-left-radius:1.5rem
  }

  .lg\:tw-rounded-l-full{
    border-top-left-radius:9999px;
    border-bottom-left-radius:9999px
  }

  .lg\:tw-rounded-tl-none{
    border-top-left-radius:0px
  }

  .lg\:tw-rounded-tl-sm{
    border-top-left-radius:0.125rem
  }

  .lg\:tw-rounded-tl{
    border-top-left-radius:0.25rem
  }

  .lg\:tw-rounded-tl-md{
    border-top-left-radius:0.375rem
  }

  .lg\:tw-rounded-tl-lg{
    border-top-left-radius:0.5rem
  }

  .lg\:tw-rounded-tl-xl{
    border-top-left-radius:0.75rem
  }

  .lg\:tw-rounded-tl-2xl{
    border-top-left-radius:1rem
  }

  .lg\:tw-rounded-tl-3xl{
    border-top-left-radius:1.5rem
  }

  .lg\:tw-rounded-tl-full{
    border-top-left-radius:9999px
  }

  .lg\:tw-rounded-tr-none{
    border-top-right-radius:0px
  }

  .lg\:tw-rounded-tr-sm{
    border-top-right-radius:0.125rem
  }

  .lg\:tw-rounded-tr{
    border-top-right-radius:0.25rem
  }

  .lg\:tw-rounded-tr-md{
    border-top-right-radius:0.375rem
  }

  .lg\:tw-rounded-tr-lg{
    border-top-right-radius:0.5rem
  }

  .lg\:tw-rounded-tr-xl{
    border-top-right-radius:0.75rem
  }

  .lg\:tw-rounded-tr-2xl{
    border-top-right-radius:1rem
  }

  .lg\:tw-rounded-tr-3xl{
    border-top-right-radius:1.5rem
  }

  .lg\:tw-rounded-tr-full{
    border-top-right-radius:9999px
  }

  .lg\:tw-rounded-br-none{
    border-bottom-right-radius:0px
  }

  .lg\:tw-rounded-br-sm{
    border-bottom-right-radius:0.125rem
  }

  .lg\:tw-rounded-br{
    border-bottom-right-radius:0.25rem
  }

  .lg\:tw-rounded-br-md{
    border-bottom-right-radius:0.375rem
  }

  .lg\:tw-rounded-br-lg{
    border-bottom-right-radius:0.5rem
  }

  .lg\:tw-rounded-br-xl{
    border-bottom-right-radius:0.75rem
  }

  .lg\:tw-rounded-br-2xl{
    border-bottom-right-radius:1rem
  }

  .lg\:tw-rounded-br-3xl{
    border-bottom-right-radius:1.5rem
  }

  .lg\:tw-rounded-br-full{
    border-bottom-right-radius:9999px
  }

  .lg\:tw-rounded-bl-none{
    border-bottom-left-radius:0px
  }

  .lg\:tw-rounded-bl-sm{
    border-bottom-left-radius:0.125rem
  }

  .lg\:tw-rounded-bl{
    border-bottom-left-radius:0.25rem
  }

  .lg\:tw-rounded-bl-md{
    border-bottom-left-radius:0.375rem
  }

  .lg\:tw-rounded-bl-lg{
    border-bottom-left-radius:0.5rem
  }

  .lg\:tw-rounded-bl-xl{
    border-bottom-left-radius:0.75rem
  }

  .lg\:tw-rounded-bl-2xl{
    border-bottom-left-radius:1rem
  }

  .lg\:tw-rounded-bl-3xl{
    border-bottom-left-radius:1.5rem
  }

  .lg\:tw-rounded-bl-full{
    border-bottom-left-radius:9999px
  }

  .lg\:tw-border-0{
    border-width:0px
  }

  .lg\:tw-border-2{
    border-width:2px
  }

  .lg\:tw-border-4{
    border-width:4px
  }

  .lg\:tw-border-8{
    border-width:8px
  }

  .lg\:tw-border{
    border-width:1px
  }

  .lg\:tw-border-t-0{
    border-top-width:0px
  }

  .lg\:tw-border-t-2{
    border-top-width:2px
  }

  .lg\:tw-border-t-4{
    border-top-width:4px
  }

  .lg\:tw-border-t-8{
    border-top-width:8px
  }

  .lg\:tw-border-t{
    border-top-width:1px
  }

  .lg\:tw-border-r-0{
    border-right-width:0px
  }

  .lg\:tw-border-r-2{
    border-right-width:2px
  }

  .lg\:tw-border-r-4{
    border-right-width:4px
  }

  .lg\:tw-border-r-8{
    border-right-width:8px
  }

  .lg\:tw-border-r{
    border-right-width:1px
  }

  .lg\:tw-border-b-0{
    border-bottom-width:0px
  }

  .lg\:tw-border-b-2{
    border-bottom-width:2px
  }

  .lg\:tw-border-b-4{
    border-bottom-width:4px
  }

  .lg\:tw-border-b-8{
    border-bottom-width:8px
  }

  .lg\:tw-border-b{
    border-bottom-width:1px
  }

  .lg\:tw-border-l-0{
    border-left-width:0px
  }

  .lg\:tw-border-l-2{
    border-left-width:2px
  }

  .lg\:tw-border-l-4{
    border-left-width:4px
  }

  .lg\:tw-border-l-8{
    border-left-width:8px
  }

  .lg\:tw-border-l{
    border-left-width:1px
  }

  .lg\:tw-border-solid{
    border-style:solid
  }

  .lg\:tw-border-dashed{
    border-style:dashed
  }

  .lg\:tw-border-dotted{
    border-style:dotted
  }

  .lg\:tw-border-double{
    border-style:double
  }

  .lg\:tw-border-none{
    border-style:none
  }

  .lg\:tw-border-transparent{
    border-color:transparent
  }

  .lg\:tw-border-current{
    border-color:currentColor
  }

  .lg\:tw-border-black{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .lg\:tw-border-white{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .lg\:tw-border-gray-50{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .lg\:tw-border-gray-100{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .lg\:tw-border-gray-200{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .lg\:tw-border-gray-300{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .lg\:tw-border-gray-400{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .lg\:tw-border-gray-500{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .lg\:tw-border-gray-600{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .lg\:tw-border-gray-700{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .lg\:tw-border-gray-800{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .lg\:tw-border-gray-900{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .lg\:tw-border-red-50{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .lg\:tw-border-red-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .lg\:tw-border-red-200{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .lg\:tw-border-red-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .lg\:tw-border-red-400{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .lg\:tw-border-red-500{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .lg\:tw-border-red-600{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .lg\:tw-border-red-700{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .lg\:tw-border-red-800{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .lg\:tw-border-red-900{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .lg\:tw-border-yellow-50{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .lg\:tw-border-yellow-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .lg\:tw-border-yellow-200{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .lg\:tw-border-yellow-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .lg\:tw-border-yellow-400{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .lg\:tw-border-yellow-500{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .lg\:tw-border-yellow-600{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .lg\:tw-border-yellow-700{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .lg\:tw-border-yellow-800{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .lg\:tw-border-yellow-900{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .lg\:tw-border-green-50{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .lg\:tw-border-green-100{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .lg\:tw-border-green-200{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .lg\:tw-border-green-300{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .lg\:tw-border-green-400{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .lg\:tw-border-green-500{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .lg\:tw-border-green-600{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .lg\:tw-border-green-700{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .lg\:tw-border-green-800{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .lg\:tw-border-green-900{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .lg\:tw-border-blue-50{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .lg\:tw-border-blue-100{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .lg\:tw-border-blue-200{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .lg\:tw-border-blue-300{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .lg\:tw-border-blue-400{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .lg\:tw-border-blue-500{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .lg\:tw-border-blue-600{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .lg\:tw-border-blue-700{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .lg\:tw-border-blue-800{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .lg\:tw-border-blue-900{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .lg\:tw-border-indigo-50{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .lg\:tw-border-indigo-100{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .lg\:tw-border-indigo-200{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .lg\:tw-border-indigo-300{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .lg\:tw-border-indigo-400{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .lg\:tw-border-indigo-500{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .lg\:tw-border-indigo-600{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .lg\:tw-border-indigo-700{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .lg\:tw-border-indigo-800{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .lg\:tw-border-indigo-900{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .lg\:tw-border-purple-50{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .lg\:tw-border-purple-100{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .lg\:tw-border-purple-200{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .lg\:tw-border-purple-300{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .lg\:tw-border-purple-400{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .lg\:tw-border-purple-500{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .lg\:tw-border-purple-600{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .lg\:tw-border-purple-700{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .lg\:tw-border-purple-800{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .lg\:tw-border-purple-900{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .lg\:tw-border-pink-50{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .lg\:tw-border-pink-100{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .lg\:tw-border-pink-200{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .lg\:tw-border-pink-300{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .lg\:tw-border-pink-400{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .lg\:tw-border-pink-500{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .lg\:tw-border-pink-600{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .lg\:tw-border-pink-700{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .lg\:tw-border-pink-800{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .lg\:tw-border-pink-900{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-transparent{
    border-color:transparent
  }

  .tw-group:hover .lg\:group-hover\:tw-border-current{
    border-color:currentColor
  }

  .tw-group:hover .lg\:group-hover\:tw-border-black{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-white{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-50{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-100{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-200{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-300{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-400{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-500{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-600{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-700{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-800{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-900{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-50{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-200{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-400{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-500{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-600{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-700{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-800{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-900{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-50{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-200{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-400{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-500{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-600{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-700{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-800{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-900{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-50{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-100{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-200{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-300{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-400{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-500{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-600{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-700{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-800{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-900{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-50{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-100{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-200{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-300{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-400{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-500{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-600{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-700{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-800{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-900{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-50{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-100{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-200{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-300{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-400{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-500{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-600{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-700{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-800{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-900{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-50{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-100{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-200{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-300{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-400{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-500{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-600{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-700{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-800{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-900{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-50{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-100{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-200{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-300{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-400{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-500{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-600{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-700{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-800{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-900{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-transparent:focus-within{
    border-color:transparent
  }

  .lg\:focus-within\:tw-border-current:focus-within{
    border-color:currentColor
  }

  .lg\:focus-within\:tw-border-black:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-white:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-gray-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-gray-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-gray-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-gray-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-gray-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-gray-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-gray-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-gray-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-gray-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-gray-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-red-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-red-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-red-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-red-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-red-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-red-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-red-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-red-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-red-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-red-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-yellow-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-yellow-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-yellow-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-yellow-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-yellow-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-yellow-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-yellow-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-yellow-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-yellow-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-yellow-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-green-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-green-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-green-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-green-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-green-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-green-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-green-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-green-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-green-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-green-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-blue-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-blue-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-blue-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-blue-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-blue-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-blue-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-blue-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-blue-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-blue-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-blue-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-indigo-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-indigo-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-indigo-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-indigo-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-indigo-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-indigo-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-indigo-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-indigo-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-indigo-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-indigo-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-purple-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-purple-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-purple-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-purple-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-purple-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-purple-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-purple-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-purple-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-purple-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-purple-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-pink-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-pink-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-pink-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-pink-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-pink-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-pink-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-pink-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-pink-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-pink-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .lg\:focus-within\:tw-border-pink-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-transparent:hover{
    border-color:transparent
  }

  .lg\:hover\:tw-border-current:hover{
    border-color:currentColor
  }

  .lg\:hover\:tw-border-black:hover{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-white:hover{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-gray-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-gray-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-gray-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-gray-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-gray-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-gray-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-gray-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-gray-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-gray-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-gray-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-red-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-red-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-red-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-red-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-red-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-red-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-red-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-red-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-red-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-red-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-yellow-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-yellow-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-yellow-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-yellow-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-yellow-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-yellow-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-yellow-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-yellow-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-yellow-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-yellow-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-green-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-green-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-green-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-green-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-green-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-green-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-green-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-green-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-green-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-green-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-blue-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-blue-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-blue-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-blue-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-blue-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-blue-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-blue-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-blue-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-blue-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-blue-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-indigo-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-indigo-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-indigo-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-indigo-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-indigo-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-indigo-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-indigo-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-indigo-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-indigo-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-indigo-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-purple-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-purple-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-purple-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-purple-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-purple-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-purple-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-purple-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-purple-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-purple-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-purple-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-pink-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-pink-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-pink-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-pink-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-pink-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-pink-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-pink-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-pink-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-pink-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .lg\:hover\:tw-border-pink-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-transparent:focus{
    border-color:transparent
  }

  .lg\:focus\:tw-border-current:focus{
    border-color:currentColor
  }

  .lg\:focus\:tw-border-black:focus{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-white:focus{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-gray-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-gray-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-gray-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-gray-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-gray-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-gray-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-gray-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-gray-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-gray-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-gray-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-red-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-red-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-red-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-red-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-red-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-red-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-red-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-red-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-red-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-red-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-yellow-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-yellow-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-yellow-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-yellow-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-yellow-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-yellow-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-yellow-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-yellow-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-yellow-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-yellow-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-green-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-green-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-green-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-green-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-green-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-green-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-green-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-green-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-green-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-green-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-blue-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-blue-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-blue-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-blue-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-blue-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-blue-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-blue-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-blue-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-blue-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-blue-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-indigo-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-indigo-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-indigo-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-indigo-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-indigo-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-indigo-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-indigo-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-indigo-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-indigo-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-indigo-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-purple-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-purple-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-purple-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-purple-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-purple-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-purple-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-purple-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-purple-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-purple-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-purple-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-pink-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-pink-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-pink-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-pink-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-pink-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-pink-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-pink-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-pink-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-pink-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .lg\:focus\:tw-border-pink-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .lg\:tw-border-opacity-0{
    --tw-border-opacity:0
  }

  .lg\:tw-border-opacity-5{
    --tw-border-opacity:0.05
  }

  .lg\:tw-border-opacity-10{
    --tw-border-opacity:0.1
  }

  .lg\:tw-border-opacity-20{
    --tw-border-opacity:0.2
  }

  .lg\:tw-border-opacity-25{
    --tw-border-opacity:0.25
  }

  .lg\:tw-border-opacity-30{
    --tw-border-opacity:0.3
  }

  .lg\:tw-border-opacity-40{
    --tw-border-opacity:0.4
  }

  .lg\:tw-border-opacity-50{
    --tw-border-opacity:0.5
  }

  .lg\:tw-border-opacity-60{
    --tw-border-opacity:0.6
  }

  .lg\:tw-border-opacity-70{
    --tw-border-opacity:0.7
  }

  .lg\:tw-border-opacity-75{
    --tw-border-opacity:0.75
  }

  .lg\:tw-border-opacity-80{
    --tw-border-opacity:0.8
  }

  .lg\:tw-border-opacity-90{
    --tw-border-opacity:0.9
  }

  .lg\:tw-border-opacity-95{
    --tw-border-opacity:0.95
  }

  .lg\:tw-border-opacity-100{
    --tw-border-opacity:1
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-0{
    --tw-border-opacity:0
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-5{
    --tw-border-opacity:0.05
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-10{
    --tw-border-opacity:0.1
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-20{
    --tw-border-opacity:0.2
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-25{
    --tw-border-opacity:0.25
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-30{
    --tw-border-opacity:0.3
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-40{
    --tw-border-opacity:0.4
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-50{
    --tw-border-opacity:0.5
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-60{
    --tw-border-opacity:0.6
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-70{
    --tw-border-opacity:0.7
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-75{
    --tw-border-opacity:0.75
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-80{
    --tw-border-opacity:0.8
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-90{
    --tw-border-opacity:0.9
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-95{
    --tw-border-opacity:0.95
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-100{
    --tw-border-opacity:1
  }

  .lg\:focus-within\:tw-border-opacity-0:focus-within{
    --tw-border-opacity:0
  }

  .lg\:focus-within\:tw-border-opacity-5:focus-within{
    --tw-border-opacity:0.05
  }

  .lg\:focus-within\:tw-border-opacity-10:focus-within{
    --tw-border-opacity:0.1
  }

  .lg\:focus-within\:tw-border-opacity-20:focus-within{
    --tw-border-opacity:0.2
  }

  .lg\:focus-within\:tw-border-opacity-25:focus-within{
    --tw-border-opacity:0.25
  }

  .lg\:focus-within\:tw-border-opacity-30:focus-within{
    --tw-border-opacity:0.3
  }

  .lg\:focus-within\:tw-border-opacity-40:focus-within{
    --tw-border-opacity:0.4
  }

  .lg\:focus-within\:tw-border-opacity-50:focus-within{
    --tw-border-opacity:0.5
  }

  .lg\:focus-within\:tw-border-opacity-60:focus-within{
    --tw-border-opacity:0.6
  }

  .lg\:focus-within\:tw-border-opacity-70:focus-within{
    --tw-border-opacity:0.7
  }

  .lg\:focus-within\:tw-border-opacity-75:focus-within{
    --tw-border-opacity:0.75
  }

  .lg\:focus-within\:tw-border-opacity-80:focus-within{
    --tw-border-opacity:0.8
  }

  .lg\:focus-within\:tw-border-opacity-90:focus-within{
    --tw-border-opacity:0.9
  }

  .lg\:focus-within\:tw-border-opacity-95:focus-within{
    --tw-border-opacity:0.95
  }

  .lg\:focus-within\:tw-border-opacity-100:focus-within{
    --tw-border-opacity:1
  }

  .lg\:hover\:tw-border-opacity-0:hover{
    --tw-border-opacity:0
  }

  .lg\:hover\:tw-border-opacity-5:hover{
    --tw-border-opacity:0.05
  }

  .lg\:hover\:tw-border-opacity-10:hover{
    --tw-border-opacity:0.1
  }

  .lg\:hover\:tw-border-opacity-20:hover{
    --tw-border-opacity:0.2
  }

  .lg\:hover\:tw-border-opacity-25:hover{
    --tw-border-opacity:0.25
  }

  .lg\:hover\:tw-border-opacity-30:hover{
    --tw-border-opacity:0.3
  }

  .lg\:hover\:tw-border-opacity-40:hover{
    --tw-border-opacity:0.4
  }

  .lg\:hover\:tw-border-opacity-50:hover{
    --tw-border-opacity:0.5
  }

  .lg\:hover\:tw-border-opacity-60:hover{
    --tw-border-opacity:0.6
  }

  .lg\:hover\:tw-border-opacity-70:hover{
    --tw-border-opacity:0.7
  }

  .lg\:hover\:tw-border-opacity-75:hover{
    --tw-border-opacity:0.75
  }

  .lg\:hover\:tw-border-opacity-80:hover{
    --tw-border-opacity:0.8
  }

  .lg\:hover\:tw-border-opacity-90:hover{
    --tw-border-opacity:0.9
  }

  .lg\:hover\:tw-border-opacity-95:hover{
    --tw-border-opacity:0.95
  }

  .lg\:hover\:tw-border-opacity-100:hover{
    --tw-border-opacity:1
  }

  .lg\:focus\:tw-border-opacity-0:focus{
    --tw-border-opacity:0
  }

  .lg\:focus\:tw-border-opacity-5:focus{
    --tw-border-opacity:0.05
  }

  .lg\:focus\:tw-border-opacity-10:focus{
    --tw-border-opacity:0.1
  }

  .lg\:focus\:tw-border-opacity-20:focus{
    --tw-border-opacity:0.2
  }

  .lg\:focus\:tw-border-opacity-25:focus{
    --tw-border-opacity:0.25
  }

  .lg\:focus\:tw-border-opacity-30:focus{
    --tw-border-opacity:0.3
  }

  .lg\:focus\:tw-border-opacity-40:focus{
    --tw-border-opacity:0.4
  }

  .lg\:focus\:tw-border-opacity-50:focus{
    --tw-border-opacity:0.5
  }

  .lg\:focus\:tw-border-opacity-60:focus{
    --tw-border-opacity:0.6
  }

  .lg\:focus\:tw-border-opacity-70:focus{
    --tw-border-opacity:0.7
  }

  .lg\:focus\:tw-border-opacity-75:focus{
    --tw-border-opacity:0.75
  }

  .lg\:focus\:tw-border-opacity-80:focus{
    --tw-border-opacity:0.8
  }

  .lg\:focus\:tw-border-opacity-90:focus{
    --tw-border-opacity:0.9
  }

  .lg\:focus\:tw-border-opacity-95:focus{
    --tw-border-opacity:0.95
  }

  .lg\:focus\:tw-border-opacity-100:focus{
    --tw-border-opacity:1
  }

  .lg\:tw-bg-transparent{
    background-color:transparent
  }

  .lg\:tw-bg-current{
    background-color:currentColor
  }

  .lg\:tw-bg-black{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-gray-50{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-gray-100{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-gray-200{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-gray-300{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-gray-400{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-gray-500{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-gray-600{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-gray-700{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-gray-800{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-gray-900{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-red-50{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-red-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-red-200{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-red-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-red-400{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-red-500{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-red-600{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-red-700{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-red-800{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-red-900{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-yellow-50{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-yellow-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-yellow-200{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-yellow-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-yellow-400{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-yellow-500{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-yellow-600{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-yellow-700{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-yellow-800{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-yellow-900{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-green-50{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-green-100{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-green-200{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-green-300{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-green-400{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-green-500{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-green-600{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-green-700{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-green-800{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-green-900{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-blue-50{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-blue-100{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-blue-200{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-blue-300{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-blue-400{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-blue-500{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-blue-600{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-blue-700{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-blue-800{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-blue-900{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-indigo-50{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-indigo-100{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-indigo-200{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-indigo-300{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-indigo-400{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-indigo-500{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-indigo-600{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-indigo-700{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-indigo-800{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-indigo-900{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-purple-50{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-purple-100{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-purple-200{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-purple-300{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-purple-400{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-purple-500{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-purple-600{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-purple-700{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-purple-800{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-purple-900{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-pink-50{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-pink-100{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-pink-200{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-pink-300{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-pink-400{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-pink-500{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-pink-600{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-pink-700{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-pink-800{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-pink-900{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-transparent{
    background-color:transparent
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-current{
    background-color:currentColor
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-black{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-50{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-100{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-200{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-300{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-400{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-500{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-600{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-700{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-800{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-900{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-50{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-200{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-400{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-500{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-600{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-700{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-800{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-900{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-50{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-200{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-400{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-500{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-600{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-700{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-800{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-900{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-50{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-100{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-200{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-300{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-400{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-500{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-600{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-700{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-800{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-900{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-50{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-100{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-200{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-300{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-400{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-500{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-600{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-700{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-800{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-900{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-50{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-100{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-200{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-300{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-400{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-500{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-600{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-700{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-800{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-900{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-50{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-100{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-200{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-300{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-400{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-500{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-600{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-700{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-800{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-900{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-50{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-100{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-200{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-300{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-400{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-500{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-600{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-700{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-800{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-900{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-transparent:focus-within{
    background-color:transparent
  }

  .lg\:focus-within\:tw-bg-current:focus-within{
    background-color:currentColor
  }

  .lg\:focus-within\:tw-bg-black:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-white:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-gray-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-gray-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-gray-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-gray-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-gray-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-gray-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-gray-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-gray-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-gray-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-gray-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-red-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-red-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-red-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-red-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-red-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-red-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-red-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-red-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-red-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-red-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-yellow-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-yellow-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-yellow-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-yellow-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-yellow-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-yellow-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-yellow-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-yellow-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-yellow-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-yellow-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-green-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-green-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-green-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-green-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-green-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-green-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-green-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-green-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-green-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-green-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-blue-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-blue-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-blue-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-blue-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-blue-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-blue-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-blue-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-blue-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-blue-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-blue-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-indigo-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-indigo-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-indigo-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-indigo-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-indigo-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-indigo-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-indigo-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-indigo-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-indigo-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-indigo-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-purple-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-purple-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-purple-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-purple-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-purple-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-purple-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-purple-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-purple-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-purple-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-purple-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-pink-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-pink-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-pink-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-pink-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-pink-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-pink-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-pink-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-pink-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-pink-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .lg\:focus-within\:tw-bg-pink-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-transparent:hover{
    background-color:transparent
  }

  .lg\:hover\:tw-bg-current:hover{
    background-color:currentColor
  }

  .lg\:hover\:tw-bg-black:hover{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-white:hover{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-gray-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-gray-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-gray-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-gray-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-gray-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-gray-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-gray-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-gray-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-gray-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-gray-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-red-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-red-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-red-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-red-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-red-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-red-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-red-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-red-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-red-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-red-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-yellow-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-yellow-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-yellow-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-yellow-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-yellow-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-yellow-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-yellow-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-yellow-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-yellow-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-yellow-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-green-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-green-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-green-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-green-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-green-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-green-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-green-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-green-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-green-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-green-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-blue-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-blue-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-blue-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-blue-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-blue-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-blue-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-blue-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-blue-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-blue-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-blue-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-indigo-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-indigo-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-indigo-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-indigo-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-indigo-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-indigo-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-indigo-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-indigo-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-indigo-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-indigo-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-purple-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-purple-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-purple-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-purple-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-purple-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-purple-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-purple-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-purple-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-purple-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-purple-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-pink-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-pink-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-pink-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-pink-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-pink-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-pink-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-pink-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-pink-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-pink-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .lg\:hover\:tw-bg-pink-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-transparent:focus{
    background-color:transparent
  }

  .lg\:focus\:tw-bg-current:focus{
    background-color:currentColor
  }

  .lg\:focus\:tw-bg-black:focus{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-white:focus{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-gray-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-gray-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-gray-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-gray-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-gray-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-gray-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-gray-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-gray-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-gray-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-gray-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-red-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-red-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-red-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-red-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-red-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-red-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-red-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-red-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-red-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-red-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-yellow-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-yellow-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-yellow-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-yellow-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-yellow-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-yellow-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-yellow-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-yellow-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-yellow-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-yellow-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-green-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-green-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-green-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-green-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-green-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-green-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-green-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-green-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-green-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-green-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-blue-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-blue-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-blue-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-blue-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-blue-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-blue-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-blue-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-blue-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-blue-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-blue-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-indigo-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-indigo-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-indigo-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-indigo-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-indigo-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-indigo-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-indigo-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-indigo-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-indigo-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-indigo-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-purple-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-purple-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-purple-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-purple-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-purple-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-purple-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-purple-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-purple-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-purple-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-purple-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-pink-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-pink-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-pink-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-pink-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-pink-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-pink-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-pink-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-pink-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-pink-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .lg\:focus\:tw-bg-pink-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .lg\:tw-bg-opacity-0{
    --tw-bg-opacity:0
  }

  .lg\:tw-bg-opacity-5{
    --tw-bg-opacity:0.05
  }

  .lg\:tw-bg-opacity-10{
    --tw-bg-opacity:0.1
  }

  .lg\:tw-bg-opacity-20{
    --tw-bg-opacity:0.2
  }

  .lg\:tw-bg-opacity-25{
    --tw-bg-opacity:0.25
  }

  .lg\:tw-bg-opacity-30{
    --tw-bg-opacity:0.3
  }

  .lg\:tw-bg-opacity-40{
    --tw-bg-opacity:0.4
  }

  .lg\:tw-bg-opacity-50{
    --tw-bg-opacity:0.5
  }

  .lg\:tw-bg-opacity-60{
    --tw-bg-opacity:0.6
  }

  .lg\:tw-bg-opacity-70{
    --tw-bg-opacity:0.7
  }

  .lg\:tw-bg-opacity-75{
    --tw-bg-opacity:0.75
  }

  .lg\:tw-bg-opacity-80{
    --tw-bg-opacity:0.8
  }

  .lg\:tw-bg-opacity-90{
    --tw-bg-opacity:0.9
  }

  .lg\:tw-bg-opacity-95{
    --tw-bg-opacity:0.95
  }

  .lg\:tw-bg-opacity-100{
    --tw-bg-opacity:1
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-0{
    --tw-bg-opacity:0
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-5{
    --tw-bg-opacity:0.05
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-10{
    --tw-bg-opacity:0.1
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-20{
    --tw-bg-opacity:0.2
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-25{
    --tw-bg-opacity:0.25
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-30{
    --tw-bg-opacity:0.3
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-40{
    --tw-bg-opacity:0.4
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-50{
    --tw-bg-opacity:0.5
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-60{
    --tw-bg-opacity:0.6
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-70{
    --tw-bg-opacity:0.7
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-75{
    --tw-bg-opacity:0.75
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-80{
    --tw-bg-opacity:0.8
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-90{
    --tw-bg-opacity:0.9
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-95{
    --tw-bg-opacity:0.95
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-100{
    --tw-bg-opacity:1
  }

  .lg\:focus-within\:tw-bg-opacity-0:focus-within{
    --tw-bg-opacity:0
  }

  .lg\:focus-within\:tw-bg-opacity-5:focus-within{
    --tw-bg-opacity:0.05
  }

  .lg\:focus-within\:tw-bg-opacity-10:focus-within{
    --tw-bg-opacity:0.1
  }

  .lg\:focus-within\:tw-bg-opacity-20:focus-within{
    --tw-bg-opacity:0.2
  }

  .lg\:focus-within\:tw-bg-opacity-25:focus-within{
    --tw-bg-opacity:0.25
  }

  .lg\:focus-within\:tw-bg-opacity-30:focus-within{
    --tw-bg-opacity:0.3
  }

  .lg\:focus-within\:tw-bg-opacity-40:focus-within{
    --tw-bg-opacity:0.4
  }

  .lg\:focus-within\:tw-bg-opacity-50:focus-within{
    --tw-bg-opacity:0.5
  }

  .lg\:focus-within\:tw-bg-opacity-60:focus-within{
    --tw-bg-opacity:0.6
  }

  .lg\:focus-within\:tw-bg-opacity-70:focus-within{
    --tw-bg-opacity:0.7
  }

  .lg\:focus-within\:tw-bg-opacity-75:focus-within{
    --tw-bg-opacity:0.75
  }

  .lg\:focus-within\:tw-bg-opacity-80:focus-within{
    --tw-bg-opacity:0.8
  }

  .lg\:focus-within\:tw-bg-opacity-90:focus-within{
    --tw-bg-opacity:0.9
  }

  .lg\:focus-within\:tw-bg-opacity-95:focus-within{
    --tw-bg-opacity:0.95
  }

  .lg\:focus-within\:tw-bg-opacity-100:focus-within{
    --tw-bg-opacity:1
  }

  .lg\:hover\:tw-bg-opacity-0:hover{
    --tw-bg-opacity:0
  }

  .lg\:hover\:tw-bg-opacity-5:hover{
    --tw-bg-opacity:0.05
  }

  .lg\:hover\:tw-bg-opacity-10:hover{
    --tw-bg-opacity:0.1
  }

  .lg\:hover\:tw-bg-opacity-20:hover{
    --tw-bg-opacity:0.2
  }

  .lg\:hover\:tw-bg-opacity-25:hover{
    --tw-bg-opacity:0.25
  }

  .lg\:hover\:tw-bg-opacity-30:hover{
    --tw-bg-opacity:0.3
  }

  .lg\:hover\:tw-bg-opacity-40:hover{
    --tw-bg-opacity:0.4
  }

  .lg\:hover\:tw-bg-opacity-50:hover{
    --tw-bg-opacity:0.5
  }

  .lg\:hover\:tw-bg-opacity-60:hover{
    --tw-bg-opacity:0.6
  }

  .lg\:hover\:tw-bg-opacity-70:hover{
    --tw-bg-opacity:0.7
  }

  .lg\:hover\:tw-bg-opacity-75:hover{
    --tw-bg-opacity:0.75
  }

  .lg\:hover\:tw-bg-opacity-80:hover{
    --tw-bg-opacity:0.8
  }

  .lg\:hover\:tw-bg-opacity-90:hover{
    --tw-bg-opacity:0.9
  }

  .lg\:hover\:tw-bg-opacity-95:hover{
    --tw-bg-opacity:0.95
  }

  .lg\:hover\:tw-bg-opacity-100:hover{
    --tw-bg-opacity:1
  }

  .lg\:focus\:tw-bg-opacity-0:focus{
    --tw-bg-opacity:0
  }

  .lg\:focus\:tw-bg-opacity-5:focus{
    --tw-bg-opacity:0.05
  }

  .lg\:focus\:tw-bg-opacity-10:focus{
    --tw-bg-opacity:0.1
  }

  .lg\:focus\:tw-bg-opacity-20:focus{
    --tw-bg-opacity:0.2
  }

  .lg\:focus\:tw-bg-opacity-25:focus{
    --tw-bg-opacity:0.25
  }

  .lg\:focus\:tw-bg-opacity-30:focus{
    --tw-bg-opacity:0.3
  }

  .lg\:focus\:tw-bg-opacity-40:focus{
    --tw-bg-opacity:0.4
  }

  .lg\:focus\:tw-bg-opacity-50:focus{
    --tw-bg-opacity:0.5
  }

  .lg\:focus\:tw-bg-opacity-60:focus{
    --tw-bg-opacity:0.6
  }

  .lg\:focus\:tw-bg-opacity-70:focus{
    --tw-bg-opacity:0.7
  }

  .lg\:focus\:tw-bg-opacity-75:focus{
    --tw-bg-opacity:0.75
  }

  .lg\:focus\:tw-bg-opacity-80:focus{
    --tw-bg-opacity:0.8
  }

  .lg\:focus\:tw-bg-opacity-90:focus{
    --tw-bg-opacity:0.9
  }

  .lg\:focus\:tw-bg-opacity-95:focus{
    --tw-bg-opacity:0.95
  }

  .lg\:focus\:tw-bg-opacity-100:focus{
    --tw-bg-opacity:1
  }

  .lg\:tw-bg-none{
    background-image:none
  }

  .lg\:tw-bg-gradient-to-t{
    background-image:linear-gradient(to top, var(--tw-gradient-stops))
  }

  .lg\:tw-bg-gradient-to-tr{
    background-image:linear-gradient(to top right, var(--tw-gradient-stops))
  }

  .lg\:tw-bg-gradient-to-r{
    background-image:linear-gradient(to right, var(--tw-gradient-stops))
  }

  .lg\:tw-bg-gradient-to-br{
    background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))
  }

  .lg\:tw-bg-gradient-to-b{
    background-image:linear-gradient(to bottom, var(--tw-gradient-stops))
  }

  .lg\:tw-bg-gradient-to-bl{
    background-image:linear-gradient(to bottom left, var(--tw-gradient-stops))
  }

  .lg\:tw-bg-gradient-to-l{
    background-image:linear-gradient(to left, var(--tw-gradient-stops))
  }

  .lg\:tw-bg-gradient-to-tl{
    background-image:linear-gradient(to top left, var(--tw-gradient-stops))
  }

  .lg\:tw-from-transparent{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .lg\:tw-from-current{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .lg\:tw-from-black{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .lg\:tw-from-white{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .lg\:tw-from-gray-50{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .lg\:tw-from-gray-100{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .lg\:tw-from-gray-200{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .lg\:tw-from-gray-300{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .lg\:tw-from-gray-400{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .lg\:tw-from-gray-500{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .lg\:tw-from-gray-600{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .lg\:tw-from-gray-700{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .lg\:tw-from-gray-800{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .lg\:tw-from-gray-900{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .lg\:tw-from-red-50{
    --tw-gradient-from:#fef2f2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .lg\:tw-from-red-100{
    --tw-gradient-from:#fee2e2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .lg\:tw-from-red-200{
    --tw-gradient-from:#fecaca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .lg\:tw-from-red-300{
    --tw-gradient-from:#fca5a5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .lg\:tw-from-red-400{
    --tw-gradient-from:#f87171;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .lg\:tw-from-red-500{
    --tw-gradient-from:#ef4444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .lg\:tw-from-red-600{
    --tw-gradient-from:#dc2626;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .lg\:tw-from-red-700{
    --tw-gradient-from:#b91c1c;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .lg\:tw-from-red-800{
    --tw-gradient-from:#991b1b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .lg\:tw-from-red-900{
    --tw-gradient-from:#7f1d1d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .lg\:tw-from-yellow-50{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .lg\:tw-from-yellow-100{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .lg\:tw-from-yellow-200{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .lg\:tw-from-yellow-300{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .lg\:tw-from-yellow-400{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .lg\:tw-from-yellow-500{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .lg\:tw-from-yellow-600{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .lg\:tw-from-yellow-700{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .lg\:tw-from-yellow-800{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .lg\:tw-from-yellow-900{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .lg\:tw-from-green-50{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .lg\:tw-from-green-100{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .lg\:tw-from-green-200{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .lg\:tw-from-green-300{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .lg\:tw-from-green-400{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .lg\:tw-from-green-500{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .lg\:tw-from-green-600{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .lg\:tw-from-green-700{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .lg\:tw-from-green-800{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .lg\:tw-from-green-900{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .lg\:tw-from-blue-50{
    --tw-gradient-from:#eff6ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .lg\:tw-from-blue-100{
    --tw-gradient-from:#dbeafe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .lg\:tw-from-blue-200{
    --tw-gradient-from:#bfdbfe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .lg\:tw-from-blue-300{
    --tw-gradient-from:#93c5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .lg\:tw-from-blue-400{
    --tw-gradient-from:#60a5fa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .lg\:tw-from-blue-500{
    --tw-gradient-from:#3b82f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .lg\:tw-from-blue-600{
    --tw-gradient-from:#2563eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .lg\:tw-from-blue-700{
    --tw-gradient-from:#1d4ed8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .lg\:tw-from-blue-800{
    --tw-gradient-from:#1e40af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .lg\:tw-from-blue-900{
    --tw-gradient-from:#1e3a8a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .lg\:tw-from-indigo-50{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .lg\:tw-from-indigo-100{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .lg\:tw-from-indigo-200{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .lg\:tw-from-indigo-300{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .lg\:tw-from-indigo-400{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .lg\:tw-from-indigo-500{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .lg\:tw-from-indigo-600{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .lg\:tw-from-indigo-700{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .lg\:tw-from-indigo-800{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .lg\:tw-from-indigo-900{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .lg\:tw-from-purple-50{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .lg\:tw-from-purple-100{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .lg\:tw-from-purple-200{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .lg\:tw-from-purple-300{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .lg\:tw-from-purple-400{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .lg\:tw-from-purple-500{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .lg\:tw-from-purple-600{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .lg\:tw-from-purple-700{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .lg\:tw-from-purple-800{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .lg\:tw-from-purple-900{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .lg\:tw-from-pink-50{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .lg\:tw-from-pink-100{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .lg\:tw-from-pink-200{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .lg\:tw-from-pink-300{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .lg\:tw-from-pink-400{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .lg\:tw-from-pink-500{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .lg\:tw-from-pink-600{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .lg\:tw-from-pink-700{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .lg\:tw-from-pink-800{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .lg\:tw-from-pink-900{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .lg\:hover\:tw-from-transparent:hover{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .lg\:hover\:tw-from-current:hover{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .lg\:hover\:tw-from-black:hover{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .lg\:hover\:tw-from-white:hover{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .lg\:hover\:tw-from-gray-50:hover{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .lg\:hover\:tw-from-gray-100:hover{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .lg\:hover\:tw-from-gray-200:hover{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .lg\:hover\:tw-from-gray-300:hover{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .lg\:hover\:tw-from-gray-400:hover{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .lg\:hover\:tw-from-gray-500:hover{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .lg\:hover\:tw-from-gray-600:hover{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .lg\:hover\:tw-from-gray-700:hover{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .lg\:hover\:tw-from-gray-800:hover{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .lg\:hover\:tw-from-gray-900:hover{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .lg\:hover\:tw-from-red-50:hover{
    --tw-gradient-from:#fef2f2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .lg\:hover\:tw-from-red-100:hover{
    --tw-gradient-from:#fee2e2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .lg\:hover\:tw-from-red-200:hover{
    --tw-gradient-from:#fecaca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .lg\:hover\:tw-from-red-300:hover{
    --tw-gradient-from:#fca5a5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .lg\:hover\:tw-from-red-400:hover{
    --tw-gradient-from:#f87171;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .lg\:hover\:tw-from-red-500:hover{
    --tw-gradient-from:#ef4444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .lg\:hover\:tw-from-red-600:hover{
    --tw-gradient-from:#dc2626;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .lg\:hover\:tw-from-red-700:hover{
    --tw-gradient-from:#b91c1c;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .lg\:hover\:tw-from-red-800:hover{
    --tw-gradient-from:#991b1b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .lg\:hover\:tw-from-red-900:hover{
    --tw-gradient-from:#7f1d1d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .lg\:hover\:tw-from-yellow-50:hover{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .lg\:hover\:tw-from-yellow-100:hover{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .lg\:hover\:tw-from-yellow-200:hover{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .lg\:hover\:tw-from-yellow-300:hover{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .lg\:hover\:tw-from-yellow-400:hover{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .lg\:hover\:tw-from-yellow-500:hover{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .lg\:hover\:tw-from-yellow-600:hover{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .lg\:hover\:tw-from-yellow-700:hover{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .lg\:hover\:tw-from-yellow-800:hover{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .lg\:hover\:tw-from-yellow-900:hover{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .lg\:hover\:tw-from-green-50:hover{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .lg\:hover\:tw-from-green-100:hover{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .lg\:hover\:tw-from-green-200:hover{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .lg\:hover\:tw-from-green-300:hover{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .lg\:hover\:tw-from-green-400:hover{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .lg\:hover\:tw-from-green-500:hover{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .lg\:hover\:tw-from-green-600:hover{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .lg\:hover\:tw-from-green-700:hover{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .lg\:hover\:tw-from-green-800:hover{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .lg\:hover\:tw-from-green-900:hover{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .lg\:hover\:tw-from-blue-50:hover{
    --tw-gradient-from:#eff6ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .lg\:hover\:tw-from-blue-100:hover{
    --tw-gradient-from:#dbeafe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .lg\:hover\:tw-from-blue-200:hover{
    --tw-gradient-from:#bfdbfe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .lg\:hover\:tw-from-blue-300:hover{
    --tw-gradient-from:#93c5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .lg\:hover\:tw-from-blue-400:hover{
    --tw-gradient-from:#60a5fa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .lg\:hover\:tw-from-blue-500:hover{
    --tw-gradient-from:#3b82f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .lg\:hover\:tw-from-blue-600:hover{
    --tw-gradient-from:#2563eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .lg\:hover\:tw-from-blue-700:hover{
    --tw-gradient-from:#1d4ed8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .lg\:hover\:tw-from-blue-800:hover{
    --tw-gradient-from:#1e40af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .lg\:hover\:tw-from-blue-900:hover{
    --tw-gradient-from:#1e3a8a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .lg\:hover\:tw-from-indigo-50:hover{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .lg\:hover\:tw-from-indigo-100:hover{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .lg\:hover\:tw-from-indigo-200:hover{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .lg\:hover\:tw-from-indigo-300:hover{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .lg\:hover\:tw-from-indigo-400:hover{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .lg\:hover\:tw-from-indigo-500:hover{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .lg\:hover\:tw-from-indigo-600:hover{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .lg\:hover\:tw-from-indigo-700:hover{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .lg\:hover\:tw-from-indigo-800:hover{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .lg\:hover\:tw-from-indigo-900:hover{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .lg\:hover\:tw-from-purple-50:hover{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .lg\:hover\:tw-from-purple-100:hover{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .lg\:hover\:tw-from-purple-200:hover{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .lg\:hover\:tw-from-purple-300:hover{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .lg\:hover\:tw-from-purple-400:hover{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .lg\:hover\:tw-from-purple-500:hover{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .lg\:hover\:tw-from-purple-600:hover{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .lg\:hover\:tw-from-purple-700:hover{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .lg\:hover\:tw-from-purple-800:hover{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .lg\:hover\:tw-from-purple-900:hover{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .lg\:hover\:tw-from-pink-50:hover{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .lg\:hover\:tw-from-pink-100:hover{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .lg\:hover\:tw-from-pink-200:hover{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .lg\:hover\:tw-from-pink-300:hover{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .lg\:hover\:tw-from-pink-400:hover{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .lg\:hover\:tw-from-pink-500:hover{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .lg\:hover\:tw-from-pink-600:hover{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .lg\:hover\:tw-from-pink-700:hover{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .lg\:hover\:tw-from-pink-800:hover{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .lg\:hover\:tw-from-pink-900:hover{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .lg\:focus\:tw-from-transparent:focus{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .lg\:focus\:tw-from-current:focus{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .lg\:focus\:tw-from-black:focus{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .lg\:focus\:tw-from-white:focus{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .lg\:focus\:tw-from-gray-50:focus{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .lg\:focus\:tw-from-gray-100:focus{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .lg\:focus\:tw-from-gray-200:focus{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .lg\:focus\:tw-from-gray-300:focus{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .lg\:focus\:tw-from-gray-400:focus{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .lg\:focus\:tw-from-gray-500:focus{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .lg\:focus\:tw-from-gray-600:focus{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .lg\:focus\:tw-from-gray-700:focus{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .lg\:focus\:tw-from-gray-800:focus{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .lg\:focus\:tw-from-gray-900:focus{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .lg\:focus\:tw-from-red-50:focus{
    --tw-gradient-from:#fef2f2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .lg\:focus\:tw-from-red-100:focus{
    --tw-gradient-from:#fee2e2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .lg\:focus\:tw-from-red-200:focus{
    --tw-gradient-from:#fecaca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .lg\:focus\:tw-from-red-300:focus{
    --tw-gradient-from:#fca5a5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .lg\:focus\:tw-from-red-400:focus{
    --tw-gradient-from:#f87171;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .lg\:focus\:tw-from-red-500:focus{
    --tw-gradient-from:#ef4444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .lg\:focus\:tw-from-red-600:focus{
    --tw-gradient-from:#dc2626;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .lg\:focus\:tw-from-red-700:focus{
    --tw-gradient-from:#b91c1c;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .lg\:focus\:tw-from-red-800:focus{
    --tw-gradient-from:#991b1b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .lg\:focus\:tw-from-red-900:focus{
    --tw-gradient-from:#7f1d1d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .lg\:focus\:tw-from-yellow-50:focus{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .lg\:focus\:tw-from-yellow-100:focus{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .lg\:focus\:tw-from-yellow-200:focus{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .lg\:focus\:tw-from-yellow-300:focus{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .lg\:focus\:tw-from-yellow-400:focus{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .lg\:focus\:tw-from-yellow-500:focus{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .lg\:focus\:tw-from-yellow-600:focus{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .lg\:focus\:tw-from-yellow-700:focus{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .lg\:focus\:tw-from-yellow-800:focus{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .lg\:focus\:tw-from-yellow-900:focus{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .lg\:focus\:tw-from-green-50:focus{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .lg\:focus\:tw-from-green-100:focus{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .lg\:focus\:tw-from-green-200:focus{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .lg\:focus\:tw-from-green-300:focus{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .lg\:focus\:tw-from-green-400:focus{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .lg\:focus\:tw-from-green-500:focus{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .lg\:focus\:tw-from-green-600:focus{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .lg\:focus\:tw-from-green-700:focus{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .lg\:focus\:tw-from-green-800:focus{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .lg\:focus\:tw-from-green-900:focus{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .lg\:focus\:tw-from-blue-50:focus{
    --tw-gradient-from:#eff6ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .lg\:focus\:tw-from-blue-100:focus{
    --tw-gradient-from:#dbeafe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .lg\:focus\:tw-from-blue-200:focus{
    --tw-gradient-from:#bfdbfe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .lg\:focus\:tw-from-blue-300:focus{
    --tw-gradient-from:#93c5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .lg\:focus\:tw-from-blue-400:focus{
    --tw-gradient-from:#60a5fa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .lg\:focus\:tw-from-blue-500:focus{
    --tw-gradient-from:#3b82f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .lg\:focus\:tw-from-blue-600:focus{
    --tw-gradient-from:#2563eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .lg\:focus\:tw-from-blue-700:focus{
    --tw-gradient-from:#1d4ed8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .lg\:focus\:tw-from-blue-800:focus{
    --tw-gradient-from:#1e40af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .lg\:focus\:tw-from-blue-900:focus{
    --tw-gradient-from:#1e3a8a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .lg\:focus\:tw-from-indigo-50:focus{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .lg\:focus\:tw-from-indigo-100:focus{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .lg\:focus\:tw-from-indigo-200:focus{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .lg\:focus\:tw-from-indigo-300:focus{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .lg\:focus\:tw-from-indigo-400:focus{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .lg\:focus\:tw-from-indigo-500:focus{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .lg\:focus\:tw-from-indigo-600:focus{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .lg\:focus\:tw-from-indigo-700:focus{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .lg\:focus\:tw-from-indigo-800:focus{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .lg\:focus\:tw-from-indigo-900:focus{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .lg\:focus\:tw-from-purple-50:focus{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .lg\:focus\:tw-from-purple-100:focus{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .lg\:focus\:tw-from-purple-200:focus{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .lg\:focus\:tw-from-purple-300:focus{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .lg\:focus\:tw-from-purple-400:focus{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .lg\:focus\:tw-from-purple-500:focus{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .lg\:focus\:tw-from-purple-600:focus{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .lg\:focus\:tw-from-purple-700:focus{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .lg\:focus\:tw-from-purple-800:focus{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .lg\:focus\:tw-from-purple-900:focus{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .lg\:focus\:tw-from-pink-50:focus{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .lg\:focus\:tw-from-pink-100:focus{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .lg\:focus\:tw-from-pink-200:focus{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .lg\:focus\:tw-from-pink-300:focus{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .lg\:focus\:tw-from-pink-400:focus{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .lg\:focus\:tw-from-pink-500:focus{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .lg\:focus\:tw-from-pink-600:focus{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .lg\:focus\:tw-from-pink-700:focus{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .lg\:focus\:tw-from-pink-800:focus{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .lg\:focus\:tw-from-pink-900:focus{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .lg\:tw-via-transparent{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .lg\:tw-via-current{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .lg\:tw-via-black{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .lg\:tw-via-white{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .lg\:tw-via-gray-50{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .lg\:tw-via-gray-100{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .lg\:tw-via-gray-200{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .lg\:tw-via-gray-300{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .lg\:tw-via-gray-400{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .lg\:tw-via-gray-500{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .lg\:tw-via-gray-600{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .lg\:tw-via-gray-700{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .lg\:tw-via-gray-800{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .lg\:tw-via-gray-900{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .lg\:tw-via-red-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .lg\:tw-via-red-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .lg\:tw-via-red-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .lg\:tw-via-red-300{
    --tw-gradient-stops:var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .lg\:tw-via-red-400{
    --tw-gradient-stops:var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .lg\:tw-via-red-500{
    --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .lg\:tw-via-red-600{
    --tw-gradient-stops:var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .lg\:tw-via-red-700{
    --tw-gradient-stops:var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .lg\:tw-via-red-800{
    --tw-gradient-stops:var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .lg\:tw-via-red-900{
    --tw-gradient-stops:var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .lg\:tw-via-yellow-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .lg\:tw-via-yellow-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .lg\:tw-via-yellow-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .lg\:tw-via-yellow-300{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .lg\:tw-via-yellow-400{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .lg\:tw-via-yellow-500{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .lg\:tw-via-yellow-600{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .lg\:tw-via-yellow-700{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .lg\:tw-via-yellow-800{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .lg\:tw-via-yellow-900{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .lg\:tw-via-green-50{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .lg\:tw-via-green-100{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .lg\:tw-via-green-200{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .lg\:tw-via-green-300{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .lg\:tw-via-green-400{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .lg\:tw-via-green-500{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .lg\:tw-via-green-600{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .lg\:tw-via-green-700{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .lg\:tw-via-green-800{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .lg\:tw-via-green-900{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .lg\:tw-via-blue-50{
    --tw-gradient-stops:var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .lg\:tw-via-blue-100{
    --tw-gradient-stops:var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .lg\:tw-via-blue-200{
    --tw-gradient-stops:var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .lg\:tw-via-blue-300{
    --tw-gradient-stops:var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .lg\:tw-via-blue-400{
    --tw-gradient-stops:var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .lg\:tw-via-blue-500{
    --tw-gradient-stops:var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .lg\:tw-via-blue-600{
    --tw-gradient-stops:var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .lg\:tw-via-blue-700{
    --tw-gradient-stops:var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .lg\:tw-via-blue-800{
    --tw-gradient-stops:var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .lg\:tw-via-blue-900{
    --tw-gradient-stops:var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .lg\:tw-via-indigo-50{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .lg\:tw-via-indigo-100{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .lg\:tw-via-indigo-200{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .lg\:tw-via-indigo-300{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .lg\:tw-via-indigo-400{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .lg\:tw-via-indigo-500{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .lg\:tw-via-indigo-600{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .lg\:tw-via-indigo-700{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .lg\:tw-via-indigo-800{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .lg\:tw-via-indigo-900{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .lg\:tw-via-purple-50{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .lg\:tw-via-purple-100{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .lg\:tw-via-purple-200{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .lg\:tw-via-purple-300{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .lg\:tw-via-purple-400{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .lg\:tw-via-purple-500{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .lg\:tw-via-purple-600{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .lg\:tw-via-purple-700{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .lg\:tw-via-purple-800{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .lg\:tw-via-purple-900{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .lg\:tw-via-pink-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .lg\:tw-via-pink-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .lg\:tw-via-pink-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .lg\:tw-via-pink-300{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .lg\:tw-via-pink-400{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .lg\:tw-via-pink-500{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .lg\:tw-via-pink-600{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .lg\:tw-via-pink-700{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .lg\:tw-via-pink-800{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .lg\:tw-via-pink-900{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .lg\:hover\:tw-via-transparent:hover{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .lg\:hover\:tw-via-current:hover{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .lg\:hover\:tw-via-black:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .lg\:hover\:tw-via-white:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .lg\:hover\:tw-via-gray-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .lg\:hover\:tw-via-gray-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .lg\:hover\:tw-via-gray-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .lg\:hover\:tw-via-gray-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .lg\:hover\:tw-via-gray-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .lg\:hover\:tw-via-gray-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .lg\:hover\:tw-via-gray-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .lg\:hover\:tw-via-gray-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .lg\:hover\:tw-via-gray-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .lg\:hover\:tw-via-gray-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .lg\:hover\:tw-via-red-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .lg\:hover\:tw-via-red-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .lg\:hover\:tw-via-red-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .lg\:hover\:tw-via-red-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .lg\:hover\:tw-via-red-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .lg\:hover\:tw-via-red-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .lg\:hover\:tw-via-red-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .lg\:hover\:tw-via-red-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .lg\:hover\:tw-via-red-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .lg\:hover\:tw-via-red-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .lg\:hover\:tw-via-yellow-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .lg\:hover\:tw-via-yellow-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .lg\:hover\:tw-via-yellow-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .lg\:hover\:tw-via-yellow-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .lg\:hover\:tw-via-yellow-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .lg\:hover\:tw-via-yellow-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .lg\:hover\:tw-via-yellow-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .lg\:hover\:tw-via-yellow-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .lg\:hover\:tw-via-yellow-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .lg\:hover\:tw-via-yellow-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .lg\:hover\:tw-via-green-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .lg\:hover\:tw-via-green-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .lg\:hover\:tw-via-green-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .lg\:hover\:tw-via-green-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .lg\:hover\:tw-via-green-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .lg\:hover\:tw-via-green-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .lg\:hover\:tw-via-green-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .lg\:hover\:tw-via-green-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .lg\:hover\:tw-via-green-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .lg\:hover\:tw-via-green-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .lg\:hover\:tw-via-blue-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .lg\:hover\:tw-via-blue-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .lg\:hover\:tw-via-blue-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .lg\:hover\:tw-via-blue-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .lg\:hover\:tw-via-blue-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .lg\:hover\:tw-via-blue-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .lg\:hover\:tw-via-blue-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .lg\:hover\:tw-via-blue-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .lg\:hover\:tw-via-blue-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .lg\:hover\:tw-via-blue-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .lg\:hover\:tw-via-indigo-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .lg\:hover\:tw-via-indigo-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .lg\:hover\:tw-via-indigo-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .lg\:hover\:tw-via-indigo-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .lg\:hover\:tw-via-indigo-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .lg\:hover\:tw-via-indigo-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .lg\:hover\:tw-via-indigo-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .lg\:hover\:tw-via-indigo-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .lg\:hover\:tw-via-indigo-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .lg\:hover\:tw-via-indigo-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .lg\:hover\:tw-via-purple-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .lg\:hover\:tw-via-purple-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .lg\:hover\:tw-via-purple-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .lg\:hover\:tw-via-purple-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .lg\:hover\:tw-via-purple-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .lg\:hover\:tw-via-purple-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .lg\:hover\:tw-via-purple-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .lg\:hover\:tw-via-purple-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .lg\:hover\:tw-via-purple-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .lg\:hover\:tw-via-purple-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .lg\:hover\:tw-via-pink-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .lg\:hover\:tw-via-pink-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .lg\:hover\:tw-via-pink-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .lg\:hover\:tw-via-pink-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .lg\:hover\:tw-via-pink-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .lg\:hover\:tw-via-pink-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .lg\:hover\:tw-via-pink-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .lg\:hover\:tw-via-pink-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .lg\:hover\:tw-via-pink-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .lg\:hover\:tw-via-pink-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .lg\:focus\:tw-via-transparent:focus{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .lg\:focus\:tw-via-current:focus{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .lg\:focus\:tw-via-black:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .lg\:focus\:tw-via-white:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .lg\:focus\:tw-via-gray-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .lg\:focus\:tw-via-gray-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .lg\:focus\:tw-via-gray-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .lg\:focus\:tw-via-gray-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .lg\:focus\:tw-via-gray-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .lg\:focus\:tw-via-gray-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .lg\:focus\:tw-via-gray-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .lg\:focus\:tw-via-gray-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .lg\:focus\:tw-via-gray-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .lg\:focus\:tw-via-gray-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .lg\:focus\:tw-via-red-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .lg\:focus\:tw-via-red-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .lg\:focus\:tw-via-red-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .lg\:focus\:tw-via-red-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .lg\:focus\:tw-via-red-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .lg\:focus\:tw-via-red-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .lg\:focus\:tw-via-red-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .lg\:focus\:tw-via-red-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .lg\:focus\:tw-via-red-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .lg\:focus\:tw-via-red-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .lg\:focus\:tw-via-yellow-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .lg\:focus\:tw-via-yellow-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .lg\:focus\:tw-via-yellow-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .lg\:focus\:tw-via-yellow-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .lg\:focus\:tw-via-yellow-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .lg\:focus\:tw-via-yellow-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .lg\:focus\:tw-via-yellow-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .lg\:focus\:tw-via-yellow-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .lg\:focus\:tw-via-yellow-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .lg\:focus\:tw-via-yellow-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .lg\:focus\:tw-via-green-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .lg\:focus\:tw-via-green-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .lg\:focus\:tw-via-green-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .lg\:focus\:tw-via-green-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .lg\:focus\:tw-via-green-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .lg\:focus\:tw-via-green-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .lg\:focus\:tw-via-green-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .lg\:focus\:tw-via-green-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .lg\:focus\:tw-via-green-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .lg\:focus\:tw-via-green-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .lg\:focus\:tw-via-blue-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .lg\:focus\:tw-via-blue-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .lg\:focus\:tw-via-blue-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .lg\:focus\:tw-via-blue-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .lg\:focus\:tw-via-blue-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .lg\:focus\:tw-via-blue-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .lg\:focus\:tw-via-blue-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .lg\:focus\:tw-via-blue-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .lg\:focus\:tw-via-blue-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .lg\:focus\:tw-via-blue-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .lg\:focus\:tw-via-indigo-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .lg\:focus\:tw-via-indigo-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .lg\:focus\:tw-via-indigo-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .lg\:focus\:tw-via-indigo-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .lg\:focus\:tw-via-indigo-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .lg\:focus\:tw-via-indigo-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .lg\:focus\:tw-via-indigo-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .lg\:focus\:tw-via-indigo-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .lg\:focus\:tw-via-indigo-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .lg\:focus\:tw-via-indigo-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .lg\:focus\:tw-via-purple-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .lg\:focus\:tw-via-purple-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .lg\:focus\:tw-via-purple-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .lg\:focus\:tw-via-purple-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .lg\:focus\:tw-via-purple-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .lg\:focus\:tw-via-purple-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .lg\:focus\:tw-via-purple-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .lg\:focus\:tw-via-purple-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .lg\:focus\:tw-via-purple-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .lg\:focus\:tw-via-purple-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .lg\:focus\:tw-via-pink-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .lg\:focus\:tw-via-pink-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .lg\:focus\:tw-via-pink-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .lg\:focus\:tw-via-pink-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .lg\:focus\:tw-via-pink-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .lg\:focus\:tw-via-pink-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .lg\:focus\:tw-via-pink-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .lg\:focus\:tw-via-pink-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .lg\:focus\:tw-via-pink-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .lg\:focus\:tw-via-pink-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .lg\:tw-to-transparent{
    --tw-gradient-to:transparent
  }

  .lg\:tw-to-current{
    --tw-gradient-to:currentColor
  }

  .lg\:tw-to-black{
    --tw-gradient-to:#000
  }

  .lg\:tw-to-white{
    --tw-gradient-to:#fff
  }

  .lg\:tw-to-gray-50{
    --tw-gradient-to:#f9fafb
  }

  .lg\:tw-to-gray-100{
    --tw-gradient-to:#f3f4f6
  }

  .lg\:tw-to-gray-200{
    --tw-gradient-to:#e5e7eb
  }

  .lg\:tw-to-gray-300{
    --tw-gradient-to:#d1d5db
  }

  .lg\:tw-to-gray-400{
    --tw-gradient-to:#9ca3af
  }

  .lg\:tw-to-gray-500{
    --tw-gradient-to:#6b7280
  }

  .lg\:tw-to-gray-600{
    --tw-gradient-to:#4b5563
  }

  .lg\:tw-to-gray-700{
    --tw-gradient-to:#374151
  }

  .lg\:tw-to-gray-800{
    --tw-gradient-to:#1f2937
  }

  .lg\:tw-to-gray-900{
    --tw-gradient-to:#111827
  }

  .lg\:tw-to-red-50{
    --tw-gradient-to:#fef2f2
  }

  .lg\:tw-to-red-100{
    --tw-gradient-to:#fee2e2
  }

  .lg\:tw-to-red-200{
    --tw-gradient-to:#fecaca
  }

  .lg\:tw-to-red-300{
    --tw-gradient-to:#fca5a5
  }

  .lg\:tw-to-red-400{
    --tw-gradient-to:#f87171
  }

  .lg\:tw-to-red-500{
    --tw-gradient-to:#ef4444
  }

  .lg\:tw-to-red-600{
    --tw-gradient-to:#dc2626
  }

  .lg\:tw-to-red-700{
    --tw-gradient-to:#b91c1c
  }

  .lg\:tw-to-red-800{
    --tw-gradient-to:#991b1b
  }

  .lg\:tw-to-red-900{
    --tw-gradient-to:#7f1d1d
  }

  .lg\:tw-to-yellow-50{
    --tw-gradient-to:#fffbeb
  }

  .lg\:tw-to-yellow-100{
    --tw-gradient-to:#fef3c7
  }

  .lg\:tw-to-yellow-200{
    --tw-gradient-to:#fde68a
  }

  .lg\:tw-to-yellow-300{
    --tw-gradient-to:#fcd34d
  }

  .lg\:tw-to-yellow-400{
    --tw-gradient-to:#fbbf24
  }

  .lg\:tw-to-yellow-500{
    --tw-gradient-to:#f59e0b
  }

  .lg\:tw-to-yellow-600{
    --tw-gradient-to:#d97706
  }

  .lg\:tw-to-yellow-700{
    --tw-gradient-to:#b45309
  }

  .lg\:tw-to-yellow-800{
    --tw-gradient-to:#92400e
  }

  .lg\:tw-to-yellow-900{
    --tw-gradient-to:#78350f
  }

  .lg\:tw-to-green-50{
    --tw-gradient-to:#ecfdf5
  }

  .lg\:tw-to-green-100{
    --tw-gradient-to:#d1fae5
  }

  .lg\:tw-to-green-200{
    --tw-gradient-to:#a7f3d0
  }

  .lg\:tw-to-green-300{
    --tw-gradient-to:#6ee7b7
  }

  .lg\:tw-to-green-400{
    --tw-gradient-to:#34d399
  }

  .lg\:tw-to-green-500{
    --tw-gradient-to:#10b981
  }

  .lg\:tw-to-green-600{
    --tw-gradient-to:#059669
  }

  .lg\:tw-to-green-700{
    --tw-gradient-to:#047857
  }

  .lg\:tw-to-green-800{
    --tw-gradient-to:#065f46
  }

  .lg\:tw-to-green-900{
    --tw-gradient-to:#064e3b
  }

  .lg\:tw-to-blue-50{
    --tw-gradient-to:#eff6ff
  }

  .lg\:tw-to-blue-100{
    --tw-gradient-to:#dbeafe
  }

  .lg\:tw-to-blue-200{
    --tw-gradient-to:#bfdbfe
  }

  .lg\:tw-to-blue-300{
    --tw-gradient-to:#93c5fd
  }

  .lg\:tw-to-blue-400{
    --tw-gradient-to:#60a5fa
  }

  .lg\:tw-to-blue-500{
    --tw-gradient-to:#3b82f6
  }

  .lg\:tw-to-blue-600{
    --tw-gradient-to:#2563eb
  }

  .lg\:tw-to-blue-700{
    --tw-gradient-to:#1d4ed8
  }

  .lg\:tw-to-blue-800{
    --tw-gradient-to:#1e40af
  }

  .lg\:tw-to-blue-900{
    --tw-gradient-to:#1e3a8a
  }

  .lg\:tw-to-indigo-50{
    --tw-gradient-to:#eef2ff
  }

  .lg\:tw-to-indigo-100{
    --tw-gradient-to:#e0e7ff
  }

  .lg\:tw-to-indigo-200{
    --tw-gradient-to:#c7d2fe
  }

  .lg\:tw-to-indigo-300{
    --tw-gradient-to:#a5b4fc
  }

  .lg\:tw-to-indigo-400{
    --tw-gradient-to:#818cf8
  }

  .lg\:tw-to-indigo-500{
    --tw-gradient-to:#6366f1
  }

  .lg\:tw-to-indigo-600{
    --tw-gradient-to:#4f46e5
  }

  .lg\:tw-to-indigo-700{
    --tw-gradient-to:#4338ca
  }

  .lg\:tw-to-indigo-800{
    --tw-gradient-to:#3730a3
  }

  .lg\:tw-to-indigo-900{
    --tw-gradient-to:#312e81
  }

  .lg\:tw-to-purple-50{
    --tw-gradient-to:#f5f3ff
  }

  .lg\:tw-to-purple-100{
    --tw-gradient-to:#ede9fe
  }

  .lg\:tw-to-purple-200{
    --tw-gradient-to:#ddd6fe
  }

  .lg\:tw-to-purple-300{
    --tw-gradient-to:#c4b5fd
  }

  .lg\:tw-to-purple-400{
    --tw-gradient-to:#a78bfa
  }

  .lg\:tw-to-purple-500{
    --tw-gradient-to:#8b5cf6
  }

  .lg\:tw-to-purple-600{
    --tw-gradient-to:#7c3aed
  }

  .lg\:tw-to-purple-700{
    --tw-gradient-to:#6d28d9
  }

  .lg\:tw-to-purple-800{
    --tw-gradient-to:#5b21b6
  }

  .lg\:tw-to-purple-900{
    --tw-gradient-to:#4c1d95
  }

  .lg\:tw-to-pink-50{
    --tw-gradient-to:#fdf2f8
  }

  .lg\:tw-to-pink-100{
    --tw-gradient-to:#fce7f3
  }

  .lg\:tw-to-pink-200{
    --tw-gradient-to:#fbcfe8
  }

  .lg\:tw-to-pink-300{
    --tw-gradient-to:#f9a8d4
  }

  .lg\:tw-to-pink-400{
    --tw-gradient-to:#f472b6
  }

  .lg\:tw-to-pink-500{
    --tw-gradient-to:#ec4899
  }

  .lg\:tw-to-pink-600{
    --tw-gradient-to:#db2777
  }

  .lg\:tw-to-pink-700{
    --tw-gradient-to:#be185d
  }

  .lg\:tw-to-pink-800{
    --tw-gradient-to:#9d174d
  }

  .lg\:tw-to-pink-900{
    --tw-gradient-to:#831843
  }

  .lg\:hover\:tw-to-transparent:hover{
    --tw-gradient-to:transparent
  }

  .lg\:hover\:tw-to-current:hover{
    --tw-gradient-to:currentColor
  }

  .lg\:hover\:tw-to-black:hover{
    --tw-gradient-to:#000
  }

  .lg\:hover\:tw-to-white:hover{
    --tw-gradient-to:#fff
  }

  .lg\:hover\:tw-to-gray-50:hover{
    --tw-gradient-to:#f9fafb
  }

  .lg\:hover\:tw-to-gray-100:hover{
    --tw-gradient-to:#f3f4f6
  }

  .lg\:hover\:tw-to-gray-200:hover{
    --tw-gradient-to:#e5e7eb
  }

  .lg\:hover\:tw-to-gray-300:hover{
    --tw-gradient-to:#d1d5db
  }

  .lg\:hover\:tw-to-gray-400:hover{
    --tw-gradient-to:#9ca3af
  }

  .lg\:hover\:tw-to-gray-500:hover{
    --tw-gradient-to:#6b7280
  }

  .lg\:hover\:tw-to-gray-600:hover{
    --tw-gradient-to:#4b5563
  }

  .lg\:hover\:tw-to-gray-700:hover{
    --tw-gradient-to:#374151
  }

  .lg\:hover\:tw-to-gray-800:hover{
    --tw-gradient-to:#1f2937
  }

  .lg\:hover\:tw-to-gray-900:hover{
    --tw-gradient-to:#111827
  }

  .lg\:hover\:tw-to-red-50:hover{
    --tw-gradient-to:#fef2f2
  }

  .lg\:hover\:tw-to-red-100:hover{
    --tw-gradient-to:#fee2e2
  }

  .lg\:hover\:tw-to-red-200:hover{
    --tw-gradient-to:#fecaca
  }

  .lg\:hover\:tw-to-red-300:hover{
    --tw-gradient-to:#fca5a5
  }

  .lg\:hover\:tw-to-red-400:hover{
    --tw-gradient-to:#f87171
  }

  .lg\:hover\:tw-to-red-500:hover{
    --tw-gradient-to:#ef4444
  }

  .lg\:hover\:tw-to-red-600:hover{
    --tw-gradient-to:#dc2626
  }

  .lg\:hover\:tw-to-red-700:hover{
    --tw-gradient-to:#b91c1c
  }

  .lg\:hover\:tw-to-red-800:hover{
    --tw-gradient-to:#991b1b
  }

  .lg\:hover\:tw-to-red-900:hover{
    --tw-gradient-to:#7f1d1d
  }

  .lg\:hover\:tw-to-yellow-50:hover{
    --tw-gradient-to:#fffbeb
  }

  .lg\:hover\:tw-to-yellow-100:hover{
    --tw-gradient-to:#fef3c7
  }

  .lg\:hover\:tw-to-yellow-200:hover{
    --tw-gradient-to:#fde68a
  }

  .lg\:hover\:tw-to-yellow-300:hover{
    --tw-gradient-to:#fcd34d
  }

  .lg\:hover\:tw-to-yellow-400:hover{
    --tw-gradient-to:#fbbf24
  }

  .lg\:hover\:tw-to-yellow-500:hover{
    --tw-gradient-to:#f59e0b
  }

  .lg\:hover\:tw-to-yellow-600:hover{
    --tw-gradient-to:#d97706
  }

  .lg\:hover\:tw-to-yellow-700:hover{
    --tw-gradient-to:#b45309
  }

  .lg\:hover\:tw-to-yellow-800:hover{
    --tw-gradient-to:#92400e
  }

  .lg\:hover\:tw-to-yellow-900:hover{
    --tw-gradient-to:#78350f
  }

  .lg\:hover\:tw-to-green-50:hover{
    --tw-gradient-to:#ecfdf5
  }

  .lg\:hover\:tw-to-green-100:hover{
    --tw-gradient-to:#d1fae5
  }

  .lg\:hover\:tw-to-green-200:hover{
    --tw-gradient-to:#a7f3d0
  }

  .lg\:hover\:tw-to-green-300:hover{
    --tw-gradient-to:#6ee7b7
  }

  .lg\:hover\:tw-to-green-400:hover{
    --tw-gradient-to:#34d399
  }

  .lg\:hover\:tw-to-green-500:hover{
    --tw-gradient-to:#10b981
  }

  .lg\:hover\:tw-to-green-600:hover{
    --tw-gradient-to:#059669
  }

  .lg\:hover\:tw-to-green-700:hover{
    --tw-gradient-to:#047857
  }

  .lg\:hover\:tw-to-green-800:hover{
    --tw-gradient-to:#065f46
  }

  .lg\:hover\:tw-to-green-900:hover{
    --tw-gradient-to:#064e3b
  }

  .lg\:hover\:tw-to-blue-50:hover{
    --tw-gradient-to:#eff6ff
  }

  .lg\:hover\:tw-to-blue-100:hover{
    --tw-gradient-to:#dbeafe
  }

  .lg\:hover\:tw-to-blue-200:hover{
    --tw-gradient-to:#bfdbfe
  }

  .lg\:hover\:tw-to-blue-300:hover{
    --tw-gradient-to:#93c5fd
  }

  .lg\:hover\:tw-to-blue-400:hover{
    --tw-gradient-to:#60a5fa
  }

  .lg\:hover\:tw-to-blue-500:hover{
    --tw-gradient-to:#3b82f6
  }

  .lg\:hover\:tw-to-blue-600:hover{
    --tw-gradient-to:#2563eb
  }

  .lg\:hover\:tw-to-blue-700:hover{
    --tw-gradient-to:#1d4ed8
  }

  .lg\:hover\:tw-to-blue-800:hover{
    --tw-gradient-to:#1e40af
  }

  .lg\:hover\:tw-to-blue-900:hover{
    --tw-gradient-to:#1e3a8a
  }

  .lg\:hover\:tw-to-indigo-50:hover{
    --tw-gradient-to:#eef2ff
  }

  .lg\:hover\:tw-to-indigo-100:hover{
    --tw-gradient-to:#e0e7ff
  }

  .lg\:hover\:tw-to-indigo-200:hover{
    --tw-gradient-to:#c7d2fe
  }

  .lg\:hover\:tw-to-indigo-300:hover{
    --tw-gradient-to:#a5b4fc
  }

  .lg\:hover\:tw-to-indigo-400:hover{
    --tw-gradient-to:#818cf8
  }

  .lg\:hover\:tw-to-indigo-500:hover{
    --tw-gradient-to:#6366f1
  }

  .lg\:hover\:tw-to-indigo-600:hover{
    --tw-gradient-to:#4f46e5
  }

  .lg\:hover\:tw-to-indigo-700:hover{
    --tw-gradient-to:#4338ca
  }

  .lg\:hover\:tw-to-indigo-800:hover{
    --tw-gradient-to:#3730a3
  }

  .lg\:hover\:tw-to-indigo-900:hover{
    --tw-gradient-to:#312e81
  }

  .lg\:hover\:tw-to-purple-50:hover{
    --tw-gradient-to:#f5f3ff
  }

  .lg\:hover\:tw-to-purple-100:hover{
    --tw-gradient-to:#ede9fe
  }

  .lg\:hover\:tw-to-purple-200:hover{
    --tw-gradient-to:#ddd6fe
  }

  .lg\:hover\:tw-to-purple-300:hover{
    --tw-gradient-to:#c4b5fd
  }

  .lg\:hover\:tw-to-purple-400:hover{
    --tw-gradient-to:#a78bfa
  }

  .lg\:hover\:tw-to-purple-500:hover{
    --tw-gradient-to:#8b5cf6
  }

  .lg\:hover\:tw-to-purple-600:hover{
    --tw-gradient-to:#7c3aed
  }

  .lg\:hover\:tw-to-purple-700:hover{
    --tw-gradient-to:#6d28d9
  }

  .lg\:hover\:tw-to-purple-800:hover{
    --tw-gradient-to:#5b21b6
  }

  .lg\:hover\:tw-to-purple-900:hover{
    --tw-gradient-to:#4c1d95
  }

  .lg\:hover\:tw-to-pink-50:hover{
    --tw-gradient-to:#fdf2f8
  }

  .lg\:hover\:tw-to-pink-100:hover{
    --tw-gradient-to:#fce7f3
  }

  .lg\:hover\:tw-to-pink-200:hover{
    --tw-gradient-to:#fbcfe8
  }

  .lg\:hover\:tw-to-pink-300:hover{
    --tw-gradient-to:#f9a8d4
  }

  .lg\:hover\:tw-to-pink-400:hover{
    --tw-gradient-to:#f472b6
  }

  .lg\:hover\:tw-to-pink-500:hover{
    --tw-gradient-to:#ec4899
  }

  .lg\:hover\:tw-to-pink-600:hover{
    --tw-gradient-to:#db2777
  }

  .lg\:hover\:tw-to-pink-700:hover{
    --tw-gradient-to:#be185d
  }

  .lg\:hover\:tw-to-pink-800:hover{
    --tw-gradient-to:#9d174d
  }

  .lg\:hover\:tw-to-pink-900:hover{
    --tw-gradient-to:#831843
  }

  .lg\:focus\:tw-to-transparent:focus{
    --tw-gradient-to:transparent
  }

  .lg\:focus\:tw-to-current:focus{
    --tw-gradient-to:currentColor
  }

  .lg\:focus\:tw-to-black:focus{
    --tw-gradient-to:#000
  }

  .lg\:focus\:tw-to-white:focus{
    --tw-gradient-to:#fff
  }

  .lg\:focus\:tw-to-gray-50:focus{
    --tw-gradient-to:#f9fafb
  }

  .lg\:focus\:tw-to-gray-100:focus{
    --tw-gradient-to:#f3f4f6
  }

  .lg\:focus\:tw-to-gray-200:focus{
    --tw-gradient-to:#e5e7eb
  }

  .lg\:focus\:tw-to-gray-300:focus{
    --tw-gradient-to:#d1d5db
  }

  .lg\:focus\:tw-to-gray-400:focus{
    --tw-gradient-to:#9ca3af
  }

  .lg\:focus\:tw-to-gray-500:focus{
    --tw-gradient-to:#6b7280
  }

  .lg\:focus\:tw-to-gray-600:focus{
    --tw-gradient-to:#4b5563
  }

  .lg\:focus\:tw-to-gray-700:focus{
    --tw-gradient-to:#374151
  }

  .lg\:focus\:tw-to-gray-800:focus{
    --tw-gradient-to:#1f2937
  }

  .lg\:focus\:tw-to-gray-900:focus{
    --tw-gradient-to:#111827
  }

  .lg\:focus\:tw-to-red-50:focus{
    --tw-gradient-to:#fef2f2
  }

  .lg\:focus\:tw-to-red-100:focus{
    --tw-gradient-to:#fee2e2
  }

  .lg\:focus\:tw-to-red-200:focus{
    --tw-gradient-to:#fecaca
  }

  .lg\:focus\:tw-to-red-300:focus{
    --tw-gradient-to:#fca5a5
  }

  .lg\:focus\:tw-to-red-400:focus{
    --tw-gradient-to:#f87171
  }

  .lg\:focus\:tw-to-red-500:focus{
    --tw-gradient-to:#ef4444
  }

  .lg\:focus\:tw-to-red-600:focus{
    --tw-gradient-to:#dc2626
  }

  .lg\:focus\:tw-to-red-700:focus{
    --tw-gradient-to:#b91c1c
  }

  .lg\:focus\:tw-to-red-800:focus{
    --tw-gradient-to:#991b1b
  }

  .lg\:focus\:tw-to-red-900:focus{
    --tw-gradient-to:#7f1d1d
  }

  .lg\:focus\:tw-to-yellow-50:focus{
    --tw-gradient-to:#fffbeb
  }

  .lg\:focus\:tw-to-yellow-100:focus{
    --tw-gradient-to:#fef3c7
  }

  .lg\:focus\:tw-to-yellow-200:focus{
    --tw-gradient-to:#fde68a
  }

  .lg\:focus\:tw-to-yellow-300:focus{
    --tw-gradient-to:#fcd34d
  }

  .lg\:focus\:tw-to-yellow-400:focus{
    --tw-gradient-to:#fbbf24
  }

  .lg\:focus\:tw-to-yellow-500:focus{
    --tw-gradient-to:#f59e0b
  }

  .lg\:focus\:tw-to-yellow-600:focus{
    --tw-gradient-to:#d97706
  }

  .lg\:focus\:tw-to-yellow-700:focus{
    --tw-gradient-to:#b45309
  }

  .lg\:focus\:tw-to-yellow-800:focus{
    --tw-gradient-to:#92400e
  }

  .lg\:focus\:tw-to-yellow-900:focus{
    --tw-gradient-to:#78350f
  }

  .lg\:focus\:tw-to-green-50:focus{
    --tw-gradient-to:#ecfdf5
  }

  .lg\:focus\:tw-to-green-100:focus{
    --tw-gradient-to:#d1fae5
  }

  .lg\:focus\:tw-to-green-200:focus{
    --tw-gradient-to:#a7f3d0
  }

  .lg\:focus\:tw-to-green-300:focus{
    --tw-gradient-to:#6ee7b7
  }

  .lg\:focus\:tw-to-green-400:focus{
    --tw-gradient-to:#34d399
  }

  .lg\:focus\:tw-to-green-500:focus{
    --tw-gradient-to:#10b981
  }

  .lg\:focus\:tw-to-green-600:focus{
    --tw-gradient-to:#059669
  }

  .lg\:focus\:tw-to-green-700:focus{
    --tw-gradient-to:#047857
  }

  .lg\:focus\:tw-to-green-800:focus{
    --tw-gradient-to:#065f46
  }

  .lg\:focus\:tw-to-green-900:focus{
    --tw-gradient-to:#064e3b
  }

  .lg\:focus\:tw-to-blue-50:focus{
    --tw-gradient-to:#eff6ff
  }

  .lg\:focus\:tw-to-blue-100:focus{
    --tw-gradient-to:#dbeafe
  }

  .lg\:focus\:tw-to-blue-200:focus{
    --tw-gradient-to:#bfdbfe
  }

  .lg\:focus\:tw-to-blue-300:focus{
    --tw-gradient-to:#93c5fd
  }

  .lg\:focus\:tw-to-blue-400:focus{
    --tw-gradient-to:#60a5fa
  }

  .lg\:focus\:tw-to-blue-500:focus{
    --tw-gradient-to:#3b82f6
  }

  .lg\:focus\:tw-to-blue-600:focus{
    --tw-gradient-to:#2563eb
  }

  .lg\:focus\:tw-to-blue-700:focus{
    --tw-gradient-to:#1d4ed8
  }

  .lg\:focus\:tw-to-blue-800:focus{
    --tw-gradient-to:#1e40af
  }

  .lg\:focus\:tw-to-blue-900:focus{
    --tw-gradient-to:#1e3a8a
  }

  .lg\:focus\:tw-to-indigo-50:focus{
    --tw-gradient-to:#eef2ff
  }

  .lg\:focus\:tw-to-indigo-100:focus{
    --tw-gradient-to:#e0e7ff
  }

  .lg\:focus\:tw-to-indigo-200:focus{
    --tw-gradient-to:#c7d2fe
  }

  .lg\:focus\:tw-to-indigo-300:focus{
    --tw-gradient-to:#a5b4fc
  }

  .lg\:focus\:tw-to-indigo-400:focus{
    --tw-gradient-to:#818cf8
  }

  .lg\:focus\:tw-to-indigo-500:focus{
    --tw-gradient-to:#6366f1
  }

  .lg\:focus\:tw-to-indigo-600:focus{
    --tw-gradient-to:#4f46e5
  }

  .lg\:focus\:tw-to-indigo-700:focus{
    --tw-gradient-to:#4338ca
  }

  .lg\:focus\:tw-to-indigo-800:focus{
    --tw-gradient-to:#3730a3
  }

  .lg\:focus\:tw-to-indigo-900:focus{
    --tw-gradient-to:#312e81
  }

  .lg\:focus\:tw-to-purple-50:focus{
    --tw-gradient-to:#f5f3ff
  }

  .lg\:focus\:tw-to-purple-100:focus{
    --tw-gradient-to:#ede9fe
  }

  .lg\:focus\:tw-to-purple-200:focus{
    --tw-gradient-to:#ddd6fe
  }

  .lg\:focus\:tw-to-purple-300:focus{
    --tw-gradient-to:#c4b5fd
  }

  .lg\:focus\:tw-to-purple-400:focus{
    --tw-gradient-to:#a78bfa
  }

  .lg\:focus\:tw-to-purple-500:focus{
    --tw-gradient-to:#8b5cf6
  }

  .lg\:focus\:tw-to-purple-600:focus{
    --tw-gradient-to:#7c3aed
  }

  .lg\:focus\:tw-to-purple-700:focus{
    --tw-gradient-to:#6d28d9
  }

  .lg\:focus\:tw-to-purple-800:focus{
    --tw-gradient-to:#5b21b6
  }

  .lg\:focus\:tw-to-purple-900:focus{
    --tw-gradient-to:#4c1d95
  }

  .lg\:focus\:tw-to-pink-50:focus{
    --tw-gradient-to:#fdf2f8
  }

  .lg\:focus\:tw-to-pink-100:focus{
    --tw-gradient-to:#fce7f3
  }

  .lg\:focus\:tw-to-pink-200:focus{
    --tw-gradient-to:#fbcfe8
  }

  .lg\:focus\:tw-to-pink-300:focus{
    --tw-gradient-to:#f9a8d4
  }

  .lg\:focus\:tw-to-pink-400:focus{
    --tw-gradient-to:#f472b6
  }

  .lg\:focus\:tw-to-pink-500:focus{
    --tw-gradient-to:#ec4899
  }

  .lg\:focus\:tw-to-pink-600:focus{
    --tw-gradient-to:#db2777
  }

  .lg\:focus\:tw-to-pink-700:focus{
    --tw-gradient-to:#be185d
  }

  .lg\:focus\:tw-to-pink-800:focus{
    --tw-gradient-to:#9d174d
  }

  .lg\:focus\:tw-to-pink-900:focus{
    --tw-gradient-to:#831843
  }

  .lg\:tw-decoration-slice{
    -webkit-box-decoration-break:slice;
            box-decoration-break:slice
  }

  .lg\:tw-decoration-clone{
    -webkit-box-decoration-break:clone;
            box-decoration-break:clone
  }

  .lg\:tw-bg-auto{
    background-size:auto
  }

  .lg\:tw-bg-cover{
    background-size:cover
  }

  .lg\:tw-bg-contain{
    background-size:contain
  }

  .lg\:tw-bg-fixed{
    background-attachment:fixed
  }

  .lg\:tw-bg-local{
    background-attachment:local
  }

  .lg\:tw-bg-scroll{
    background-attachment:scroll
  }

  .lg\:tw-bg-clip-border{
    background-clip:border-box
  }

  .lg\:tw-bg-clip-padding{
    background-clip:padding-box
  }

  .lg\:tw-bg-clip-content{
    background-clip:content-box
  }

  .lg\:tw-bg-clip-text{
    background-clip:text
  }

  .lg\:tw-bg-bottom{
    background-position:bottom
  }

  .lg\:tw-bg-center{
    background-position:center
  }

  .lg\:tw-bg-left{
    background-position:left
  }

  .lg\:tw-bg-left-bottom{
    background-position:left bottom
  }

  .lg\:tw-bg-left-top{
    background-position:left top
  }

  .lg\:tw-bg-right{
    background-position:right
  }

  .lg\:tw-bg-right-bottom{
    background-position:right bottom
  }

  .lg\:tw-bg-right-top{
    background-position:right top
  }

  .lg\:tw-bg-top{
    background-position:top
  }

  .lg\:tw-bg-repeat{
    background-repeat:repeat
  }

  .lg\:tw-bg-no-repeat{
    background-repeat:no-repeat
  }

  .lg\:tw-bg-repeat-x{
    background-repeat:repeat-x
  }

  .lg\:tw-bg-repeat-y{
    background-repeat:repeat-y
  }

  .lg\:tw-bg-repeat-round{
    background-repeat:round
  }

  .lg\:tw-bg-repeat-space{
    background-repeat:space
  }

  .lg\:tw-bg-origin-border{
    background-origin:border-box
  }

  .lg\:tw-bg-origin-padding{
    background-origin:padding-box
  }

  .lg\:tw-bg-origin-content{
    background-origin:content-box
  }

  .lg\:tw-fill-current{
    fill:currentColor
  }

  .lg\:tw-stroke-current{
    stroke:currentColor
  }

  .lg\:tw-stroke-0{
    stroke-width:0
  }

  .lg\:tw-stroke-1{
    stroke-width:1
  }

  .lg\:tw-stroke-2{
    stroke-width:2
  }

  .lg\:tw-object-contain{
    object-fit:contain
  }

  .lg\:tw-object-cover{
    object-fit:cover
  }

  .lg\:tw-object-fill{
    object-fit:fill
  }

  .lg\:tw-object-none{
    object-fit:none
  }

  .lg\:tw-object-scale-down{
    object-fit:scale-down
  }

  .lg\:tw-object-bottom{
    object-position:bottom
  }

  .lg\:tw-object-center{
    object-position:center
  }

  .lg\:tw-object-left{
    object-position:left
  }

  .lg\:tw-object-left-bottom{
    object-position:left bottom
  }

  .lg\:tw-object-left-top{
    object-position:left top
  }

  .lg\:tw-object-right{
    object-position:right
  }

  .lg\:tw-object-right-bottom{
    object-position:right bottom
  }

  .lg\:tw-object-right-top{
    object-position:right top
  }

  .lg\:tw-object-top{
    object-position:top
  }

  .lg\:tw-p-0{
    padding:0px
  }

  .lg\:tw-p-1{
    padding:0.25rem
  }

  .lg\:tw-p-2{
    padding:0.5rem
  }

  .lg\:tw-p-3{
    padding:0.75rem
  }

  .lg\:tw-p-4{
    padding:1rem
  }

  .lg\:tw-p-5{
    padding:1.25rem
  }

  .lg\:tw-p-6{
    padding:1.5rem
  }

  .lg\:tw-p-7{
    padding:1.75rem
  }

  .lg\:tw-p-8{
    padding:2rem
  }

  .lg\:tw-p-9{
    padding:2.25rem
  }

  .lg\:tw-p-10{
    padding:2.5rem
  }

  .lg\:tw-p-11{
    padding:2.75rem
  }

  .lg\:tw-p-12{
    padding:3rem
  }

  .lg\:tw-p-14{
    padding:3.5rem
  }

  .lg\:tw-p-16{
    padding:4rem
  }

  .lg\:tw-p-20{
    padding:5rem
  }

  .lg\:tw-p-24{
    padding:6rem
  }

  .lg\:tw-p-28{
    padding:7rem
  }

  .lg\:tw-p-32{
    padding:8rem
  }

  .lg\:tw-p-36{
    padding:9rem
  }

  .lg\:tw-p-40{
    padding:10rem
  }

  .lg\:tw-p-44{
    padding:11rem
  }

  .lg\:tw-p-48{
    padding:12rem
  }

  .lg\:tw-p-52{
    padding:13rem
  }

  .lg\:tw-p-56{
    padding:14rem
  }

  .lg\:tw-p-60{
    padding:15rem
  }

  .lg\:tw-p-64{
    padding:16rem
  }

  .lg\:tw-p-72{
    padding:18rem
  }

  .lg\:tw-p-80{
    padding:20rem
  }

  .lg\:tw-p-96{
    padding:24rem
  }

  .lg\:tw-p-px{
    padding:1px
  }

  .lg\:tw-p-0\.5{
    padding:0.125rem
  }

  .lg\:tw-p-1\.5{
    padding:0.375rem
  }

  .lg\:tw-p-2\.5{
    padding:0.625rem
  }

  .lg\:tw-p-3\.5{
    padding:0.875rem
  }

  .lg\:tw-px-0{
    padding-left:0px;
    padding-right:0px
  }

  .lg\:tw-px-1{
    padding-left:0.25rem;
    padding-right:0.25rem
  }

  .lg\:tw-px-2{
    padding-left:0.5rem;
    padding-right:0.5rem
  }

  .lg\:tw-px-3{
    padding-left:0.75rem;
    padding-right:0.75rem
  }

  .lg\:tw-px-4{
    padding-left:1rem;
    padding-right:1rem
  }

  .lg\:tw-px-5{
    padding-left:1.25rem;
    padding-right:1.25rem
  }

  .lg\:tw-px-6{
    padding-left:1.5rem;
    padding-right:1.5rem
  }

  .lg\:tw-px-7{
    padding-left:1.75rem;
    padding-right:1.75rem
  }

  .lg\:tw-px-8{
    padding-left:2rem;
    padding-right:2rem
  }

  .lg\:tw-px-9{
    padding-left:2.25rem;
    padding-right:2.25rem
  }

  .lg\:tw-px-10{
    padding-left:2.5rem;
    padding-right:2.5rem
  }

  .lg\:tw-px-11{
    padding-left:2.75rem;
    padding-right:2.75rem
  }

  .lg\:tw-px-12{
    padding-left:3rem;
    padding-right:3rem
  }

  .lg\:tw-px-14{
    padding-left:3.5rem;
    padding-right:3.5rem
  }

  .lg\:tw-px-16{
    padding-left:4rem;
    padding-right:4rem
  }

  .lg\:tw-px-20{
    padding-left:5rem;
    padding-right:5rem
  }

  .lg\:tw-px-24{
    padding-left:6rem;
    padding-right:6rem
  }

  .lg\:tw-px-28{
    padding-left:7rem;
    padding-right:7rem
  }

  .lg\:tw-px-32{
    padding-left:8rem;
    padding-right:8rem
  }

  .lg\:tw-px-36{
    padding-left:9rem;
    padding-right:9rem
  }

  .lg\:tw-px-40{
    padding-left:10rem;
    padding-right:10rem
  }

  .lg\:tw-px-44{
    padding-left:11rem;
    padding-right:11rem
  }

  .lg\:tw-px-48{
    padding-left:12rem;
    padding-right:12rem
  }

  .lg\:tw-px-52{
    padding-left:13rem;
    padding-right:13rem
  }

  .lg\:tw-px-56{
    padding-left:14rem;
    padding-right:14rem
  }

  .lg\:tw-px-60{
    padding-left:15rem;
    padding-right:15rem
  }

  .lg\:tw-px-64{
    padding-left:16rem;
    padding-right:16rem
  }

  .lg\:tw-px-72{
    padding-left:18rem;
    padding-right:18rem
  }

  .lg\:tw-px-80{
    padding-left:20rem;
    padding-right:20rem
  }

  .lg\:tw-px-96{
    padding-left:24rem;
    padding-right:24rem
  }

  .lg\:tw-px-px{
    padding-left:1px;
    padding-right:1px
  }

  .lg\:tw-px-0\.5{
    padding-left:0.125rem;
    padding-right:0.125rem
  }

  .lg\:tw-px-1\.5{
    padding-left:0.375rem;
    padding-right:0.375rem
  }

  .lg\:tw-px-2\.5{
    padding-left:0.625rem;
    padding-right:0.625rem
  }

  .lg\:tw-px-3\.5{
    padding-left:0.875rem;
    padding-right:0.875rem
  }

  .lg\:tw-py-0{
    padding-top:0px;
    padding-bottom:0px
  }

  .lg\:tw-py-1{
    padding-top:0.25rem;
    padding-bottom:0.25rem
  }

  .lg\:tw-py-2{
    padding-top:0.5rem;
    padding-bottom:0.5rem
  }

  .lg\:tw-py-3{
    padding-top:0.75rem;
    padding-bottom:0.75rem
  }

  .lg\:tw-py-4{
    padding-top:1rem;
    padding-bottom:1rem
  }

  .lg\:tw-py-5{
    padding-top:1.25rem;
    padding-bottom:1.25rem
  }

  .lg\:tw-py-6{
    padding-top:1.5rem;
    padding-bottom:1.5rem
  }

  .lg\:tw-py-7{
    padding-top:1.75rem;
    padding-bottom:1.75rem
  }

  .lg\:tw-py-8{
    padding-top:2rem;
    padding-bottom:2rem
  }

  .lg\:tw-py-9{
    padding-top:2.25rem;
    padding-bottom:2.25rem
  }

  .lg\:tw-py-10{
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }

  .lg\:tw-py-11{
    padding-top:2.75rem;
    padding-bottom:2.75rem
  }

  .lg\:tw-py-12{
    padding-top:3rem;
    padding-bottom:3rem
  }

  .lg\:tw-py-14{
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }

  .lg\:tw-py-16{
    padding-top:4rem;
    padding-bottom:4rem
  }

  .lg\:tw-py-20{
    padding-top:5rem;
    padding-bottom:5rem
  }

  .lg\:tw-py-24{
    padding-top:6rem;
    padding-bottom:6rem
  }

  .lg\:tw-py-28{
    padding-top:7rem;
    padding-bottom:7rem
  }

  .lg\:tw-py-32{
    padding-top:8rem;
    padding-bottom:8rem
  }

  .lg\:tw-py-36{
    padding-top:9rem;
    padding-bottom:9rem
  }

  .lg\:tw-py-40{
    padding-top:10rem;
    padding-bottom:10rem
  }

  .lg\:tw-py-44{
    padding-top:11rem;
    padding-bottom:11rem
  }

  .lg\:tw-py-48{
    padding-top:12rem;
    padding-bottom:12rem
  }

  .lg\:tw-py-52{
    padding-top:13rem;
    padding-bottom:13rem
  }

  .lg\:tw-py-56{
    padding-top:14rem;
    padding-bottom:14rem
  }

  .lg\:tw-py-60{
    padding-top:15rem;
    padding-bottom:15rem
  }

  .lg\:tw-py-64{
    padding-top:16rem;
    padding-bottom:16rem
  }

  .lg\:tw-py-72{
    padding-top:18rem;
    padding-bottom:18rem
  }

  .lg\:tw-py-80{
    padding-top:20rem;
    padding-bottom:20rem
  }

  .lg\:tw-py-96{
    padding-top:24rem;
    padding-bottom:24rem
  }

  .lg\:tw-py-px{
    padding-top:1px;
    padding-bottom:1px
  }

  .lg\:tw-py-0\.5{
    padding-top:0.125rem;
    padding-bottom:0.125rem
  }

  .lg\:tw-py-1\.5{
    padding-top:0.375rem;
    padding-bottom:0.375rem
  }

  .lg\:tw-py-2\.5{
    padding-top:0.625rem;
    padding-bottom:0.625rem
  }

  .lg\:tw-py-3\.5{
    padding-top:0.875rem;
    padding-bottom:0.875rem
  }

  .lg\:tw-pt-0{
    padding-top:0px
  }

  .lg\:tw-pt-1{
    padding-top:0.25rem
  }

  .lg\:tw-pt-2{
    padding-top:0.5rem
  }

  .lg\:tw-pt-3{
    padding-top:0.75rem
  }

  .lg\:tw-pt-4{
    padding-top:1rem
  }

  .lg\:tw-pt-5{
    padding-top:1.25rem
  }

  .lg\:tw-pt-6{
    padding-top:1.5rem
  }

  .lg\:tw-pt-7{
    padding-top:1.75rem
  }

  .lg\:tw-pt-8{
    padding-top:2rem
  }

  .lg\:tw-pt-9{
    padding-top:2.25rem
  }

  .lg\:tw-pt-10{
    padding-top:2.5rem
  }

  .lg\:tw-pt-11{
    padding-top:2.75rem
  }

  .lg\:tw-pt-12{
    padding-top:3rem
  }

  .lg\:tw-pt-14{
    padding-top:3.5rem
  }

  .lg\:tw-pt-16{
    padding-top:4rem
  }

  .lg\:tw-pt-20{
    padding-top:5rem
  }

  .lg\:tw-pt-24{
    padding-top:6rem
  }

  .lg\:tw-pt-28{
    padding-top:7rem
  }

  .lg\:tw-pt-32{
    padding-top:8rem
  }

  .lg\:tw-pt-36{
    padding-top:9rem
  }

  .lg\:tw-pt-40{
    padding-top:10rem
  }

  .lg\:tw-pt-44{
    padding-top:11rem
  }

  .lg\:tw-pt-48{
    padding-top:12rem
  }

  .lg\:tw-pt-52{
    padding-top:13rem
  }

  .lg\:tw-pt-56{
    padding-top:14rem
  }

  .lg\:tw-pt-60{
    padding-top:15rem
  }

  .lg\:tw-pt-64{
    padding-top:16rem
  }

  .lg\:tw-pt-72{
    padding-top:18rem
  }

  .lg\:tw-pt-80{
    padding-top:20rem
  }

  .lg\:tw-pt-96{
    padding-top:24rem
  }

  .lg\:tw-pt-px{
    padding-top:1px
  }

  .lg\:tw-pt-0\.5{
    padding-top:0.125rem
  }

  .lg\:tw-pt-1\.5{
    padding-top:0.375rem
  }

  .lg\:tw-pt-2\.5{
    padding-top:0.625rem
  }

  .lg\:tw-pt-3\.5{
    padding-top:0.875rem
  }

  .lg\:tw-pr-0{
    padding-right:0px
  }

  .lg\:tw-pr-1{
    padding-right:0.25rem
  }

  .lg\:tw-pr-2{
    padding-right:0.5rem
  }

  .lg\:tw-pr-3{
    padding-right:0.75rem
  }

  .lg\:tw-pr-4{
    padding-right:1rem
  }

  .lg\:tw-pr-5{
    padding-right:1.25rem
  }

  .lg\:tw-pr-6{
    padding-right:1.5rem
  }

  .lg\:tw-pr-7{
    padding-right:1.75rem
  }

  .lg\:tw-pr-8{
    padding-right:2rem
  }

  .lg\:tw-pr-9{
    padding-right:2.25rem
  }

  .lg\:tw-pr-10{
    padding-right:2.5rem
  }

  .lg\:tw-pr-11{
    padding-right:2.75rem
  }

  .lg\:tw-pr-12{
    padding-right:3rem
  }

  .lg\:tw-pr-14{
    padding-right:3.5rem
  }

  .lg\:tw-pr-16{
    padding-right:4rem
  }

  .lg\:tw-pr-20{
    padding-right:5rem
  }

  .lg\:tw-pr-24{
    padding-right:6rem
  }

  .lg\:tw-pr-28{
    padding-right:7rem
  }

  .lg\:tw-pr-32{
    padding-right:8rem
  }

  .lg\:tw-pr-36{
    padding-right:9rem
  }

  .lg\:tw-pr-40{
    padding-right:10rem
  }

  .lg\:tw-pr-44{
    padding-right:11rem
  }

  .lg\:tw-pr-48{
    padding-right:12rem
  }

  .lg\:tw-pr-52{
    padding-right:13rem
  }

  .lg\:tw-pr-56{
    padding-right:14rem
  }

  .lg\:tw-pr-60{
    padding-right:15rem
  }

  .lg\:tw-pr-64{
    padding-right:16rem
  }

  .lg\:tw-pr-72{
    padding-right:18rem
  }

  .lg\:tw-pr-80{
    padding-right:20rem
  }

  .lg\:tw-pr-96{
    padding-right:24rem
  }

  .lg\:tw-pr-px{
    padding-right:1px
  }

  .lg\:tw-pr-0\.5{
    padding-right:0.125rem
  }

  .lg\:tw-pr-1\.5{
    padding-right:0.375rem
  }

  .lg\:tw-pr-2\.5{
    padding-right:0.625rem
  }

  .lg\:tw-pr-3\.5{
    padding-right:0.875rem
  }

  .lg\:tw-pb-0{
    padding-bottom:0px
  }

  .lg\:tw-pb-1{
    padding-bottom:0.25rem
  }

  .lg\:tw-pb-2{
    padding-bottom:0.5rem
  }

  .lg\:tw-pb-3{
    padding-bottom:0.75rem
  }

  .lg\:tw-pb-4{
    padding-bottom:1rem
  }

  .lg\:tw-pb-5{
    padding-bottom:1.25rem
  }

  .lg\:tw-pb-6{
    padding-bottom:1.5rem
  }

  .lg\:tw-pb-7{
    padding-bottom:1.75rem
  }

  .lg\:tw-pb-8{
    padding-bottom:2rem
  }

  .lg\:tw-pb-9{
    padding-bottom:2.25rem
  }

  .lg\:tw-pb-10{
    padding-bottom:2.5rem
  }

  .lg\:tw-pb-11{
    padding-bottom:2.75rem
  }

  .lg\:tw-pb-12{
    padding-bottom:3rem
  }

  .lg\:tw-pb-14{
    padding-bottom:3.5rem
  }

  .lg\:tw-pb-16{
    padding-bottom:4rem
  }

  .lg\:tw-pb-20{
    padding-bottom:5rem
  }

  .lg\:tw-pb-24{
    padding-bottom:6rem
  }

  .lg\:tw-pb-28{
    padding-bottom:7rem
  }

  .lg\:tw-pb-32{
    padding-bottom:8rem
  }

  .lg\:tw-pb-36{
    padding-bottom:9rem
  }

  .lg\:tw-pb-40{
    padding-bottom:10rem
  }

  .lg\:tw-pb-44{
    padding-bottom:11rem
  }

  .lg\:tw-pb-48{
    padding-bottom:12rem
  }

  .lg\:tw-pb-52{
    padding-bottom:13rem
  }

  .lg\:tw-pb-56{
    padding-bottom:14rem
  }

  .lg\:tw-pb-60{
    padding-bottom:15rem
  }

  .lg\:tw-pb-64{
    padding-bottom:16rem
  }

  .lg\:tw-pb-72{
    padding-bottom:18rem
  }

  .lg\:tw-pb-80{
    padding-bottom:20rem
  }

  .lg\:tw-pb-96{
    padding-bottom:24rem
  }

  .lg\:tw-pb-px{
    padding-bottom:1px
  }

  .lg\:tw-pb-0\.5{
    padding-bottom:0.125rem
  }

  .lg\:tw-pb-1\.5{
    padding-bottom:0.375rem
  }

  .lg\:tw-pb-2\.5{
    padding-bottom:0.625rem
  }

  .lg\:tw-pb-3\.5{
    padding-bottom:0.875rem
  }

  .lg\:tw-pl-0{
    padding-left:0px
  }

  .lg\:tw-pl-1{
    padding-left:0.25rem
  }

  .lg\:tw-pl-2{
    padding-left:0.5rem
  }

  .lg\:tw-pl-3{
    padding-left:0.75rem
  }

  .lg\:tw-pl-4{
    padding-left:1rem
  }

  .lg\:tw-pl-5{
    padding-left:1.25rem
  }

  .lg\:tw-pl-6{
    padding-left:1.5rem
  }

  .lg\:tw-pl-7{
    padding-left:1.75rem
  }

  .lg\:tw-pl-8{
    padding-left:2rem
  }

  .lg\:tw-pl-9{
    padding-left:2.25rem
  }

  .lg\:tw-pl-10{
    padding-left:2.5rem
  }

  .lg\:tw-pl-11{
    padding-left:2.75rem
  }

  .lg\:tw-pl-12{
    padding-left:3rem
  }

  .lg\:tw-pl-14{
    padding-left:3.5rem
  }

  .lg\:tw-pl-16{
    padding-left:4rem
  }

  .lg\:tw-pl-20{
    padding-left:5rem
  }

  .lg\:tw-pl-24{
    padding-left:6rem
  }

  .lg\:tw-pl-28{
    padding-left:7rem
  }

  .lg\:tw-pl-32{
    padding-left:8rem
  }

  .lg\:tw-pl-36{
    padding-left:9rem
  }

  .lg\:tw-pl-40{
    padding-left:10rem
  }

  .lg\:tw-pl-44{
    padding-left:11rem
  }

  .lg\:tw-pl-48{
    padding-left:12rem
  }

  .lg\:tw-pl-52{
    padding-left:13rem
  }

  .lg\:tw-pl-56{
    padding-left:14rem
  }

  .lg\:tw-pl-60{
    padding-left:15rem
  }

  .lg\:tw-pl-64{
    padding-left:16rem
  }

  .lg\:tw-pl-72{
    padding-left:18rem
  }

  .lg\:tw-pl-80{
    padding-left:20rem
  }

  .lg\:tw-pl-96{
    padding-left:24rem
  }

  .lg\:tw-pl-px{
    padding-left:1px
  }

  .lg\:tw-pl-0\.5{
    padding-left:0.125rem
  }

  .lg\:tw-pl-1\.5{
    padding-left:0.375rem
  }

  .lg\:tw-pl-2\.5{
    padding-left:0.625rem
  }

  .lg\:tw-pl-3\.5{
    padding-left:0.875rem
  }

  .lg\:tw-text-left{
    text-align:left
  }

  .lg\:tw-text-center{
    text-align:center
  }

  .lg\:tw-text-right{
    text-align:right
  }

  .lg\:tw-text-justify{
    text-align:justify
  }

  .lg\:tw-align-baseline{
    vertical-align:baseline
  }

  .lg\:tw-align-top{
    vertical-align:top
  }

  .lg\:tw-align-middle{
    vertical-align:middle
  }

  .lg\:tw-align-bottom{
    vertical-align:bottom
  }

  .lg\:tw-align-text-top{
    vertical-align:text-top
  }

  .lg\:tw-align-text-bottom{
    vertical-align:text-bottom
  }

  .lg\:tw-font-sans{
    font-family:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
  }

  .lg\:tw-font-serif{
    font-family:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif
  }

  .lg\:tw-font-mono{
    font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
  }

  .lg\:tw-text-xs{
    font-size:10px;
    line-height:24px
  }

  .lg\:tw-text-sm{
    font-size:14px;
    line-height:28px
  }

  .lg\:tw-text-base{
    font-size:16px;
    line-height:24px
  }

  .lg\:tw-text-lg{
    font-size:20px;
    line-height:28px
  }

  .lg\:tw-text-xl{
    font-size:24px;
    line-height:32px
  }

  .lg\:tw-text-2xl{
    font-size:28px;
    line-height:36px
  }

  .lg\:tw-text-3xl{
    font-size:32px;
    line-height:40px
  }

  .lg\:tw-text-4xl{
    font-size:36px;
    line-height:44px
  }

  .lg\:tw-text-5xl{
    font-size:40px;
    line-height:48px
  }

  .lg\:tw-text-6xl{
    font-size:44px;
    line-height:52px
  }

  .lg\:tw-font-thin{
    font-weight:100
  }

  .lg\:tw-font-extralight{
    font-weight:200
  }

  .lg\:tw-font-light{
    font-weight:300
  }

  .lg\:tw-font-normal{
    font-weight:400
  }

  .lg\:tw-font-medium{
    font-weight:500
  }

  .lg\:tw-font-semibold{
    font-weight:600
  }

  .lg\:tw-font-bold{
    font-weight:700
  }

  .lg\:tw-font-extrabold{
    font-weight:800
  }

  .lg\:tw-font-black{
    font-weight:900
  }

  .lg\:tw-uppercase{
    text-transform:uppercase
  }

  .lg\:tw-lowercase{
    text-transform:lowercase
  }

  .lg\:tw-capitalize{
    text-transform:capitalize
  }

  .lg\:tw-normal-case{
    text-transform:none
  }

  .lg\:tw-italic{
    font-style:italic
  }

  .lg\:tw-not-italic{
    font-style:normal
  }

  .lg\:tw-ordinal, .lg\:tw-slashed-zero, .lg\:tw-lining-nums, .lg\:tw-oldstyle-nums, .lg\:tw-proportional-nums, .lg\:tw-tabular-nums, .lg\:tw-diagonal-fractions, .lg\:tw-stacked-fractions{
    --tw-ordinal:var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction:var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
  }

  .lg\:tw-normal-nums{
    font-variant-numeric:normal
  }

  .lg\:tw-ordinal{
    --tw-ordinal:ordinal
  }

  .lg\:tw-slashed-zero{
    --tw-slashed-zero:slashed-zero
  }

  .lg\:tw-lining-nums{
    --tw-numeric-figure:lining-nums
  }

  .lg\:tw-oldstyle-nums{
    --tw-numeric-figure:oldstyle-nums
  }

  .lg\:tw-proportional-nums{
    --tw-numeric-spacing:proportional-nums
  }

  .lg\:tw-tabular-nums{
    --tw-numeric-spacing:tabular-nums
  }

  .lg\:tw-diagonal-fractions{
    --tw-numeric-fraction:diagonal-fractions
  }

  .lg\:tw-stacked-fractions{
    --tw-numeric-fraction:stacked-fractions
  }

  .lg\:tw-leading-3{
    line-height:.75rem
  }

  .lg\:tw-leading-4{
    line-height:1rem
  }

  .lg\:tw-leading-5{
    line-height:1.25rem
  }

  .lg\:tw-leading-6{
    line-height:1.5rem
  }

  .lg\:tw-leading-7{
    line-height:1.75rem
  }

  .lg\:tw-leading-8{
    line-height:2rem
  }

  .lg\:tw-leading-9{
    line-height:2.25rem
  }

  .lg\:tw-leading-10{
    line-height:2.5rem
  }

  .lg\:tw-leading-none{
    line-height:1
  }

  .lg\:tw-leading-tight{
    line-height:1.25
  }

  .lg\:tw-leading-snug{
    line-height:1.375
  }

  .lg\:tw-leading-normal{
    line-height:1.5
  }

  .lg\:tw-leading-relaxed{
    line-height:1.625
  }

  .lg\:tw-leading-loose{
    line-height:2
  }

  .lg\:tw-tracking-tighter{
    letter-spacing:-0.05em
  }

  .lg\:tw-tracking-tight{
    letter-spacing:-0.025em
  }

  .lg\:tw-tracking-normal{
    letter-spacing:0em
  }

  .lg\:tw-tracking-wide{
    letter-spacing:0.025em
  }

  .lg\:tw-tracking-wider{
    letter-spacing:0.05em
  }

  .lg\:tw-tracking-widest{
    letter-spacing:0.1em
  }

  .lg\:tw-text-transparent{
    color:transparent
  }

  .lg\:tw-text-current{
    color:currentColor
  }

  .lg\:tw-text-black{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .lg\:tw-text-white{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .lg\:tw-text-gray-50{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .lg\:tw-text-gray-100{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .lg\:tw-text-gray-200{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .lg\:tw-text-gray-300{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .lg\:tw-text-gray-400{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .lg\:tw-text-gray-500{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .lg\:tw-text-gray-600{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .lg\:tw-text-gray-700{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .lg\:tw-text-gray-800{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .lg\:tw-text-gray-900{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .lg\:tw-text-red-50{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .lg\:tw-text-red-100{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .lg\:tw-text-red-200{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .lg\:tw-text-red-300{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .lg\:tw-text-red-400{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .lg\:tw-text-red-500{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .lg\:tw-text-red-600{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .lg\:tw-text-red-700{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .lg\:tw-text-red-800{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .lg\:tw-text-red-900{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .lg\:tw-text-yellow-50{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .lg\:tw-text-yellow-100{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .lg\:tw-text-yellow-200{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .lg\:tw-text-yellow-300{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .lg\:tw-text-yellow-400{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .lg\:tw-text-yellow-500{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .lg\:tw-text-yellow-600{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .lg\:tw-text-yellow-700{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .lg\:tw-text-yellow-800{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .lg\:tw-text-yellow-900{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .lg\:tw-text-green-50{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .lg\:tw-text-green-100{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .lg\:tw-text-green-200{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .lg\:tw-text-green-300{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .lg\:tw-text-green-400{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .lg\:tw-text-green-500{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .lg\:tw-text-green-600{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .lg\:tw-text-green-700{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .lg\:tw-text-green-800{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .lg\:tw-text-green-900{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .lg\:tw-text-blue-50{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .lg\:tw-text-blue-100{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .lg\:tw-text-blue-200{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .lg\:tw-text-blue-300{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .lg\:tw-text-blue-400{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .lg\:tw-text-blue-500{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .lg\:tw-text-blue-600{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .lg\:tw-text-blue-700{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .lg\:tw-text-blue-800{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .lg\:tw-text-blue-900{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .lg\:tw-text-indigo-50{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .lg\:tw-text-indigo-100{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .lg\:tw-text-indigo-200{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .lg\:tw-text-indigo-300{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .lg\:tw-text-indigo-400{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .lg\:tw-text-indigo-500{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .lg\:tw-text-indigo-600{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .lg\:tw-text-indigo-700{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .lg\:tw-text-indigo-800{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .lg\:tw-text-indigo-900{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .lg\:tw-text-purple-50{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .lg\:tw-text-purple-100{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .lg\:tw-text-purple-200{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .lg\:tw-text-purple-300{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .lg\:tw-text-purple-400{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .lg\:tw-text-purple-500{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .lg\:tw-text-purple-600{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .lg\:tw-text-purple-700{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .lg\:tw-text-purple-800{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .lg\:tw-text-purple-900{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .lg\:tw-text-pink-50{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .lg\:tw-text-pink-100{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .lg\:tw-text-pink-200{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .lg\:tw-text-pink-300{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .lg\:tw-text-pink-400{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .lg\:tw-text-pink-500{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .lg\:tw-text-pink-600{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .lg\:tw-text-pink-700{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .lg\:tw-text-pink-800{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .lg\:tw-text-pink-900{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-transparent{
    color:transparent
  }

  .tw-group:hover .lg\:group-hover\:tw-text-current{
    color:currentColor
  }

  .tw-group:hover .lg\:group-hover\:tw-text-black{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-white{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-50{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-100{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-200{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-300{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-400{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-500{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-600{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-700{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-800{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-900{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-50{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-100{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-200{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-300{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-400{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-500{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-600{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-700{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-800{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-900{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-50{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-100{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-200{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-300{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-400{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-500{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-600{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-700{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-800{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-900{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-50{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-100{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-200{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-300{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-400{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-500{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-600{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-700{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-800{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-900{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-50{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-100{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-200{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-300{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-400{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-500{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-600{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-700{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-800{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-900{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-50{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-100{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-200{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-300{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-400{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-500{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-600{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-700{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-800{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-900{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-50{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-100{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-200{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-300{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-400{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-500{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-600{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-700{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-800{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-900{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-50{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-100{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-200{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-300{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-400{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-500{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-600{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-700{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-800{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-900{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-transparent:focus-within{
    color:transparent
  }

  .lg\:focus-within\:tw-text-current:focus-within{
    color:currentColor
  }

  .lg\:focus-within\:tw-text-black:focus-within{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-white:focus-within{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-gray-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-gray-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-gray-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-gray-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-gray-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-gray-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-gray-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-gray-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-gray-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-gray-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-red-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-red-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-red-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-red-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-red-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-red-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-red-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-red-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-red-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-red-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-yellow-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-yellow-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-yellow-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-yellow-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-yellow-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-yellow-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-yellow-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-yellow-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-yellow-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-yellow-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-green-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-green-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-green-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-green-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-green-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-green-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-green-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-green-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-green-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-green-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-blue-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-blue-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-blue-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-blue-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-blue-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-blue-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-blue-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-blue-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-blue-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-blue-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-indigo-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-indigo-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-indigo-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-indigo-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-indigo-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-indigo-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-indigo-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-indigo-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-indigo-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-indigo-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-purple-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-purple-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-purple-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-purple-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-purple-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-purple-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-purple-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-purple-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-purple-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-purple-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-pink-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-pink-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-pink-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-pink-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-pink-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-pink-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-pink-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-pink-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-pink-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .lg\:focus-within\:tw-text-pink-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-transparent:hover{
    color:transparent
  }

  .lg\:hover\:tw-text-current:hover{
    color:currentColor
  }

  .lg\:hover\:tw-text-black:hover{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-white:hover{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-gray-50:hover{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-gray-100:hover{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-gray-200:hover{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-gray-300:hover{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-gray-400:hover{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-gray-500:hover{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-gray-600:hover{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-gray-700:hover{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-gray-800:hover{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-gray-900:hover{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-red-50:hover{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-red-100:hover{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-red-200:hover{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-red-300:hover{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-red-400:hover{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-red-500:hover{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-red-600:hover{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-red-700:hover{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-red-800:hover{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-red-900:hover{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-yellow-50:hover{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-yellow-100:hover{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-yellow-200:hover{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-yellow-300:hover{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-yellow-400:hover{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-yellow-500:hover{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-yellow-600:hover{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-yellow-700:hover{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-yellow-800:hover{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-yellow-900:hover{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-green-50:hover{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-green-100:hover{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-green-200:hover{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-green-300:hover{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-green-400:hover{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-green-500:hover{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-green-600:hover{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-green-700:hover{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-green-800:hover{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-green-900:hover{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-blue-50:hover{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-blue-100:hover{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-blue-200:hover{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-blue-300:hover{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-blue-400:hover{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-blue-500:hover{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-blue-600:hover{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-blue-700:hover{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-blue-800:hover{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-blue-900:hover{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-indigo-50:hover{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-indigo-100:hover{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-indigo-200:hover{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-indigo-300:hover{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-indigo-400:hover{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-indigo-500:hover{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-indigo-600:hover{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-indigo-700:hover{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-indigo-800:hover{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-indigo-900:hover{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-purple-50:hover{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-purple-100:hover{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-purple-200:hover{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-purple-300:hover{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-purple-400:hover{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-purple-500:hover{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-purple-600:hover{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-purple-700:hover{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-purple-800:hover{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-purple-900:hover{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-pink-50:hover{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-pink-100:hover{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-pink-200:hover{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-pink-300:hover{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-pink-400:hover{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-pink-500:hover{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-pink-600:hover{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-pink-700:hover{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-pink-800:hover{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .lg\:hover\:tw-text-pink-900:hover{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-transparent:focus{
    color:transparent
  }

  .lg\:focus\:tw-text-current:focus{
    color:currentColor
  }

  .lg\:focus\:tw-text-black:focus{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-white:focus{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-gray-50:focus{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-gray-100:focus{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-gray-200:focus{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-gray-300:focus{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-gray-400:focus{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-gray-500:focus{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-gray-600:focus{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-gray-700:focus{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-gray-800:focus{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-gray-900:focus{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-red-50:focus{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-red-100:focus{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-red-200:focus{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-red-300:focus{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-red-400:focus{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-red-500:focus{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-red-600:focus{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-red-700:focus{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-red-800:focus{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-red-900:focus{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-yellow-50:focus{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-yellow-100:focus{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-yellow-200:focus{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-yellow-300:focus{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-yellow-400:focus{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-yellow-500:focus{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-yellow-600:focus{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-yellow-700:focus{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-yellow-800:focus{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-yellow-900:focus{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-green-50:focus{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-green-100:focus{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-green-200:focus{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-green-300:focus{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-green-400:focus{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-green-500:focus{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-green-600:focus{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-green-700:focus{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-green-800:focus{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-green-900:focus{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-blue-50:focus{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-blue-100:focus{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-blue-200:focus{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-blue-300:focus{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-blue-400:focus{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-blue-500:focus{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-blue-600:focus{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-blue-700:focus{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-blue-800:focus{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-blue-900:focus{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-indigo-50:focus{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-indigo-100:focus{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-indigo-200:focus{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-indigo-300:focus{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-indigo-400:focus{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-indigo-500:focus{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-indigo-600:focus{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-indigo-700:focus{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-indigo-800:focus{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-indigo-900:focus{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-purple-50:focus{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-purple-100:focus{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-purple-200:focus{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-purple-300:focus{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-purple-400:focus{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-purple-500:focus{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-purple-600:focus{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-purple-700:focus{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-purple-800:focus{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-purple-900:focus{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-pink-50:focus{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-pink-100:focus{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-pink-200:focus{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-pink-300:focus{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-pink-400:focus{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-pink-500:focus{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-pink-600:focus{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-pink-700:focus{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-pink-800:focus{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .lg\:focus\:tw-text-pink-900:focus{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .lg\:tw-text-opacity-0{
    --tw-text-opacity:0
  }

  .lg\:tw-text-opacity-5{
    --tw-text-opacity:0.05
  }

  .lg\:tw-text-opacity-10{
    --tw-text-opacity:0.1
  }

  .lg\:tw-text-opacity-20{
    --tw-text-opacity:0.2
  }

  .lg\:tw-text-opacity-25{
    --tw-text-opacity:0.25
  }

  .lg\:tw-text-opacity-30{
    --tw-text-opacity:0.3
  }

  .lg\:tw-text-opacity-40{
    --tw-text-opacity:0.4
  }

  .lg\:tw-text-opacity-50{
    --tw-text-opacity:0.5
  }

  .lg\:tw-text-opacity-60{
    --tw-text-opacity:0.6
  }

  .lg\:tw-text-opacity-70{
    --tw-text-opacity:0.7
  }

  .lg\:tw-text-opacity-75{
    --tw-text-opacity:0.75
  }

  .lg\:tw-text-opacity-80{
    --tw-text-opacity:0.8
  }

  .lg\:tw-text-opacity-90{
    --tw-text-opacity:0.9
  }

  .lg\:tw-text-opacity-95{
    --tw-text-opacity:0.95
  }

  .lg\:tw-text-opacity-100{
    --tw-text-opacity:1
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-0{
    --tw-text-opacity:0
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-5{
    --tw-text-opacity:0.05
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-10{
    --tw-text-opacity:0.1
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-20{
    --tw-text-opacity:0.2
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-25{
    --tw-text-opacity:0.25
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-30{
    --tw-text-opacity:0.3
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-40{
    --tw-text-opacity:0.4
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-50{
    --tw-text-opacity:0.5
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-60{
    --tw-text-opacity:0.6
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-70{
    --tw-text-opacity:0.7
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-75{
    --tw-text-opacity:0.75
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-80{
    --tw-text-opacity:0.8
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-90{
    --tw-text-opacity:0.9
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-95{
    --tw-text-opacity:0.95
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-100{
    --tw-text-opacity:1
  }

  .lg\:focus-within\:tw-text-opacity-0:focus-within{
    --tw-text-opacity:0
  }

  .lg\:focus-within\:tw-text-opacity-5:focus-within{
    --tw-text-opacity:0.05
  }

  .lg\:focus-within\:tw-text-opacity-10:focus-within{
    --tw-text-opacity:0.1
  }

  .lg\:focus-within\:tw-text-opacity-20:focus-within{
    --tw-text-opacity:0.2
  }

  .lg\:focus-within\:tw-text-opacity-25:focus-within{
    --tw-text-opacity:0.25
  }

  .lg\:focus-within\:tw-text-opacity-30:focus-within{
    --tw-text-opacity:0.3
  }

  .lg\:focus-within\:tw-text-opacity-40:focus-within{
    --tw-text-opacity:0.4
  }

  .lg\:focus-within\:tw-text-opacity-50:focus-within{
    --tw-text-opacity:0.5
  }

  .lg\:focus-within\:tw-text-opacity-60:focus-within{
    --tw-text-opacity:0.6
  }

  .lg\:focus-within\:tw-text-opacity-70:focus-within{
    --tw-text-opacity:0.7
  }

  .lg\:focus-within\:tw-text-opacity-75:focus-within{
    --tw-text-opacity:0.75
  }

  .lg\:focus-within\:tw-text-opacity-80:focus-within{
    --tw-text-opacity:0.8
  }

  .lg\:focus-within\:tw-text-opacity-90:focus-within{
    --tw-text-opacity:0.9
  }

  .lg\:focus-within\:tw-text-opacity-95:focus-within{
    --tw-text-opacity:0.95
  }

  .lg\:focus-within\:tw-text-opacity-100:focus-within{
    --tw-text-opacity:1
  }

  .lg\:hover\:tw-text-opacity-0:hover{
    --tw-text-opacity:0
  }

  .lg\:hover\:tw-text-opacity-5:hover{
    --tw-text-opacity:0.05
  }

  .lg\:hover\:tw-text-opacity-10:hover{
    --tw-text-opacity:0.1
  }

  .lg\:hover\:tw-text-opacity-20:hover{
    --tw-text-opacity:0.2
  }

  .lg\:hover\:tw-text-opacity-25:hover{
    --tw-text-opacity:0.25
  }

  .lg\:hover\:tw-text-opacity-30:hover{
    --tw-text-opacity:0.3
  }

  .lg\:hover\:tw-text-opacity-40:hover{
    --tw-text-opacity:0.4
  }

  .lg\:hover\:tw-text-opacity-50:hover{
    --tw-text-opacity:0.5
  }

  .lg\:hover\:tw-text-opacity-60:hover{
    --tw-text-opacity:0.6
  }

  .lg\:hover\:tw-text-opacity-70:hover{
    --tw-text-opacity:0.7
  }

  .lg\:hover\:tw-text-opacity-75:hover{
    --tw-text-opacity:0.75
  }

  .lg\:hover\:tw-text-opacity-80:hover{
    --tw-text-opacity:0.8
  }

  .lg\:hover\:tw-text-opacity-90:hover{
    --tw-text-opacity:0.9
  }

  .lg\:hover\:tw-text-opacity-95:hover{
    --tw-text-opacity:0.95
  }

  .lg\:hover\:tw-text-opacity-100:hover{
    --tw-text-opacity:1
  }

  .lg\:focus\:tw-text-opacity-0:focus{
    --tw-text-opacity:0
  }

  .lg\:focus\:tw-text-opacity-5:focus{
    --tw-text-opacity:0.05
  }

  .lg\:focus\:tw-text-opacity-10:focus{
    --tw-text-opacity:0.1
  }

  .lg\:focus\:tw-text-opacity-20:focus{
    --tw-text-opacity:0.2
  }

  .lg\:focus\:tw-text-opacity-25:focus{
    --tw-text-opacity:0.25
  }

  .lg\:focus\:tw-text-opacity-30:focus{
    --tw-text-opacity:0.3
  }

  .lg\:focus\:tw-text-opacity-40:focus{
    --tw-text-opacity:0.4
  }

  .lg\:focus\:tw-text-opacity-50:focus{
    --tw-text-opacity:0.5
  }

  .lg\:focus\:tw-text-opacity-60:focus{
    --tw-text-opacity:0.6
  }

  .lg\:focus\:tw-text-opacity-70:focus{
    --tw-text-opacity:0.7
  }

  .lg\:focus\:tw-text-opacity-75:focus{
    --tw-text-opacity:0.75
  }

  .lg\:focus\:tw-text-opacity-80:focus{
    --tw-text-opacity:0.8
  }

  .lg\:focus\:tw-text-opacity-90:focus{
    --tw-text-opacity:0.9
  }

  .lg\:focus\:tw-text-opacity-95:focus{
    --tw-text-opacity:0.95
  }

  .lg\:focus\:tw-text-opacity-100:focus{
    --tw-text-opacity:1
  }

  .lg\:tw-underline{
    text-decoration:underline
  }

  .lg\:tw-line-through{
    text-decoration:line-through
  }

  .lg\:tw-no-underline{
    text-decoration:none
  }

  .tw-group:hover .lg\:group-hover\:tw-underline{
    text-decoration:underline
  }

  .tw-group:hover .lg\:group-hover\:tw-line-through{
    text-decoration:line-through
  }

  .tw-group:hover .lg\:group-hover\:tw-no-underline{
    text-decoration:none
  }

  .lg\:focus-within\:tw-underline:focus-within{
    text-decoration:underline
  }

  .lg\:focus-within\:tw-line-through:focus-within{
    text-decoration:line-through
  }

  .lg\:focus-within\:tw-no-underline:focus-within{
    text-decoration:none
  }

  .lg\:hover\:tw-underline:hover{
    text-decoration:underline
  }

  .lg\:hover\:tw-line-through:hover{
    text-decoration:line-through
  }

  .lg\:hover\:tw-no-underline:hover{
    text-decoration:none
  }

  .lg\:focus\:tw-underline:focus{
    text-decoration:underline
  }

  .lg\:focus\:tw-line-through:focus{
    text-decoration:line-through
  }

  .lg\:focus\:tw-no-underline:focus{
    text-decoration:none
  }

  .lg\:tw-antialiased{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
  }

  .lg\:tw-subpixel-antialiased{
    -webkit-font-smoothing:auto;
    -moz-osx-font-smoothing:auto
  }

  .lg\:tw-placeholder-transparent::placeholder{
    color:transparent
  }

  .lg\:tw-placeholder-current::placeholder{
    color:currentColor
  }

  .lg\:tw-placeholder-black::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-white::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-gray-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-gray-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-gray-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-gray-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-gray-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-gray-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-gray-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-gray-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-gray-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-gray-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-red-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-red-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-red-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-red-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-red-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-red-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-red-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-red-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-red-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-red-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-green-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-green-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-green-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-green-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-green-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-green-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-green-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-green-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-green-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-green-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-blue-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-blue-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-blue-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-blue-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-blue-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-blue-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-blue-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-blue-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-blue-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-blue-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-purple-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-purple-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-purple-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-purple-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-purple-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-purple-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-purple-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-purple-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-purple-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-purple-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-pink-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-pink-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-pink-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-pink-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-pink-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-pink-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-pink-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-pink-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-pink-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-pink-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-transparent:focus::placeholder{
    color:transparent
  }

  .lg\:focus\:tw-placeholder-current:focus::placeholder{
    color:currentColor
  }

  .lg\:focus\:tw-placeholder-black:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-white:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .lg\:tw-placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity:0
  }

  .lg\:tw-placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity:0.05
  }

  .lg\:tw-placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity:0.1
  }

  .lg\:tw-placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity:0.2
  }

  .lg\:tw-placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity:0.25
  }

  .lg\:tw-placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity:0.3
  }

  .lg\:tw-placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity:0.4
  }

  .lg\:tw-placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity:0.5
  }

  .lg\:tw-placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity:0.6
  }

  .lg\:tw-placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity:0.7
  }

  .lg\:tw-placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity:0.75
  }

  .lg\:tw-placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity:0.8
  }

  .lg\:tw-placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity:0.9
  }

  .lg\:tw-placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity:0.95
  }

  .lg\:tw-placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity:1
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity:0
  }

  .lg\:focus\:tw-placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity:0.05
  }

  .lg\:focus\:tw-placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity:0.1
  }

  .lg\:focus\:tw-placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity:0.2
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity:0.25
  }

  .lg\:focus\:tw-placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity:0.3
  }

  .lg\:focus\:tw-placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity:0.4
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity:0.5
  }

  .lg\:focus\:tw-placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity:0.6
  }

  .lg\:focus\:tw-placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity:0.7
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity:0.75
  }

  .lg\:focus\:tw-placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity:0.8
  }

  .lg\:focus\:tw-placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity:0.9
  }

  .lg\:focus\:tw-placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity:0.95
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity:1
  }

  .lg\:tw-opacity-0{
    opacity:0
  }

  .lg\:tw-opacity-5{
    opacity:0.05
  }

  .lg\:tw-opacity-10{
    opacity:0.1
  }

  .lg\:tw-opacity-20{
    opacity:0.2
  }

  .lg\:tw-opacity-25{
    opacity:0.25
  }

  .lg\:tw-opacity-30{
    opacity:0.3
  }

  .lg\:tw-opacity-40{
    opacity:0.4
  }

  .lg\:tw-opacity-50{
    opacity:0.5
  }

  .lg\:tw-opacity-60{
    opacity:0.6
  }

  .lg\:tw-opacity-70{
    opacity:0.7
  }

  .lg\:tw-opacity-75{
    opacity:0.75
  }

  .lg\:tw-opacity-80{
    opacity:0.8
  }

  .lg\:tw-opacity-90{
    opacity:0.9
  }

  .lg\:tw-opacity-95{
    opacity:0.95
  }

  .lg\:tw-opacity-100{
    opacity:1
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-0{
    opacity:0
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-5{
    opacity:0.05
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-10{
    opacity:0.1
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-20{
    opacity:0.2
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-25{
    opacity:0.25
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-30{
    opacity:0.3
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-40{
    opacity:0.4
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-50{
    opacity:0.5
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-60{
    opacity:0.6
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-70{
    opacity:0.7
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-75{
    opacity:0.75
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-80{
    opacity:0.8
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-90{
    opacity:0.9
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-95{
    opacity:0.95
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-100{
    opacity:1
  }

  .lg\:focus-within\:tw-opacity-0:focus-within{
    opacity:0
  }

  .lg\:focus-within\:tw-opacity-5:focus-within{
    opacity:0.05
  }

  .lg\:focus-within\:tw-opacity-10:focus-within{
    opacity:0.1
  }

  .lg\:focus-within\:tw-opacity-20:focus-within{
    opacity:0.2
  }

  .lg\:focus-within\:tw-opacity-25:focus-within{
    opacity:0.25
  }

  .lg\:focus-within\:tw-opacity-30:focus-within{
    opacity:0.3
  }

  .lg\:focus-within\:tw-opacity-40:focus-within{
    opacity:0.4
  }

  .lg\:focus-within\:tw-opacity-50:focus-within{
    opacity:0.5
  }

  .lg\:focus-within\:tw-opacity-60:focus-within{
    opacity:0.6
  }

  .lg\:focus-within\:tw-opacity-70:focus-within{
    opacity:0.7
  }

  .lg\:focus-within\:tw-opacity-75:focus-within{
    opacity:0.75
  }

  .lg\:focus-within\:tw-opacity-80:focus-within{
    opacity:0.8
  }

  .lg\:focus-within\:tw-opacity-90:focus-within{
    opacity:0.9
  }

  .lg\:focus-within\:tw-opacity-95:focus-within{
    opacity:0.95
  }

  .lg\:focus-within\:tw-opacity-100:focus-within{
    opacity:1
  }

  .lg\:hover\:tw-opacity-0:hover{
    opacity:0
  }

  .lg\:hover\:tw-opacity-5:hover{
    opacity:0.05
  }

  .lg\:hover\:tw-opacity-10:hover{
    opacity:0.1
  }

  .lg\:hover\:tw-opacity-20:hover{
    opacity:0.2
  }

  .lg\:hover\:tw-opacity-25:hover{
    opacity:0.25
  }

  .lg\:hover\:tw-opacity-30:hover{
    opacity:0.3
  }

  .lg\:hover\:tw-opacity-40:hover{
    opacity:0.4
  }

  .lg\:hover\:tw-opacity-50:hover{
    opacity:0.5
  }

  .lg\:hover\:tw-opacity-60:hover{
    opacity:0.6
  }

  .lg\:hover\:tw-opacity-70:hover{
    opacity:0.7
  }

  .lg\:hover\:tw-opacity-75:hover{
    opacity:0.75
  }

  .lg\:hover\:tw-opacity-80:hover{
    opacity:0.8
  }

  .lg\:hover\:tw-opacity-90:hover{
    opacity:0.9
  }

  .lg\:hover\:tw-opacity-95:hover{
    opacity:0.95
  }

  .lg\:hover\:tw-opacity-100:hover{
    opacity:1
  }

  .lg\:focus\:tw-opacity-0:focus{
    opacity:0
  }

  .lg\:focus\:tw-opacity-5:focus{
    opacity:0.05
  }

  .lg\:focus\:tw-opacity-10:focus{
    opacity:0.1
  }

  .lg\:focus\:tw-opacity-20:focus{
    opacity:0.2
  }

  .lg\:focus\:tw-opacity-25:focus{
    opacity:0.25
  }

  .lg\:focus\:tw-opacity-30:focus{
    opacity:0.3
  }

  .lg\:focus\:tw-opacity-40:focus{
    opacity:0.4
  }

  .lg\:focus\:tw-opacity-50:focus{
    opacity:0.5
  }

  .lg\:focus\:tw-opacity-60:focus{
    opacity:0.6
  }

  .lg\:focus\:tw-opacity-70:focus{
    opacity:0.7
  }

  .lg\:focus\:tw-opacity-75:focus{
    opacity:0.75
  }

  .lg\:focus\:tw-opacity-80:focus{
    opacity:0.8
  }

  .lg\:focus\:tw-opacity-90:focus{
    opacity:0.9
  }

  .lg\:focus\:tw-opacity-95:focus{
    opacity:0.95
  }

  .lg\:focus\:tw-opacity-100:focus{
    opacity:1
  }

  .lg\:tw-bg-blend-normal{
    background-blend-mode:normal
  }

  .lg\:tw-bg-blend-multiply{
    background-blend-mode:multiply
  }

  .lg\:tw-bg-blend-screen{
    background-blend-mode:screen
  }

  .lg\:tw-bg-blend-overlay{
    background-blend-mode:overlay
  }

  .lg\:tw-bg-blend-darken{
    background-blend-mode:darken
  }

  .lg\:tw-bg-blend-lighten{
    background-blend-mode:lighten
  }

  .lg\:tw-bg-blend-color-dodge{
    background-blend-mode:color-dodge
  }

  .lg\:tw-bg-blend-color-burn{
    background-blend-mode:color-burn
  }

  .lg\:tw-bg-blend-hard-light{
    background-blend-mode:hard-light
  }

  .lg\:tw-bg-blend-soft-light{
    background-blend-mode:soft-light
  }

  .lg\:tw-bg-blend-difference{
    background-blend-mode:difference
  }

  .lg\:tw-bg-blend-exclusion{
    background-blend-mode:exclusion
  }

  .lg\:tw-bg-blend-hue{
    background-blend-mode:hue
  }

  .lg\:tw-bg-blend-saturation{
    background-blend-mode:saturation
  }

  .lg\:tw-bg-blend-color{
    background-blend-mode:color
  }

  .lg\:tw-bg-blend-luminosity{
    background-blend-mode:luminosity
  }

  .lg\:tw-mix-blend-normal{
    mix-blend-mode:normal
  }

  .lg\:tw-mix-blend-multiply{
    mix-blend-mode:multiply
  }

  .lg\:tw-mix-blend-screen{
    mix-blend-mode:screen
  }

  .lg\:tw-mix-blend-overlay{
    mix-blend-mode:overlay
  }

  .lg\:tw-mix-blend-darken{
    mix-blend-mode:darken
  }

  .lg\:tw-mix-blend-lighten{
    mix-blend-mode:lighten
  }

  .lg\:tw-mix-blend-color-dodge{
    mix-blend-mode:color-dodge
  }

  .lg\:tw-mix-blend-color-burn{
    mix-blend-mode:color-burn
  }

  .lg\:tw-mix-blend-hard-light{
    mix-blend-mode:hard-light
  }

  .lg\:tw-mix-blend-soft-light{
    mix-blend-mode:soft-light
  }

  .lg\:tw-mix-blend-difference{
    mix-blend-mode:difference
  }

  .lg\:tw-mix-blend-exclusion{
    mix-blend-mode:exclusion
  }

  .lg\:tw-mix-blend-hue{
    mix-blend-mode:hue
  }

  .lg\:tw-mix-blend-saturation{
    mix-blend-mode:saturation
  }

  .lg\:tw-mix-blend-color{
    mix-blend-mode:color
  }

  .lg\:tw-mix-blend-luminosity{
    mix-blend-mode:luminosity
  }

  .lg\:tw-shadow-sm{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:tw-shadow{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:tw-shadow-md{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:tw-shadow-lg{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:tw-shadow-xl{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:tw-shadow-2xl{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:tw-shadow-inner{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:tw-shadow-none{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-sm{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-md{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-lg{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-xl{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-2xl{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-inner{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-none{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:focus-within\:tw-shadow-sm:focus-within{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:focus-within\:tw-shadow:focus-within{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:focus-within\:tw-shadow-md:focus-within{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:focus-within\:tw-shadow-lg:focus-within{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:focus-within\:tw-shadow-xl:focus-within{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:focus-within\:tw-shadow-2xl:focus-within{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:focus-within\:tw-shadow-inner:focus-within{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:focus-within\:tw-shadow-none:focus-within{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:hover\:tw-shadow-sm:hover{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:hover\:tw-shadow:hover{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:hover\:tw-shadow-md:hover{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:hover\:tw-shadow-lg:hover{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:hover\:tw-shadow-xl:hover{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:hover\:tw-shadow-2xl:hover{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:hover\:tw-shadow-inner:hover{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:hover\:tw-shadow-none:hover{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:focus\:tw-shadow-sm:focus{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:focus\:tw-shadow:focus{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:focus\:tw-shadow-md:focus{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:focus\:tw-shadow-lg:focus{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:focus\:tw-shadow-xl:focus{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:focus\:tw-shadow-2xl:focus{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:focus\:tw-shadow-inner:focus{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:focus\:tw-shadow-none:focus{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .lg\:tw-outline-none{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .lg\:tw-outline-white{
    outline:2px dotted white;
    outline-offset:2px
  }

  .lg\:tw-outline-black{
    outline:2px dotted black;
    outline-offset:2px
  }

  .lg\:focus-within\:tw-outline-none:focus-within{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .lg\:focus-within\:tw-outline-white:focus-within{
    outline:2px dotted white;
    outline-offset:2px
  }

  .lg\:focus-within\:tw-outline-black:focus-within{
    outline:2px dotted black;
    outline-offset:2px
  }

  .lg\:focus\:tw-outline-none:focus{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .lg\:focus\:tw-outline-white:focus{
    outline:2px dotted white;
    outline-offset:2px
  }

  .lg\:focus\:tw-outline-black:focus{
    outline:2px dotted black;
    outline-offset:2px
  }

  .lg\:tw-ring-0{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .lg\:tw-ring-1{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .lg\:tw-ring-2{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .lg\:tw-ring-4{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .lg\:tw-ring-8{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .lg\:tw-ring{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .lg\:focus-within\:tw-ring-0:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .lg\:focus-within\:tw-ring-1:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .lg\:focus-within\:tw-ring-2:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .lg\:focus-within\:tw-ring-4:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .lg\:focus-within\:tw-ring-8:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .lg\:focus-within\:tw-ring:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .lg\:focus\:tw-ring-0:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .lg\:focus\:tw-ring-1:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .lg\:focus\:tw-ring-2:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .lg\:focus\:tw-ring-4:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .lg\:focus\:tw-ring-8:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .lg\:focus\:tw-ring:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .lg\:tw-ring-inset{
    --tw-ring-inset:inset
  }

  .lg\:focus-within\:tw-ring-inset:focus-within{
    --tw-ring-inset:inset
  }

  .lg\:focus\:tw-ring-inset:focus{
    --tw-ring-inset:inset
  }

  .lg\:tw-ring-transparent{
    --tw-ring-color:transparent
  }

  .lg\:tw-ring-current{
    --tw-ring-color:currentColor
  }

  .lg\:tw-ring-black{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-white{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-gray-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-gray-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-gray-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-gray-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-gray-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-gray-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-gray-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-gray-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-gray-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-gray-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-red-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 242, 242, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-red-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 226, 226, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-red-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 202, 202, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-red-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 165, 165, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-red-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(248, 113, 113, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-red-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 68, 68, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-red-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(220, 38, 38, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-red-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(185, 28, 28, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-red-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(153, 27, 27, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-red-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(127, 29, 29, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-yellow-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-yellow-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-yellow-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-yellow-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-yellow-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-yellow-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-yellow-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-yellow-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-yellow-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-yellow-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-green-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-green-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-green-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-green-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-green-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-green-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-green-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-green-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-green-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-green-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-blue-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 246, 255, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-blue-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 234, 254, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-blue-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(191, 219, 254, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-blue-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(147, 197, 253, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-blue-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-blue-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-blue-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(37, 99, 235, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-blue-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(29, 78, 216, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-blue-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 64, 175, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-blue-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 58, 138, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-indigo-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-indigo-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-indigo-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-indigo-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-indigo-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-indigo-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-indigo-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-indigo-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-indigo-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-indigo-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-purple-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-purple-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-purple-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-purple-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-purple-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-purple-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-purple-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-purple-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-purple-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-purple-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-pink-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-pink-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-pink-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-pink-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-pink-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-pink-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-pink-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-pink-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-pink-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-pink-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-transparent:focus-within{
    --tw-ring-color:transparent
  }

  .lg\:focus-within\:tw-ring-current:focus-within{
    --tw-ring-color:currentColor
  }

  .lg\:focus-within\:tw-ring-black:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-white:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-gray-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-gray-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-gray-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-gray-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-gray-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-gray-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-gray-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-gray-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-gray-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-gray-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-red-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 242, 242, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-red-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 226, 226, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-red-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 202, 202, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-red-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 165, 165, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-red-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(248, 113, 113, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-red-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 68, 68, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-red-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(220, 38, 38, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-red-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(185, 28, 28, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-red-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(153, 27, 27, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-red-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(127, 29, 29, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-yellow-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-yellow-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-yellow-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-yellow-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-yellow-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-yellow-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-yellow-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-yellow-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-yellow-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-yellow-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-green-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-green-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-green-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-green-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-green-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-green-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-green-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-green-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-green-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-green-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-blue-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 246, 255, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-blue-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 234, 254, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-blue-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(191, 219, 254, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-blue-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(147, 197, 253, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-blue-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-blue-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-blue-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(37, 99, 235, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-blue-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(29, 78, 216, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-blue-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 64, 175, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-blue-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 58, 138, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-indigo-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-indigo-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-indigo-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-indigo-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-indigo-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-indigo-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-indigo-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-indigo-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-indigo-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-indigo-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-purple-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-purple-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-purple-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-purple-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-purple-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-purple-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-purple-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-purple-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-purple-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-purple-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-pink-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-pink-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-pink-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-pink-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-pink-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-pink-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-pink-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-pink-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-pink-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .lg\:focus-within\:tw-ring-pink-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-transparent:focus{
    --tw-ring-color:transparent
  }

  .lg\:focus\:tw-ring-current:focus{
    --tw-ring-color:currentColor
  }

  .lg\:focus\:tw-ring-black:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-white:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-gray-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-gray-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-gray-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-gray-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-gray-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-gray-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-gray-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-gray-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-gray-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-gray-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-red-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 242, 242, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-red-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 226, 226, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-red-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 202, 202, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-red-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 165, 165, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-red-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(248, 113, 113, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-red-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 68, 68, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-red-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(220, 38, 38, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-red-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(185, 28, 28, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-red-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(153, 27, 27, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-red-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(127, 29, 29, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-yellow-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-yellow-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-yellow-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-yellow-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-yellow-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-yellow-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-yellow-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-yellow-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-yellow-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-yellow-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-green-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-green-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-green-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-green-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-green-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-green-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-green-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-green-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-green-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-green-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-blue-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 246, 255, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-blue-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 234, 254, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-blue-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(191, 219, 254, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-blue-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(147, 197, 253, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-blue-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-blue-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-blue-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(37, 99, 235, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-blue-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(29, 78, 216, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-blue-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 64, 175, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-blue-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 58, 138, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-indigo-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-indigo-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-indigo-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-indigo-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-indigo-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-indigo-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-indigo-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-indigo-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-indigo-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-indigo-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-purple-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-purple-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-purple-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-purple-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-purple-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-purple-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-purple-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-purple-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-purple-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-purple-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-pink-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-pink-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-pink-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-pink-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-pink-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-pink-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-pink-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-pink-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-pink-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .lg\:focus\:tw-ring-pink-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .lg\:tw-ring-opacity-0{
    --tw-ring-opacity:0
  }

  .lg\:tw-ring-opacity-5{
    --tw-ring-opacity:0.05
  }

  .lg\:tw-ring-opacity-10{
    --tw-ring-opacity:0.1
  }

  .lg\:tw-ring-opacity-20{
    --tw-ring-opacity:0.2
  }

  .lg\:tw-ring-opacity-25{
    --tw-ring-opacity:0.25
  }

  .lg\:tw-ring-opacity-30{
    --tw-ring-opacity:0.3
  }

  .lg\:tw-ring-opacity-40{
    --tw-ring-opacity:0.4
  }

  .lg\:tw-ring-opacity-50{
    --tw-ring-opacity:0.5
  }

  .lg\:tw-ring-opacity-60{
    --tw-ring-opacity:0.6
  }

  .lg\:tw-ring-opacity-70{
    --tw-ring-opacity:0.7
  }

  .lg\:tw-ring-opacity-75{
    --tw-ring-opacity:0.75
  }

  .lg\:tw-ring-opacity-80{
    --tw-ring-opacity:0.8
  }

  .lg\:tw-ring-opacity-90{
    --tw-ring-opacity:0.9
  }

  .lg\:tw-ring-opacity-95{
    --tw-ring-opacity:0.95
  }

  .lg\:tw-ring-opacity-100{
    --tw-ring-opacity:1
  }

  .lg\:focus-within\:tw-ring-opacity-0:focus-within{
    --tw-ring-opacity:0
  }

  .lg\:focus-within\:tw-ring-opacity-5:focus-within{
    --tw-ring-opacity:0.05
  }

  .lg\:focus-within\:tw-ring-opacity-10:focus-within{
    --tw-ring-opacity:0.1
  }

  .lg\:focus-within\:tw-ring-opacity-20:focus-within{
    --tw-ring-opacity:0.2
  }

  .lg\:focus-within\:tw-ring-opacity-25:focus-within{
    --tw-ring-opacity:0.25
  }

  .lg\:focus-within\:tw-ring-opacity-30:focus-within{
    --tw-ring-opacity:0.3
  }

  .lg\:focus-within\:tw-ring-opacity-40:focus-within{
    --tw-ring-opacity:0.4
  }

  .lg\:focus-within\:tw-ring-opacity-50:focus-within{
    --tw-ring-opacity:0.5
  }

  .lg\:focus-within\:tw-ring-opacity-60:focus-within{
    --tw-ring-opacity:0.6
  }

  .lg\:focus-within\:tw-ring-opacity-70:focus-within{
    --tw-ring-opacity:0.7
  }

  .lg\:focus-within\:tw-ring-opacity-75:focus-within{
    --tw-ring-opacity:0.75
  }

  .lg\:focus-within\:tw-ring-opacity-80:focus-within{
    --tw-ring-opacity:0.8
  }

  .lg\:focus-within\:tw-ring-opacity-90:focus-within{
    --tw-ring-opacity:0.9
  }

  .lg\:focus-within\:tw-ring-opacity-95:focus-within{
    --tw-ring-opacity:0.95
  }

  .lg\:focus-within\:tw-ring-opacity-100:focus-within{
    --tw-ring-opacity:1
  }

  .lg\:focus\:tw-ring-opacity-0:focus{
    --tw-ring-opacity:0
  }

  .lg\:focus\:tw-ring-opacity-5:focus{
    --tw-ring-opacity:0.05
  }

  .lg\:focus\:tw-ring-opacity-10:focus{
    --tw-ring-opacity:0.1
  }

  .lg\:focus\:tw-ring-opacity-20:focus{
    --tw-ring-opacity:0.2
  }

  .lg\:focus\:tw-ring-opacity-25:focus{
    --tw-ring-opacity:0.25
  }

  .lg\:focus\:tw-ring-opacity-30:focus{
    --tw-ring-opacity:0.3
  }

  .lg\:focus\:tw-ring-opacity-40:focus{
    --tw-ring-opacity:0.4
  }

  .lg\:focus\:tw-ring-opacity-50:focus{
    --tw-ring-opacity:0.5
  }

  .lg\:focus\:tw-ring-opacity-60:focus{
    --tw-ring-opacity:0.6
  }

  .lg\:focus\:tw-ring-opacity-70:focus{
    --tw-ring-opacity:0.7
  }

  .lg\:focus\:tw-ring-opacity-75:focus{
    --tw-ring-opacity:0.75
  }

  .lg\:focus\:tw-ring-opacity-80:focus{
    --tw-ring-opacity:0.8
  }

  .lg\:focus\:tw-ring-opacity-90:focus{
    --tw-ring-opacity:0.9
  }

  .lg\:focus\:tw-ring-opacity-95:focus{
    --tw-ring-opacity:0.95
  }

  .lg\:focus\:tw-ring-opacity-100:focus{
    --tw-ring-opacity:1
  }

  .lg\:tw-ring-offset-0{
    --tw-ring-offset-width:0px
  }

  .lg\:tw-ring-offset-1{
    --tw-ring-offset-width:1px
  }

  .lg\:tw-ring-offset-2{
    --tw-ring-offset-width:2px
  }

  .lg\:tw-ring-offset-4{
    --tw-ring-offset-width:4px
  }

  .lg\:tw-ring-offset-8{
    --tw-ring-offset-width:8px
  }

  .lg\:focus-within\:tw-ring-offset-0:focus-within{
    --tw-ring-offset-width:0px
  }

  .lg\:focus-within\:tw-ring-offset-1:focus-within{
    --tw-ring-offset-width:1px
  }

  .lg\:focus-within\:tw-ring-offset-2:focus-within{
    --tw-ring-offset-width:2px
  }

  .lg\:focus-within\:tw-ring-offset-4:focus-within{
    --tw-ring-offset-width:4px
  }

  .lg\:focus-within\:tw-ring-offset-8:focus-within{
    --tw-ring-offset-width:8px
  }

  .lg\:focus\:tw-ring-offset-0:focus{
    --tw-ring-offset-width:0px
  }

  .lg\:focus\:tw-ring-offset-1:focus{
    --tw-ring-offset-width:1px
  }

  .lg\:focus\:tw-ring-offset-2:focus{
    --tw-ring-offset-width:2px
  }

  .lg\:focus\:tw-ring-offset-4:focus{
    --tw-ring-offset-width:4px
  }

  .lg\:focus\:tw-ring-offset-8:focus{
    --tw-ring-offset-width:8px
  }

  .lg\:tw-ring-offset-transparent{
    --tw-ring-offset-color:transparent
  }

  .lg\:tw-ring-offset-current{
    --tw-ring-offset-color:currentColor
  }

  .lg\:tw-ring-offset-black{
    --tw-ring-offset-color:#000
  }

  .lg\:tw-ring-offset-white{
    --tw-ring-offset-color:#fff
  }

  .lg\:tw-ring-offset-gray-50{
    --tw-ring-offset-color:#f9fafb
  }

  .lg\:tw-ring-offset-gray-100{
    --tw-ring-offset-color:#f3f4f6
  }

  .lg\:tw-ring-offset-gray-200{
    --tw-ring-offset-color:#e5e7eb
  }

  .lg\:tw-ring-offset-gray-300{
    --tw-ring-offset-color:#d1d5db
  }

  .lg\:tw-ring-offset-gray-400{
    --tw-ring-offset-color:#9ca3af
  }

  .lg\:tw-ring-offset-gray-500{
    --tw-ring-offset-color:#6b7280
  }

  .lg\:tw-ring-offset-gray-600{
    --tw-ring-offset-color:#4b5563
  }

  .lg\:tw-ring-offset-gray-700{
    --tw-ring-offset-color:#374151
  }

  .lg\:tw-ring-offset-gray-800{
    --tw-ring-offset-color:#1f2937
  }

  .lg\:tw-ring-offset-gray-900{
    --tw-ring-offset-color:#111827
  }

  .lg\:tw-ring-offset-red-50{
    --tw-ring-offset-color:#fef2f2
  }

  .lg\:tw-ring-offset-red-100{
    --tw-ring-offset-color:#fee2e2
  }

  .lg\:tw-ring-offset-red-200{
    --tw-ring-offset-color:#fecaca
  }

  .lg\:tw-ring-offset-red-300{
    --tw-ring-offset-color:#fca5a5
  }

  .lg\:tw-ring-offset-red-400{
    --tw-ring-offset-color:#f87171
  }

  .lg\:tw-ring-offset-red-500{
    --tw-ring-offset-color:#ef4444
  }

  .lg\:tw-ring-offset-red-600{
    --tw-ring-offset-color:#dc2626
  }

  .lg\:tw-ring-offset-red-700{
    --tw-ring-offset-color:#b91c1c
  }

  .lg\:tw-ring-offset-red-800{
    --tw-ring-offset-color:#991b1b
  }

  .lg\:tw-ring-offset-red-900{
    --tw-ring-offset-color:#7f1d1d
  }

  .lg\:tw-ring-offset-yellow-50{
    --tw-ring-offset-color:#fffbeb
  }

  .lg\:tw-ring-offset-yellow-100{
    --tw-ring-offset-color:#fef3c7
  }

  .lg\:tw-ring-offset-yellow-200{
    --tw-ring-offset-color:#fde68a
  }

  .lg\:tw-ring-offset-yellow-300{
    --tw-ring-offset-color:#fcd34d
  }

  .lg\:tw-ring-offset-yellow-400{
    --tw-ring-offset-color:#fbbf24
  }

  .lg\:tw-ring-offset-yellow-500{
    --tw-ring-offset-color:#f59e0b
  }

  .lg\:tw-ring-offset-yellow-600{
    --tw-ring-offset-color:#d97706
  }

  .lg\:tw-ring-offset-yellow-700{
    --tw-ring-offset-color:#b45309
  }

  .lg\:tw-ring-offset-yellow-800{
    --tw-ring-offset-color:#92400e
  }

  .lg\:tw-ring-offset-yellow-900{
    --tw-ring-offset-color:#78350f
  }

  .lg\:tw-ring-offset-green-50{
    --tw-ring-offset-color:#ecfdf5
  }

  .lg\:tw-ring-offset-green-100{
    --tw-ring-offset-color:#d1fae5
  }

  .lg\:tw-ring-offset-green-200{
    --tw-ring-offset-color:#a7f3d0
  }

  .lg\:tw-ring-offset-green-300{
    --tw-ring-offset-color:#6ee7b7
  }

  .lg\:tw-ring-offset-green-400{
    --tw-ring-offset-color:#34d399
  }

  .lg\:tw-ring-offset-green-500{
    --tw-ring-offset-color:#10b981
  }

  .lg\:tw-ring-offset-green-600{
    --tw-ring-offset-color:#059669
  }

  .lg\:tw-ring-offset-green-700{
    --tw-ring-offset-color:#047857
  }

  .lg\:tw-ring-offset-green-800{
    --tw-ring-offset-color:#065f46
  }

  .lg\:tw-ring-offset-green-900{
    --tw-ring-offset-color:#064e3b
  }

  .lg\:tw-ring-offset-blue-50{
    --tw-ring-offset-color:#eff6ff
  }

  .lg\:tw-ring-offset-blue-100{
    --tw-ring-offset-color:#dbeafe
  }

  .lg\:tw-ring-offset-blue-200{
    --tw-ring-offset-color:#bfdbfe
  }

  .lg\:tw-ring-offset-blue-300{
    --tw-ring-offset-color:#93c5fd
  }

  .lg\:tw-ring-offset-blue-400{
    --tw-ring-offset-color:#60a5fa
  }

  .lg\:tw-ring-offset-blue-500{
    --tw-ring-offset-color:#3b82f6
  }

  .lg\:tw-ring-offset-blue-600{
    --tw-ring-offset-color:#2563eb
  }

  .lg\:tw-ring-offset-blue-700{
    --tw-ring-offset-color:#1d4ed8
  }

  .lg\:tw-ring-offset-blue-800{
    --tw-ring-offset-color:#1e40af
  }

  .lg\:tw-ring-offset-blue-900{
    --tw-ring-offset-color:#1e3a8a
  }

  .lg\:tw-ring-offset-indigo-50{
    --tw-ring-offset-color:#eef2ff
  }

  .lg\:tw-ring-offset-indigo-100{
    --tw-ring-offset-color:#e0e7ff
  }

  .lg\:tw-ring-offset-indigo-200{
    --tw-ring-offset-color:#c7d2fe
  }

  .lg\:tw-ring-offset-indigo-300{
    --tw-ring-offset-color:#a5b4fc
  }

  .lg\:tw-ring-offset-indigo-400{
    --tw-ring-offset-color:#818cf8
  }

  .lg\:tw-ring-offset-indigo-500{
    --tw-ring-offset-color:#6366f1
  }

  .lg\:tw-ring-offset-indigo-600{
    --tw-ring-offset-color:#4f46e5
  }

  .lg\:tw-ring-offset-indigo-700{
    --tw-ring-offset-color:#4338ca
  }

  .lg\:tw-ring-offset-indigo-800{
    --tw-ring-offset-color:#3730a3
  }

  .lg\:tw-ring-offset-indigo-900{
    --tw-ring-offset-color:#312e81
  }

  .lg\:tw-ring-offset-purple-50{
    --tw-ring-offset-color:#f5f3ff
  }

  .lg\:tw-ring-offset-purple-100{
    --tw-ring-offset-color:#ede9fe
  }

  .lg\:tw-ring-offset-purple-200{
    --tw-ring-offset-color:#ddd6fe
  }

  .lg\:tw-ring-offset-purple-300{
    --tw-ring-offset-color:#c4b5fd
  }

  .lg\:tw-ring-offset-purple-400{
    --tw-ring-offset-color:#a78bfa
  }

  .lg\:tw-ring-offset-purple-500{
    --tw-ring-offset-color:#8b5cf6
  }

  .lg\:tw-ring-offset-purple-600{
    --tw-ring-offset-color:#7c3aed
  }

  .lg\:tw-ring-offset-purple-700{
    --tw-ring-offset-color:#6d28d9
  }

  .lg\:tw-ring-offset-purple-800{
    --tw-ring-offset-color:#5b21b6
  }

  .lg\:tw-ring-offset-purple-900{
    --tw-ring-offset-color:#4c1d95
  }

  .lg\:tw-ring-offset-pink-50{
    --tw-ring-offset-color:#fdf2f8
  }

  .lg\:tw-ring-offset-pink-100{
    --tw-ring-offset-color:#fce7f3
  }

  .lg\:tw-ring-offset-pink-200{
    --tw-ring-offset-color:#fbcfe8
  }

  .lg\:tw-ring-offset-pink-300{
    --tw-ring-offset-color:#f9a8d4
  }

  .lg\:tw-ring-offset-pink-400{
    --tw-ring-offset-color:#f472b6
  }

  .lg\:tw-ring-offset-pink-500{
    --tw-ring-offset-color:#ec4899
  }

  .lg\:tw-ring-offset-pink-600{
    --tw-ring-offset-color:#db2777
  }

  .lg\:tw-ring-offset-pink-700{
    --tw-ring-offset-color:#be185d
  }

  .lg\:tw-ring-offset-pink-800{
    --tw-ring-offset-color:#9d174d
  }

  .lg\:tw-ring-offset-pink-900{
    --tw-ring-offset-color:#831843
  }

  .lg\:focus-within\:tw-ring-offset-transparent:focus-within{
    --tw-ring-offset-color:transparent
  }

  .lg\:focus-within\:tw-ring-offset-current:focus-within{
    --tw-ring-offset-color:currentColor
  }

  .lg\:focus-within\:tw-ring-offset-black:focus-within{
    --tw-ring-offset-color:#000
  }

  .lg\:focus-within\:tw-ring-offset-white:focus-within{
    --tw-ring-offset-color:#fff
  }

  .lg\:focus-within\:tw-ring-offset-gray-50:focus-within{
    --tw-ring-offset-color:#f9fafb
  }

  .lg\:focus-within\:tw-ring-offset-gray-100:focus-within{
    --tw-ring-offset-color:#f3f4f6
  }

  .lg\:focus-within\:tw-ring-offset-gray-200:focus-within{
    --tw-ring-offset-color:#e5e7eb
  }

  .lg\:focus-within\:tw-ring-offset-gray-300:focus-within{
    --tw-ring-offset-color:#d1d5db
  }

  .lg\:focus-within\:tw-ring-offset-gray-400:focus-within{
    --tw-ring-offset-color:#9ca3af
  }

  .lg\:focus-within\:tw-ring-offset-gray-500:focus-within{
    --tw-ring-offset-color:#6b7280
  }

  .lg\:focus-within\:tw-ring-offset-gray-600:focus-within{
    --tw-ring-offset-color:#4b5563
  }

  .lg\:focus-within\:tw-ring-offset-gray-700:focus-within{
    --tw-ring-offset-color:#374151
  }

  .lg\:focus-within\:tw-ring-offset-gray-800:focus-within{
    --tw-ring-offset-color:#1f2937
  }

  .lg\:focus-within\:tw-ring-offset-gray-900:focus-within{
    --tw-ring-offset-color:#111827
  }

  .lg\:focus-within\:tw-ring-offset-red-50:focus-within{
    --tw-ring-offset-color:#fef2f2
  }

  .lg\:focus-within\:tw-ring-offset-red-100:focus-within{
    --tw-ring-offset-color:#fee2e2
  }

  .lg\:focus-within\:tw-ring-offset-red-200:focus-within{
    --tw-ring-offset-color:#fecaca
  }

  .lg\:focus-within\:tw-ring-offset-red-300:focus-within{
    --tw-ring-offset-color:#fca5a5
  }

  .lg\:focus-within\:tw-ring-offset-red-400:focus-within{
    --tw-ring-offset-color:#f87171
  }

  .lg\:focus-within\:tw-ring-offset-red-500:focus-within{
    --tw-ring-offset-color:#ef4444
  }

  .lg\:focus-within\:tw-ring-offset-red-600:focus-within{
    --tw-ring-offset-color:#dc2626
  }

  .lg\:focus-within\:tw-ring-offset-red-700:focus-within{
    --tw-ring-offset-color:#b91c1c
  }

  .lg\:focus-within\:tw-ring-offset-red-800:focus-within{
    --tw-ring-offset-color:#991b1b
  }

  .lg\:focus-within\:tw-ring-offset-red-900:focus-within{
    --tw-ring-offset-color:#7f1d1d
  }

  .lg\:focus-within\:tw-ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color:#fffbeb
  }

  .lg\:focus-within\:tw-ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color:#fef3c7
  }

  .lg\:focus-within\:tw-ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color:#fde68a
  }

  .lg\:focus-within\:tw-ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color:#fcd34d
  }

  .lg\:focus-within\:tw-ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color:#fbbf24
  }

  .lg\:focus-within\:tw-ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color:#f59e0b
  }

  .lg\:focus-within\:tw-ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color:#d97706
  }

  .lg\:focus-within\:tw-ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color:#b45309
  }

  .lg\:focus-within\:tw-ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color:#92400e
  }

  .lg\:focus-within\:tw-ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color:#78350f
  }

  .lg\:focus-within\:tw-ring-offset-green-50:focus-within{
    --tw-ring-offset-color:#ecfdf5
  }

  .lg\:focus-within\:tw-ring-offset-green-100:focus-within{
    --tw-ring-offset-color:#d1fae5
  }

  .lg\:focus-within\:tw-ring-offset-green-200:focus-within{
    --tw-ring-offset-color:#a7f3d0
  }

  .lg\:focus-within\:tw-ring-offset-green-300:focus-within{
    --tw-ring-offset-color:#6ee7b7
  }

  .lg\:focus-within\:tw-ring-offset-green-400:focus-within{
    --tw-ring-offset-color:#34d399
  }

  .lg\:focus-within\:tw-ring-offset-green-500:focus-within{
    --tw-ring-offset-color:#10b981
  }

  .lg\:focus-within\:tw-ring-offset-green-600:focus-within{
    --tw-ring-offset-color:#059669
  }

  .lg\:focus-within\:tw-ring-offset-green-700:focus-within{
    --tw-ring-offset-color:#047857
  }

  .lg\:focus-within\:tw-ring-offset-green-800:focus-within{
    --tw-ring-offset-color:#065f46
  }

  .lg\:focus-within\:tw-ring-offset-green-900:focus-within{
    --tw-ring-offset-color:#064e3b
  }

  .lg\:focus-within\:tw-ring-offset-blue-50:focus-within{
    --tw-ring-offset-color:#eff6ff
  }

  .lg\:focus-within\:tw-ring-offset-blue-100:focus-within{
    --tw-ring-offset-color:#dbeafe
  }

  .lg\:focus-within\:tw-ring-offset-blue-200:focus-within{
    --tw-ring-offset-color:#bfdbfe
  }

  .lg\:focus-within\:tw-ring-offset-blue-300:focus-within{
    --tw-ring-offset-color:#93c5fd
  }

  .lg\:focus-within\:tw-ring-offset-blue-400:focus-within{
    --tw-ring-offset-color:#60a5fa
  }

  .lg\:focus-within\:tw-ring-offset-blue-500:focus-within{
    --tw-ring-offset-color:#3b82f6
  }

  .lg\:focus-within\:tw-ring-offset-blue-600:focus-within{
    --tw-ring-offset-color:#2563eb
  }

  .lg\:focus-within\:tw-ring-offset-blue-700:focus-within{
    --tw-ring-offset-color:#1d4ed8
  }

  .lg\:focus-within\:tw-ring-offset-blue-800:focus-within{
    --tw-ring-offset-color:#1e40af
  }

  .lg\:focus-within\:tw-ring-offset-blue-900:focus-within{
    --tw-ring-offset-color:#1e3a8a
  }

  .lg\:focus-within\:tw-ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color:#eef2ff
  }

  .lg\:focus-within\:tw-ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color:#e0e7ff
  }

  .lg\:focus-within\:tw-ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color:#c7d2fe
  }

  .lg\:focus-within\:tw-ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color:#a5b4fc
  }

  .lg\:focus-within\:tw-ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color:#818cf8
  }

  .lg\:focus-within\:tw-ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color:#6366f1
  }

  .lg\:focus-within\:tw-ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color:#4f46e5
  }

  .lg\:focus-within\:tw-ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color:#4338ca
  }

  .lg\:focus-within\:tw-ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color:#3730a3
  }

  .lg\:focus-within\:tw-ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color:#312e81
  }

  .lg\:focus-within\:tw-ring-offset-purple-50:focus-within{
    --tw-ring-offset-color:#f5f3ff
  }

  .lg\:focus-within\:tw-ring-offset-purple-100:focus-within{
    --tw-ring-offset-color:#ede9fe
  }

  .lg\:focus-within\:tw-ring-offset-purple-200:focus-within{
    --tw-ring-offset-color:#ddd6fe
  }

  .lg\:focus-within\:tw-ring-offset-purple-300:focus-within{
    --tw-ring-offset-color:#c4b5fd
  }

  .lg\:focus-within\:tw-ring-offset-purple-400:focus-within{
    --tw-ring-offset-color:#a78bfa
  }

  .lg\:focus-within\:tw-ring-offset-purple-500:focus-within{
    --tw-ring-offset-color:#8b5cf6
  }

  .lg\:focus-within\:tw-ring-offset-purple-600:focus-within{
    --tw-ring-offset-color:#7c3aed
  }

  .lg\:focus-within\:tw-ring-offset-purple-700:focus-within{
    --tw-ring-offset-color:#6d28d9
  }

  .lg\:focus-within\:tw-ring-offset-purple-800:focus-within{
    --tw-ring-offset-color:#5b21b6
  }

  .lg\:focus-within\:tw-ring-offset-purple-900:focus-within{
    --tw-ring-offset-color:#4c1d95
  }

  .lg\:focus-within\:tw-ring-offset-pink-50:focus-within{
    --tw-ring-offset-color:#fdf2f8
  }

  .lg\:focus-within\:tw-ring-offset-pink-100:focus-within{
    --tw-ring-offset-color:#fce7f3
  }

  .lg\:focus-within\:tw-ring-offset-pink-200:focus-within{
    --tw-ring-offset-color:#fbcfe8
  }

  .lg\:focus-within\:tw-ring-offset-pink-300:focus-within{
    --tw-ring-offset-color:#f9a8d4
  }

  .lg\:focus-within\:tw-ring-offset-pink-400:focus-within{
    --tw-ring-offset-color:#f472b6
  }

  .lg\:focus-within\:tw-ring-offset-pink-500:focus-within{
    --tw-ring-offset-color:#ec4899
  }

  .lg\:focus-within\:tw-ring-offset-pink-600:focus-within{
    --tw-ring-offset-color:#db2777
  }

  .lg\:focus-within\:tw-ring-offset-pink-700:focus-within{
    --tw-ring-offset-color:#be185d
  }

  .lg\:focus-within\:tw-ring-offset-pink-800:focus-within{
    --tw-ring-offset-color:#9d174d
  }

  .lg\:focus-within\:tw-ring-offset-pink-900:focus-within{
    --tw-ring-offset-color:#831843
  }

  .lg\:focus\:tw-ring-offset-transparent:focus{
    --tw-ring-offset-color:transparent
  }

  .lg\:focus\:tw-ring-offset-current:focus{
    --tw-ring-offset-color:currentColor
  }

  .lg\:focus\:tw-ring-offset-black:focus{
    --tw-ring-offset-color:#000
  }

  .lg\:focus\:tw-ring-offset-white:focus{
    --tw-ring-offset-color:#fff
  }

  .lg\:focus\:tw-ring-offset-gray-50:focus{
    --tw-ring-offset-color:#f9fafb
  }

  .lg\:focus\:tw-ring-offset-gray-100:focus{
    --tw-ring-offset-color:#f3f4f6
  }

  .lg\:focus\:tw-ring-offset-gray-200:focus{
    --tw-ring-offset-color:#e5e7eb
  }

  .lg\:focus\:tw-ring-offset-gray-300:focus{
    --tw-ring-offset-color:#d1d5db
  }

  .lg\:focus\:tw-ring-offset-gray-400:focus{
    --tw-ring-offset-color:#9ca3af
  }

  .lg\:focus\:tw-ring-offset-gray-500:focus{
    --tw-ring-offset-color:#6b7280
  }

  .lg\:focus\:tw-ring-offset-gray-600:focus{
    --tw-ring-offset-color:#4b5563
  }

  .lg\:focus\:tw-ring-offset-gray-700:focus{
    --tw-ring-offset-color:#374151
  }

  .lg\:focus\:tw-ring-offset-gray-800:focus{
    --tw-ring-offset-color:#1f2937
  }

  .lg\:focus\:tw-ring-offset-gray-900:focus{
    --tw-ring-offset-color:#111827
  }

  .lg\:focus\:tw-ring-offset-red-50:focus{
    --tw-ring-offset-color:#fef2f2
  }

  .lg\:focus\:tw-ring-offset-red-100:focus{
    --tw-ring-offset-color:#fee2e2
  }

  .lg\:focus\:tw-ring-offset-red-200:focus{
    --tw-ring-offset-color:#fecaca
  }

  .lg\:focus\:tw-ring-offset-red-300:focus{
    --tw-ring-offset-color:#fca5a5
  }

  .lg\:focus\:tw-ring-offset-red-400:focus{
    --tw-ring-offset-color:#f87171
  }

  .lg\:focus\:tw-ring-offset-red-500:focus{
    --tw-ring-offset-color:#ef4444
  }

  .lg\:focus\:tw-ring-offset-red-600:focus{
    --tw-ring-offset-color:#dc2626
  }

  .lg\:focus\:tw-ring-offset-red-700:focus{
    --tw-ring-offset-color:#b91c1c
  }

  .lg\:focus\:tw-ring-offset-red-800:focus{
    --tw-ring-offset-color:#991b1b
  }

  .lg\:focus\:tw-ring-offset-red-900:focus{
    --tw-ring-offset-color:#7f1d1d
  }

  .lg\:focus\:tw-ring-offset-yellow-50:focus{
    --tw-ring-offset-color:#fffbeb
  }

  .lg\:focus\:tw-ring-offset-yellow-100:focus{
    --tw-ring-offset-color:#fef3c7
  }

  .lg\:focus\:tw-ring-offset-yellow-200:focus{
    --tw-ring-offset-color:#fde68a
  }

  .lg\:focus\:tw-ring-offset-yellow-300:focus{
    --tw-ring-offset-color:#fcd34d
  }

  .lg\:focus\:tw-ring-offset-yellow-400:focus{
    --tw-ring-offset-color:#fbbf24
  }

  .lg\:focus\:tw-ring-offset-yellow-500:focus{
    --tw-ring-offset-color:#f59e0b
  }

  .lg\:focus\:tw-ring-offset-yellow-600:focus{
    --tw-ring-offset-color:#d97706
  }

  .lg\:focus\:tw-ring-offset-yellow-700:focus{
    --tw-ring-offset-color:#b45309
  }

  .lg\:focus\:tw-ring-offset-yellow-800:focus{
    --tw-ring-offset-color:#92400e
  }

  .lg\:focus\:tw-ring-offset-yellow-900:focus{
    --tw-ring-offset-color:#78350f
  }

  .lg\:focus\:tw-ring-offset-green-50:focus{
    --tw-ring-offset-color:#ecfdf5
  }

  .lg\:focus\:tw-ring-offset-green-100:focus{
    --tw-ring-offset-color:#d1fae5
  }

  .lg\:focus\:tw-ring-offset-green-200:focus{
    --tw-ring-offset-color:#a7f3d0
  }

  .lg\:focus\:tw-ring-offset-green-300:focus{
    --tw-ring-offset-color:#6ee7b7
  }

  .lg\:focus\:tw-ring-offset-green-400:focus{
    --tw-ring-offset-color:#34d399
  }

  .lg\:focus\:tw-ring-offset-green-500:focus{
    --tw-ring-offset-color:#10b981
  }

  .lg\:focus\:tw-ring-offset-green-600:focus{
    --tw-ring-offset-color:#059669
  }

  .lg\:focus\:tw-ring-offset-green-700:focus{
    --tw-ring-offset-color:#047857
  }

  .lg\:focus\:tw-ring-offset-green-800:focus{
    --tw-ring-offset-color:#065f46
  }

  .lg\:focus\:tw-ring-offset-green-900:focus{
    --tw-ring-offset-color:#064e3b
  }

  .lg\:focus\:tw-ring-offset-blue-50:focus{
    --tw-ring-offset-color:#eff6ff
  }

  .lg\:focus\:tw-ring-offset-blue-100:focus{
    --tw-ring-offset-color:#dbeafe
  }

  .lg\:focus\:tw-ring-offset-blue-200:focus{
    --tw-ring-offset-color:#bfdbfe
  }

  .lg\:focus\:tw-ring-offset-blue-300:focus{
    --tw-ring-offset-color:#93c5fd
  }

  .lg\:focus\:tw-ring-offset-blue-400:focus{
    --tw-ring-offset-color:#60a5fa
  }

  .lg\:focus\:tw-ring-offset-blue-500:focus{
    --tw-ring-offset-color:#3b82f6
  }

  .lg\:focus\:tw-ring-offset-blue-600:focus{
    --tw-ring-offset-color:#2563eb
  }

  .lg\:focus\:tw-ring-offset-blue-700:focus{
    --tw-ring-offset-color:#1d4ed8
  }

  .lg\:focus\:tw-ring-offset-blue-800:focus{
    --tw-ring-offset-color:#1e40af
  }

  .lg\:focus\:tw-ring-offset-blue-900:focus{
    --tw-ring-offset-color:#1e3a8a
  }

  .lg\:focus\:tw-ring-offset-indigo-50:focus{
    --tw-ring-offset-color:#eef2ff
  }

  .lg\:focus\:tw-ring-offset-indigo-100:focus{
    --tw-ring-offset-color:#e0e7ff
  }

  .lg\:focus\:tw-ring-offset-indigo-200:focus{
    --tw-ring-offset-color:#c7d2fe
  }

  .lg\:focus\:tw-ring-offset-indigo-300:focus{
    --tw-ring-offset-color:#a5b4fc
  }

  .lg\:focus\:tw-ring-offset-indigo-400:focus{
    --tw-ring-offset-color:#818cf8
  }

  .lg\:focus\:tw-ring-offset-indigo-500:focus{
    --tw-ring-offset-color:#6366f1
  }

  .lg\:focus\:tw-ring-offset-indigo-600:focus{
    --tw-ring-offset-color:#4f46e5
  }

  .lg\:focus\:tw-ring-offset-indigo-700:focus{
    --tw-ring-offset-color:#4338ca
  }

  .lg\:focus\:tw-ring-offset-indigo-800:focus{
    --tw-ring-offset-color:#3730a3
  }

  .lg\:focus\:tw-ring-offset-indigo-900:focus{
    --tw-ring-offset-color:#312e81
  }

  .lg\:focus\:tw-ring-offset-purple-50:focus{
    --tw-ring-offset-color:#f5f3ff
  }

  .lg\:focus\:tw-ring-offset-purple-100:focus{
    --tw-ring-offset-color:#ede9fe
  }

  .lg\:focus\:tw-ring-offset-purple-200:focus{
    --tw-ring-offset-color:#ddd6fe
  }

  .lg\:focus\:tw-ring-offset-purple-300:focus{
    --tw-ring-offset-color:#c4b5fd
  }

  .lg\:focus\:tw-ring-offset-purple-400:focus{
    --tw-ring-offset-color:#a78bfa
  }

  .lg\:focus\:tw-ring-offset-purple-500:focus{
    --tw-ring-offset-color:#8b5cf6
  }

  .lg\:focus\:tw-ring-offset-purple-600:focus{
    --tw-ring-offset-color:#7c3aed
  }

  .lg\:focus\:tw-ring-offset-purple-700:focus{
    --tw-ring-offset-color:#6d28d9
  }

  .lg\:focus\:tw-ring-offset-purple-800:focus{
    --tw-ring-offset-color:#5b21b6
  }

  .lg\:focus\:tw-ring-offset-purple-900:focus{
    --tw-ring-offset-color:#4c1d95
  }

  .lg\:focus\:tw-ring-offset-pink-50:focus{
    --tw-ring-offset-color:#fdf2f8
  }

  .lg\:focus\:tw-ring-offset-pink-100:focus{
    --tw-ring-offset-color:#fce7f3
  }

  .lg\:focus\:tw-ring-offset-pink-200:focus{
    --tw-ring-offset-color:#fbcfe8
  }

  .lg\:focus\:tw-ring-offset-pink-300:focus{
    --tw-ring-offset-color:#f9a8d4
  }

  .lg\:focus\:tw-ring-offset-pink-400:focus{
    --tw-ring-offset-color:#f472b6
  }

  .lg\:focus\:tw-ring-offset-pink-500:focus{
    --tw-ring-offset-color:#ec4899
  }

  .lg\:focus\:tw-ring-offset-pink-600:focus{
    --tw-ring-offset-color:#db2777
  }

  .lg\:focus\:tw-ring-offset-pink-700:focus{
    --tw-ring-offset-color:#be185d
  }

  .lg\:focus\:tw-ring-offset-pink-800:focus{
    --tw-ring-offset-color:#9d174d
  }

  .lg\:focus\:tw-ring-offset-pink-900:focus{
    --tw-ring-offset-color:#831843
  }

  .lg\:tw-filter{
    --tw-blur:var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness:var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast:var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale:var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
    --tw-invert:var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate:var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia:var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow:var(--tw-empty,/*!*/ /*!*/);
    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)
  }

  .lg\:tw-filter-none{
    filter:none
  }

  .lg\:tw-blur-0{
    --tw-blur:blur(0)
  }

  .lg\:tw-blur-none{
    --tw-blur:blur(0)
  }

  .lg\:tw-blur-sm{
    --tw-blur:blur(4px)
  }

  .lg\:tw-blur{
    --tw-blur:blur(8px)
  }

  .lg\:tw-blur-md{
    --tw-blur:blur(12px)
  }

  .lg\:tw-blur-lg{
    --tw-blur:blur(16px)
  }

  .lg\:tw-blur-xl{
    --tw-blur:blur(24px)
  }

  .lg\:tw-blur-2xl{
    --tw-blur:blur(40px)
  }

  .lg\:tw-blur-3xl{
    --tw-blur:blur(64px)
  }

  .lg\:tw-brightness-0{
    --tw-brightness:brightness(0)
  }

  .lg\:tw-brightness-50{
    --tw-brightness:brightness(.5)
  }

  .lg\:tw-brightness-75{
    --tw-brightness:brightness(.75)
  }

  .lg\:tw-brightness-90{
    --tw-brightness:brightness(.9)
  }

  .lg\:tw-brightness-95{
    --tw-brightness:brightness(.95)
  }

  .lg\:tw-brightness-100{
    --tw-brightness:brightness(1)
  }

  .lg\:tw-brightness-105{
    --tw-brightness:brightness(1.05)
  }

  .lg\:tw-brightness-110{
    --tw-brightness:brightness(1.1)
  }

  .lg\:tw-brightness-125{
    --tw-brightness:brightness(1.25)
  }

  .lg\:tw-brightness-150{
    --tw-brightness:brightness(1.5)
  }

  .lg\:tw-brightness-200{
    --tw-brightness:brightness(2)
  }

  .lg\:tw-contrast-0{
    --tw-contrast:contrast(0)
  }

  .lg\:tw-contrast-50{
    --tw-contrast:contrast(.5)
  }

  .lg\:tw-contrast-75{
    --tw-contrast:contrast(.75)
  }

  .lg\:tw-contrast-100{
    --tw-contrast:contrast(1)
  }

  .lg\:tw-contrast-125{
    --tw-contrast:contrast(1.25)
  }

  .lg\:tw-contrast-150{
    --tw-contrast:contrast(1.5)
  }

  .lg\:tw-contrast-200{
    --tw-contrast:contrast(2)
  }

  .lg\:tw-drop-shadow-sm{
    --tw-drop-shadow:drop-shadow(0 1px 1px rgba(0,0,0,0.05))
  }

  .lg\:tw-drop-shadow{
    --tw-drop-shadow:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
  }

  .lg\:tw-drop-shadow-md{
    --tw-drop-shadow:drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
  }

  .lg\:tw-drop-shadow-lg{
    --tw-drop-shadow:drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
  }

  .lg\:tw-drop-shadow-xl{
    --tw-drop-shadow:drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
  }

  .lg\:tw-drop-shadow-2xl{
    --tw-drop-shadow:drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
  }

  .lg\:tw-drop-shadow-none{
    --tw-drop-shadow:drop-shadow(0 0 #0000)
  }

  .lg\:tw-grayscale-0{
    --tw-grayscale:grayscale(0)
  }

  .lg\:tw-grayscale{
    --tw-grayscale:grayscale(100%)
  }

  .lg\:tw-hue-rotate-0{
    --tw-hue-rotate:hue-rotate(0deg)
  }

  .lg\:tw-hue-rotate-15{
    --tw-hue-rotate:hue-rotate(15deg)
  }

  .lg\:tw-hue-rotate-30{
    --tw-hue-rotate:hue-rotate(30deg)
  }

  .lg\:tw-hue-rotate-60{
    --tw-hue-rotate:hue-rotate(60deg)
  }

  .lg\:tw-hue-rotate-90{
    --tw-hue-rotate:hue-rotate(90deg)
  }

  .lg\:tw-hue-rotate-180{
    --tw-hue-rotate:hue-rotate(180deg)
  }

  .lg\:tw--hue-rotate-180{
    --tw-hue-rotate:hue-rotate(-180deg)
  }

  .lg\:tw--hue-rotate-90{
    --tw-hue-rotate:hue-rotate(-90deg)
  }

  .lg\:tw--hue-rotate-60{
    --tw-hue-rotate:hue-rotate(-60deg)
  }

  .lg\:tw--hue-rotate-30{
    --tw-hue-rotate:hue-rotate(-30deg)
  }

  .lg\:tw--hue-rotate-15{
    --tw-hue-rotate:hue-rotate(-15deg)
  }

  .lg\:tw-invert-0{
    --tw-invert:invert(0)
  }

  .lg\:tw-invert{
    --tw-invert:invert(100%)
  }

  .lg\:tw-saturate-0{
    --tw-saturate:saturate(0)
  }

  .lg\:tw-saturate-50{
    --tw-saturate:saturate(.5)
  }

  .lg\:tw-saturate-100{
    --tw-saturate:saturate(1)
  }

  .lg\:tw-saturate-150{
    --tw-saturate:saturate(1.5)
  }

  .lg\:tw-saturate-200{
    --tw-saturate:saturate(2)
  }

  .lg\:tw-sepia-0{
    --tw-sepia:sepia(0)
  }

  .lg\:tw-sepia{
    --tw-sepia:sepia(100%)
  }

  .lg\:tw-backdrop-filter{
    --tw-backdrop-blur:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia:var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }

  .lg\:tw-backdrop-filter-none{
    -webkit-backdrop-filter:none;
            backdrop-filter:none
  }

  .lg\:tw-backdrop-blur-0{
    --tw-backdrop-blur:blur(0)
  }

  .lg\:tw-backdrop-blur-none{
    --tw-backdrop-blur:blur(0)
  }

  .lg\:tw-backdrop-blur-sm{
    --tw-backdrop-blur:blur(4px)
  }

  .lg\:tw-backdrop-blur{
    --tw-backdrop-blur:blur(8px)
  }

  .lg\:tw-backdrop-blur-md{
    --tw-backdrop-blur:blur(12px)
  }

  .lg\:tw-backdrop-blur-lg{
    --tw-backdrop-blur:blur(16px)
  }

  .lg\:tw-backdrop-blur-xl{
    --tw-backdrop-blur:blur(24px)
  }

  .lg\:tw-backdrop-blur-2xl{
    --tw-backdrop-blur:blur(40px)
  }

  .lg\:tw-backdrop-blur-3xl{
    --tw-backdrop-blur:blur(64px)
  }

  .lg\:tw-backdrop-brightness-0{
    --tw-backdrop-brightness:brightness(0)
  }

  .lg\:tw-backdrop-brightness-50{
    --tw-backdrop-brightness:brightness(.5)
  }

  .lg\:tw-backdrop-brightness-75{
    --tw-backdrop-brightness:brightness(.75)
  }

  .lg\:tw-backdrop-brightness-90{
    --tw-backdrop-brightness:brightness(.9)
  }

  .lg\:tw-backdrop-brightness-95{
    --tw-backdrop-brightness:brightness(.95)
  }

  .lg\:tw-backdrop-brightness-100{
    --tw-backdrop-brightness:brightness(1)
  }

  .lg\:tw-backdrop-brightness-105{
    --tw-backdrop-brightness:brightness(1.05)
  }

  .lg\:tw-backdrop-brightness-110{
    --tw-backdrop-brightness:brightness(1.1)
  }

  .lg\:tw-backdrop-brightness-125{
    --tw-backdrop-brightness:brightness(1.25)
  }

  .lg\:tw-backdrop-brightness-150{
    --tw-backdrop-brightness:brightness(1.5)
  }

  .lg\:tw-backdrop-brightness-200{
    --tw-backdrop-brightness:brightness(2)
  }

  .lg\:tw-backdrop-contrast-0{
    --tw-backdrop-contrast:contrast(0)
  }

  .lg\:tw-backdrop-contrast-50{
    --tw-backdrop-contrast:contrast(.5)
  }

  .lg\:tw-backdrop-contrast-75{
    --tw-backdrop-contrast:contrast(.75)
  }

  .lg\:tw-backdrop-contrast-100{
    --tw-backdrop-contrast:contrast(1)
  }

  .lg\:tw-backdrop-contrast-125{
    --tw-backdrop-contrast:contrast(1.25)
  }

  .lg\:tw-backdrop-contrast-150{
    --tw-backdrop-contrast:contrast(1.5)
  }

  .lg\:tw-backdrop-contrast-200{
    --tw-backdrop-contrast:contrast(2)
  }

  .lg\:tw-backdrop-grayscale-0{
    --tw-backdrop-grayscale:grayscale(0)
  }

  .lg\:tw-backdrop-grayscale{
    --tw-backdrop-grayscale:grayscale(100%)
  }

  .lg\:tw-backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate:hue-rotate(0deg)
  }

  .lg\:tw-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate:hue-rotate(15deg)
  }

  .lg\:tw-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate:hue-rotate(30deg)
  }

  .lg\:tw-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate:hue-rotate(60deg)
  }

  .lg\:tw-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate:hue-rotate(90deg)
  }

  .lg\:tw-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate:hue-rotate(180deg)
  }

  .lg\:tw--backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate:hue-rotate(-180deg)
  }

  .lg\:tw--backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate:hue-rotate(-90deg)
  }

  .lg\:tw--backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate:hue-rotate(-60deg)
  }

  .lg\:tw--backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate:hue-rotate(-30deg)
  }

  .lg\:tw--backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate:hue-rotate(-15deg)
  }

  .lg\:tw-backdrop-invert-0{
    --tw-backdrop-invert:invert(0)
  }

  .lg\:tw-backdrop-invert{
    --tw-backdrop-invert:invert(100%)
  }

  .lg\:tw-backdrop-opacity-0{
    --tw-backdrop-opacity:opacity(0)
  }

  .lg\:tw-backdrop-opacity-5{
    --tw-backdrop-opacity:opacity(0.05)
  }

  .lg\:tw-backdrop-opacity-10{
    --tw-backdrop-opacity:opacity(0.1)
  }

  .lg\:tw-backdrop-opacity-20{
    --tw-backdrop-opacity:opacity(0.2)
  }

  .lg\:tw-backdrop-opacity-25{
    --tw-backdrop-opacity:opacity(0.25)
  }

  .lg\:tw-backdrop-opacity-30{
    --tw-backdrop-opacity:opacity(0.3)
  }

  .lg\:tw-backdrop-opacity-40{
    --tw-backdrop-opacity:opacity(0.4)
  }

  .lg\:tw-backdrop-opacity-50{
    --tw-backdrop-opacity:opacity(0.5)
  }

  .lg\:tw-backdrop-opacity-60{
    --tw-backdrop-opacity:opacity(0.6)
  }

  .lg\:tw-backdrop-opacity-70{
    --tw-backdrop-opacity:opacity(0.7)
  }

  .lg\:tw-backdrop-opacity-75{
    --tw-backdrop-opacity:opacity(0.75)
  }

  .lg\:tw-backdrop-opacity-80{
    --tw-backdrop-opacity:opacity(0.8)
  }

  .lg\:tw-backdrop-opacity-90{
    --tw-backdrop-opacity:opacity(0.9)
  }

  .lg\:tw-backdrop-opacity-95{
    --tw-backdrop-opacity:opacity(0.95)
  }

  .lg\:tw-backdrop-opacity-100{
    --tw-backdrop-opacity:opacity(1)
  }

  .lg\:tw-backdrop-saturate-0{
    --tw-backdrop-saturate:saturate(0)
  }

  .lg\:tw-backdrop-saturate-50{
    --tw-backdrop-saturate:saturate(.5)
  }

  .lg\:tw-backdrop-saturate-100{
    --tw-backdrop-saturate:saturate(1)
  }

  .lg\:tw-backdrop-saturate-150{
    --tw-backdrop-saturate:saturate(1.5)
  }

  .lg\:tw-backdrop-saturate-200{
    --tw-backdrop-saturate:saturate(2)
  }

  .lg\:tw-backdrop-sepia-0{
    --tw-backdrop-sepia:sepia(0)
  }

  .lg\:tw-backdrop-sepia{
    --tw-backdrop-sepia:sepia(100%)
  }

  .lg\:tw-transition-none{
    transition-property:none
  }

  .lg\:tw-transition-all{
    transition-property:all;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .lg\:tw-transition{
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .lg\:tw-transition-colors{
    transition-property:background-color, border-color, color, fill, stroke;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .lg\:tw-transition-opacity{
    transition-property:opacity;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .lg\:tw-transition-shadow{
    transition-property:box-shadow;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .lg\:tw-transition-transform{
    transition-property:transform;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .lg\:tw-delay-75{
    transition-delay:75ms
  }

  .lg\:tw-delay-100{
    transition-delay:100ms
  }

  .lg\:tw-delay-150{
    transition-delay:150ms
  }

  .lg\:tw-delay-200{
    transition-delay:200ms
  }

  .lg\:tw-delay-300{
    transition-delay:300ms
  }

  .lg\:tw-delay-500{
    transition-delay:500ms
  }

  .lg\:tw-delay-700{
    transition-delay:700ms
  }

  .lg\:tw-delay-1000{
    transition-delay:1000ms
  }

  .lg\:tw-duration-75{
    transition-duration:75ms
  }

  .lg\:tw-duration-100{
    transition-duration:100ms
  }

  .lg\:tw-duration-150{
    transition-duration:150ms
  }

  .lg\:tw-duration-200{
    transition-duration:200ms
  }

  .lg\:tw-duration-300{
    transition-duration:300ms
  }

  .lg\:tw-duration-500{
    transition-duration:500ms
  }

  .lg\:tw-duration-700{
    transition-duration:700ms
  }

  .lg\:tw-duration-1000{
    transition-duration:1000ms
  }

  .lg\:tw-ease-linear{
    transition-timing-function:linear
  }

  .lg\:tw-ease-in{
    transition-timing-function:cubic-bezier(0.4, 0, 1, 1)
  }

  .lg\:tw-ease-out{
    transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
  }

  .lg\:tw-ease-in-out{
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
  }
}

@media (min-width: 1280px){
  .xl\:tw-container{
    width:100%
  }

  @media (min-width: 640px){
    .xl\:tw-container{
      max-width:640px
    }
  }

  @media (min-width: 768px){
    .xl\:tw-container{
      max-width:768px
    }
  }

  @media (min-width: 1024px){
    .xl\:tw-container{
      max-width:1024px
    }
  }

  @media (min-width: 1280px){
    .xl\:tw-container{
      max-width:1280px
    }
  }

  @media (min-width: 1536px){
    .xl\:tw-container{
      max-width:1536px
    }
  }

  .xl\:tw-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
  }

  .xl\:tw-not-sr-only{
    position:static;
    width:auto;
    height:auto;
    padding:0;
    margin:0;
    overflow:visible;
    clip:auto;
    white-space:normal
  }

  .xl\:focus-within\:tw-sr-only:focus-within{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    white-space:nowrap;
    border-width:0
  }

  .xl\:focus-within\:tw-not-sr-only:focus-within{
    position:static;
    width:auto;
    height:auto;
    padding:0;
    margin:0;
    overflow:visible;
    clip:auto;
    white-space:normal
  }

  .xl\:focus\:tw-sr-only:focus{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    white-space:nowrap;
    border-width:0
  }

  .xl\:focus\:tw-not-sr-only:focus{
    position:static;
    width:auto;
    height:auto;
    padding:0;
    margin:0;
    overflow:visible;
    clip:auto;
    white-space:normal
  }

  .xl\:tw-pointer-events-none{
    pointer-events:none
  }

  .xl\:tw-pointer-events-auto{
    pointer-events:auto
  }

  .xl\:tw-visible{
    visibility:visible
  }

  .xl\:tw-invisible{
    visibility:hidden
  }

  .xl\:tw-static{
    position:static
  }

  .xl\:tw-fixed{
    position:fixed
  }

  .xl\:tw-absolute{
    position:absolute
  }

  .xl\:tw-relative{
    position:relative
  }

  .xl\:tw-sticky{
    position:sticky
  }

  .xl\:tw-inset-0{
    top:0px;
    right:0px;
    bottom:0px;
    left:0px
  }

  .xl\:tw-inset-1{
    top:0.25rem;
    right:0.25rem;
    bottom:0.25rem;
    left:0.25rem
  }

  .xl\:tw-inset-2{
    top:0.5rem;
    right:0.5rem;
    bottom:0.5rem;
    left:0.5rem
  }

  .xl\:tw-inset-3{
    top:0.75rem;
    right:0.75rem;
    bottom:0.75rem;
    left:0.75rem
  }

  .xl\:tw-inset-4{
    top:1rem;
    right:1rem;
    bottom:1rem;
    left:1rem
  }

  .xl\:tw-inset-5{
    top:1.25rem;
    right:1.25rem;
    bottom:1.25rem;
    left:1.25rem
  }

  .xl\:tw-inset-6{
    top:1.5rem;
    right:1.5rem;
    bottom:1.5rem;
    left:1.5rem
  }

  .xl\:tw-inset-7{
    top:1.75rem;
    right:1.75rem;
    bottom:1.75rem;
    left:1.75rem
  }

  .xl\:tw-inset-8{
    top:2rem;
    right:2rem;
    bottom:2rem;
    left:2rem
  }

  .xl\:tw-inset-9{
    top:2.25rem;
    right:2.25rem;
    bottom:2.25rem;
    left:2.25rem
  }

  .xl\:tw-inset-10{
    top:2.5rem;
    right:2.5rem;
    bottom:2.5rem;
    left:2.5rem
  }

  .xl\:tw-inset-11{
    top:2.75rem;
    right:2.75rem;
    bottom:2.75rem;
    left:2.75rem
  }

  .xl\:tw-inset-12{
    top:3rem;
    right:3rem;
    bottom:3rem;
    left:3rem
  }

  .xl\:tw-inset-14{
    top:3.5rem;
    right:3.5rem;
    bottom:3.5rem;
    left:3.5rem
  }

  .xl\:tw-inset-16{
    top:4rem;
    right:4rem;
    bottom:4rem;
    left:4rem
  }

  .xl\:tw-inset-20{
    top:5rem;
    right:5rem;
    bottom:5rem;
    left:5rem
  }

  .xl\:tw-inset-24{
    top:6rem;
    right:6rem;
    bottom:6rem;
    left:6rem
  }

  .xl\:tw-inset-28{
    top:7rem;
    right:7rem;
    bottom:7rem;
    left:7rem
  }

  .xl\:tw-inset-32{
    top:8rem;
    right:8rem;
    bottom:8rem;
    left:8rem
  }

  .xl\:tw-inset-36{
    top:9rem;
    right:9rem;
    bottom:9rem;
    left:9rem
  }

  .xl\:tw-inset-40{
    top:10rem;
    right:10rem;
    bottom:10rem;
    left:10rem
  }

  .xl\:tw-inset-44{
    top:11rem;
    right:11rem;
    bottom:11rem;
    left:11rem
  }

  .xl\:tw-inset-48{
    top:12rem;
    right:12rem;
    bottom:12rem;
    left:12rem
  }

  .xl\:tw-inset-52{
    top:13rem;
    right:13rem;
    bottom:13rem;
    left:13rem
  }

  .xl\:tw-inset-56{
    top:14rem;
    right:14rem;
    bottom:14rem;
    left:14rem
  }

  .xl\:tw-inset-60{
    top:15rem;
    right:15rem;
    bottom:15rem;
    left:15rem
  }

  .xl\:tw-inset-64{
    top:16rem;
    right:16rem;
    bottom:16rem;
    left:16rem
  }

  .xl\:tw-inset-72{
    top:18rem;
    right:18rem;
    bottom:18rem;
    left:18rem
  }

  .xl\:tw-inset-80{
    top:20rem;
    right:20rem;
    bottom:20rem;
    left:20rem
  }

  .xl\:tw-inset-96{
    top:24rem;
    right:24rem;
    bottom:24rem;
    left:24rem
  }

  .xl\:tw-inset-auto{
    top:auto;
    right:auto;
    bottom:auto;
    left:auto
  }

  .xl\:tw-inset-px{
    top:1px;
    right:1px;
    bottom:1px;
    left:1px
  }

  .xl\:tw-inset-0\.5{
    top:0.125rem;
    right:0.125rem;
    bottom:0.125rem;
    left:0.125rem
  }

  .xl\:tw-inset-1\.5{
    top:0.375rem;
    right:0.375rem;
    bottom:0.375rem;
    left:0.375rem
  }

  .xl\:tw-inset-2\.5{
    top:0.625rem;
    right:0.625rem;
    bottom:0.625rem;
    left:0.625rem
  }

  .xl\:tw-inset-3\.5{
    top:0.875rem;
    right:0.875rem;
    bottom:0.875rem;
    left:0.875rem
  }

  .xl\:tw--inset-0{
    top:0px;
    right:0px;
    bottom:0px;
    left:0px
  }

  .xl\:tw--inset-1{
    top:-0.25rem;
    right:-0.25rem;
    bottom:-0.25rem;
    left:-0.25rem
  }

  .xl\:tw--inset-2{
    top:-0.5rem;
    right:-0.5rem;
    bottom:-0.5rem;
    left:-0.5rem
  }

  .xl\:tw--inset-3{
    top:-0.75rem;
    right:-0.75rem;
    bottom:-0.75rem;
    left:-0.75rem
  }

  .xl\:tw--inset-4{
    top:-1rem;
    right:-1rem;
    bottom:-1rem;
    left:-1rem
  }

  .xl\:tw--inset-5{
    top:-1.25rem;
    right:-1.25rem;
    bottom:-1.25rem;
    left:-1.25rem
  }

  .xl\:tw--inset-6{
    top:-1.5rem;
    right:-1.5rem;
    bottom:-1.5rem;
    left:-1.5rem
  }

  .xl\:tw--inset-7{
    top:-1.75rem;
    right:-1.75rem;
    bottom:-1.75rem;
    left:-1.75rem
  }

  .xl\:tw--inset-8{
    top:-2rem;
    right:-2rem;
    bottom:-2rem;
    left:-2rem
  }

  .xl\:tw--inset-9{
    top:-2.25rem;
    right:-2.25rem;
    bottom:-2.25rem;
    left:-2.25rem
  }

  .xl\:tw--inset-10{
    top:-2.5rem;
    right:-2.5rem;
    bottom:-2.5rem;
    left:-2.5rem
  }

  .xl\:tw--inset-11{
    top:-2.75rem;
    right:-2.75rem;
    bottom:-2.75rem;
    left:-2.75rem
  }

  .xl\:tw--inset-12{
    top:-3rem;
    right:-3rem;
    bottom:-3rem;
    left:-3rem
  }

  .xl\:tw--inset-14{
    top:-3.5rem;
    right:-3.5rem;
    bottom:-3.5rem;
    left:-3.5rem
  }

  .xl\:tw--inset-16{
    top:-4rem;
    right:-4rem;
    bottom:-4rem;
    left:-4rem
  }

  .xl\:tw--inset-20{
    top:-5rem;
    right:-5rem;
    bottom:-5rem;
    left:-5rem
  }

  .xl\:tw--inset-24{
    top:-6rem;
    right:-6rem;
    bottom:-6rem;
    left:-6rem
  }

  .xl\:tw--inset-28{
    top:-7rem;
    right:-7rem;
    bottom:-7rem;
    left:-7rem
  }

  .xl\:tw--inset-32{
    top:-8rem;
    right:-8rem;
    bottom:-8rem;
    left:-8rem
  }

  .xl\:tw--inset-36{
    top:-9rem;
    right:-9rem;
    bottom:-9rem;
    left:-9rem
  }

  .xl\:tw--inset-40{
    top:-10rem;
    right:-10rem;
    bottom:-10rem;
    left:-10rem
  }

  .xl\:tw--inset-44{
    top:-11rem;
    right:-11rem;
    bottom:-11rem;
    left:-11rem
  }

  .xl\:tw--inset-48{
    top:-12rem;
    right:-12rem;
    bottom:-12rem;
    left:-12rem
  }

  .xl\:tw--inset-52{
    top:-13rem;
    right:-13rem;
    bottom:-13rem;
    left:-13rem
  }

  .xl\:tw--inset-56{
    top:-14rem;
    right:-14rem;
    bottom:-14rem;
    left:-14rem
  }

  .xl\:tw--inset-60{
    top:-15rem;
    right:-15rem;
    bottom:-15rem;
    left:-15rem
  }

  .xl\:tw--inset-64{
    top:-16rem;
    right:-16rem;
    bottom:-16rem;
    left:-16rem
  }

  .xl\:tw--inset-72{
    top:-18rem;
    right:-18rem;
    bottom:-18rem;
    left:-18rem
  }

  .xl\:tw--inset-80{
    top:-20rem;
    right:-20rem;
    bottom:-20rem;
    left:-20rem
  }

  .xl\:tw--inset-96{
    top:-24rem;
    right:-24rem;
    bottom:-24rem;
    left:-24rem
  }

  .xl\:tw--inset-px{
    top:-1px;
    right:-1px;
    bottom:-1px;
    left:-1px
  }

  .xl\:tw--inset-0\.5{
    top:-0.125rem;
    right:-0.125rem;
    bottom:-0.125rem;
    left:-0.125rem
  }

  .xl\:tw--inset-1\.5{
    top:-0.375rem;
    right:-0.375rem;
    bottom:-0.375rem;
    left:-0.375rem
  }

  .xl\:tw--inset-2\.5{
    top:-0.625rem;
    right:-0.625rem;
    bottom:-0.625rem;
    left:-0.625rem
  }

  .xl\:tw--inset-3\.5{
    top:-0.875rem;
    right:-0.875rem;
    bottom:-0.875rem;
    left:-0.875rem
  }

  .xl\:tw-inset-1\/2{
    top:50%;
    right:50%;
    bottom:50%;
    left:50%
  }

  .xl\:tw-inset-1\/3{
    top:33.333333%;
    right:33.333333%;
    bottom:33.333333%;
    left:33.333333%
  }

  .xl\:tw-inset-2\/3{
    top:66.666667%;
    right:66.666667%;
    bottom:66.666667%;
    left:66.666667%
  }

  .xl\:tw-inset-1\/4{
    top:25%;
    right:25%;
    bottom:25%;
    left:25%
  }

  .xl\:tw-inset-2\/4{
    top:50%;
    right:50%;
    bottom:50%;
    left:50%
  }

  .xl\:tw-inset-3\/4{
    top:75%;
    right:75%;
    bottom:75%;
    left:75%
  }

  .xl\:tw-inset-full{
    top:100%;
    right:100%;
    bottom:100%;
    left:100%
  }

  .xl\:tw--inset-1\/2{
    top:-50%;
    right:-50%;
    bottom:-50%;
    left:-50%
  }

  .xl\:tw--inset-1\/3{
    top:-33.333333%;
    right:-33.333333%;
    bottom:-33.333333%;
    left:-33.333333%
  }

  .xl\:tw--inset-2\/3{
    top:-66.666667%;
    right:-66.666667%;
    bottom:-66.666667%;
    left:-66.666667%
  }

  .xl\:tw--inset-1\/4{
    top:-25%;
    right:-25%;
    bottom:-25%;
    left:-25%
  }

  .xl\:tw--inset-2\/4{
    top:-50%;
    right:-50%;
    bottom:-50%;
    left:-50%
  }

  .xl\:tw--inset-3\/4{
    top:-75%;
    right:-75%;
    bottom:-75%;
    left:-75%
  }

  .xl\:tw--inset-full{
    top:-100%;
    right:-100%;
    bottom:-100%;
    left:-100%
  }

  .xl\:tw-inset-x-0{
    left:0px;
    right:0px
  }

  .xl\:tw-inset-x-1{
    left:0.25rem;
    right:0.25rem
  }

  .xl\:tw-inset-x-2{
    left:0.5rem;
    right:0.5rem
  }

  .xl\:tw-inset-x-3{
    left:0.75rem;
    right:0.75rem
  }

  .xl\:tw-inset-x-4{
    left:1rem;
    right:1rem
  }

  .xl\:tw-inset-x-5{
    left:1.25rem;
    right:1.25rem
  }

  .xl\:tw-inset-x-6{
    left:1.5rem;
    right:1.5rem
  }

  .xl\:tw-inset-x-7{
    left:1.75rem;
    right:1.75rem
  }

  .xl\:tw-inset-x-8{
    left:2rem;
    right:2rem
  }

  .xl\:tw-inset-x-9{
    left:2.25rem;
    right:2.25rem
  }

  .xl\:tw-inset-x-10{
    left:2.5rem;
    right:2.5rem
  }

  .xl\:tw-inset-x-11{
    left:2.75rem;
    right:2.75rem
  }

  .xl\:tw-inset-x-12{
    left:3rem;
    right:3rem
  }

  .xl\:tw-inset-x-14{
    left:3.5rem;
    right:3.5rem
  }

  .xl\:tw-inset-x-16{
    left:4rem;
    right:4rem
  }

  .xl\:tw-inset-x-20{
    left:5rem;
    right:5rem
  }

  .xl\:tw-inset-x-24{
    left:6rem;
    right:6rem
  }

  .xl\:tw-inset-x-28{
    left:7rem;
    right:7rem
  }

  .xl\:tw-inset-x-32{
    left:8rem;
    right:8rem
  }

  .xl\:tw-inset-x-36{
    left:9rem;
    right:9rem
  }

  .xl\:tw-inset-x-40{
    left:10rem;
    right:10rem
  }

  .xl\:tw-inset-x-44{
    left:11rem;
    right:11rem
  }

  .xl\:tw-inset-x-48{
    left:12rem;
    right:12rem
  }

  .xl\:tw-inset-x-52{
    left:13rem;
    right:13rem
  }

  .xl\:tw-inset-x-56{
    left:14rem;
    right:14rem
  }

  .xl\:tw-inset-x-60{
    left:15rem;
    right:15rem
  }

  .xl\:tw-inset-x-64{
    left:16rem;
    right:16rem
  }

  .xl\:tw-inset-x-72{
    left:18rem;
    right:18rem
  }

  .xl\:tw-inset-x-80{
    left:20rem;
    right:20rem
  }

  .xl\:tw-inset-x-96{
    left:24rem;
    right:24rem
  }

  .xl\:tw-inset-x-auto{
    left:auto;
    right:auto
  }

  .xl\:tw-inset-x-px{
    left:1px;
    right:1px
  }

  .xl\:tw-inset-x-0\.5{
    left:0.125rem;
    right:0.125rem
  }

  .xl\:tw-inset-x-1\.5{
    left:0.375rem;
    right:0.375rem
  }

  .xl\:tw-inset-x-2\.5{
    left:0.625rem;
    right:0.625rem
  }

  .xl\:tw-inset-x-3\.5{
    left:0.875rem;
    right:0.875rem
  }

  .xl\:tw--inset-x-0{
    left:0px;
    right:0px
  }

  .xl\:tw--inset-x-1{
    left:-0.25rem;
    right:-0.25rem
  }

  .xl\:tw--inset-x-2{
    left:-0.5rem;
    right:-0.5rem
  }

  .xl\:tw--inset-x-3{
    left:-0.75rem;
    right:-0.75rem
  }

  .xl\:tw--inset-x-4{
    left:-1rem;
    right:-1rem
  }

  .xl\:tw--inset-x-5{
    left:-1.25rem;
    right:-1.25rem
  }

  .xl\:tw--inset-x-6{
    left:-1.5rem;
    right:-1.5rem
  }

  .xl\:tw--inset-x-7{
    left:-1.75rem;
    right:-1.75rem
  }

  .xl\:tw--inset-x-8{
    left:-2rem;
    right:-2rem
  }

  .xl\:tw--inset-x-9{
    left:-2.25rem;
    right:-2.25rem
  }

  .xl\:tw--inset-x-10{
    left:-2.5rem;
    right:-2.5rem
  }

  .xl\:tw--inset-x-11{
    left:-2.75rem;
    right:-2.75rem
  }

  .xl\:tw--inset-x-12{
    left:-3rem;
    right:-3rem
  }

  .xl\:tw--inset-x-14{
    left:-3.5rem;
    right:-3.5rem
  }

  .xl\:tw--inset-x-16{
    left:-4rem;
    right:-4rem
  }

  .xl\:tw--inset-x-20{
    left:-5rem;
    right:-5rem
  }

  .xl\:tw--inset-x-24{
    left:-6rem;
    right:-6rem
  }

  .xl\:tw--inset-x-28{
    left:-7rem;
    right:-7rem
  }

  .xl\:tw--inset-x-32{
    left:-8rem;
    right:-8rem
  }

  .xl\:tw--inset-x-36{
    left:-9rem;
    right:-9rem
  }

  .xl\:tw--inset-x-40{
    left:-10rem;
    right:-10rem
  }

  .xl\:tw--inset-x-44{
    left:-11rem;
    right:-11rem
  }

  .xl\:tw--inset-x-48{
    left:-12rem;
    right:-12rem
  }

  .xl\:tw--inset-x-52{
    left:-13rem;
    right:-13rem
  }

  .xl\:tw--inset-x-56{
    left:-14rem;
    right:-14rem
  }

  .xl\:tw--inset-x-60{
    left:-15rem;
    right:-15rem
  }

  .xl\:tw--inset-x-64{
    left:-16rem;
    right:-16rem
  }

  .xl\:tw--inset-x-72{
    left:-18rem;
    right:-18rem
  }

  .xl\:tw--inset-x-80{
    left:-20rem;
    right:-20rem
  }

  .xl\:tw--inset-x-96{
    left:-24rem;
    right:-24rem
  }

  .xl\:tw--inset-x-px{
    left:-1px;
    right:-1px
  }

  .xl\:tw--inset-x-0\.5{
    left:-0.125rem;
    right:-0.125rem
  }

  .xl\:tw--inset-x-1\.5{
    left:-0.375rem;
    right:-0.375rem
  }

  .xl\:tw--inset-x-2\.5{
    left:-0.625rem;
    right:-0.625rem
  }

  .xl\:tw--inset-x-3\.5{
    left:-0.875rem;
    right:-0.875rem
  }

  .xl\:tw-inset-x-1\/2{
    left:50%;
    right:50%
  }

  .xl\:tw-inset-x-1\/3{
    left:33.333333%;
    right:33.333333%
  }

  .xl\:tw-inset-x-2\/3{
    left:66.666667%;
    right:66.666667%
  }

  .xl\:tw-inset-x-1\/4{
    left:25%;
    right:25%
  }

  .xl\:tw-inset-x-2\/4{
    left:50%;
    right:50%
  }

  .xl\:tw-inset-x-3\/4{
    left:75%;
    right:75%
  }

  .xl\:tw-inset-x-full{
    left:100%;
    right:100%
  }

  .xl\:tw--inset-x-1\/2{
    left:-50%;
    right:-50%
  }

  .xl\:tw--inset-x-1\/3{
    left:-33.333333%;
    right:-33.333333%
  }

  .xl\:tw--inset-x-2\/3{
    left:-66.666667%;
    right:-66.666667%
  }

  .xl\:tw--inset-x-1\/4{
    left:-25%;
    right:-25%
  }

  .xl\:tw--inset-x-2\/4{
    left:-50%;
    right:-50%
  }

  .xl\:tw--inset-x-3\/4{
    left:-75%;
    right:-75%
  }

  .xl\:tw--inset-x-full{
    left:-100%;
    right:-100%
  }

  .xl\:tw-inset-y-0{
    top:0px;
    bottom:0px
  }

  .xl\:tw-inset-y-1{
    top:0.25rem;
    bottom:0.25rem
  }

  .xl\:tw-inset-y-2{
    top:0.5rem;
    bottom:0.5rem
  }

  .xl\:tw-inset-y-3{
    top:0.75rem;
    bottom:0.75rem
  }

  .xl\:tw-inset-y-4{
    top:1rem;
    bottom:1rem
  }

  .xl\:tw-inset-y-5{
    top:1.25rem;
    bottom:1.25rem
  }

  .xl\:tw-inset-y-6{
    top:1.5rem;
    bottom:1.5rem
  }

  .xl\:tw-inset-y-7{
    top:1.75rem;
    bottom:1.75rem
  }

  .xl\:tw-inset-y-8{
    top:2rem;
    bottom:2rem
  }

  .xl\:tw-inset-y-9{
    top:2.25rem;
    bottom:2.25rem
  }

  .xl\:tw-inset-y-10{
    top:2.5rem;
    bottom:2.5rem
  }

  .xl\:tw-inset-y-11{
    top:2.75rem;
    bottom:2.75rem
  }

  .xl\:tw-inset-y-12{
    top:3rem;
    bottom:3rem
  }

  .xl\:tw-inset-y-14{
    top:3.5rem;
    bottom:3.5rem
  }

  .xl\:tw-inset-y-16{
    top:4rem;
    bottom:4rem
  }

  .xl\:tw-inset-y-20{
    top:5rem;
    bottom:5rem
  }

  .xl\:tw-inset-y-24{
    top:6rem;
    bottom:6rem
  }

  .xl\:tw-inset-y-28{
    top:7rem;
    bottom:7rem
  }

  .xl\:tw-inset-y-32{
    top:8rem;
    bottom:8rem
  }

  .xl\:tw-inset-y-36{
    top:9rem;
    bottom:9rem
  }

  .xl\:tw-inset-y-40{
    top:10rem;
    bottom:10rem
  }

  .xl\:tw-inset-y-44{
    top:11rem;
    bottom:11rem
  }

  .xl\:tw-inset-y-48{
    top:12rem;
    bottom:12rem
  }

  .xl\:tw-inset-y-52{
    top:13rem;
    bottom:13rem
  }

  .xl\:tw-inset-y-56{
    top:14rem;
    bottom:14rem
  }

  .xl\:tw-inset-y-60{
    top:15rem;
    bottom:15rem
  }

  .xl\:tw-inset-y-64{
    top:16rem;
    bottom:16rem
  }

  .xl\:tw-inset-y-72{
    top:18rem;
    bottom:18rem
  }

  .xl\:tw-inset-y-80{
    top:20rem;
    bottom:20rem
  }

  .xl\:tw-inset-y-96{
    top:24rem;
    bottom:24rem
  }

  .xl\:tw-inset-y-auto{
    top:auto;
    bottom:auto
  }

  .xl\:tw-inset-y-px{
    top:1px;
    bottom:1px
  }

  .xl\:tw-inset-y-0\.5{
    top:0.125rem;
    bottom:0.125rem
  }

  .xl\:tw-inset-y-1\.5{
    top:0.375rem;
    bottom:0.375rem
  }

  .xl\:tw-inset-y-2\.5{
    top:0.625rem;
    bottom:0.625rem
  }

  .xl\:tw-inset-y-3\.5{
    top:0.875rem;
    bottom:0.875rem
  }

  .xl\:tw--inset-y-0{
    top:0px;
    bottom:0px
  }

  .xl\:tw--inset-y-1{
    top:-0.25rem;
    bottom:-0.25rem
  }

  .xl\:tw--inset-y-2{
    top:-0.5rem;
    bottom:-0.5rem
  }

  .xl\:tw--inset-y-3{
    top:-0.75rem;
    bottom:-0.75rem
  }

  .xl\:tw--inset-y-4{
    top:-1rem;
    bottom:-1rem
  }

  .xl\:tw--inset-y-5{
    top:-1.25rem;
    bottom:-1.25rem
  }

  .xl\:tw--inset-y-6{
    top:-1.5rem;
    bottom:-1.5rem
  }

  .xl\:tw--inset-y-7{
    top:-1.75rem;
    bottom:-1.75rem
  }

  .xl\:tw--inset-y-8{
    top:-2rem;
    bottom:-2rem
  }

  .xl\:tw--inset-y-9{
    top:-2.25rem;
    bottom:-2.25rem
  }

  .xl\:tw--inset-y-10{
    top:-2.5rem;
    bottom:-2.5rem
  }

  .xl\:tw--inset-y-11{
    top:-2.75rem;
    bottom:-2.75rem
  }

  .xl\:tw--inset-y-12{
    top:-3rem;
    bottom:-3rem
  }

  .xl\:tw--inset-y-14{
    top:-3.5rem;
    bottom:-3.5rem
  }

  .xl\:tw--inset-y-16{
    top:-4rem;
    bottom:-4rem
  }

  .xl\:tw--inset-y-20{
    top:-5rem;
    bottom:-5rem
  }

  .xl\:tw--inset-y-24{
    top:-6rem;
    bottom:-6rem
  }

  .xl\:tw--inset-y-28{
    top:-7rem;
    bottom:-7rem
  }

  .xl\:tw--inset-y-32{
    top:-8rem;
    bottom:-8rem
  }

  .xl\:tw--inset-y-36{
    top:-9rem;
    bottom:-9rem
  }

  .xl\:tw--inset-y-40{
    top:-10rem;
    bottom:-10rem
  }

  .xl\:tw--inset-y-44{
    top:-11rem;
    bottom:-11rem
  }

  .xl\:tw--inset-y-48{
    top:-12rem;
    bottom:-12rem
  }

  .xl\:tw--inset-y-52{
    top:-13rem;
    bottom:-13rem
  }

  .xl\:tw--inset-y-56{
    top:-14rem;
    bottom:-14rem
  }

  .xl\:tw--inset-y-60{
    top:-15rem;
    bottom:-15rem
  }

  .xl\:tw--inset-y-64{
    top:-16rem;
    bottom:-16rem
  }

  .xl\:tw--inset-y-72{
    top:-18rem;
    bottom:-18rem
  }

  .xl\:tw--inset-y-80{
    top:-20rem;
    bottom:-20rem
  }

  .xl\:tw--inset-y-96{
    top:-24rem;
    bottom:-24rem
  }

  .xl\:tw--inset-y-px{
    top:-1px;
    bottom:-1px
  }

  .xl\:tw--inset-y-0\.5{
    top:-0.125rem;
    bottom:-0.125rem
  }

  .xl\:tw--inset-y-1\.5{
    top:-0.375rem;
    bottom:-0.375rem
  }

  .xl\:tw--inset-y-2\.5{
    top:-0.625rem;
    bottom:-0.625rem
  }

  .xl\:tw--inset-y-3\.5{
    top:-0.875rem;
    bottom:-0.875rem
  }

  .xl\:tw-inset-y-1\/2{
    top:50%;
    bottom:50%
  }

  .xl\:tw-inset-y-1\/3{
    top:33.333333%;
    bottom:33.333333%
  }

  .xl\:tw-inset-y-2\/3{
    top:66.666667%;
    bottom:66.666667%
  }

  .xl\:tw-inset-y-1\/4{
    top:25%;
    bottom:25%
  }

  .xl\:tw-inset-y-2\/4{
    top:50%;
    bottom:50%
  }

  .xl\:tw-inset-y-3\/4{
    top:75%;
    bottom:75%
  }

  .xl\:tw-inset-y-full{
    top:100%;
    bottom:100%
  }

  .xl\:tw--inset-y-1\/2{
    top:-50%;
    bottom:-50%
  }

  .xl\:tw--inset-y-1\/3{
    top:-33.333333%;
    bottom:-33.333333%
  }

  .xl\:tw--inset-y-2\/3{
    top:-66.666667%;
    bottom:-66.666667%
  }

  .xl\:tw--inset-y-1\/4{
    top:-25%;
    bottom:-25%
  }

  .xl\:tw--inset-y-2\/4{
    top:-50%;
    bottom:-50%
  }

  .xl\:tw--inset-y-3\/4{
    top:-75%;
    bottom:-75%
  }

  .xl\:tw--inset-y-full{
    top:-100%;
    bottom:-100%
  }

  .xl\:tw-top-0{
    top:0px
  }

  .xl\:tw-top-1{
    top:0.25rem
  }

  .xl\:tw-top-2{
    top:0.5rem
  }

  .xl\:tw-top-3{
    top:0.75rem
  }

  .xl\:tw-top-4{
    top:1rem
  }

  .xl\:tw-top-5{
    top:1.25rem
  }

  .xl\:tw-top-6{
    top:1.5rem
  }

  .xl\:tw-top-7{
    top:1.75rem
  }

  .xl\:tw-top-8{
    top:2rem
  }

  .xl\:tw-top-9{
    top:2.25rem
  }

  .xl\:tw-top-10{
    top:2.5rem
  }

  .xl\:tw-top-11{
    top:2.75rem
  }

  .xl\:tw-top-12{
    top:3rem
  }

  .xl\:tw-top-14{
    top:3.5rem
  }

  .xl\:tw-top-16{
    top:4rem
  }

  .xl\:tw-top-20{
    top:5rem
  }

  .xl\:tw-top-24{
    top:6rem
  }

  .xl\:tw-top-28{
    top:7rem
  }

  .xl\:tw-top-32{
    top:8rem
  }

  .xl\:tw-top-36{
    top:9rem
  }

  .xl\:tw-top-40{
    top:10rem
  }

  .xl\:tw-top-44{
    top:11rem
  }

  .xl\:tw-top-48{
    top:12rem
  }

  .xl\:tw-top-52{
    top:13rem
  }

  .xl\:tw-top-56{
    top:14rem
  }

  .xl\:tw-top-60{
    top:15rem
  }

  .xl\:tw-top-64{
    top:16rem
  }

  .xl\:tw-top-72{
    top:18rem
  }

  .xl\:tw-top-80{
    top:20rem
  }

  .xl\:tw-top-96{
    top:24rem
  }

  .xl\:tw-top-auto{
    top:auto
  }

  .xl\:tw-top-px{
    top:1px
  }

  .xl\:tw-top-0\.5{
    top:0.125rem
  }

  .xl\:tw-top-1\.5{
    top:0.375rem
  }

  .xl\:tw-top-2\.5{
    top:0.625rem
  }

  .xl\:tw-top-3\.5{
    top:0.875rem
  }

  .xl\:tw--top-0{
    top:0px
  }

  .xl\:tw--top-1{
    top:-0.25rem
  }

  .xl\:tw--top-2{
    top:-0.5rem
  }

  .xl\:tw--top-3{
    top:-0.75rem
  }

  .xl\:tw--top-4{
    top:-1rem
  }

  .xl\:tw--top-5{
    top:-1.25rem
  }

  .xl\:tw--top-6{
    top:-1.5rem
  }

  .xl\:tw--top-7{
    top:-1.75rem
  }

  .xl\:tw--top-8{
    top:-2rem
  }

  .xl\:tw--top-9{
    top:-2.25rem
  }

  .xl\:tw--top-10{
    top:-2.5rem
  }

  .xl\:tw--top-11{
    top:-2.75rem
  }

  .xl\:tw--top-12{
    top:-3rem
  }

  .xl\:tw--top-14{
    top:-3.5rem
  }

  .xl\:tw--top-16{
    top:-4rem
  }

  .xl\:tw--top-20{
    top:-5rem
  }

  .xl\:tw--top-24{
    top:-6rem
  }

  .xl\:tw--top-28{
    top:-7rem
  }

  .xl\:tw--top-32{
    top:-8rem
  }

  .xl\:tw--top-36{
    top:-9rem
  }

  .xl\:tw--top-40{
    top:-10rem
  }

  .xl\:tw--top-44{
    top:-11rem
  }

  .xl\:tw--top-48{
    top:-12rem
  }

  .xl\:tw--top-52{
    top:-13rem
  }

  .xl\:tw--top-56{
    top:-14rem
  }

  .xl\:tw--top-60{
    top:-15rem
  }

  .xl\:tw--top-64{
    top:-16rem
  }

  .xl\:tw--top-72{
    top:-18rem
  }

  .xl\:tw--top-80{
    top:-20rem
  }

  .xl\:tw--top-96{
    top:-24rem
  }

  .xl\:tw--top-px{
    top:-1px
  }

  .xl\:tw--top-0\.5{
    top:-0.125rem
  }

  .xl\:tw--top-1\.5{
    top:-0.375rem
  }

  .xl\:tw--top-2\.5{
    top:-0.625rem
  }

  .xl\:tw--top-3\.5{
    top:-0.875rem
  }

  .xl\:tw-top-1\/2{
    top:50%
  }

  .xl\:tw-top-1\/3{
    top:33.333333%
  }

  .xl\:tw-top-2\/3{
    top:66.666667%
  }

  .xl\:tw-top-1\/4{
    top:25%
  }

  .xl\:tw-top-2\/4{
    top:50%
  }

  .xl\:tw-top-3\/4{
    top:75%
  }

  .xl\:tw-top-full{
    top:100%
  }

  .xl\:tw--top-1\/2{
    top:-50%
  }

  .xl\:tw--top-1\/3{
    top:-33.333333%
  }

  .xl\:tw--top-2\/3{
    top:-66.666667%
  }

  .xl\:tw--top-1\/4{
    top:-25%
  }

  .xl\:tw--top-2\/4{
    top:-50%
  }

  .xl\:tw--top-3\/4{
    top:-75%
  }

  .xl\:tw--top-full{
    top:-100%
  }

  .xl\:tw-right-0{
    right:0px
  }

  .xl\:tw-right-1{
    right:0.25rem
  }

  .xl\:tw-right-2{
    right:0.5rem
  }

  .xl\:tw-right-3{
    right:0.75rem
  }

  .xl\:tw-right-4{
    right:1rem
  }

  .xl\:tw-right-5{
    right:1.25rem
  }

  .xl\:tw-right-6{
    right:1.5rem
  }

  .xl\:tw-right-7{
    right:1.75rem
  }

  .xl\:tw-right-8{
    right:2rem
  }

  .xl\:tw-right-9{
    right:2.25rem
  }

  .xl\:tw-right-10{
    right:2.5rem
  }

  .xl\:tw-right-11{
    right:2.75rem
  }

  .xl\:tw-right-12{
    right:3rem
  }

  .xl\:tw-right-14{
    right:3.5rem
  }

  .xl\:tw-right-16{
    right:4rem
  }

  .xl\:tw-right-20{
    right:5rem
  }

  .xl\:tw-right-24{
    right:6rem
  }

  .xl\:tw-right-28{
    right:7rem
  }

  .xl\:tw-right-32{
    right:8rem
  }

  .xl\:tw-right-36{
    right:9rem
  }

  .xl\:tw-right-40{
    right:10rem
  }

  .xl\:tw-right-44{
    right:11rem
  }

  .xl\:tw-right-48{
    right:12rem
  }

  .xl\:tw-right-52{
    right:13rem
  }

  .xl\:tw-right-56{
    right:14rem
  }

  .xl\:tw-right-60{
    right:15rem
  }

  .xl\:tw-right-64{
    right:16rem
  }

  .xl\:tw-right-72{
    right:18rem
  }

  .xl\:tw-right-80{
    right:20rem
  }

  .xl\:tw-right-96{
    right:24rem
  }

  .xl\:tw-right-auto{
    right:auto
  }

  .xl\:tw-right-px{
    right:1px
  }

  .xl\:tw-right-0\.5{
    right:0.125rem
  }

  .xl\:tw-right-1\.5{
    right:0.375rem
  }

  .xl\:tw-right-2\.5{
    right:0.625rem
  }

  .xl\:tw-right-3\.5{
    right:0.875rem
  }

  .xl\:tw--right-0{
    right:0px
  }

  .xl\:tw--right-1{
    right:-0.25rem
  }

  .xl\:tw--right-2{
    right:-0.5rem
  }

  .xl\:tw--right-3{
    right:-0.75rem
  }

  .xl\:tw--right-4{
    right:-1rem
  }

  .xl\:tw--right-5{
    right:-1.25rem
  }

  .xl\:tw--right-6{
    right:-1.5rem
  }

  .xl\:tw--right-7{
    right:-1.75rem
  }

  .xl\:tw--right-8{
    right:-2rem
  }

  .xl\:tw--right-9{
    right:-2.25rem
  }

  .xl\:tw--right-10{
    right:-2.5rem
  }

  .xl\:tw--right-11{
    right:-2.75rem
  }

  .xl\:tw--right-12{
    right:-3rem
  }

  .xl\:tw--right-14{
    right:-3.5rem
  }

  .xl\:tw--right-16{
    right:-4rem
  }

  .xl\:tw--right-20{
    right:-5rem
  }

  .xl\:tw--right-24{
    right:-6rem
  }

  .xl\:tw--right-28{
    right:-7rem
  }

  .xl\:tw--right-32{
    right:-8rem
  }

  .xl\:tw--right-36{
    right:-9rem
  }

  .xl\:tw--right-40{
    right:-10rem
  }

  .xl\:tw--right-44{
    right:-11rem
  }

  .xl\:tw--right-48{
    right:-12rem
  }

  .xl\:tw--right-52{
    right:-13rem
  }

  .xl\:tw--right-56{
    right:-14rem
  }

  .xl\:tw--right-60{
    right:-15rem
  }

  .xl\:tw--right-64{
    right:-16rem
  }

  .xl\:tw--right-72{
    right:-18rem
  }

  .xl\:tw--right-80{
    right:-20rem
  }

  .xl\:tw--right-96{
    right:-24rem
  }

  .xl\:tw--right-px{
    right:-1px
  }

  .xl\:tw--right-0\.5{
    right:-0.125rem
  }

  .xl\:tw--right-1\.5{
    right:-0.375rem
  }

  .xl\:tw--right-2\.5{
    right:-0.625rem
  }

  .xl\:tw--right-3\.5{
    right:-0.875rem
  }

  .xl\:tw-right-1\/2{
    right:50%
  }

  .xl\:tw-right-1\/3{
    right:33.333333%
  }

  .xl\:tw-right-2\/3{
    right:66.666667%
  }

  .xl\:tw-right-1\/4{
    right:25%
  }

  .xl\:tw-right-2\/4{
    right:50%
  }

  .xl\:tw-right-3\/4{
    right:75%
  }

  .xl\:tw-right-full{
    right:100%
  }

  .xl\:tw--right-1\/2{
    right:-50%
  }

  .xl\:tw--right-1\/3{
    right:-33.333333%
  }

  .xl\:tw--right-2\/3{
    right:-66.666667%
  }

  .xl\:tw--right-1\/4{
    right:-25%
  }

  .xl\:tw--right-2\/4{
    right:-50%
  }

  .xl\:tw--right-3\/4{
    right:-75%
  }

  .xl\:tw--right-full{
    right:-100%
  }

  .xl\:tw-bottom-0{
    bottom:0px
  }

  .xl\:tw-bottom-1{
    bottom:0.25rem
  }

  .xl\:tw-bottom-2{
    bottom:0.5rem
  }

  .xl\:tw-bottom-3{
    bottom:0.75rem
  }

  .xl\:tw-bottom-4{
    bottom:1rem
  }

  .xl\:tw-bottom-5{
    bottom:1.25rem
  }

  .xl\:tw-bottom-6{
    bottom:1.5rem
  }

  .xl\:tw-bottom-7{
    bottom:1.75rem
  }

  .xl\:tw-bottom-8{
    bottom:2rem
  }

  .xl\:tw-bottom-9{
    bottom:2.25rem
  }

  .xl\:tw-bottom-10{
    bottom:2.5rem
  }

  .xl\:tw-bottom-11{
    bottom:2.75rem
  }

  .xl\:tw-bottom-12{
    bottom:3rem
  }

  .xl\:tw-bottom-14{
    bottom:3.5rem
  }

  .xl\:tw-bottom-16{
    bottom:4rem
  }

  .xl\:tw-bottom-20{
    bottom:5rem
  }

  .xl\:tw-bottom-24{
    bottom:6rem
  }

  .xl\:tw-bottom-28{
    bottom:7rem
  }

  .xl\:tw-bottom-32{
    bottom:8rem
  }

  .xl\:tw-bottom-36{
    bottom:9rem
  }

  .xl\:tw-bottom-40{
    bottom:10rem
  }

  .xl\:tw-bottom-44{
    bottom:11rem
  }

  .xl\:tw-bottom-48{
    bottom:12rem
  }

  .xl\:tw-bottom-52{
    bottom:13rem
  }

  .xl\:tw-bottom-56{
    bottom:14rem
  }

  .xl\:tw-bottom-60{
    bottom:15rem
  }

  .xl\:tw-bottom-64{
    bottom:16rem
  }

  .xl\:tw-bottom-72{
    bottom:18rem
  }

  .xl\:tw-bottom-80{
    bottom:20rem
  }

  .xl\:tw-bottom-96{
    bottom:24rem
  }

  .xl\:tw-bottom-auto{
    bottom:auto
  }

  .xl\:tw-bottom-px{
    bottom:1px
  }

  .xl\:tw-bottom-0\.5{
    bottom:0.125rem
  }

  .xl\:tw-bottom-1\.5{
    bottom:0.375rem
  }

  .xl\:tw-bottom-2\.5{
    bottom:0.625rem
  }

  .xl\:tw-bottom-3\.5{
    bottom:0.875rem
  }

  .xl\:tw--bottom-0{
    bottom:0px
  }

  .xl\:tw--bottom-1{
    bottom:-0.25rem
  }

  .xl\:tw--bottom-2{
    bottom:-0.5rem
  }

  .xl\:tw--bottom-3{
    bottom:-0.75rem
  }

  .xl\:tw--bottom-4{
    bottom:-1rem
  }

  .xl\:tw--bottom-5{
    bottom:-1.25rem
  }

  .xl\:tw--bottom-6{
    bottom:-1.5rem
  }

  .xl\:tw--bottom-7{
    bottom:-1.75rem
  }

  .xl\:tw--bottom-8{
    bottom:-2rem
  }

  .xl\:tw--bottom-9{
    bottom:-2.25rem
  }

  .xl\:tw--bottom-10{
    bottom:-2.5rem
  }

  .xl\:tw--bottom-11{
    bottom:-2.75rem
  }

  .xl\:tw--bottom-12{
    bottom:-3rem
  }

  .xl\:tw--bottom-14{
    bottom:-3.5rem
  }

  .xl\:tw--bottom-16{
    bottom:-4rem
  }

  .xl\:tw--bottom-20{
    bottom:-5rem
  }

  .xl\:tw--bottom-24{
    bottom:-6rem
  }

  .xl\:tw--bottom-28{
    bottom:-7rem
  }

  .xl\:tw--bottom-32{
    bottom:-8rem
  }

  .xl\:tw--bottom-36{
    bottom:-9rem
  }

  .xl\:tw--bottom-40{
    bottom:-10rem
  }

  .xl\:tw--bottom-44{
    bottom:-11rem
  }

  .xl\:tw--bottom-48{
    bottom:-12rem
  }

  .xl\:tw--bottom-52{
    bottom:-13rem
  }

  .xl\:tw--bottom-56{
    bottom:-14rem
  }

  .xl\:tw--bottom-60{
    bottom:-15rem
  }

  .xl\:tw--bottom-64{
    bottom:-16rem
  }

  .xl\:tw--bottom-72{
    bottom:-18rem
  }

  .xl\:tw--bottom-80{
    bottom:-20rem
  }

  .xl\:tw--bottom-96{
    bottom:-24rem
  }

  .xl\:tw--bottom-px{
    bottom:-1px
  }

  .xl\:tw--bottom-0\.5{
    bottom:-0.125rem
  }

  .xl\:tw--bottom-1\.5{
    bottom:-0.375rem
  }

  .xl\:tw--bottom-2\.5{
    bottom:-0.625rem
  }

  .xl\:tw--bottom-3\.5{
    bottom:-0.875rem
  }

  .xl\:tw-bottom-1\/2{
    bottom:50%
  }

  .xl\:tw-bottom-1\/3{
    bottom:33.333333%
  }

  .xl\:tw-bottom-2\/3{
    bottom:66.666667%
  }

  .xl\:tw-bottom-1\/4{
    bottom:25%
  }

  .xl\:tw-bottom-2\/4{
    bottom:50%
  }

  .xl\:tw-bottom-3\/4{
    bottom:75%
  }

  .xl\:tw-bottom-full{
    bottom:100%
  }

  .xl\:tw--bottom-1\/2{
    bottom:-50%
  }

  .xl\:tw--bottom-1\/3{
    bottom:-33.333333%
  }

  .xl\:tw--bottom-2\/3{
    bottom:-66.666667%
  }

  .xl\:tw--bottom-1\/4{
    bottom:-25%
  }

  .xl\:tw--bottom-2\/4{
    bottom:-50%
  }

  .xl\:tw--bottom-3\/4{
    bottom:-75%
  }

  .xl\:tw--bottom-full{
    bottom:-100%
  }

  .xl\:tw-left-0{
    left:0px
  }

  .xl\:tw-left-1{
    left:0.25rem
  }

  .xl\:tw-left-2{
    left:0.5rem
  }

  .xl\:tw-left-3{
    left:0.75rem
  }

  .xl\:tw-left-4{
    left:1rem
  }

  .xl\:tw-left-5{
    left:1.25rem
  }

  .xl\:tw-left-6{
    left:1.5rem
  }

  .xl\:tw-left-7{
    left:1.75rem
  }

  .xl\:tw-left-8{
    left:2rem
  }

  .xl\:tw-left-9{
    left:2.25rem
  }

  .xl\:tw-left-10{
    left:2.5rem
  }

  .xl\:tw-left-11{
    left:2.75rem
  }

  .xl\:tw-left-12{
    left:3rem
  }

  .xl\:tw-left-14{
    left:3.5rem
  }

  .xl\:tw-left-16{
    left:4rem
  }

  .xl\:tw-left-20{
    left:5rem
  }

  .xl\:tw-left-24{
    left:6rem
  }

  .xl\:tw-left-28{
    left:7rem
  }

  .xl\:tw-left-32{
    left:8rem
  }

  .xl\:tw-left-36{
    left:9rem
  }

  .xl\:tw-left-40{
    left:10rem
  }

  .xl\:tw-left-44{
    left:11rem
  }

  .xl\:tw-left-48{
    left:12rem
  }

  .xl\:tw-left-52{
    left:13rem
  }

  .xl\:tw-left-56{
    left:14rem
  }

  .xl\:tw-left-60{
    left:15rem
  }

  .xl\:tw-left-64{
    left:16rem
  }

  .xl\:tw-left-72{
    left:18rem
  }

  .xl\:tw-left-80{
    left:20rem
  }

  .xl\:tw-left-96{
    left:24rem
  }

  .xl\:tw-left-auto{
    left:auto
  }

  .xl\:tw-left-px{
    left:1px
  }

  .xl\:tw-left-0\.5{
    left:0.125rem
  }

  .xl\:tw-left-1\.5{
    left:0.375rem
  }

  .xl\:tw-left-2\.5{
    left:0.625rem
  }

  .xl\:tw-left-3\.5{
    left:0.875rem
  }

  .xl\:tw--left-0{
    left:0px
  }

  .xl\:tw--left-1{
    left:-0.25rem
  }

  .xl\:tw--left-2{
    left:-0.5rem
  }

  .xl\:tw--left-3{
    left:-0.75rem
  }

  .xl\:tw--left-4{
    left:-1rem
  }

  .xl\:tw--left-5{
    left:-1.25rem
  }

  .xl\:tw--left-6{
    left:-1.5rem
  }

  .xl\:tw--left-7{
    left:-1.75rem
  }

  .xl\:tw--left-8{
    left:-2rem
  }

  .xl\:tw--left-9{
    left:-2.25rem
  }

  .xl\:tw--left-10{
    left:-2.5rem
  }

  .xl\:tw--left-11{
    left:-2.75rem
  }

  .xl\:tw--left-12{
    left:-3rem
  }

  .xl\:tw--left-14{
    left:-3.5rem
  }

  .xl\:tw--left-16{
    left:-4rem
  }

  .xl\:tw--left-20{
    left:-5rem
  }

  .xl\:tw--left-24{
    left:-6rem
  }

  .xl\:tw--left-28{
    left:-7rem
  }

  .xl\:tw--left-32{
    left:-8rem
  }

  .xl\:tw--left-36{
    left:-9rem
  }

  .xl\:tw--left-40{
    left:-10rem
  }

  .xl\:tw--left-44{
    left:-11rem
  }

  .xl\:tw--left-48{
    left:-12rem
  }

  .xl\:tw--left-52{
    left:-13rem
  }

  .xl\:tw--left-56{
    left:-14rem
  }

  .xl\:tw--left-60{
    left:-15rem
  }

  .xl\:tw--left-64{
    left:-16rem
  }

  .xl\:tw--left-72{
    left:-18rem
  }

  .xl\:tw--left-80{
    left:-20rem
  }

  .xl\:tw--left-96{
    left:-24rem
  }

  .xl\:tw--left-px{
    left:-1px
  }

  .xl\:tw--left-0\.5{
    left:-0.125rem
  }

  .xl\:tw--left-1\.5{
    left:-0.375rem
  }

  .xl\:tw--left-2\.5{
    left:-0.625rem
  }

  .xl\:tw--left-3\.5{
    left:-0.875rem
  }

  .xl\:tw-left-1\/2{
    left:50%
  }

  .xl\:tw-left-1\/3{
    left:33.333333%
  }

  .xl\:tw-left-2\/3{
    left:66.666667%
  }

  .xl\:tw-left-1\/4{
    left:25%
  }

  .xl\:tw-left-2\/4{
    left:50%
  }

  .xl\:tw-left-3\/4{
    left:75%
  }

  .xl\:tw-left-full{
    left:100%
  }

  .xl\:tw--left-1\/2{
    left:-50%
  }

  .xl\:tw--left-1\/3{
    left:-33.333333%
  }

  .xl\:tw--left-2\/3{
    left:-66.666667%
  }

  .xl\:tw--left-1\/4{
    left:-25%
  }

  .xl\:tw--left-2\/4{
    left:-50%
  }

  .xl\:tw--left-3\/4{
    left:-75%
  }

  .xl\:tw--left-full{
    left:-100%
  }

  .xl\:tw-isolate{
    isolation:isolate
  }

  .xl\:tw-isolation-auto{
    isolation:auto
  }

  .xl\:tw-z-0{
    z-index:0
  }

  .xl\:tw-z-10{
    z-index:10
  }

  .xl\:tw-z-20{
    z-index:20
  }

  .xl\:tw-z-30{
    z-index:30
  }

  .xl\:tw-z-40{
    z-index:40
  }

  .xl\:tw-z-50{
    z-index:50
  }

  .xl\:tw-z-auto{
    z-index:auto
  }

  .xl\:focus-within\:tw-z-0:focus-within{
    z-index:0
  }

  .xl\:focus-within\:tw-z-10:focus-within{
    z-index:10
  }

  .xl\:focus-within\:tw-z-20:focus-within{
    z-index:20
  }

  .xl\:focus-within\:tw-z-30:focus-within{
    z-index:30
  }

  .xl\:focus-within\:tw-z-40:focus-within{
    z-index:40
  }

  .xl\:focus-within\:tw-z-50:focus-within{
    z-index:50
  }

  .xl\:focus-within\:tw-z-auto:focus-within{
    z-index:auto
  }

  .xl\:focus\:tw-z-0:focus{
    z-index:0
  }

  .xl\:focus\:tw-z-10:focus{
    z-index:10
  }

  .xl\:focus\:tw-z-20:focus{
    z-index:20
  }

  .xl\:focus\:tw-z-30:focus{
    z-index:30
  }

  .xl\:focus\:tw-z-40:focus{
    z-index:40
  }

  .xl\:focus\:tw-z-50:focus{
    z-index:50
  }

  .xl\:focus\:tw-z-auto:focus{
    z-index:auto
  }

  .xl\:tw-order-1{
    order:1
  }

  .xl\:tw-order-2{
    order:2
  }

  .xl\:tw-order-3{
    order:3
  }

  .xl\:tw-order-4{
    order:4
  }

  .xl\:tw-order-5{
    order:5
  }

  .xl\:tw-order-6{
    order:6
  }

  .xl\:tw-order-7{
    order:7
  }

  .xl\:tw-order-8{
    order:8
  }

  .xl\:tw-order-9{
    order:9
  }

  .xl\:tw-order-10{
    order:10
  }

  .xl\:tw-order-11{
    order:11
  }

  .xl\:tw-order-12{
    order:12
  }

  .xl\:tw-order-first{
    order:-9999
  }

  .xl\:tw-order-last{
    order:9999
  }

  .xl\:tw-order-none{
    order:0
  }

  .xl\:tw-col-auto{
    grid-column:auto
  }

  .xl\:tw-col-span-1{
    grid-column:span 1 / span 1
  }

  .xl\:tw-col-span-2{
    grid-column:span 2 / span 2
  }

  .xl\:tw-col-span-3{
    grid-column:span 3 / span 3
  }

  .xl\:tw-col-span-4{
    grid-column:span 4 / span 4
  }

  .xl\:tw-col-span-5{
    grid-column:span 5 / span 5
  }

  .xl\:tw-col-span-6{
    grid-column:span 6 / span 6
  }

  .xl\:tw-col-span-7{
    grid-column:span 7 / span 7
  }

  .xl\:tw-col-span-8{
    grid-column:span 8 / span 8
  }

  .xl\:tw-col-span-9{
    grid-column:span 9 / span 9
  }

  .xl\:tw-col-span-10{
    grid-column:span 10 / span 10
  }

  .xl\:tw-col-span-11{
    grid-column:span 11 / span 11
  }

  .xl\:tw-col-span-12{
    grid-column:span 12 / span 12
  }

  .xl\:tw-col-span-full{
    grid-column:1 / -1
  }

  .xl\:tw-col-start-1{
    grid-column-start:1
  }

  .xl\:tw-col-start-2{
    grid-column-start:2
  }

  .xl\:tw-col-start-3{
    grid-column-start:3
  }

  .xl\:tw-col-start-4{
    grid-column-start:4
  }

  .xl\:tw-col-start-5{
    grid-column-start:5
  }

  .xl\:tw-col-start-6{
    grid-column-start:6
  }

  .xl\:tw-col-start-7{
    grid-column-start:7
  }

  .xl\:tw-col-start-8{
    grid-column-start:8
  }

  .xl\:tw-col-start-9{
    grid-column-start:9
  }

  .xl\:tw-col-start-10{
    grid-column-start:10
  }

  .xl\:tw-col-start-11{
    grid-column-start:11
  }

  .xl\:tw-col-start-12{
    grid-column-start:12
  }

  .xl\:tw-col-start-13{
    grid-column-start:13
  }

  .xl\:tw-col-start-auto{
    grid-column-start:auto
  }

  .xl\:tw-col-end-1{
    grid-column-end:1
  }

  .xl\:tw-col-end-2{
    grid-column-end:2
  }

  .xl\:tw-col-end-3{
    grid-column-end:3
  }

  .xl\:tw-col-end-4{
    grid-column-end:4
  }

  .xl\:tw-col-end-5{
    grid-column-end:5
  }

  .xl\:tw-col-end-6{
    grid-column-end:6
  }

  .xl\:tw-col-end-7{
    grid-column-end:7
  }

  .xl\:tw-col-end-8{
    grid-column-end:8
  }

  .xl\:tw-col-end-9{
    grid-column-end:9
  }

  .xl\:tw-col-end-10{
    grid-column-end:10
  }

  .xl\:tw-col-end-11{
    grid-column-end:11
  }

  .xl\:tw-col-end-12{
    grid-column-end:12
  }

  .xl\:tw-col-end-13{
    grid-column-end:13
  }

  .xl\:tw-col-end-auto{
    grid-column-end:auto
  }

  .xl\:tw-row-auto{
    grid-row:auto
  }

  .xl\:tw-row-span-1{
    grid-row:span 1 / span 1
  }

  .xl\:tw-row-span-2{
    grid-row:span 2 / span 2
  }

  .xl\:tw-row-span-3{
    grid-row:span 3 / span 3
  }

  .xl\:tw-row-span-4{
    grid-row:span 4 / span 4
  }

  .xl\:tw-row-span-5{
    grid-row:span 5 / span 5
  }

  .xl\:tw-row-span-6{
    grid-row:span 6 / span 6
  }

  .xl\:tw-row-span-full{
    grid-row:1 / -1
  }

  .xl\:tw-row-start-1{
    grid-row-start:1
  }

  .xl\:tw-row-start-2{
    grid-row-start:2
  }

  .xl\:tw-row-start-3{
    grid-row-start:3
  }

  .xl\:tw-row-start-4{
    grid-row-start:4
  }

  .xl\:tw-row-start-5{
    grid-row-start:5
  }

  .xl\:tw-row-start-6{
    grid-row-start:6
  }

  .xl\:tw-row-start-7{
    grid-row-start:7
  }

  .xl\:tw-row-start-auto{
    grid-row-start:auto
  }

  .xl\:tw-row-end-1{
    grid-row-end:1
  }

  .xl\:tw-row-end-2{
    grid-row-end:2
  }

  .xl\:tw-row-end-3{
    grid-row-end:3
  }

  .xl\:tw-row-end-4{
    grid-row-end:4
  }

  .xl\:tw-row-end-5{
    grid-row-end:5
  }

  .xl\:tw-row-end-6{
    grid-row-end:6
  }

  .xl\:tw-row-end-7{
    grid-row-end:7
  }

  .xl\:tw-row-end-auto{
    grid-row-end:auto
  }

  .xl\:tw-float-right{
    float:right
  }

  .xl\:tw-float-left{
    float:left
  }

  .xl\:tw-float-none{
    float:none
  }

  .xl\:tw-clear-left{
    clear:left
  }

  .xl\:tw-clear-right{
    clear:right
  }

  .xl\:tw-clear-both{
    clear:both
  }

  .xl\:tw-clear-none{
    clear:none
  }

  .xl\:tw-m-0{
    margin:0px
  }

  .xl\:tw-m-1{
    margin:0.25rem
  }

  .xl\:tw-m-2{
    margin:0.5rem
  }

  .xl\:tw-m-3{
    margin:0.75rem
  }

  .xl\:tw-m-4{
    margin:1rem
  }

  .xl\:tw-m-5{
    margin:1.25rem
  }

  .xl\:tw-m-6{
    margin:1.5rem
  }

  .xl\:tw-m-7{
    margin:1.75rem
  }

  .xl\:tw-m-8{
    margin:2rem
  }

  .xl\:tw-m-9{
    margin:2.25rem
  }

  .xl\:tw-m-10{
    margin:2.5rem
  }

  .xl\:tw-m-11{
    margin:2.75rem
  }

  .xl\:tw-m-12{
    margin:3rem
  }

  .xl\:tw-m-14{
    margin:3.5rem
  }

  .xl\:tw-m-16{
    margin:4rem
  }

  .xl\:tw-m-20{
    margin:5rem
  }

  .xl\:tw-m-24{
    margin:6rem
  }

  .xl\:tw-m-28{
    margin:7rem
  }

  .xl\:tw-m-32{
    margin:8rem
  }

  .xl\:tw-m-36{
    margin:9rem
  }

  .xl\:tw-m-40{
    margin:10rem
  }

  .xl\:tw-m-44{
    margin:11rem
  }

  .xl\:tw-m-48{
    margin:12rem
  }

  .xl\:tw-m-52{
    margin:13rem
  }

  .xl\:tw-m-56{
    margin:14rem
  }

  .xl\:tw-m-60{
    margin:15rem
  }

  .xl\:tw-m-64{
    margin:16rem
  }

  .xl\:tw-m-72{
    margin:18rem
  }

  .xl\:tw-m-80{
    margin:20rem
  }

  .xl\:tw-m-96{
    margin:24rem
  }

  .xl\:tw-m-auto{
    margin:auto
  }

  .xl\:tw-m-px{
    margin:1px
  }

  .xl\:tw-m-0\.5{
    margin:0.125rem
  }

  .xl\:tw-m-1\.5{
    margin:0.375rem
  }

  .xl\:tw-m-2\.5{
    margin:0.625rem
  }

  .xl\:tw-m-3\.5{
    margin:0.875rem
  }

  .xl\:tw--m-0{
    margin:0px
  }

  .xl\:tw--m-1{
    margin:-0.25rem
  }

  .xl\:tw--m-2{
    margin:-0.5rem
  }

  .xl\:tw--m-3{
    margin:-0.75rem
  }

  .xl\:tw--m-4{
    margin:-1rem
  }

  .xl\:tw--m-5{
    margin:-1.25rem
  }

  .xl\:tw--m-6{
    margin:-1.5rem
  }

  .xl\:tw--m-7{
    margin:-1.75rem
  }

  .xl\:tw--m-8{
    margin:-2rem
  }

  .xl\:tw--m-9{
    margin:-2.25rem
  }

  .xl\:tw--m-10{
    margin:-2.5rem
  }

  .xl\:tw--m-11{
    margin:-2.75rem
  }

  .xl\:tw--m-12{
    margin:-3rem
  }

  .xl\:tw--m-14{
    margin:-3.5rem
  }

  .xl\:tw--m-16{
    margin:-4rem
  }

  .xl\:tw--m-20{
    margin:-5rem
  }

  .xl\:tw--m-24{
    margin:-6rem
  }

  .xl\:tw--m-28{
    margin:-7rem
  }

  .xl\:tw--m-32{
    margin:-8rem
  }

  .xl\:tw--m-36{
    margin:-9rem
  }

  .xl\:tw--m-40{
    margin:-10rem
  }

  .xl\:tw--m-44{
    margin:-11rem
  }

  .xl\:tw--m-48{
    margin:-12rem
  }

  .xl\:tw--m-52{
    margin:-13rem
  }

  .xl\:tw--m-56{
    margin:-14rem
  }

  .xl\:tw--m-60{
    margin:-15rem
  }

  .xl\:tw--m-64{
    margin:-16rem
  }

  .xl\:tw--m-72{
    margin:-18rem
  }

  .xl\:tw--m-80{
    margin:-20rem
  }

  .xl\:tw--m-96{
    margin:-24rem
  }

  .xl\:tw--m-px{
    margin:-1px
  }

  .xl\:tw--m-0\.5{
    margin:-0.125rem
  }

  .xl\:tw--m-1\.5{
    margin:-0.375rem
  }

  .xl\:tw--m-2\.5{
    margin:-0.625rem
  }

  .xl\:tw--m-3\.5{
    margin:-0.875rem
  }

  .xl\:tw-mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .xl\:tw-mx-1{
    margin-left:0.25rem;
    margin-right:0.25rem
  }

  .xl\:tw-mx-2{
    margin-left:0.5rem;
    margin-right:0.5rem
  }

  .xl\:tw-mx-3{
    margin-left:0.75rem;
    margin-right:0.75rem
  }

  .xl\:tw-mx-4{
    margin-left:1rem;
    margin-right:1rem
  }

  .xl\:tw-mx-5{
    margin-left:1.25rem;
    margin-right:1.25rem
  }

  .xl\:tw-mx-6{
    margin-left:1.5rem;
    margin-right:1.5rem
  }

  .xl\:tw-mx-7{
    margin-left:1.75rem;
    margin-right:1.75rem
  }

  .xl\:tw-mx-8{
    margin-left:2rem;
    margin-right:2rem
  }

  .xl\:tw-mx-9{
    margin-left:2.25rem;
    margin-right:2.25rem
  }

  .xl\:tw-mx-10{
    margin-left:2.5rem;
    margin-right:2.5rem
  }

  .xl\:tw-mx-11{
    margin-left:2.75rem;
    margin-right:2.75rem
  }

  .xl\:tw-mx-12{
    margin-left:3rem;
    margin-right:3rem
  }

  .xl\:tw-mx-14{
    margin-left:3.5rem;
    margin-right:3.5rem
  }

  .xl\:tw-mx-16{
    margin-left:4rem;
    margin-right:4rem
  }

  .xl\:tw-mx-20{
    margin-left:5rem;
    margin-right:5rem
  }

  .xl\:tw-mx-24{
    margin-left:6rem;
    margin-right:6rem
  }

  .xl\:tw-mx-28{
    margin-left:7rem;
    margin-right:7rem
  }

  .xl\:tw-mx-32{
    margin-left:8rem;
    margin-right:8rem
  }

  .xl\:tw-mx-36{
    margin-left:9rem;
    margin-right:9rem
  }

  .xl\:tw-mx-40{
    margin-left:10rem;
    margin-right:10rem
  }

  .xl\:tw-mx-44{
    margin-left:11rem;
    margin-right:11rem
  }

  .xl\:tw-mx-48{
    margin-left:12rem;
    margin-right:12rem
  }

  .xl\:tw-mx-52{
    margin-left:13rem;
    margin-right:13rem
  }

  .xl\:tw-mx-56{
    margin-left:14rem;
    margin-right:14rem
  }

  .xl\:tw-mx-60{
    margin-left:15rem;
    margin-right:15rem
  }

  .xl\:tw-mx-64{
    margin-left:16rem;
    margin-right:16rem
  }

  .xl\:tw-mx-72{
    margin-left:18rem;
    margin-right:18rem
  }

  .xl\:tw-mx-80{
    margin-left:20rem;
    margin-right:20rem
  }

  .xl\:tw-mx-96{
    margin-left:24rem;
    margin-right:24rem
  }

  .xl\:tw-mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .xl\:tw-mx-px{
    margin-left:1px;
    margin-right:1px
  }

  .xl\:tw-mx-0\.5{
    margin-left:0.125rem;
    margin-right:0.125rem
  }

  .xl\:tw-mx-1\.5{
    margin-left:0.375rem;
    margin-right:0.375rem
  }

  .xl\:tw-mx-2\.5{
    margin-left:0.625rem;
    margin-right:0.625rem
  }

  .xl\:tw-mx-3\.5{
    margin-left:0.875rem;
    margin-right:0.875rem
  }

  .xl\:tw--mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .xl\:tw--mx-1{
    margin-left:-0.25rem;
    margin-right:-0.25rem
  }

  .xl\:tw--mx-2{
    margin-left:-0.5rem;
    margin-right:-0.5rem
  }

  .xl\:tw--mx-3{
    margin-left:-0.75rem;
    margin-right:-0.75rem
  }

  .xl\:tw--mx-4{
    margin-left:-1rem;
    margin-right:-1rem
  }

  .xl\:tw--mx-5{
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }

  .xl\:tw--mx-6{
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }

  .xl\:tw--mx-7{
    margin-left:-1.75rem;
    margin-right:-1.75rem
  }

  .xl\:tw--mx-8{
    margin-left:-2rem;
    margin-right:-2rem
  }

  .xl\:tw--mx-9{
    margin-left:-2.25rem;
    margin-right:-2.25rem
  }

  .xl\:tw--mx-10{
    margin-left:-2.5rem;
    margin-right:-2.5rem
  }

  .xl\:tw--mx-11{
    margin-left:-2.75rem;
    margin-right:-2.75rem
  }

  .xl\:tw--mx-12{
    margin-left:-3rem;
    margin-right:-3rem
  }

  .xl\:tw--mx-14{
    margin-left:-3.5rem;
    margin-right:-3.5rem
  }

  .xl\:tw--mx-16{
    margin-left:-4rem;
    margin-right:-4rem
  }

  .xl\:tw--mx-20{
    margin-left:-5rem;
    margin-right:-5rem
  }

  .xl\:tw--mx-24{
    margin-left:-6rem;
    margin-right:-6rem
  }

  .xl\:tw--mx-28{
    margin-left:-7rem;
    margin-right:-7rem
  }

  .xl\:tw--mx-32{
    margin-left:-8rem;
    margin-right:-8rem
  }

  .xl\:tw--mx-36{
    margin-left:-9rem;
    margin-right:-9rem
  }

  .xl\:tw--mx-40{
    margin-left:-10rem;
    margin-right:-10rem
  }

  .xl\:tw--mx-44{
    margin-left:-11rem;
    margin-right:-11rem
  }

  .xl\:tw--mx-48{
    margin-left:-12rem;
    margin-right:-12rem
  }

  .xl\:tw--mx-52{
    margin-left:-13rem;
    margin-right:-13rem
  }

  .xl\:tw--mx-56{
    margin-left:-14rem;
    margin-right:-14rem
  }

  .xl\:tw--mx-60{
    margin-left:-15rem;
    margin-right:-15rem
  }

  .xl\:tw--mx-64{
    margin-left:-16rem;
    margin-right:-16rem
  }

  .xl\:tw--mx-72{
    margin-left:-18rem;
    margin-right:-18rem
  }

  .xl\:tw--mx-80{
    margin-left:-20rem;
    margin-right:-20rem
  }

  .xl\:tw--mx-96{
    margin-left:-24rem;
    margin-right:-24rem
  }

  .xl\:tw--mx-px{
    margin-left:-1px;
    margin-right:-1px
  }

  .xl\:tw--mx-0\.5{
    margin-left:-0.125rem;
    margin-right:-0.125rem
  }

  .xl\:tw--mx-1\.5{
    margin-left:-0.375rem;
    margin-right:-0.375rem
  }

  .xl\:tw--mx-2\.5{
    margin-left:-0.625rem;
    margin-right:-0.625rem
  }

  .xl\:tw--mx-3\.5{
    margin-left:-0.875rem;
    margin-right:-0.875rem
  }

  .xl\:tw-my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .xl\:tw-my-1{
    margin-top:0.25rem;
    margin-bottom:0.25rem
  }

  .xl\:tw-my-2{
    margin-top:0.5rem;
    margin-bottom:0.5rem
  }

  .xl\:tw-my-3{
    margin-top:0.75rem;
    margin-bottom:0.75rem
  }

  .xl\:tw-my-4{
    margin-top:1rem;
    margin-bottom:1rem
  }

  .xl\:tw-my-5{
    margin-top:1.25rem;
    margin-bottom:1.25rem
  }

  .xl\:tw-my-6{
    margin-top:1.5rem;
    margin-bottom:1.5rem
  }

  .xl\:tw-my-7{
    margin-top:1.75rem;
    margin-bottom:1.75rem
  }

  .xl\:tw-my-8{
    margin-top:2rem;
    margin-bottom:2rem
  }

  .xl\:tw-my-9{
    margin-top:2.25rem;
    margin-bottom:2.25rem
  }

  .xl\:tw-my-10{
    margin-top:2.5rem;
    margin-bottom:2.5rem
  }

  .xl\:tw-my-11{
    margin-top:2.75rem;
    margin-bottom:2.75rem
  }

  .xl\:tw-my-12{
    margin-top:3rem;
    margin-bottom:3rem
  }

  .xl\:tw-my-14{
    margin-top:3.5rem;
    margin-bottom:3.5rem
  }

  .xl\:tw-my-16{
    margin-top:4rem;
    margin-bottom:4rem
  }

  .xl\:tw-my-20{
    margin-top:5rem;
    margin-bottom:5rem
  }

  .xl\:tw-my-24{
    margin-top:6rem;
    margin-bottom:6rem
  }

  .xl\:tw-my-28{
    margin-top:7rem;
    margin-bottom:7rem
  }

  .xl\:tw-my-32{
    margin-top:8rem;
    margin-bottom:8rem
  }

  .xl\:tw-my-36{
    margin-top:9rem;
    margin-bottom:9rem
  }

  .xl\:tw-my-40{
    margin-top:10rem;
    margin-bottom:10rem
  }

  .xl\:tw-my-44{
    margin-top:11rem;
    margin-bottom:11rem
  }

  .xl\:tw-my-48{
    margin-top:12rem;
    margin-bottom:12rem
  }

  .xl\:tw-my-52{
    margin-top:13rem;
    margin-bottom:13rem
  }

  .xl\:tw-my-56{
    margin-top:14rem;
    margin-bottom:14rem
  }

  .xl\:tw-my-60{
    margin-top:15rem;
    margin-bottom:15rem
  }

  .xl\:tw-my-64{
    margin-top:16rem;
    margin-bottom:16rem
  }

  .xl\:tw-my-72{
    margin-top:18rem;
    margin-bottom:18rem
  }

  .xl\:tw-my-80{
    margin-top:20rem;
    margin-bottom:20rem
  }

  .xl\:tw-my-96{
    margin-top:24rem;
    margin-bottom:24rem
  }

  .xl\:tw-my-auto{
    margin-top:auto;
    margin-bottom:auto
  }

  .xl\:tw-my-px{
    margin-top:1px;
    margin-bottom:1px
  }

  .xl\:tw-my-0\.5{
    margin-top:0.125rem;
    margin-bottom:0.125rem
  }

  .xl\:tw-my-1\.5{
    margin-top:0.375rem;
    margin-bottom:0.375rem
  }

  .xl\:tw-my-2\.5{
    margin-top:0.625rem;
    margin-bottom:0.625rem
  }

  .xl\:tw-my-3\.5{
    margin-top:0.875rem;
    margin-bottom:0.875rem
  }

  .xl\:tw--my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .xl\:tw--my-1{
    margin-top:-0.25rem;
    margin-bottom:-0.25rem
  }

  .xl\:tw--my-2{
    margin-top:-0.5rem;
    margin-bottom:-0.5rem
  }

  .xl\:tw--my-3{
    margin-top:-0.75rem;
    margin-bottom:-0.75rem
  }

  .xl\:tw--my-4{
    margin-top:-1rem;
    margin-bottom:-1rem
  }

  .xl\:tw--my-5{
    margin-top:-1.25rem;
    margin-bottom:-1.25rem
  }

  .xl\:tw--my-6{
    margin-top:-1.5rem;
    margin-bottom:-1.5rem
  }

  .xl\:tw--my-7{
    margin-top:-1.75rem;
    margin-bottom:-1.75rem
  }

  .xl\:tw--my-8{
    margin-top:-2rem;
    margin-bottom:-2rem
  }

  .xl\:tw--my-9{
    margin-top:-2.25rem;
    margin-bottom:-2.25rem
  }

  .xl\:tw--my-10{
    margin-top:-2.5rem;
    margin-bottom:-2.5rem
  }

  .xl\:tw--my-11{
    margin-top:-2.75rem;
    margin-bottom:-2.75rem
  }

  .xl\:tw--my-12{
    margin-top:-3rem;
    margin-bottom:-3rem
  }

  .xl\:tw--my-14{
    margin-top:-3.5rem;
    margin-bottom:-3.5rem
  }

  .xl\:tw--my-16{
    margin-top:-4rem;
    margin-bottom:-4rem
  }

  .xl\:tw--my-20{
    margin-top:-5rem;
    margin-bottom:-5rem
  }

  .xl\:tw--my-24{
    margin-top:-6rem;
    margin-bottom:-6rem
  }

  .xl\:tw--my-28{
    margin-top:-7rem;
    margin-bottom:-7rem
  }

  .xl\:tw--my-32{
    margin-top:-8rem;
    margin-bottom:-8rem
  }

  .xl\:tw--my-36{
    margin-top:-9rem;
    margin-bottom:-9rem
  }

  .xl\:tw--my-40{
    margin-top:-10rem;
    margin-bottom:-10rem
  }

  .xl\:tw--my-44{
    margin-top:-11rem;
    margin-bottom:-11rem
  }

  .xl\:tw--my-48{
    margin-top:-12rem;
    margin-bottom:-12rem
  }

  .xl\:tw--my-52{
    margin-top:-13rem;
    margin-bottom:-13rem
  }

  .xl\:tw--my-56{
    margin-top:-14rem;
    margin-bottom:-14rem
  }

  .xl\:tw--my-60{
    margin-top:-15rem;
    margin-bottom:-15rem
  }

  .xl\:tw--my-64{
    margin-top:-16rem;
    margin-bottom:-16rem
  }

  .xl\:tw--my-72{
    margin-top:-18rem;
    margin-bottom:-18rem
  }

  .xl\:tw--my-80{
    margin-top:-20rem;
    margin-bottom:-20rem
  }

  .xl\:tw--my-96{
    margin-top:-24rem;
    margin-bottom:-24rem
  }

  .xl\:tw--my-px{
    margin-top:-1px;
    margin-bottom:-1px
  }

  .xl\:tw--my-0\.5{
    margin-top:-0.125rem;
    margin-bottom:-0.125rem
  }

  .xl\:tw--my-1\.5{
    margin-top:-0.375rem;
    margin-bottom:-0.375rem
  }

  .xl\:tw--my-2\.5{
    margin-top:-0.625rem;
    margin-bottom:-0.625rem
  }

  .xl\:tw--my-3\.5{
    margin-top:-0.875rem;
    margin-bottom:-0.875rem
  }

  .xl\:tw-mt-0{
    margin-top:0px
  }

  .xl\:tw-mt-1{
    margin-top:0.25rem
  }

  .xl\:tw-mt-2{
    margin-top:0.5rem
  }

  .xl\:tw-mt-3{
    margin-top:0.75rem
  }

  .xl\:tw-mt-4{
    margin-top:1rem
  }

  .xl\:tw-mt-5{
    margin-top:1.25rem
  }

  .xl\:tw-mt-6{
    margin-top:1.5rem
  }

  .xl\:tw-mt-7{
    margin-top:1.75rem
  }

  .xl\:tw-mt-8{
    margin-top:2rem
  }

  .xl\:tw-mt-9{
    margin-top:2.25rem
  }

  .xl\:tw-mt-10{
    margin-top:2.5rem
  }

  .xl\:tw-mt-11{
    margin-top:2.75rem
  }

  .xl\:tw-mt-12{
    margin-top:3rem
  }

  .xl\:tw-mt-14{
    margin-top:3.5rem
  }

  .xl\:tw-mt-16{
    margin-top:4rem
  }

  .xl\:tw-mt-20{
    margin-top:5rem
  }

  .xl\:tw-mt-24{
    margin-top:6rem
  }

  .xl\:tw-mt-28{
    margin-top:7rem
  }

  .xl\:tw-mt-32{
    margin-top:8rem
  }

  .xl\:tw-mt-36{
    margin-top:9rem
  }

  .xl\:tw-mt-40{
    margin-top:10rem
  }

  .xl\:tw-mt-44{
    margin-top:11rem
  }

  .xl\:tw-mt-48{
    margin-top:12rem
  }

  .xl\:tw-mt-52{
    margin-top:13rem
  }

  .xl\:tw-mt-56{
    margin-top:14rem
  }

  .xl\:tw-mt-60{
    margin-top:15rem
  }

  .xl\:tw-mt-64{
    margin-top:16rem
  }

  .xl\:tw-mt-72{
    margin-top:18rem
  }

  .xl\:tw-mt-80{
    margin-top:20rem
  }

  .xl\:tw-mt-96{
    margin-top:24rem
  }

  .xl\:tw-mt-auto{
    margin-top:auto
  }

  .xl\:tw-mt-px{
    margin-top:1px
  }

  .xl\:tw-mt-0\.5{
    margin-top:0.125rem
  }

  .xl\:tw-mt-1\.5{
    margin-top:0.375rem
  }

  .xl\:tw-mt-2\.5{
    margin-top:0.625rem
  }

  .xl\:tw-mt-3\.5{
    margin-top:0.875rem
  }

  .xl\:tw--mt-0{
    margin-top:0px
  }

  .xl\:tw--mt-1{
    margin-top:-0.25rem
  }

  .xl\:tw--mt-2{
    margin-top:-0.5rem
  }

  .xl\:tw--mt-3{
    margin-top:-0.75rem
  }

  .xl\:tw--mt-4{
    margin-top:-1rem
  }

  .xl\:tw--mt-5{
    margin-top:-1.25rem
  }

  .xl\:tw--mt-6{
    margin-top:-1.5rem
  }

  .xl\:tw--mt-7{
    margin-top:-1.75rem
  }

  .xl\:tw--mt-8{
    margin-top:-2rem
  }

  .xl\:tw--mt-9{
    margin-top:-2.25rem
  }

  .xl\:tw--mt-10{
    margin-top:-2.5rem
  }

  .xl\:tw--mt-11{
    margin-top:-2.75rem
  }

  .xl\:tw--mt-12{
    margin-top:-3rem
  }

  .xl\:tw--mt-14{
    margin-top:-3.5rem
  }

  .xl\:tw--mt-16{
    margin-top:-4rem
  }

  .xl\:tw--mt-20{
    margin-top:-5rem
  }

  .xl\:tw--mt-24{
    margin-top:-6rem
  }

  .xl\:tw--mt-28{
    margin-top:-7rem
  }

  .xl\:tw--mt-32{
    margin-top:-8rem
  }

  .xl\:tw--mt-36{
    margin-top:-9rem
  }

  .xl\:tw--mt-40{
    margin-top:-10rem
  }

  .xl\:tw--mt-44{
    margin-top:-11rem
  }

  .xl\:tw--mt-48{
    margin-top:-12rem
  }

  .xl\:tw--mt-52{
    margin-top:-13rem
  }

  .xl\:tw--mt-56{
    margin-top:-14rem
  }

  .xl\:tw--mt-60{
    margin-top:-15rem
  }

  .xl\:tw--mt-64{
    margin-top:-16rem
  }

  .xl\:tw--mt-72{
    margin-top:-18rem
  }

  .xl\:tw--mt-80{
    margin-top:-20rem
  }

  .xl\:tw--mt-96{
    margin-top:-24rem
  }

  .xl\:tw--mt-px{
    margin-top:-1px
  }

  .xl\:tw--mt-0\.5{
    margin-top:-0.125rem
  }

  .xl\:tw--mt-1\.5{
    margin-top:-0.375rem
  }

  .xl\:tw--mt-2\.5{
    margin-top:-0.625rem
  }

  .xl\:tw--mt-3\.5{
    margin-top:-0.875rem
  }

  .xl\:tw-mr-0{
    margin-right:0px
  }

  .xl\:tw-mr-1{
    margin-right:0.25rem
  }

  .xl\:tw-mr-2{
    margin-right:0.5rem
  }

  .xl\:tw-mr-3{
    margin-right:0.75rem
  }

  .xl\:tw-mr-4{
    margin-right:1rem
  }

  .xl\:tw-mr-5{
    margin-right:1.25rem
  }

  .xl\:tw-mr-6{
    margin-right:1.5rem
  }

  .xl\:tw-mr-7{
    margin-right:1.75rem
  }

  .xl\:tw-mr-8{
    margin-right:2rem
  }

  .xl\:tw-mr-9{
    margin-right:2.25rem
  }

  .xl\:tw-mr-10{
    margin-right:2.5rem
  }

  .xl\:tw-mr-11{
    margin-right:2.75rem
  }

  .xl\:tw-mr-12{
    margin-right:3rem
  }

  .xl\:tw-mr-14{
    margin-right:3.5rem
  }

  .xl\:tw-mr-16{
    margin-right:4rem
  }

  .xl\:tw-mr-20{
    margin-right:5rem
  }

  .xl\:tw-mr-24{
    margin-right:6rem
  }

  .xl\:tw-mr-28{
    margin-right:7rem
  }

  .xl\:tw-mr-32{
    margin-right:8rem
  }

  .xl\:tw-mr-36{
    margin-right:9rem
  }

  .xl\:tw-mr-40{
    margin-right:10rem
  }

  .xl\:tw-mr-44{
    margin-right:11rem
  }

  .xl\:tw-mr-48{
    margin-right:12rem
  }

  .xl\:tw-mr-52{
    margin-right:13rem
  }

  .xl\:tw-mr-56{
    margin-right:14rem
  }

  .xl\:tw-mr-60{
    margin-right:15rem
  }

  .xl\:tw-mr-64{
    margin-right:16rem
  }

  .xl\:tw-mr-72{
    margin-right:18rem
  }

  .xl\:tw-mr-80{
    margin-right:20rem
  }

  .xl\:tw-mr-96{
    margin-right:24rem
  }

  .xl\:tw-mr-auto{
    margin-right:auto
  }

  .xl\:tw-mr-px{
    margin-right:1px
  }

  .xl\:tw-mr-0\.5{
    margin-right:0.125rem
  }

  .xl\:tw-mr-1\.5{
    margin-right:0.375rem
  }

  .xl\:tw-mr-2\.5{
    margin-right:0.625rem
  }

  .xl\:tw-mr-3\.5{
    margin-right:0.875rem
  }

  .xl\:tw--mr-0{
    margin-right:0px
  }

  .xl\:tw--mr-1{
    margin-right:-0.25rem
  }

  .xl\:tw--mr-2{
    margin-right:-0.5rem
  }

  .xl\:tw--mr-3{
    margin-right:-0.75rem
  }

  .xl\:tw--mr-4{
    margin-right:-1rem
  }

  .xl\:tw--mr-5{
    margin-right:-1.25rem
  }

  .xl\:tw--mr-6{
    margin-right:-1.5rem
  }

  .xl\:tw--mr-7{
    margin-right:-1.75rem
  }

  .xl\:tw--mr-8{
    margin-right:-2rem
  }

  .xl\:tw--mr-9{
    margin-right:-2.25rem
  }

  .xl\:tw--mr-10{
    margin-right:-2.5rem
  }

  .xl\:tw--mr-11{
    margin-right:-2.75rem
  }

  .xl\:tw--mr-12{
    margin-right:-3rem
  }

  .xl\:tw--mr-14{
    margin-right:-3.5rem
  }

  .xl\:tw--mr-16{
    margin-right:-4rem
  }

  .xl\:tw--mr-20{
    margin-right:-5rem
  }

  .xl\:tw--mr-24{
    margin-right:-6rem
  }

  .xl\:tw--mr-28{
    margin-right:-7rem
  }

  .xl\:tw--mr-32{
    margin-right:-8rem
  }

  .xl\:tw--mr-36{
    margin-right:-9rem
  }

  .xl\:tw--mr-40{
    margin-right:-10rem
  }

  .xl\:tw--mr-44{
    margin-right:-11rem
  }

  .xl\:tw--mr-48{
    margin-right:-12rem
  }

  .xl\:tw--mr-52{
    margin-right:-13rem
  }

  .xl\:tw--mr-56{
    margin-right:-14rem
  }

  .xl\:tw--mr-60{
    margin-right:-15rem
  }

  .xl\:tw--mr-64{
    margin-right:-16rem
  }

  .xl\:tw--mr-72{
    margin-right:-18rem
  }

  .xl\:tw--mr-80{
    margin-right:-20rem
  }

  .xl\:tw--mr-96{
    margin-right:-24rem
  }

  .xl\:tw--mr-px{
    margin-right:-1px
  }

  .xl\:tw--mr-0\.5{
    margin-right:-0.125rem
  }

  .xl\:tw--mr-1\.5{
    margin-right:-0.375rem
  }

  .xl\:tw--mr-2\.5{
    margin-right:-0.625rem
  }

  .xl\:tw--mr-3\.5{
    margin-right:-0.875rem
  }

  .xl\:tw-mb-0{
    margin-bottom:0px
  }

  .xl\:tw-mb-1{
    margin-bottom:0.25rem
  }

  .xl\:tw-mb-2{
    margin-bottom:0.5rem
  }

  .xl\:tw-mb-3{
    margin-bottom:0.75rem
  }

  .xl\:tw-mb-4{
    margin-bottom:1rem
  }

  .xl\:tw-mb-5{
    margin-bottom:1.25rem
  }

  .xl\:tw-mb-6{
    margin-bottom:1.5rem
  }

  .xl\:tw-mb-7{
    margin-bottom:1.75rem
  }

  .xl\:tw-mb-8{
    margin-bottom:2rem
  }

  .xl\:tw-mb-9{
    margin-bottom:2.25rem
  }

  .xl\:tw-mb-10{
    margin-bottom:2.5rem
  }

  .xl\:tw-mb-11{
    margin-bottom:2.75rem
  }

  .xl\:tw-mb-12{
    margin-bottom:3rem
  }

  .xl\:tw-mb-14{
    margin-bottom:3.5rem
  }

  .xl\:tw-mb-16{
    margin-bottom:4rem
  }

  .xl\:tw-mb-20{
    margin-bottom:5rem
  }

  .xl\:tw-mb-24{
    margin-bottom:6rem
  }

  .xl\:tw-mb-28{
    margin-bottom:7rem
  }

  .xl\:tw-mb-32{
    margin-bottom:8rem
  }

  .xl\:tw-mb-36{
    margin-bottom:9rem
  }

  .xl\:tw-mb-40{
    margin-bottom:10rem
  }

  .xl\:tw-mb-44{
    margin-bottom:11rem
  }

  .xl\:tw-mb-48{
    margin-bottom:12rem
  }

  .xl\:tw-mb-52{
    margin-bottom:13rem
  }

  .xl\:tw-mb-56{
    margin-bottom:14rem
  }

  .xl\:tw-mb-60{
    margin-bottom:15rem
  }

  .xl\:tw-mb-64{
    margin-bottom:16rem
  }

  .xl\:tw-mb-72{
    margin-bottom:18rem
  }

  .xl\:tw-mb-80{
    margin-bottom:20rem
  }

  .xl\:tw-mb-96{
    margin-bottom:24rem
  }

  .xl\:tw-mb-auto{
    margin-bottom:auto
  }

  .xl\:tw-mb-px{
    margin-bottom:1px
  }

  .xl\:tw-mb-0\.5{
    margin-bottom:0.125rem
  }

  .xl\:tw-mb-1\.5{
    margin-bottom:0.375rem
  }

  .xl\:tw-mb-2\.5{
    margin-bottom:0.625rem
  }

  .xl\:tw-mb-3\.5{
    margin-bottom:0.875rem
  }

  .xl\:tw--mb-0{
    margin-bottom:0px
  }

  .xl\:tw--mb-1{
    margin-bottom:-0.25rem
  }

  .xl\:tw--mb-2{
    margin-bottom:-0.5rem
  }

  .xl\:tw--mb-3{
    margin-bottom:-0.75rem
  }

  .xl\:tw--mb-4{
    margin-bottom:-1rem
  }

  .xl\:tw--mb-5{
    margin-bottom:-1.25rem
  }

  .xl\:tw--mb-6{
    margin-bottom:-1.5rem
  }

  .xl\:tw--mb-7{
    margin-bottom:-1.75rem
  }

  .xl\:tw--mb-8{
    margin-bottom:-2rem
  }

  .xl\:tw--mb-9{
    margin-bottom:-2.25rem
  }

  .xl\:tw--mb-10{
    margin-bottom:-2.5rem
  }

  .xl\:tw--mb-11{
    margin-bottom:-2.75rem
  }

  .xl\:tw--mb-12{
    margin-bottom:-3rem
  }

  .xl\:tw--mb-14{
    margin-bottom:-3.5rem
  }

  .xl\:tw--mb-16{
    margin-bottom:-4rem
  }

  .xl\:tw--mb-20{
    margin-bottom:-5rem
  }

  .xl\:tw--mb-24{
    margin-bottom:-6rem
  }

  .xl\:tw--mb-28{
    margin-bottom:-7rem
  }

  .xl\:tw--mb-32{
    margin-bottom:-8rem
  }

  .xl\:tw--mb-36{
    margin-bottom:-9rem
  }

  .xl\:tw--mb-40{
    margin-bottom:-10rem
  }

  .xl\:tw--mb-44{
    margin-bottom:-11rem
  }

  .xl\:tw--mb-48{
    margin-bottom:-12rem
  }

  .xl\:tw--mb-52{
    margin-bottom:-13rem
  }

  .xl\:tw--mb-56{
    margin-bottom:-14rem
  }

  .xl\:tw--mb-60{
    margin-bottom:-15rem
  }

  .xl\:tw--mb-64{
    margin-bottom:-16rem
  }

  .xl\:tw--mb-72{
    margin-bottom:-18rem
  }

  .xl\:tw--mb-80{
    margin-bottom:-20rem
  }

  .xl\:tw--mb-96{
    margin-bottom:-24rem
  }

  .xl\:tw--mb-px{
    margin-bottom:-1px
  }

  .xl\:tw--mb-0\.5{
    margin-bottom:-0.125rem
  }

  .xl\:tw--mb-1\.5{
    margin-bottom:-0.375rem
  }

  .xl\:tw--mb-2\.5{
    margin-bottom:-0.625rem
  }

  .xl\:tw--mb-3\.5{
    margin-bottom:-0.875rem
  }

  .xl\:tw-ml-0{
    margin-left:0px
  }

  .xl\:tw-ml-1{
    margin-left:0.25rem
  }

  .xl\:tw-ml-2{
    margin-left:0.5rem
  }

  .xl\:tw-ml-3{
    margin-left:0.75rem
  }

  .xl\:tw-ml-4{
    margin-left:1rem
  }

  .xl\:tw-ml-5{
    margin-left:1.25rem
  }

  .xl\:tw-ml-6{
    margin-left:1.5rem
  }

  .xl\:tw-ml-7{
    margin-left:1.75rem
  }

  .xl\:tw-ml-8{
    margin-left:2rem
  }

  .xl\:tw-ml-9{
    margin-left:2.25rem
  }

  .xl\:tw-ml-10{
    margin-left:2.5rem
  }

  .xl\:tw-ml-11{
    margin-left:2.75rem
  }

  .xl\:tw-ml-12{
    margin-left:3rem
  }

  .xl\:tw-ml-14{
    margin-left:3.5rem
  }

  .xl\:tw-ml-16{
    margin-left:4rem
  }

  .xl\:tw-ml-20{
    margin-left:5rem
  }

  .xl\:tw-ml-24{
    margin-left:6rem
  }

  .xl\:tw-ml-28{
    margin-left:7rem
  }

  .xl\:tw-ml-32{
    margin-left:8rem
  }

  .xl\:tw-ml-36{
    margin-left:9rem
  }

  .xl\:tw-ml-40{
    margin-left:10rem
  }

  .xl\:tw-ml-44{
    margin-left:11rem
  }

  .xl\:tw-ml-48{
    margin-left:12rem
  }

  .xl\:tw-ml-52{
    margin-left:13rem
  }

  .xl\:tw-ml-56{
    margin-left:14rem
  }

  .xl\:tw-ml-60{
    margin-left:15rem
  }

  .xl\:tw-ml-64{
    margin-left:16rem
  }

  .xl\:tw-ml-72{
    margin-left:18rem
  }

  .xl\:tw-ml-80{
    margin-left:20rem
  }

  .xl\:tw-ml-96{
    margin-left:24rem
  }

  .xl\:tw-ml-auto{
    margin-left:auto
  }

  .xl\:tw-ml-px{
    margin-left:1px
  }

  .xl\:tw-ml-0\.5{
    margin-left:0.125rem
  }

  .xl\:tw-ml-1\.5{
    margin-left:0.375rem
  }

  .xl\:tw-ml-2\.5{
    margin-left:0.625rem
  }

  .xl\:tw-ml-3\.5{
    margin-left:0.875rem
  }

  .xl\:tw--ml-0{
    margin-left:0px
  }

  .xl\:tw--ml-1{
    margin-left:-0.25rem
  }

  .xl\:tw--ml-2{
    margin-left:-0.5rem
  }

  .xl\:tw--ml-3{
    margin-left:-0.75rem
  }

  .xl\:tw--ml-4{
    margin-left:-1rem
  }

  .xl\:tw--ml-5{
    margin-left:-1.25rem
  }

  .xl\:tw--ml-6{
    margin-left:-1.5rem
  }

  .xl\:tw--ml-7{
    margin-left:-1.75rem
  }

  .xl\:tw--ml-8{
    margin-left:-2rem
  }

  .xl\:tw--ml-9{
    margin-left:-2.25rem
  }

  .xl\:tw--ml-10{
    margin-left:-2.5rem
  }

  .xl\:tw--ml-11{
    margin-left:-2.75rem
  }

  .xl\:tw--ml-12{
    margin-left:-3rem
  }

  .xl\:tw--ml-14{
    margin-left:-3.5rem
  }

  .xl\:tw--ml-16{
    margin-left:-4rem
  }

  .xl\:tw--ml-20{
    margin-left:-5rem
  }

  .xl\:tw--ml-24{
    margin-left:-6rem
  }

  .xl\:tw--ml-28{
    margin-left:-7rem
  }

  .xl\:tw--ml-32{
    margin-left:-8rem
  }

  .xl\:tw--ml-36{
    margin-left:-9rem
  }

  .xl\:tw--ml-40{
    margin-left:-10rem
  }

  .xl\:tw--ml-44{
    margin-left:-11rem
  }

  .xl\:tw--ml-48{
    margin-left:-12rem
  }

  .xl\:tw--ml-52{
    margin-left:-13rem
  }

  .xl\:tw--ml-56{
    margin-left:-14rem
  }

  .xl\:tw--ml-60{
    margin-left:-15rem
  }

  .xl\:tw--ml-64{
    margin-left:-16rem
  }

  .xl\:tw--ml-72{
    margin-left:-18rem
  }

  .xl\:tw--ml-80{
    margin-left:-20rem
  }

  .xl\:tw--ml-96{
    margin-left:-24rem
  }

  .xl\:tw--ml-px{
    margin-left:-1px
  }

  .xl\:tw--ml-0\.5{
    margin-left:-0.125rem
  }

  .xl\:tw--ml-1\.5{
    margin-left:-0.375rem
  }

  .xl\:tw--ml-2\.5{
    margin-left:-0.625rem
  }

  .xl\:tw--ml-3\.5{
    margin-left:-0.875rem
  }

  .xl\:tw-box-border{
    box-sizing:border-box
  }

  .xl\:tw-box-content{
    box-sizing:content-box
  }

  .xl\:tw-block{
    display:block
  }

  .xl\:tw-inline-block{
    display:inline-block
  }

  .xl\:tw-inline{
    display:inline
  }

  .xl\:tw-flex{
    display:flex
  }

  .xl\:tw-inline-flex{
    display:inline-flex
  }

  .xl\:tw-table{
    display:table
  }

  .xl\:tw-inline-table{
    display:inline-table
  }

  .xl\:tw-table-caption{
    display:table-caption
  }

  .xl\:tw-table-cell{
    display:table-cell
  }

  .xl\:tw-table-column{
    display:table-column
  }

  .xl\:tw-table-column-group{
    display:table-column-group
  }

  .xl\:tw-table-footer-group{
    display:table-footer-group
  }

  .xl\:tw-table-header-group{
    display:table-header-group
  }

  .xl\:tw-table-row-group{
    display:table-row-group
  }

  .xl\:tw-table-row{
    display:table-row
  }

  .xl\:tw-flow-root{
    display:flow-root
  }

  .xl\:tw-grid{
    display:grid
  }

  .xl\:tw-inline-grid{
    display:inline-grid
  }

  .xl\:tw-contents{
    display:contents
  }

  .xl\:tw-list-item{
    display:list-item
  }

  .xl\:tw-hidden{
    display:none
  }

  .xl\:tw-h-0{
    height:0px
  }

  .xl\:tw-h-1{
    height:0.25rem
  }

  .xl\:tw-h-2{
    height:0.5rem
  }

  .xl\:tw-h-3{
    height:0.75rem
  }

  .xl\:tw-h-4{
    height:1rem
  }

  .xl\:tw-h-5{
    height:1.25rem
  }

  .xl\:tw-h-6{
    height:1.5rem
  }

  .xl\:tw-h-7{
    height:1.75rem
  }

  .xl\:tw-h-8{
    height:2rem
  }

  .xl\:tw-h-9{
    height:2.25rem
  }

  .xl\:tw-h-10{
    height:2.5rem
  }

  .xl\:tw-h-11{
    height:2.75rem
  }

  .xl\:tw-h-12{
    height:3rem
  }

  .xl\:tw-h-14{
    height:3.5rem
  }

  .xl\:tw-h-16{
    height:4rem
  }

  .xl\:tw-h-20{
    height:5rem
  }

  .xl\:tw-h-24{
    height:6rem
  }

  .xl\:tw-h-28{
    height:7rem
  }

  .xl\:tw-h-32{
    height:8rem
  }

  .xl\:tw-h-36{
    height:9rem
  }

  .xl\:tw-h-40{
    height:10rem
  }

  .xl\:tw-h-44{
    height:11rem
  }

  .xl\:tw-h-48{
    height:12rem
  }

  .xl\:tw-h-52{
    height:13rem
  }

  .xl\:tw-h-56{
    height:14rem
  }

  .xl\:tw-h-60{
    height:15rem
  }

  .xl\:tw-h-64{
    height:16rem
  }

  .xl\:tw-h-72{
    height:18rem
  }

  .xl\:tw-h-80{
    height:20rem
  }

  .xl\:tw-h-96{
    height:24rem
  }

  .xl\:tw-h-auto{
    height:auto
  }

  .xl\:tw-h-px{
    height:1px
  }

  .xl\:tw-h-0\.5{
    height:0.125rem
  }

  .xl\:tw-h-1\.5{
    height:0.375rem
  }

  .xl\:tw-h-2\.5{
    height:0.625rem
  }

  .xl\:tw-h-3\.5{
    height:0.875rem
  }

  .xl\:tw-h-1\/2{
    height:50%
  }

  .xl\:tw-h-1\/3{
    height:33.333333%
  }

  .xl\:tw-h-2\/3{
    height:66.666667%
  }

  .xl\:tw-h-1\/4{
    height:25%
  }

  .xl\:tw-h-2\/4{
    height:50%
  }

  .xl\:tw-h-3\/4{
    height:75%
  }

  .xl\:tw-h-1\/5{
    height:20%
  }

  .xl\:tw-h-2\/5{
    height:40%
  }

  .xl\:tw-h-3\/5{
    height:60%
  }

  .xl\:tw-h-4\/5{
    height:80%
  }

  .xl\:tw-h-1\/6{
    height:16.666667%
  }

  .xl\:tw-h-2\/6{
    height:33.333333%
  }

  .xl\:tw-h-3\/6{
    height:50%
  }

  .xl\:tw-h-4\/6{
    height:66.666667%
  }

  .xl\:tw-h-5\/6{
    height:83.333333%
  }

  .xl\:tw-h-full{
    height:100%
  }

  .xl\:tw-h-screen{
    height:100vh
  }

  .xl\:tw-max-h-0{
    max-height:0px
  }

  .xl\:tw-max-h-1{
    max-height:0.25rem
  }

  .xl\:tw-max-h-2{
    max-height:0.5rem
  }

  .xl\:tw-max-h-3{
    max-height:0.75rem
  }

  .xl\:tw-max-h-4{
    max-height:1rem
  }

  .xl\:tw-max-h-5{
    max-height:1.25rem
  }

  .xl\:tw-max-h-6{
    max-height:1.5rem
  }

  .xl\:tw-max-h-7{
    max-height:1.75rem
  }

  .xl\:tw-max-h-8{
    max-height:2rem
  }

  .xl\:tw-max-h-9{
    max-height:2.25rem
  }

  .xl\:tw-max-h-10{
    max-height:2.5rem
  }

  .xl\:tw-max-h-11{
    max-height:2.75rem
  }

  .xl\:tw-max-h-12{
    max-height:3rem
  }

  .xl\:tw-max-h-14{
    max-height:3.5rem
  }

  .xl\:tw-max-h-16{
    max-height:4rem
  }

  .xl\:tw-max-h-20{
    max-height:5rem
  }

  .xl\:tw-max-h-24{
    max-height:6rem
  }

  .xl\:tw-max-h-28{
    max-height:7rem
  }

  .xl\:tw-max-h-32{
    max-height:8rem
  }

  .xl\:tw-max-h-36{
    max-height:9rem
  }

  .xl\:tw-max-h-40{
    max-height:10rem
  }

  .xl\:tw-max-h-44{
    max-height:11rem
  }

  .xl\:tw-max-h-48{
    max-height:12rem
  }

  .xl\:tw-max-h-52{
    max-height:13rem
  }

  .xl\:tw-max-h-56{
    max-height:14rem
  }

  .xl\:tw-max-h-60{
    max-height:15rem
  }

  .xl\:tw-max-h-64{
    max-height:16rem
  }

  .xl\:tw-max-h-72{
    max-height:18rem
  }

  .xl\:tw-max-h-80{
    max-height:20rem
  }

  .xl\:tw-max-h-96{
    max-height:24rem
  }

  .xl\:tw-max-h-px{
    max-height:1px
  }

  .xl\:tw-max-h-0\.5{
    max-height:0.125rem
  }

  .xl\:tw-max-h-1\.5{
    max-height:0.375rem
  }

  .xl\:tw-max-h-2\.5{
    max-height:0.625rem
  }

  .xl\:tw-max-h-3\.5{
    max-height:0.875rem
  }

  .xl\:tw-max-h-full{
    max-height:100%
  }

  .xl\:tw-max-h-screen{
    max-height:100vh
  }

  .xl\:tw-min-h-0{
    min-height:0px
  }

  .xl\:tw-min-h-full{
    min-height:100%
  }

  .xl\:tw-min-h-screen{
    min-height:100vh
  }

  .xl\:tw-w-0{
    width:0px
  }

  .xl\:tw-w-1{
    width:0.25rem
  }

  .xl\:tw-w-2{
    width:0.5rem
  }

  .xl\:tw-w-3{
    width:0.75rem
  }

  .xl\:tw-w-4{
    width:1rem
  }

  .xl\:tw-w-5{
    width:1.25rem
  }

  .xl\:tw-w-6{
    width:1.5rem
  }

  .xl\:tw-w-7{
    width:1.75rem
  }

  .xl\:tw-w-8{
    width:2rem
  }

  .xl\:tw-w-9{
    width:2.25rem
  }

  .xl\:tw-w-10{
    width:2.5rem
  }

  .xl\:tw-w-11{
    width:2.75rem
  }

  .xl\:tw-w-12{
    width:3rem
  }

  .xl\:tw-w-14{
    width:3.5rem
  }

  .xl\:tw-w-16{
    width:4rem
  }

  .xl\:tw-w-20{
    width:5rem
  }

  .xl\:tw-w-24{
    width:6rem
  }

  .xl\:tw-w-28{
    width:7rem
  }

  .xl\:tw-w-32{
    width:8rem
  }

  .xl\:tw-w-36{
    width:9rem
  }

  .xl\:tw-w-40{
    width:10rem
  }

  .xl\:tw-w-44{
    width:11rem
  }

  .xl\:tw-w-48{
    width:12rem
  }

  .xl\:tw-w-52{
    width:13rem
  }

  .xl\:tw-w-56{
    width:14rem
  }

  .xl\:tw-w-60{
    width:15rem
  }

  .xl\:tw-w-64{
    width:16rem
  }

  .xl\:tw-w-72{
    width:18rem
  }

  .xl\:tw-w-80{
    width:20rem
  }

  .xl\:tw-w-96{
    width:24rem
  }

  .xl\:tw-w-auto{
    width:auto
  }

  .xl\:tw-w-px{
    width:1px
  }

  .xl\:tw-w-0\.5{
    width:0.125rem
  }

  .xl\:tw-w-1\.5{
    width:0.375rem
  }

  .xl\:tw-w-2\.5{
    width:0.625rem
  }

  .xl\:tw-w-3\.5{
    width:0.875rem
  }

  .xl\:tw-w-1\/2{
    width:50%
  }

  .xl\:tw-w-1\/3{
    width:33.333333%
  }

  .xl\:tw-w-2\/3{
    width:66.666667%
  }

  .xl\:tw-w-1\/4{
    width:25%
  }

  .xl\:tw-w-2\/4{
    width:50%
  }

  .xl\:tw-w-3\/4{
    width:75%
  }

  .xl\:tw-w-1\/5{
    width:20%
  }

  .xl\:tw-w-2\/5{
    width:40%
  }

  .xl\:tw-w-3\/5{
    width:60%
  }

  .xl\:tw-w-4\/5{
    width:80%
  }

  .xl\:tw-w-1\/6{
    width:16.666667%
  }

  .xl\:tw-w-2\/6{
    width:33.333333%
  }

  .xl\:tw-w-3\/6{
    width:50%
  }

  .xl\:tw-w-4\/6{
    width:66.666667%
  }

  .xl\:tw-w-5\/6{
    width:83.333333%
  }

  .xl\:tw-w-1\/12{
    width:8.333333%
  }

  .xl\:tw-w-2\/12{
    width:16.666667%
  }

  .xl\:tw-w-3\/12{
    width:25%
  }

  .xl\:tw-w-4\/12{
    width:33.333333%
  }

  .xl\:tw-w-5\/12{
    width:41.666667%
  }

  .xl\:tw-w-6\/12{
    width:50%
  }

  .xl\:tw-w-7\/12{
    width:58.333333%
  }

  .xl\:tw-w-8\/12{
    width:66.666667%
  }

  .xl\:tw-w-9\/12{
    width:75%
  }

  .xl\:tw-w-10\/12{
    width:83.333333%
  }

  .xl\:tw-w-11\/12{
    width:91.666667%
  }

  .xl\:tw-w-full{
    width:100%
  }

  .xl\:tw-w-screen{
    width:100vw
  }

  .xl\:tw-w-min{
    width:min-content
  }

  .xl\:tw-w-max{
    width:max-content
  }

  .xl\:tw-min-w-0{
    min-width:0px
  }

  .xl\:tw-min-w-full{
    min-width:100%
  }

  .xl\:tw-min-w-min{
    min-width:min-content
  }

  .xl\:tw-min-w-max{
    min-width:max-content
  }

  .xl\:tw-max-w-0{
    max-width:0rem
  }

  .xl\:tw-max-w-none{
    max-width:none
  }

  .xl\:tw-max-w-xs{
    max-width:20rem
  }

  .xl\:tw-max-w-sm{
    max-width:24rem
  }

  .xl\:tw-max-w-md{
    max-width:28rem
  }

  .xl\:tw-max-w-lg{
    max-width:32rem
  }

  .xl\:tw-max-w-xl{
    max-width:36rem
  }

  .xl\:tw-max-w-2xl{
    max-width:42rem
  }

  .xl\:tw-max-w-3xl{
    max-width:48rem
  }

  .xl\:tw-max-w-4xl{
    max-width:56rem
  }

  .xl\:tw-max-w-5xl{
    max-width:64rem
  }

  .xl\:tw-max-w-6xl{
    max-width:72rem
  }

  .xl\:tw-max-w-7xl{
    max-width:80rem
  }

  .xl\:tw-max-w-full{
    max-width:100%
  }

  .xl\:tw-max-w-min{
    max-width:min-content
  }

  .xl\:tw-max-w-max{
    max-width:max-content
  }

  .xl\:tw-max-w-prose{
    max-width:65ch
  }

  .xl\:tw-max-w-screen-sm{
    max-width:640px
  }

  .xl\:tw-max-w-screen-md{
    max-width:768px
  }

  .xl\:tw-max-w-screen-lg{
    max-width:1024px
  }

  .xl\:tw-max-w-screen-xl{
    max-width:1280px
  }

  .xl\:tw-max-w-screen-2xl{
    max-width:1536px
  }

  .xl\:tw-flex-1{
    flex:1 1 0%
  }

  .xl\:tw-flex-auto{
    flex:1 1 auto
  }

  .xl\:tw-flex-initial{
    flex:0 1 auto
  }

  .xl\:tw-flex-none{
    flex:none
  }

  .xl\:tw-flex-shrink-0{
    flex-shrink:0
  }

  .xl\:tw-flex-shrink{
    flex-shrink:1
  }

  .xl\:tw-flex-grow-0{
    flex-grow:0
  }

  .xl\:tw-flex-grow{
    flex-grow:1
  }

  .xl\:tw-table-auto{
    table-layout:auto
  }

  .xl\:tw-table-fixed{
    table-layout:fixed
  }

  .xl\:tw-border-collapse{
    border-collapse:collapse
  }

  .xl\:tw-border-separate{
    border-collapse:separate
  }

  .xl\:tw-origin-center{
    transform-origin:center
  }

  .xl\:tw-origin-top{
    transform-origin:top
  }

  .xl\:tw-origin-top-right{
    transform-origin:top right
  }

  .xl\:tw-origin-right{
    transform-origin:right
  }

  .xl\:tw-origin-bottom-right{
    transform-origin:bottom right
  }

  .xl\:tw-origin-bottom{
    transform-origin:bottom
  }

  .xl\:tw-origin-bottom-left{
    transform-origin:bottom left
  }

  .xl\:tw-origin-left{
    transform-origin:left
  }

  .xl\:tw-origin-top-left{
    transform-origin:top left
  }

  .xl\:tw-transform{
    --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;
    transform:translateX(var(--tw-translate-x)) translateY(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\:tw-transform-gpu{
    --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;
    transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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\:tw-transform-none{
    transform:none
  }

  .xl\:tw-translate-x-0{
    --tw-translate-x:0px
  }

  .xl\:tw-translate-x-1{
    --tw-translate-x:0.25rem
  }

  .xl\:tw-translate-x-2{
    --tw-translate-x:0.5rem
  }

  .xl\:tw-translate-x-3{
    --tw-translate-x:0.75rem
  }

  .xl\:tw-translate-x-4{
    --tw-translate-x:1rem
  }

  .xl\:tw-translate-x-5{
    --tw-translate-x:1.25rem
  }

  .xl\:tw-translate-x-6{
    --tw-translate-x:1.5rem
  }

  .xl\:tw-translate-x-7{
    --tw-translate-x:1.75rem
  }

  .xl\:tw-translate-x-8{
    --tw-translate-x:2rem
  }

  .xl\:tw-translate-x-9{
    --tw-translate-x:2.25rem
  }

  .xl\:tw-translate-x-10{
    --tw-translate-x:2.5rem
  }

  .xl\:tw-translate-x-11{
    --tw-translate-x:2.75rem
  }

  .xl\:tw-translate-x-12{
    --tw-translate-x:3rem
  }

  .xl\:tw-translate-x-14{
    --tw-translate-x:3.5rem
  }

  .xl\:tw-translate-x-16{
    --tw-translate-x:4rem
  }

  .xl\:tw-translate-x-20{
    --tw-translate-x:5rem
  }

  .xl\:tw-translate-x-24{
    --tw-translate-x:6rem
  }

  .xl\:tw-translate-x-28{
    --tw-translate-x:7rem
  }

  .xl\:tw-translate-x-32{
    --tw-translate-x:8rem
  }

  .xl\:tw-translate-x-36{
    --tw-translate-x:9rem
  }

  .xl\:tw-translate-x-40{
    --tw-translate-x:10rem
  }

  .xl\:tw-translate-x-44{
    --tw-translate-x:11rem
  }

  .xl\:tw-translate-x-48{
    --tw-translate-x:12rem
  }

  .xl\:tw-translate-x-52{
    --tw-translate-x:13rem
  }

  .xl\:tw-translate-x-56{
    --tw-translate-x:14rem
  }

  .xl\:tw-translate-x-60{
    --tw-translate-x:15rem
  }

  .xl\:tw-translate-x-64{
    --tw-translate-x:16rem
  }

  .xl\:tw-translate-x-72{
    --tw-translate-x:18rem
  }

  .xl\:tw-translate-x-80{
    --tw-translate-x:20rem
  }

  .xl\:tw-translate-x-96{
    --tw-translate-x:24rem
  }

  .xl\:tw-translate-x-px{
    --tw-translate-x:1px
  }

  .xl\:tw-translate-x-0\.5{
    --tw-translate-x:0.125rem
  }

  .xl\:tw-translate-x-1\.5{
    --tw-translate-x:0.375rem
  }

  .xl\:tw-translate-x-2\.5{
    --tw-translate-x:0.625rem
  }

  .xl\:tw-translate-x-3\.5{
    --tw-translate-x:0.875rem
  }

  .xl\:tw--translate-x-0{
    --tw-translate-x:0px
  }

  .xl\:tw--translate-x-1{
    --tw-translate-x:-0.25rem
  }

  .xl\:tw--translate-x-2{
    --tw-translate-x:-0.5rem
  }

  .xl\:tw--translate-x-3{
    --tw-translate-x:-0.75rem
  }

  .xl\:tw--translate-x-4{
    --tw-translate-x:-1rem
  }

  .xl\:tw--translate-x-5{
    --tw-translate-x:-1.25rem
  }

  .xl\:tw--translate-x-6{
    --tw-translate-x:-1.5rem
  }

  .xl\:tw--translate-x-7{
    --tw-translate-x:-1.75rem
  }

  .xl\:tw--translate-x-8{
    --tw-translate-x:-2rem
  }

  .xl\:tw--translate-x-9{
    --tw-translate-x:-2.25rem
  }

  .xl\:tw--translate-x-10{
    --tw-translate-x:-2.5rem
  }

  .xl\:tw--translate-x-11{
    --tw-translate-x:-2.75rem
  }

  .xl\:tw--translate-x-12{
    --tw-translate-x:-3rem
  }

  .xl\:tw--translate-x-14{
    --tw-translate-x:-3.5rem
  }

  .xl\:tw--translate-x-16{
    --tw-translate-x:-4rem
  }

  .xl\:tw--translate-x-20{
    --tw-translate-x:-5rem
  }

  .xl\:tw--translate-x-24{
    --tw-translate-x:-6rem
  }

  .xl\:tw--translate-x-28{
    --tw-translate-x:-7rem
  }

  .xl\:tw--translate-x-32{
    --tw-translate-x:-8rem
  }

  .xl\:tw--translate-x-36{
    --tw-translate-x:-9rem
  }

  .xl\:tw--translate-x-40{
    --tw-translate-x:-10rem
  }

  .xl\:tw--translate-x-44{
    --tw-translate-x:-11rem
  }

  .xl\:tw--translate-x-48{
    --tw-translate-x:-12rem
  }

  .xl\:tw--translate-x-52{
    --tw-translate-x:-13rem
  }

  .xl\:tw--translate-x-56{
    --tw-translate-x:-14rem
  }

  .xl\:tw--translate-x-60{
    --tw-translate-x:-15rem
  }

  .xl\:tw--translate-x-64{
    --tw-translate-x:-16rem
  }

  .xl\:tw--translate-x-72{
    --tw-translate-x:-18rem
  }

  .xl\:tw--translate-x-80{
    --tw-translate-x:-20rem
  }

  .xl\:tw--translate-x-96{
    --tw-translate-x:-24rem
  }

  .xl\:tw--translate-x-px{
    --tw-translate-x:-1px
  }

  .xl\:tw--translate-x-0\.5{
    --tw-translate-x:-0.125rem
  }

  .xl\:tw--translate-x-1\.5{
    --tw-translate-x:-0.375rem
  }

  .xl\:tw--translate-x-2\.5{
    --tw-translate-x:-0.625rem
  }

  .xl\:tw--translate-x-3\.5{
    --tw-translate-x:-0.875rem
  }

  .xl\:tw-translate-x-1\/2{
    --tw-translate-x:50%
  }

  .xl\:tw-translate-x-1\/3{
    --tw-translate-x:33.333333%
  }

  .xl\:tw-translate-x-2\/3{
    --tw-translate-x:66.666667%
  }

  .xl\:tw-translate-x-1\/4{
    --tw-translate-x:25%
  }

  .xl\:tw-translate-x-2\/4{
    --tw-translate-x:50%
  }

  .xl\:tw-translate-x-3\/4{
    --tw-translate-x:75%
  }

  .xl\:tw-translate-x-full{
    --tw-translate-x:100%
  }

  .xl\:tw--translate-x-1\/2{
    --tw-translate-x:-50%
  }

  .xl\:tw--translate-x-1\/3{
    --tw-translate-x:-33.333333%
  }

  .xl\:tw--translate-x-2\/3{
    --tw-translate-x:-66.666667%
  }

  .xl\:tw--translate-x-1\/4{
    --tw-translate-x:-25%
  }

  .xl\:tw--translate-x-2\/4{
    --tw-translate-x:-50%
  }

  .xl\:tw--translate-x-3\/4{
    --tw-translate-x:-75%
  }

  .xl\:tw--translate-x-full{
    --tw-translate-x:-100%
  }

  .xl\:tw-translate-y-0{
    --tw-translate-y:0px
  }

  .xl\:tw-translate-y-1{
    --tw-translate-y:0.25rem
  }

  .xl\:tw-translate-y-2{
    --tw-translate-y:0.5rem
  }

  .xl\:tw-translate-y-3{
    --tw-translate-y:0.75rem
  }

  .xl\:tw-translate-y-4{
    --tw-translate-y:1rem
  }

  .xl\:tw-translate-y-5{
    --tw-translate-y:1.25rem
  }

  .xl\:tw-translate-y-6{
    --tw-translate-y:1.5rem
  }

  .xl\:tw-translate-y-7{
    --tw-translate-y:1.75rem
  }

  .xl\:tw-translate-y-8{
    --tw-translate-y:2rem
  }

  .xl\:tw-translate-y-9{
    --tw-translate-y:2.25rem
  }

  .xl\:tw-translate-y-10{
    --tw-translate-y:2.5rem
  }

  .xl\:tw-translate-y-11{
    --tw-translate-y:2.75rem
  }

  .xl\:tw-translate-y-12{
    --tw-translate-y:3rem
  }

  .xl\:tw-translate-y-14{
    --tw-translate-y:3.5rem
  }

  .xl\:tw-translate-y-16{
    --tw-translate-y:4rem
  }

  .xl\:tw-translate-y-20{
    --tw-translate-y:5rem
  }

  .xl\:tw-translate-y-24{
    --tw-translate-y:6rem
  }

  .xl\:tw-translate-y-28{
    --tw-translate-y:7rem
  }

  .xl\:tw-translate-y-32{
    --tw-translate-y:8rem
  }

  .xl\:tw-translate-y-36{
    --tw-translate-y:9rem
  }

  .xl\:tw-translate-y-40{
    --tw-translate-y:10rem
  }

  .xl\:tw-translate-y-44{
    --tw-translate-y:11rem
  }

  .xl\:tw-translate-y-48{
    --tw-translate-y:12rem
  }

  .xl\:tw-translate-y-52{
    --tw-translate-y:13rem
  }

  .xl\:tw-translate-y-56{
    --tw-translate-y:14rem
  }

  .xl\:tw-translate-y-60{
    --tw-translate-y:15rem
  }

  .xl\:tw-translate-y-64{
    --tw-translate-y:16rem
  }

  .xl\:tw-translate-y-72{
    --tw-translate-y:18rem
  }

  .xl\:tw-translate-y-80{
    --tw-translate-y:20rem
  }

  .xl\:tw-translate-y-96{
    --tw-translate-y:24rem
  }

  .xl\:tw-translate-y-px{
    --tw-translate-y:1px
  }

  .xl\:tw-translate-y-0\.5{
    --tw-translate-y:0.125rem
  }

  .xl\:tw-translate-y-1\.5{
    --tw-translate-y:0.375rem
  }

  .xl\:tw-translate-y-2\.5{
    --tw-translate-y:0.625rem
  }

  .xl\:tw-translate-y-3\.5{
    --tw-translate-y:0.875rem
  }

  .xl\:tw--translate-y-0{
    --tw-translate-y:0px
  }

  .xl\:tw--translate-y-1{
    --tw-translate-y:-0.25rem
  }

  .xl\:tw--translate-y-2{
    --tw-translate-y:-0.5rem
  }

  .xl\:tw--translate-y-3{
    --tw-translate-y:-0.75rem
  }

  .xl\:tw--translate-y-4{
    --tw-translate-y:-1rem
  }

  .xl\:tw--translate-y-5{
    --tw-translate-y:-1.25rem
  }

  .xl\:tw--translate-y-6{
    --tw-translate-y:-1.5rem
  }

  .xl\:tw--translate-y-7{
    --tw-translate-y:-1.75rem
  }

  .xl\:tw--translate-y-8{
    --tw-translate-y:-2rem
  }

  .xl\:tw--translate-y-9{
    --tw-translate-y:-2.25rem
  }

  .xl\:tw--translate-y-10{
    --tw-translate-y:-2.5rem
  }

  .xl\:tw--translate-y-11{
    --tw-translate-y:-2.75rem
  }

  .xl\:tw--translate-y-12{
    --tw-translate-y:-3rem
  }

  .xl\:tw--translate-y-14{
    --tw-translate-y:-3.5rem
  }

  .xl\:tw--translate-y-16{
    --tw-translate-y:-4rem
  }

  .xl\:tw--translate-y-20{
    --tw-translate-y:-5rem
  }

  .xl\:tw--translate-y-24{
    --tw-translate-y:-6rem
  }

  .xl\:tw--translate-y-28{
    --tw-translate-y:-7rem
  }

  .xl\:tw--translate-y-32{
    --tw-translate-y:-8rem
  }

  .xl\:tw--translate-y-36{
    --tw-translate-y:-9rem
  }

  .xl\:tw--translate-y-40{
    --tw-translate-y:-10rem
  }

  .xl\:tw--translate-y-44{
    --tw-translate-y:-11rem
  }

  .xl\:tw--translate-y-48{
    --tw-translate-y:-12rem
  }

  .xl\:tw--translate-y-52{
    --tw-translate-y:-13rem
  }

  .xl\:tw--translate-y-56{
    --tw-translate-y:-14rem
  }

  .xl\:tw--translate-y-60{
    --tw-translate-y:-15rem
  }

  .xl\:tw--translate-y-64{
    --tw-translate-y:-16rem
  }

  .xl\:tw--translate-y-72{
    --tw-translate-y:-18rem
  }

  .xl\:tw--translate-y-80{
    --tw-translate-y:-20rem
  }

  .xl\:tw--translate-y-96{
    --tw-translate-y:-24rem
  }

  .xl\:tw--translate-y-px{
    --tw-translate-y:-1px
  }

  .xl\:tw--translate-y-0\.5{
    --tw-translate-y:-0.125rem
  }

  .xl\:tw--translate-y-1\.5{
    --tw-translate-y:-0.375rem
  }

  .xl\:tw--translate-y-2\.5{
    --tw-translate-y:-0.625rem
  }

  .xl\:tw--translate-y-3\.5{
    --tw-translate-y:-0.875rem
  }

  .xl\:tw-translate-y-1\/2{
    --tw-translate-y:50%
  }

  .xl\:tw-translate-y-1\/3{
    --tw-translate-y:33.333333%
  }

  .xl\:tw-translate-y-2\/3{
    --tw-translate-y:66.666667%
  }

  .xl\:tw-translate-y-1\/4{
    --tw-translate-y:25%
  }

  .xl\:tw-translate-y-2\/4{
    --tw-translate-y:50%
  }

  .xl\:tw-translate-y-3\/4{
    --tw-translate-y:75%
  }

  .xl\:tw-translate-y-full{
    --tw-translate-y:100%
  }

  .xl\:tw--translate-y-1\/2{
    --tw-translate-y:-50%
  }

  .xl\:tw--translate-y-1\/3{
    --tw-translate-y:-33.333333%
  }

  .xl\:tw--translate-y-2\/3{
    --tw-translate-y:-66.666667%
  }

  .xl\:tw--translate-y-1\/4{
    --tw-translate-y:-25%
  }

  .xl\:tw--translate-y-2\/4{
    --tw-translate-y:-50%
  }

  .xl\:tw--translate-y-3\/4{
    --tw-translate-y:-75%
  }

  .xl\:tw--translate-y-full{
    --tw-translate-y:-100%
  }

  .xl\:hover\:tw-translate-x-0:hover{
    --tw-translate-x:0px
  }

  .xl\:hover\:tw-translate-x-1:hover{
    --tw-translate-x:0.25rem
  }

  .xl\:hover\:tw-translate-x-2:hover{
    --tw-translate-x:0.5rem
  }

  .xl\:hover\:tw-translate-x-3:hover{
    --tw-translate-x:0.75rem
  }

  .xl\:hover\:tw-translate-x-4:hover{
    --tw-translate-x:1rem
  }

  .xl\:hover\:tw-translate-x-5:hover{
    --tw-translate-x:1.25rem
  }

  .xl\:hover\:tw-translate-x-6:hover{
    --tw-translate-x:1.5rem
  }

  .xl\:hover\:tw-translate-x-7:hover{
    --tw-translate-x:1.75rem
  }

  .xl\:hover\:tw-translate-x-8:hover{
    --tw-translate-x:2rem
  }

  .xl\:hover\:tw-translate-x-9:hover{
    --tw-translate-x:2.25rem
  }

  .xl\:hover\:tw-translate-x-10:hover{
    --tw-translate-x:2.5rem
  }

  .xl\:hover\:tw-translate-x-11:hover{
    --tw-translate-x:2.75rem
  }

  .xl\:hover\:tw-translate-x-12:hover{
    --tw-translate-x:3rem
  }

  .xl\:hover\:tw-translate-x-14:hover{
    --tw-translate-x:3.5rem
  }

  .xl\:hover\:tw-translate-x-16:hover{
    --tw-translate-x:4rem
  }

  .xl\:hover\:tw-translate-x-20:hover{
    --tw-translate-x:5rem
  }

  .xl\:hover\:tw-translate-x-24:hover{
    --tw-translate-x:6rem
  }

  .xl\:hover\:tw-translate-x-28:hover{
    --tw-translate-x:7rem
  }

  .xl\:hover\:tw-translate-x-32:hover{
    --tw-translate-x:8rem
  }

  .xl\:hover\:tw-translate-x-36:hover{
    --tw-translate-x:9rem
  }

  .xl\:hover\:tw-translate-x-40:hover{
    --tw-translate-x:10rem
  }

  .xl\:hover\:tw-translate-x-44:hover{
    --tw-translate-x:11rem
  }

  .xl\:hover\:tw-translate-x-48:hover{
    --tw-translate-x:12rem
  }

  .xl\:hover\:tw-translate-x-52:hover{
    --tw-translate-x:13rem
  }

  .xl\:hover\:tw-translate-x-56:hover{
    --tw-translate-x:14rem
  }

  .xl\:hover\:tw-translate-x-60:hover{
    --tw-translate-x:15rem
  }

  .xl\:hover\:tw-translate-x-64:hover{
    --tw-translate-x:16rem
  }

  .xl\:hover\:tw-translate-x-72:hover{
    --tw-translate-x:18rem
  }

  .xl\:hover\:tw-translate-x-80:hover{
    --tw-translate-x:20rem
  }

  .xl\:hover\:tw-translate-x-96:hover{
    --tw-translate-x:24rem
  }

  .xl\:hover\:tw-translate-x-px:hover{
    --tw-translate-x:1px
  }

  .xl\:hover\:tw-translate-x-0\.5:hover{
    --tw-translate-x:0.125rem
  }

  .xl\:hover\:tw-translate-x-1\.5:hover{
    --tw-translate-x:0.375rem
  }

  .xl\:hover\:tw-translate-x-2\.5:hover{
    --tw-translate-x:0.625rem
  }

  .xl\:hover\:tw-translate-x-3\.5:hover{
    --tw-translate-x:0.875rem
  }

  .xl\:hover\:tw--translate-x-0:hover{
    --tw-translate-x:0px
  }

  .xl\:hover\:tw--translate-x-1:hover{
    --tw-translate-x:-0.25rem
  }

  .xl\:hover\:tw--translate-x-2:hover{
    --tw-translate-x:-0.5rem
  }

  .xl\:hover\:tw--translate-x-3:hover{
    --tw-translate-x:-0.75rem
  }

  .xl\:hover\:tw--translate-x-4:hover{
    --tw-translate-x:-1rem
  }

  .xl\:hover\:tw--translate-x-5:hover{
    --tw-translate-x:-1.25rem
  }

  .xl\:hover\:tw--translate-x-6:hover{
    --tw-translate-x:-1.5rem
  }

  .xl\:hover\:tw--translate-x-7:hover{
    --tw-translate-x:-1.75rem
  }

  .xl\:hover\:tw--translate-x-8:hover{
    --tw-translate-x:-2rem
  }

  .xl\:hover\:tw--translate-x-9:hover{
    --tw-translate-x:-2.25rem
  }

  .xl\:hover\:tw--translate-x-10:hover{
    --tw-translate-x:-2.5rem
  }

  .xl\:hover\:tw--translate-x-11:hover{
    --tw-translate-x:-2.75rem
  }

  .xl\:hover\:tw--translate-x-12:hover{
    --tw-translate-x:-3rem
  }

  .xl\:hover\:tw--translate-x-14:hover{
    --tw-translate-x:-3.5rem
  }

  .xl\:hover\:tw--translate-x-16:hover{
    --tw-translate-x:-4rem
  }

  .xl\:hover\:tw--translate-x-20:hover{
    --tw-translate-x:-5rem
  }

  .xl\:hover\:tw--translate-x-24:hover{
    --tw-translate-x:-6rem
  }

  .xl\:hover\:tw--translate-x-28:hover{
    --tw-translate-x:-7rem
  }

  .xl\:hover\:tw--translate-x-32:hover{
    --tw-translate-x:-8rem
  }

  .xl\:hover\:tw--translate-x-36:hover{
    --tw-translate-x:-9rem
  }

  .xl\:hover\:tw--translate-x-40:hover{
    --tw-translate-x:-10rem
  }

  .xl\:hover\:tw--translate-x-44:hover{
    --tw-translate-x:-11rem
  }

  .xl\:hover\:tw--translate-x-48:hover{
    --tw-translate-x:-12rem
  }

  .xl\:hover\:tw--translate-x-52:hover{
    --tw-translate-x:-13rem
  }

  .xl\:hover\:tw--translate-x-56:hover{
    --tw-translate-x:-14rem
  }

  .xl\:hover\:tw--translate-x-60:hover{
    --tw-translate-x:-15rem
  }

  .xl\:hover\:tw--translate-x-64:hover{
    --tw-translate-x:-16rem
  }

  .xl\:hover\:tw--translate-x-72:hover{
    --tw-translate-x:-18rem
  }

  .xl\:hover\:tw--translate-x-80:hover{
    --tw-translate-x:-20rem
  }

  .xl\:hover\:tw--translate-x-96:hover{
    --tw-translate-x:-24rem
  }

  .xl\:hover\:tw--translate-x-px:hover{
    --tw-translate-x:-1px
  }

  .xl\:hover\:tw--translate-x-0\.5:hover{
    --tw-translate-x:-0.125rem
  }

  .xl\:hover\:tw--translate-x-1\.5:hover{
    --tw-translate-x:-0.375rem
  }

  .xl\:hover\:tw--translate-x-2\.5:hover{
    --tw-translate-x:-0.625rem
  }

  .xl\:hover\:tw--translate-x-3\.5:hover{
    --tw-translate-x:-0.875rem
  }

  .xl\:hover\:tw-translate-x-1\/2:hover{
    --tw-translate-x:50%
  }

  .xl\:hover\:tw-translate-x-1\/3:hover{
    --tw-translate-x:33.333333%
  }

  .xl\:hover\:tw-translate-x-2\/3:hover{
    --tw-translate-x:66.666667%
  }

  .xl\:hover\:tw-translate-x-1\/4:hover{
    --tw-translate-x:25%
  }

  .xl\:hover\:tw-translate-x-2\/4:hover{
    --tw-translate-x:50%
  }

  .xl\:hover\:tw-translate-x-3\/4:hover{
    --tw-translate-x:75%
  }

  .xl\:hover\:tw-translate-x-full:hover{
    --tw-translate-x:100%
  }

  .xl\:hover\:tw--translate-x-1\/2:hover{
    --tw-translate-x:-50%
  }

  .xl\:hover\:tw--translate-x-1\/3:hover{
    --tw-translate-x:-33.333333%
  }

  .xl\:hover\:tw--translate-x-2\/3:hover{
    --tw-translate-x:-66.666667%
  }

  .xl\:hover\:tw--translate-x-1\/4:hover{
    --tw-translate-x:-25%
  }

  .xl\:hover\:tw--translate-x-2\/4:hover{
    --tw-translate-x:-50%
  }

  .xl\:hover\:tw--translate-x-3\/4:hover{
    --tw-translate-x:-75%
  }

  .xl\:hover\:tw--translate-x-full:hover{
    --tw-translate-x:-100%
  }

  .xl\:hover\:tw-translate-y-0:hover{
    --tw-translate-y:0px
  }

  .xl\:hover\:tw-translate-y-1:hover{
    --tw-translate-y:0.25rem
  }

  .xl\:hover\:tw-translate-y-2:hover{
    --tw-translate-y:0.5rem
  }

  .xl\:hover\:tw-translate-y-3:hover{
    --tw-translate-y:0.75rem
  }

  .xl\:hover\:tw-translate-y-4:hover{
    --tw-translate-y:1rem
  }

  .xl\:hover\:tw-translate-y-5:hover{
    --tw-translate-y:1.25rem
  }

  .xl\:hover\:tw-translate-y-6:hover{
    --tw-translate-y:1.5rem
  }

  .xl\:hover\:tw-translate-y-7:hover{
    --tw-translate-y:1.75rem
  }

  .xl\:hover\:tw-translate-y-8:hover{
    --tw-translate-y:2rem
  }

  .xl\:hover\:tw-translate-y-9:hover{
    --tw-translate-y:2.25rem
  }

  .xl\:hover\:tw-translate-y-10:hover{
    --tw-translate-y:2.5rem
  }

  .xl\:hover\:tw-translate-y-11:hover{
    --tw-translate-y:2.75rem
  }

  .xl\:hover\:tw-translate-y-12:hover{
    --tw-translate-y:3rem
  }

  .xl\:hover\:tw-translate-y-14:hover{
    --tw-translate-y:3.5rem
  }

  .xl\:hover\:tw-translate-y-16:hover{
    --tw-translate-y:4rem
  }

  .xl\:hover\:tw-translate-y-20:hover{
    --tw-translate-y:5rem
  }

  .xl\:hover\:tw-translate-y-24:hover{
    --tw-translate-y:6rem
  }

  .xl\:hover\:tw-translate-y-28:hover{
    --tw-translate-y:7rem
  }

  .xl\:hover\:tw-translate-y-32:hover{
    --tw-translate-y:8rem
  }

  .xl\:hover\:tw-translate-y-36:hover{
    --tw-translate-y:9rem
  }

  .xl\:hover\:tw-translate-y-40:hover{
    --tw-translate-y:10rem
  }

  .xl\:hover\:tw-translate-y-44:hover{
    --tw-translate-y:11rem
  }

  .xl\:hover\:tw-translate-y-48:hover{
    --tw-translate-y:12rem
  }

  .xl\:hover\:tw-translate-y-52:hover{
    --tw-translate-y:13rem
  }

  .xl\:hover\:tw-translate-y-56:hover{
    --tw-translate-y:14rem
  }

  .xl\:hover\:tw-translate-y-60:hover{
    --tw-translate-y:15rem
  }

  .xl\:hover\:tw-translate-y-64:hover{
    --tw-translate-y:16rem
  }

  .xl\:hover\:tw-translate-y-72:hover{
    --tw-translate-y:18rem
  }

  .xl\:hover\:tw-translate-y-80:hover{
    --tw-translate-y:20rem
  }

  .xl\:hover\:tw-translate-y-96:hover{
    --tw-translate-y:24rem
  }

  .xl\:hover\:tw-translate-y-px:hover{
    --tw-translate-y:1px
  }

  .xl\:hover\:tw-translate-y-0\.5:hover{
    --tw-translate-y:0.125rem
  }

  .xl\:hover\:tw-translate-y-1\.5:hover{
    --tw-translate-y:0.375rem
  }

  .xl\:hover\:tw-translate-y-2\.5:hover{
    --tw-translate-y:0.625rem
  }

  .xl\:hover\:tw-translate-y-3\.5:hover{
    --tw-translate-y:0.875rem
  }

  .xl\:hover\:tw--translate-y-0:hover{
    --tw-translate-y:0px
  }

  .xl\:hover\:tw--translate-y-1:hover{
    --tw-translate-y:-0.25rem
  }

  .xl\:hover\:tw--translate-y-2:hover{
    --tw-translate-y:-0.5rem
  }

  .xl\:hover\:tw--translate-y-3:hover{
    --tw-translate-y:-0.75rem
  }

  .xl\:hover\:tw--translate-y-4:hover{
    --tw-translate-y:-1rem
  }

  .xl\:hover\:tw--translate-y-5:hover{
    --tw-translate-y:-1.25rem
  }

  .xl\:hover\:tw--translate-y-6:hover{
    --tw-translate-y:-1.5rem
  }

  .xl\:hover\:tw--translate-y-7:hover{
    --tw-translate-y:-1.75rem
  }

  .xl\:hover\:tw--translate-y-8:hover{
    --tw-translate-y:-2rem
  }

  .xl\:hover\:tw--translate-y-9:hover{
    --tw-translate-y:-2.25rem
  }

  .xl\:hover\:tw--translate-y-10:hover{
    --tw-translate-y:-2.5rem
  }

  .xl\:hover\:tw--translate-y-11:hover{
    --tw-translate-y:-2.75rem
  }

  .xl\:hover\:tw--translate-y-12:hover{
    --tw-translate-y:-3rem
  }

  .xl\:hover\:tw--translate-y-14:hover{
    --tw-translate-y:-3.5rem
  }

  .xl\:hover\:tw--translate-y-16:hover{
    --tw-translate-y:-4rem
  }

  .xl\:hover\:tw--translate-y-20:hover{
    --tw-translate-y:-5rem
  }

  .xl\:hover\:tw--translate-y-24:hover{
    --tw-translate-y:-6rem
  }

  .xl\:hover\:tw--translate-y-28:hover{
    --tw-translate-y:-7rem
  }

  .xl\:hover\:tw--translate-y-32:hover{
    --tw-translate-y:-8rem
  }

  .xl\:hover\:tw--translate-y-36:hover{
    --tw-translate-y:-9rem
  }

  .xl\:hover\:tw--translate-y-40:hover{
    --tw-translate-y:-10rem
  }

  .xl\:hover\:tw--translate-y-44:hover{
    --tw-translate-y:-11rem
  }

  .xl\:hover\:tw--translate-y-48:hover{
    --tw-translate-y:-12rem
  }

  .xl\:hover\:tw--translate-y-52:hover{
    --tw-translate-y:-13rem
  }

  .xl\:hover\:tw--translate-y-56:hover{
    --tw-translate-y:-14rem
  }

  .xl\:hover\:tw--translate-y-60:hover{
    --tw-translate-y:-15rem
  }

  .xl\:hover\:tw--translate-y-64:hover{
    --tw-translate-y:-16rem
  }

  .xl\:hover\:tw--translate-y-72:hover{
    --tw-translate-y:-18rem
  }

  .xl\:hover\:tw--translate-y-80:hover{
    --tw-translate-y:-20rem
  }

  .xl\:hover\:tw--translate-y-96:hover{
    --tw-translate-y:-24rem
  }

  .xl\:hover\:tw--translate-y-px:hover{
    --tw-translate-y:-1px
  }

  .xl\:hover\:tw--translate-y-0\.5:hover{
    --tw-translate-y:-0.125rem
  }

  .xl\:hover\:tw--translate-y-1\.5:hover{
    --tw-translate-y:-0.375rem
  }

  .xl\:hover\:tw--translate-y-2\.5:hover{
    --tw-translate-y:-0.625rem
  }

  .xl\:hover\:tw--translate-y-3\.5:hover{
    --tw-translate-y:-0.875rem
  }

  .xl\:hover\:tw-translate-y-1\/2:hover{
    --tw-translate-y:50%
  }

  .xl\:hover\:tw-translate-y-1\/3:hover{
    --tw-translate-y:33.333333%
  }

  .xl\:hover\:tw-translate-y-2\/3:hover{
    --tw-translate-y:66.666667%
  }

  .xl\:hover\:tw-translate-y-1\/4:hover{
    --tw-translate-y:25%
  }

  .xl\:hover\:tw-translate-y-2\/4:hover{
    --tw-translate-y:50%
  }

  .xl\:hover\:tw-translate-y-3\/4:hover{
    --tw-translate-y:75%
  }

  .xl\:hover\:tw-translate-y-full:hover{
    --tw-translate-y:100%
  }

  .xl\:hover\:tw--translate-y-1\/2:hover{
    --tw-translate-y:-50%
  }

  .xl\:hover\:tw--translate-y-1\/3:hover{
    --tw-translate-y:-33.333333%
  }

  .xl\:hover\:tw--translate-y-2\/3:hover{
    --tw-translate-y:-66.666667%
  }

  .xl\:hover\:tw--translate-y-1\/4:hover{
    --tw-translate-y:-25%
  }

  .xl\:hover\:tw--translate-y-2\/4:hover{
    --tw-translate-y:-50%
  }

  .xl\:hover\:tw--translate-y-3\/4:hover{
    --tw-translate-y:-75%
  }

  .xl\:hover\:tw--translate-y-full:hover{
    --tw-translate-y:-100%
  }

  .xl\:focus\:tw-translate-x-0:focus{
    --tw-translate-x:0px
  }

  .xl\:focus\:tw-translate-x-1:focus{
    --tw-translate-x:0.25rem
  }

  .xl\:focus\:tw-translate-x-2:focus{
    --tw-translate-x:0.5rem
  }

  .xl\:focus\:tw-translate-x-3:focus{
    --tw-translate-x:0.75rem
  }

  .xl\:focus\:tw-translate-x-4:focus{
    --tw-translate-x:1rem
  }

  .xl\:focus\:tw-translate-x-5:focus{
    --tw-translate-x:1.25rem
  }

  .xl\:focus\:tw-translate-x-6:focus{
    --tw-translate-x:1.5rem
  }

  .xl\:focus\:tw-translate-x-7:focus{
    --tw-translate-x:1.75rem
  }

  .xl\:focus\:tw-translate-x-8:focus{
    --tw-translate-x:2rem
  }

  .xl\:focus\:tw-translate-x-9:focus{
    --tw-translate-x:2.25rem
  }

  .xl\:focus\:tw-translate-x-10:focus{
    --tw-translate-x:2.5rem
  }

  .xl\:focus\:tw-translate-x-11:focus{
    --tw-translate-x:2.75rem
  }

  .xl\:focus\:tw-translate-x-12:focus{
    --tw-translate-x:3rem
  }

  .xl\:focus\:tw-translate-x-14:focus{
    --tw-translate-x:3.5rem
  }

  .xl\:focus\:tw-translate-x-16:focus{
    --tw-translate-x:4rem
  }

  .xl\:focus\:tw-translate-x-20:focus{
    --tw-translate-x:5rem
  }

  .xl\:focus\:tw-translate-x-24:focus{
    --tw-translate-x:6rem
  }

  .xl\:focus\:tw-translate-x-28:focus{
    --tw-translate-x:7rem
  }

  .xl\:focus\:tw-translate-x-32:focus{
    --tw-translate-x:8rem
  }

  .xl\:focus\:tw-translate-x-36:focus{
    --tw-translate-x:9rem
  }

  .xl\:focus\:tw-translate-x-40:focus{
    --tw-translate-x:10rem
  }

  .xl\:focus\:tw-translate-x-44:focus{
    --tw-translate-x:11rem
  }

  .xl\:focus\:tw-translate-x-48:focus{
    --tw-translate-x:12rem
  }

  .xl\:focus\:tw-translate-x-52:focus{
    --tw-translate-x:13rem
  }

  .xl\:focus\:tw-translate-x-56:focus{
    --tw-translate-x:14rem
  }

  .xl\:focus\:tw-translate-x-60:focus{
    --tw-translate-x:15rem
  }

  .xl\:focus\:tw-translate-x-64:focus{
    --tw-translate-x:16rem
  }

  .xl\:focus\:tw-translate-x-72:focus{
    --tw-translate-x:18rem
  }

  .xl\:focus\:tw-translate-x-80:focus{
    --tw-translate-x:20rem
  }

  .xl\:focus\:tw-translate-x-96:focus{
    --tw-translate-x:24rem
  }

  .xl\:focus\:tw-translate-x-px:focus{
    --tw-translate-x:1px
  }

  .xl\:focus\:tw-translate-x-0\.5:focus{
    --tw-translate-x:0.125rem
  }

  .xl\:focus\:tw-translate-x-1\.5:focus{
    --tw-translate-x:0.375rem
  }

  .xl\:focus\:tw-translate-x-2\.5:focus{
    --tw-translate-x:0.625rem
  }

  .xl\:focus\:tw-translate-x-3\.5:focus{
    --tw-translate-x:0.875rem
  }

  .xl\:focus\:tw--translate-x-0:focus{
    --tw-translate-x:0px
  }

  .xl\:focus\:tw--translate-x-1:focus{
    --tw-translate-x:-0.25rem
  }

  .xl\:focus\:tw--translate-x-2:focus{
    --tw-translate-x:-0.5rem
  }

  .xl\:focus\:tw--translate-x-3:focus{
    --tw-translate-x:-0.75rem
  }

  .xl\:focus\:tw--translate-x-4:focus{
    --tw-translate-x:-1rem
  }

  .xl\:focus\:tw--translate-x-5:focus{
    --tw-translate-x:-1.25rem
  }

  .xl\:focus\:tw--translate-x-6:focus{
    --tw-translate-x:-1.5rem
  }

  .xl\:focus\:tw--translate-x-7:focus{
    --tw-translate-x:-1.75rem
  }

  .xl\:focus\:tw--translate-x-8:focus{
    --tw-translate-x:-2rem
  }

  .xl\:focus\:tw--translate-x-9:focus{
    --tw-translate-x:-2.25rem
  }

  .xl\:focus\:tw--translate-x-10:focus{
    --tw-translate-x:-2.5rem
  }

  .xl\:focus\:tw--translate-x-11:focus{
    --tw-translate-x:-2.75rem
  }

  .xl\:focus\:tw--translate-x-12:focus{
    --tw-translate-x:-3rem
  }

  .xl\:focus\:tw--translate-x-14:focus{
    --tw-translate-x:-3.5rem
  }

  .xl\:focus\:tw--translate-x-16:focus{
    --tw-translate-x:-4rem
  }

  .xl\:focus\:tw--translate-x-20:focus{
    --tw-translate-x:-5rem
  }

  .xl\:focus\:tw--translate-x-24:focus{
    --tw-translate-x:-6rem
  }

  .xl\:focus\:tw--translate-x-28:focus{
    --tw-translate-x:-7rem
  }

  .xl\:focus\:tw--translate-x-32:focus{
    --tw-translate-x:-8rem
  }

  .xl\:focus\:tw--translate-x-36:focus{
    --tw-translate-x:-9rem
  }

  .xl\:focus\:tw--translate-x-40:focus{
    --tw-translate-x:-10rem
  }

  .xl\:focus\:tw--translate-x-44:focus{
    --tw-translate-x:-11rem
  }

  .xl\:focus\:tw--translate-x-48:focus{
    --tw-translate-x:-12rem
  }

  .xl\:focus\:tw--translate-x-52:focus{
    --tw-translate-x:-13rem
  }

  .xl\:focus\:tw--translate-x-56:focus{
    --tw-translate-x:-14rem
  }

  .xl\:focus\:tw--translate-x-60:focus{
    --tw-translate-x:-15rem
  }

  .xl\:focus\:tw--translate-x-64:focus{
    --tw-translate-x:-16rem
  }

  .xl\:focus\:tw--translate-x-72:focus{
    --tw-translate-x:-18rem
  }

  .xl\:focus\:tw--translate-x-80:focus{
    --tw-translate-x:-20rem
  }

  .xl\:focus\:tw--translate-x-96:focus{
    --tw-translate-x:-24rem
  }

  .xl\:focus\:tw--translate-x-px:focus{
    --tw-translate-x:-1px
  }

  .xl\:focus\:tw--translate-x-0\.5:focus{
    --tw-translate-x:-0.125rem
  }

  .xl\:focus\:tw--translate-x-1\.5:focus{
    --tw-translate-x:-0.375rem
  }

  .xl\:focus\:tw--translate-x-2\.5:focus{
    --tw-translate-x:-0.625rem
  }

  .xl\:focus\:tw--translate-x-3\.5:focus{
    --tw-translate-x:-0.875rem
  }

  .xl\:focus\:tw-translate-x-1\/2:focus{
    --tw-translate-x:50%
  }

  .xl\:focus\:tw-translate-x-1\/3:focus{
    --tw-translate-x:33.333333%
  }

  .xl\:focus\:tw-translate-x-2\/3:focus{
    --tw-translate-x:66.666667%
  }

  .xl\:focus\:tw-translate-x-1\/4:focus{
    --tw-translate-x:25%
  }

  .xl\:focus\:tw-translate-x-2\/4:focus{
    --tw-translate-x:50%
  }

  .xl\:focus\:tw-translate-x-3\/4:focus{
    --tw-translate-x:75%
  }

  .xl\:focus\:tw-translate-x-full:focus{
    --tw-translate-x:100%
  }

  .xl\:focus\:tw--translate-x-1\/2:focus{
    --tw-translate-x:-50%
  }

  .xl\:focus\:tw--translate-x-1\/3:focus{
    --tw-translate-x:-33.333333%
  }

  .xl\:focus\:tw--translate-x-2\/3:focus{
    --tw-translate-x:-66.666667%
  }

  .xl\:focus\:tw--translate-x-1\/4:focus{
    --tw-translate-x:-25%
  }

  .xl\:focus\:tw--translate-x-2\/4:focus{
    --tw-translate-x:-50%
  }

  .xl\:focus\:tw--translate-x-3\/4:focus{
    --tw-translate-x:-75%
  }

  .xl\:focus\:tw--translate-x-full:focus{
    --tw-translate-x:-100%
  }

  .xl\:focus\:tw-translate-y-0:focus{
    --tw-translate-y:0px
  }

  .xl\:focus\:tw-translate-y-1:focus{
    --tw-translate-y:0.25rem
  }

  .xl\:focus\:tw-translate-y-2:focus{
    --tw-translate-y:0.5rem
  }

  .xl\:focus\:tw-translate-y-3:focus{
    --tw-translate-y:0.75rem
  }

  .xl\:focus\:tw-translate-y-4:focus{
    --tw-translate-y:1rem
  }

  .xl\:focus\:tw-translate-y-5:focus{
    --tw-translate-y:1.25rem
  }

  .xl\:focus\:tw-translate-y-6:focus{
    --tw-translate-y:1.5rem
  }

  .xl\:focus\:tw-translate-y-7:focus{
    --tw-translate-y:1.75rem
  }

  .xl\:focus\:tw-translate-y-8:focus{
    --tw-translate-y:2rem
  }

  .xl\:focus\:tw-translate-y-9:focus{
    --tw-translate-y:2.25rem
  }

  .xl\:focus\:tw-translate-y-10:focus{
    --tw-translate-y:2.5rem
  }

  .xl\:focus\:tw-translate-y-11:focus{
    --tw-translate-y:2.75rem
  }

  .xl\:focus\:tw-translate-y-12:focus{
    --tw-translate-y:3rem
  }

  .xl\:focus\:tw-translate-y-14:focus{
    --tw-translate-y:3.5rem
  }

  .xl\:focus\:tw-translate-y-16:focus{
    --tw-translate-y:4rem
  }

  .xl\:focus\:tw-translate-y-20:focus{
    --tw-translate-y:5rem
  }

  .xl\:focus\:tw-translate-y-24:focus{
    --tw-translate-y:6rem
  }

  .xl\:focus\:tw-translate-y-28:focus{
    --tw-translate-y:7rem
  }

  .xl\:focus\:tw-translate-y-32:focus{
    --tw-translate-y:8rem
  }

  .xl\:focus\:tw-translate-y-36:focus{
    --tw-translate-y:9rem
  }

  .xl\:focus\:tw-translate-y-40:focus{
    --tw-translate-y:10rem
  }

  .xl\:focus\:tw-translate-y-44:focus{
    --tw-translate-y:11rem
  }

  .xl\:focus\:tw-translate-y-48:focus{
    --tw-translate-y:12rem
  }

  .xl\:focus\:tw-translate-y-52:focus{
    --tw-translate-y:13rem
  }

  .xl\:focus\:tw-translate-y-56:focus{
    --tw-translate-y:14rem
  }

  .xl\:focus\:tw-translate-y-60:focus{
    --tw-translate-y:15rem
  }

  .xl\:focus\:tw-translate-y-64:focus{
    --tw-translate-y:16rem
  }

  .xl\:focus\:tw-translate-y-72:focus{
    --tw-translate-y:18rem
  }

  .xl\:focus\:tw-translate-y-80:focus{
    --tw-translate-y:20rem
  }

  .xl\:focus\:tw-translate-y-96:focus{
    --tw-translate-y:24rem
  }

  .xl\:focus\:tw-translate-y-px:focus{
    --tw-translate-y:1px
  }

  .xl\:focus\:tw-translate-y-0\.5:focus{
    --tw-translate-y:0.125rem
  }

  .xl\:focus\:tw-translate-y-1\.5:focus{
    --tw-translate-y:0.375rem
  }

  .xl\:focus\:tw-translate-y-2\.5:focus{
    --tw-translate-y:0.625rem
  }

  .xl\:focus\:tw-translate-y-3\.5:focus{
    --tw-translate-y:0.875rem
  }

  .xl\:focus\:tw--translate-y-0:focus{
    --tw-translate-y:0px
  }

  .xl\:focus\:tw--translate-y-1:focus{
    --tw-translate-y:-0.25rem
  }

  .xl\:focus\:tw--translate-y-2:focus{
    --tw-translate-y:-0.5rem
  }

  .xl\:focus\:tw--translate-y-3:focus{
    --tw-translate-y:-0.75rem
  }

  .xl\:focus\:tw--translate-y-4:focus{
    --tw-translate-y:-1rem
  }

  .xl\:focus\:tw--translate-y-5:focus{
    --tw-translate-y:-1.25rem
  }

  .xl\:focus\:tw--translate-y-6:focus{
    --tw-translate-y:-1.5rem
  }

  .xl\:focus\:tw--translate-y-7:focus{
    --tw-translate-y:-1.75rem
  }

  .xl\:focus\:tw--translate-y-8:focus{
    --tw-translate-y:-2rem
  }

  .xl\:focus\:tw--translate-y-9:focus{
    --tw-translate-y:-2.25rem
  }

  .xl\:focus\:tw--translate-y-10:focus{
    --tw-translate-y:-2.5rem
  }

  .xl\:focus\:tw--translate-y-11:focus{
    --tw-translate-y:-2.75rem
  }

  .xl\:focus\:tw--translate-y-12:focus{
    --tw-translate-y:-3rem
  }

  .xl\:focus\:tw--translate-y-14:focus{
    --tw-translate-y:-3.5rem
  }

  .xl\:focus\:tw--translate-y-16:focus{
    --tw-translate-y:-4rem
  }

  .xl\:focus\:tw--translate-y-20:focus{
    --tw-translate-y:-5rem
  }

  .xl\:focus\:tw--translate-y-24:focus{
    --tw-translate-y:-6rem
  }

  .xl\:focus\:tw--translate-y-28:focus{
    --tw-translate-y:-7rem
  }

  .xl\:focus\:tw--translate-y-32:focus{
    --tw-translate-y:-8rem
  }

  .xl\:focus\:tw--translate-y-36:focus{
    --tw-translate-y:-9rem
  }

  .xl\:focus\:tw--translate-y-40:focus{
    --tw-translate-y:-10rem
  }

  .xl\:focus\:tw--translate-y-44:focus{
    --tw-translate-y:-11rem
  }

  .xl\:focus\:tw--translate-y-48:focus{
    --tw-translate-y:-12rem
  }

  .xl\:focus\:tw--translate-y-52:focus{
    --tw-translate-y:-13rem
  }

  .xl\:focus\:tw--translate-y-56:focus{
    --tw-translate-y:-14rem
  }

  .xl\:focus\:tw--translate-y-60:focus{
    --tw-translate-y:-15rem
  }

  .xl\:focus\:tw--translate-y-64:focus{
    --tw-translate-y:-16rem
  }

  .xl\:focus\:tw--translate-y-72:focus{
    --tw-translate-y:-18rem
  }

  .xl\:focus\:tw--translate-y-80:focus{
    --tw-translate-y:-20rem
  }

  .xl\:focus\:tw--translate-y-96:focus{
    --tw-translate-y:-24rem
  }

  .xl\:focus\:tw--translate-y-px:focus{
    --tw-translate-y:-1px
  }

  .xl\:focus\:tw--translate-y-0\.5:focus{
    --tw-translate-y:-0.125rem
  }

  .xl\:focus\:tw--translate-y-1\.5:focus{
    --tw-translate-y:-0.375rem
  }

  .xl\:focus\:tw--translate-y-2\.5:focus{
    --tw-translate-y:-0.625rem
  }

  .xl\:focus\:tw--translate-y-3\.5:focus{
    --tw-translate-y:-0.875rem
  }

  .xl\:focus\:tw-translate-y-1\/2:focus{
    --tw-translate-y:50%
  }

  .xl\:focus\:tw-translate-y-1\/3:focus{
    --tw-translate-y:33.333333%
  }

  .xl\:focus\:tw-translate-y-2\/3:focus{
    --tw-translate-y:66.666667%
  }

  .xl\:focus\:tw-translate-y-1\/4:focus{
    --tw-translate-y:25%
  }

  .xl\:focus\:tw-translate-y-2\/4:focus{
    --tw-translate-y:50%
  }

  .xl\:focus\:tw-translate-y-3\/4:focus{
    --tw-translate-y:75%
  }

  .xl\:focus\:tw-translate-y-full:focus{
    --tw-translate-y:100%
  }

  .xl\:focus\:tw--translate-y-1\/2:focus{
    --tw-translate-y:-50%
  }

  .xl\:focus\:tw--translate-y-1\/3:focus{
    --tw-translate-y:-33.333333%
  }

  .xl\:focus\:tw--translate-y-2\/3:focus{
    --tw-translate-y:-66.666667%
  }

  .xl\:focus\:tw--translate-y-1\/4:focus{
    --tw-translate-y:-25%
  }

  .xl\:focus\:tw--translate-y-2\/4:focus{
    --tw-translate-y:-50%
  }

  .xl\:focus\:tw--translate-y-3\/4:focus{
    --tw-translate-y:-75%
  }

  .xl\:focus\:tw--translate-y-full:focus{
    --tw-translate-y:-100%
  }

  .xl\:tw-rotate-0{
    --tw-rotate:0deg
  }

  .xl\:tw-rotate-1{
    --tw-rotate:1deg
  }

  .xl\:tw-rotate-2{
    --tw-rotate:2deg
  }

  .xl\:tw-rotate-3{
    --tw-rotate:3deg
  }

  .xl\:tw-rotate-6{
    --tw-rotate:6deg
  }

  .xl\:tw-rotate-12{
    --tw-rotate:12deg
  }

  .xl\:tw-rotate-45{
    --tw-rotate:45deg
  }

  .xl\:tw-rotate-90{
    --tw-rotate:90deg
  }

  .xl\:tw-rotate-180{
    --tw-rotate:180deg
  }

  .xl\:tw--rotate-180{
    --tw-rotate:-180deg
  }

  .xl\:tw--rotate-90{
    --tw-rotate:-90deg
  }

  .xl\:tw--rotate-45{
    --tw-rotate:-45deg
  }

  .xl\:tw--rotate-12{
    --tw-rotate:-12deg
  }

  .xl\:tw--rotate-6{
    --tw-rotate:-6deg
  }

  .xl\:tw--rotate-3{
    --tw-rotate:-3deg
  }

  .xl\:tw--rotate-2{
    --tw-rotate:-2deg
  }

  .xl\:tw--rotate-1{
    --tw-rotate:-1deg
  }

  .xl\:hover\:tw-rotate-0:hover{
    --tw-rotate:0deg
  }

  .xl\:hover\:tw-rotate-1:hover{
    --tw-rotate:1deg
  }

  .xl\:hover\:tw-rotate-2:hover{
    --tw-rotate:2deg
  }

  .xl\:hover\:tw-rotate-3:hover{
    --tw-rotate:3deg
  }

  .xl\:hover\:tw-rotate-6:hover{
    --tw-rotate:6deg
  }

  .xl\:hover\:tw-rotate-12:hover{
    --tw-rotate:12deg
  }

  .xl\:hover\:tw-rotate-45:hover{
    --tw-rotate:45deg
  }

  .xl\:hover\:tw-rotate-90:hover{
    --tw-rotate:90deg
  }

  .xl\:hover\:tw-rotate-180:hover{
    --tw-rotate:180deg
  }

  .xl\:hover\:tw--rotate-180:hover{
    --tw-rotate:-180deg
  }

  .xl\:hover\:tw--rotate-90:hover{
    --tw-rotate:-90deg
  }

  .xl\:hover\:tw--rotate-45:hover{
    --tw-rotate:-45deg
  }

  .xl\:hover\:tw--rotate-12:hover{
    --tw-rotate:-12deg
  }

  .xl\:hover\:tw--rotate-6:hover{
    --tw-rotate:-6deg
  }

  .xl\:hover\:tw--rotate-3:hover{
    --tw-rotate:-3deg
  }

  .xl\:hover\:tw--rotate-2:hover{
    --tw-rotate:-2deg
  }

  .xl\:hover\:tw--rotate-1:hover{
    --tw-rotate:-1deg
  }

  .xl\:focus\:tw-rotate-0:focus{
    --tw-rotate:0deg
  }

  .xl\:focus\:tw-rotate-1:focus{
    --tw-rotate:1deg
  }

  .xl\:focus\:tw-rotate-2:focus{
    --tw-rotate:2deg
  }

  .xl\:focus\:tw-rotate-3:focus{
    --tw-rotate:3deg
  }

  .xl\:focus\:tw-rotate-6:focus{
    --tw-rotate:6deg
  }

  .xl\:focus\:tw-rotate-12:focus{
    --tw-rotate:12deg
  }

  .xl\:focus\:tw-rotate-45:focus{
    --tw-rotate:45deg
  }

  .xl\:focus\:tw-rotate-90:focus{
    --tw-rotate:90deg
  }

  .xl\:focus\:tw-rotate-180:focus{
    --tw-rotate:180deg
  }

  .xl\:focus\:tw--rotate-180:focus{
    --tw-rotate:-180deg
  }

  .xl\:focus\:tw--rotate-90:focus{
    --tw-rotate:-90deg
  }

  .xl\:focus\:tw--rotate-45:focus{
    --tw-rotate:-45deg
  }

  .xl\:focus\:tw--rotate-12:focus{
    --tw-rotate:-12deg
  }

  .xl\:focus\:tw--rotate-6:focus{
    --tw-rotate:-6deg
  }

  .xl\:focus\:tw--rotate-3:focus{
    --tw-rotate:-3deg
  }

  .xl\:focus\:tw--rotate-2:focus{
    --tw-rotate:-2deg
  }

  .xl\:focus\:tw--rotate-1:focus{
    --tw-rotate:-1deg
  }

  .xl\:tw-skew-x-0{
    --tw-skew-x:0deg
  }

  .xl\:tw-skew-x-1{
    --tw-skew-x:1deg
  }

  .xl\:tw-skew-x-2{
    --tw-skew-x:2deg
  }

  .xl\:tw-skew-x-3{
    --tw-skew-x:3deg
  }

  .xl\:tw-skew-x-6{
    --tw-skew-x:6deg
  }

  .xl\:tw-skew-x-12{
    --tw-skew-x:12deg
  }

  .xl\:tw--skew-x-12{
    --tw-skew-x:-12deg
  }

  .xl\:tw--skew-x-6{
    --tw-skew-x:-6deg
  }

  .xl\:tw--skew-x-3{
    --tw-skew-x:-3deg
  }

  .xl\:tw--skew-x-2{
    --tw-skew-x:-2deg
  }

  .xl\:tw--skew-x-1{
    --tw-skew-x:-1deg
  }

  .xl\:tw-skew-y-0{
    --tw-skew-y:0deg
  }

  .xl\:tw-skew-y-1{
    --tw-skew-y:1deg
  }

  .xl\:tw-skew-y-2{
    --tw-skew-y:2deg
  }

  .xl\:tw-skew-y-3{
    --tw-skew-y:3deg
  }

  .xl\:tw-skew-y-6{
    --tw-skew-y:6deg
  }

  .xl\:tw-skew-y-12{
    --tw-skew-y:12deg
  }

  .xl\:tw--skew-y-12{
    --tw-skew-y:-12deg
  }

  .xl\:tw--skew-y-6{
    --tw-skew-y:-6deg
  }

  .xl\:tw--skew-y-3{
    --tw-skew-y:-3deg
  }

  .xl\:tw--skew-y-2{
    --tw-skew-y:-2deg
  }

  .xl\:tw--skew-y-1{
    --tw-skew-y:-1deg
  }

  .xl\:hover\:tw-skew-x-0:hover{
    --tw-skew-x:0deg
  }

  .xl\:hover\:tw-skew-x-1:hover{
    --tw-skew-x:1deg
  }

  .xl\:hover\:tw-skew-x-2:hover{
    --tw-skew-x:2deg
  }

  .xl\:hover\:tw-skew-x-3:hover{
    --tw-skew-x:3deg
  }

  .xl\:hover\:tw-skew-x-6:hover{
    --tw-skew-x:6deg
  }

  .xl\:hover\:tw-skew-x-12:hover{
    --tw-skew-x:12deg
  }

  .xl\:hover\:tw--skew-x-12:hover{
    --tw-skew-x:-12deg
  }

  .xl\:hover\:tw--skew-x-6:hover{
    --tw-skew-x:-6deg
  }

  .xl\:hover\:tw--skew-x-3:hover{
    --tw-skew-x:-3deg
  }

  .xl\:hover\:tw--skew-x-2:hover{
    --tw-skew-x:-2deg
  }

  .xl\:hover\:tw--skew-x-1:hover{
    --tw-skew-x:-1deg
  }

  .xl\:hover\:tw-skew-y-0:hover{
    --tw-skew-y:0deg
  }

  .xl\:hover\:tw-skew-y-1:hover{
    --tw-skew-y:1deg
  }

  .xl\:hover\:tw-skew-y-2:hover{
    --tw-skew-y:2deg
  }

  .xl\:hover\:tw-skew-y-3:hover{
    --tw-skew-y:3deg
  }

  .xl\:hover\:tw-skew-y-6:hover{
    --tw-skew-y:6deg
  }

  .xl\:hover\:tw-skew-y-12:hover{
    --tw-skew-y:12deg
  }

  .xl\:hover\:tw--skew-y-12:hover{
    --tw-skew-y:-12deg
  }

  .xl\:hover\:tw--skew-y-6:hover{
    --tw-skew-y:-6deg
  }

  .xl\:hover\:tw--skew-y-3:hover{
    --tw-skew-y:-3deg
  }

  .xl\:hover\:tw--skew-y-2:hover{
    --tw-skew-y:-2deg
  }

  .xl\:hover\:tw--skew-y-1:hover{
    --tw-skew-y:-1deg
  }

  .xl\:focus\:tw-skew-x-0:focus{
    --tw-skew-x:0deg
  }

  .xl\:focus\:tw-skew-x-1:focus{
    --tw-skew-x:1deg
  }

  .xl\:focus\:tw-skew-x-2:focus{
    --tw-skew-x:2deg
  }

  .xl\:focus\:tw-skew-x-3:focus{
    --tw-skew-x:3deg
  }

  .xl\:focus\:tw-skew-x-6:focus{
    --tw-skew-x:6deg
  }

  .xl\:focus\:tw-skew-x-12:focus{
    --tw-skew-x:12deg
  }

  .xl\:focus\:tw--skew-x-12:focus{
    --tw-skew-x:-12deg
  }

  .xl\:focus\:tw--skew-x-6:focus{
    --tw-skew-x:-6deg
  }

  .xl\:focus\:tw--skew-x-3:focus{
    --tw-skew-x:-3deg
  }

  .xl\:focus\:tw--skew-x-2:focus{
    --tw-skew-x:-2deg
  }

  .xl\:focus\:tw--skew-x-1:focus{
    --tw-skew-x:-1deg
  }

  .xl\:focus\:tw-skew-y-0:focus{
    --tw-skew-y:0deg
  }

  .xl\:focus\:tw-skew-y-1:focus{
    --tw-skew-y:1deg
  }

  .xl\:focus\:tw-skew-y-2:focus{
    --tw-skew-y:2deg
  }

  .xl\:focus\:tw-skew-y-3:focus{
    --tw-skew-y:3deg
  }

  .xl\:focus\:tw-skew-y-6:focus{
    --tw-skew-y:6deg
  }

  .xl\:focus\:tw-skew-y-12:focus{
    --tw-skew-y:12deg
  }

  .xl\:focus\:tw--skew-y-12:focus{
    --tw-skew-y:-12deg
  }

  .xl\:focus\:tw--skew-y-6:focus{
    --tw-skew-y:-6deg
  }

  .xl\:focus\:tw--skew-y-3:focus{
    --tw-skew-y:-3deg
  }

  .xl\:focus\:tw--skew-y-2:focus{
    --tw-skew-y:-2deg
  }

  .xl\:focus\:tw--skew-y-1:focus{
    --tw-skew-y:-1deg
  }

  .xl\:tw-scale-0{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .xl\:tw-scale-50{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .xl\:tw-scale-75{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .xl\:tw-scale-90{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .xl\:tw-scale-95{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .xl\:tw-scale-100{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .xl\:tw-scale-105{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .xl\:tw-scale-110{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .xl\:tw-scale-125{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .xl\:tw-scale-150{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .xl\:hover\:tw-scale-0:hover{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .xl\:hover\:tw-scale-50:hover{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .xl\:hover\:tw-scale-75:hover{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .xl\:hover\:tw-scale-90:hover{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .xl\:hover\:tw-scale-95:hover{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .xl\:hover\:tw-scale-100:hover{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .xl\:hover\:tw-scale-105:hover{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .xl\:hover\:tw-scale-110:hover{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .xl\:hover\:tw-scale-125:hover{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .xl\:hover\:tw-scale-150:hover{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .xl\:focus\:tw-scale-0:focus{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .xl\:focus\:tw-scale-50:focus{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .xl\:focus\:tw-scale-75:focus{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .xl\:focus\:tw-scale-90:focus{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .xl\:focus\:tw-scale-95:focus{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .xl\:focus\:tw-scale-100:focus{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .xl\:focus\:tw-scale-105:focus{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .xl\:focus\:tw-scale-110:focus{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .xl\:focus\:tw-scale-125:focus{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .xl\:focus\:tw-scale-150:focus{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .xl\:tw-scale-x-0{
    --tw-scale-x:0
  }

  .xl\:tw-scale-x-50{
    --tw-scale-x:.5
  }

  .xl\:tw-scale-x-75{
    --tw-scale-x:.75
  }

  .xl\:tw-scale-x-90{
    --tw-scale-x:.9
  }

  .xl\:tw-scale-x-95{
    --tw-scale-x:.95
  }

  .xl\:tw-scale-x-100{
    --tw-scale-x:1
  }

  .xl\:tw-scale-x-105{
    --tw-scale-x:1.05
  }

  .xl\:tw-scale-x-110{
    --tw-scale-x:1.1
  }

  .xl\:tw-scale-x-125{
    --tw-scale-x:1.25
  }

  .xl\:tw-scale-x-150{
    --tw-scale-x:1.5
  }

  .xl\:tw-scale-y-0{
    --tw-scale-y:0
  }

  .xl\:tw-scale-y-50{
    --tw-scale-y:.5
  }

  .xl\:tw-scale-y-75{
    --tw-scale-y:.75
  }

  .xl\:tw-scale-y-90{
    --tw-scale-y:.9
  }

  .xl\:tw-scale-y-95{
    --tw-scale-y:.95
  }

  .xl\:tw-scale-y-100{
    --tw-scale-y:1
  }

  .xl\:tw-scale-y-105{
    --tw-scale-y:1.05
  }

  .xl\:tw-scale-y-110{
    --tw-scale-y:1.1
  }

  .xl\:tw-scale-y-125{
    --tw-scale-y:1.25
  }

  .xl\:tw-scale-y-150{
    --tw-scale-y:1.5
  }

  .xl\:hover\:tw-scale-x-0:hover{
    --tw-scale-x:0
  }

  .xl\:hover\:tw-scale-x-50:hover{
    --tw-scale-x:.5
  }

  .xl\:hover\:tw-scale-x-75:hover{
    --tw-scale-x:.75
  }

  .xl\:hover\:tw-scale-x-90:hover{
    --tw-scale-x:.9
  }

  .xl\:hover\:tw-scale-x-95:hover{
    --tw-scale-x:.95
  }

  .xl\:hover\:tw-scale-x-100:hover{
    --tw-scale-x:1
  }

  .xl\:hover\:tw-scale-x-105:hover{
    --tw-scale-x:1.05
  }

  .xl\:hover\:tw-scale-x-110:hover{
    --tw-scale-x:1.1
  }

  .xl\:hover\:tw-scale-x-125:hover{
    --tw-scale-x:1.25
  }

  .xl\:hover\:tw-scale-x-150:hover{
    --tw-scale-x:1.5
  }

  .xl\:hover\:tw-scale-y-0:hover{
    --tw-scale-y:0
  }

  .xl\:hover\:tw-scale-y-50:hover{
    --tw-scale-y:.5
  }

  .xl\:hover\:tw-scale-y-75:hover{
    --tw-scale-y:.75
  }

  .xl\:hover\:tw-scale-y-90:hover{
    --tw-scale-y:.9
  }

  .xl\:hover\:tw-scale-y-95:hover{
    --tw-scale-y:.95
  }

  .xl\:hover\:tw-scale-y-100:hover{
    --tw-scale-y:1
  }

  .xl\:hover\:tw-scale-y-105:hover{
    --tw-scale-y:1.05
  }

  .xl\:hover\:tw-scale-y-110:hover{
    --tw-scale-y:1.1
  }

  .xl\:hover\:tw-scale-y-125:hover{
    --tw-scale-y:1.25
  }

  .xl\:hover\:tw-scale-y-150:hover{
    --tw-scale-y:1.5
  }

  .xl\:focus\:tw-scale-x-0:focus{
    --tw-scale-x:0
  }

  .xl\:focus\:tw-scale-x-50:focus{
    --tw-scale-x:.5
  }

  .xl\:focus\:tw-scale-x-75:focus{
    --tw-scale-x:.75
  }

  .xl\:focus\:tw-scale-x-90:focus{
    --tw-scale-x:.9
  }

  .xl\:focus\:tw-scale-x-95:focus{
    --tw-scale-x:.95
  }

  .xl\:focus\:tw-scale-x-100:focus{
    --tw-scale-x:1
  }

  .xl\:focus\:tw-scale-x-105:focus{
    --tw-scale-x:1.05
  }

  .xl\:focus\:tw-scale-x-110:focus{
    --tw-scale-x:1.1
  }

  .xl\:focus\:tw-scale-x-125:focus{
    --tw-scale-x:1.25
  }

  .xl\:focus\:tw-scale-x-150:focus{
    --tw-scale-x:1.5
  }

  .xl\:focus\:tw-scale-y-0:focus{
    --tw-scale-y:0
  }

  .xl\:focus\:tw-scale-y-50:focus{
    --tw-scale-y:.5
  }

  .xl\:focus\:tw-scale-y-75:focus{
    --tw-scale-y:.75
  }

  .xl\:focus\:tw-scale-y-90:focus{
    --tw-scale-y:.9
  }

  .xl\:focus\:tw-scale-y-95:focus{
    --tw-scale-y:.95
  }

  .xl\:focus\:tw-scale-y-100:focus{
    --tw-scale-y:1
  }

  .xl\:focus\:tw-scale-y-105:focus{
    --tw-scale-y:1.05
  }

  .xl\:focus\:tw-scale-y-110:focus{
    --tw-scale-y:1.1
  }

  .xl\:focus\:tw-scale-y-125:focus{
    --tw-scale-y:1.25
  }

  .xl\:focus\:tw-scale-y-150:focus{
    --tw-scale-y:1.5
  }

  .xl\:tw-animate-none{
    animation:none
  }

  .xl\:tw-animate-spin{
    animation:tw-spin 1s linear infinite
  }

  .xl\:tw-animate-ping{
    animation:tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
  }

  .xl\:tw-animate-pulse{
    animation:tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
  }

  .xl\:tw-animate-bounce{
    animation:tw-bounce 1s infinite
  }

  .xl\:tw-cursor-auto{
    cursor:auto
  }

  .xl\:tw-cursor-default{
    cursor:default
  }

  .xl\:tw-cursor-pointer{
    cursor:pointer
  }

  .xl\:tw-cursor-wait{
    cursor:wait
  }

  .xl\:tw-cursor-text{
    cursor:text
  }

  .xl\:tw-cursor-move{
    cursor:move
  }

  .xl\:tw-cursor-help{
    cursor:help
  }

  .xl\:tw-cursor-not-allowed{
    cursor:not-allowed
  }

  .xl\:tw-select-none{
    -webkit-user-select:none;
            user-select:none
  }

  .xl\:tw-select-text{
    -webkit-user-select:text;
            user-select:text
  }

  .xl\:tw-select-all{
    -webkit-user-select:all;
            user-select:all
  }

  .xl\:tw-select-auto{
    -webkit-user-select:auto;
            user-select:auto
  }

  .xl\:tw-resize-none{
    resize:none
  }

  .xl\:tw-resize-y{
    resize:vertical
  }

  .xl\:tw-resize-x{
    resize:horizontal
  }

  .xl\:tw-resize{
    resize:both
  }

  .xl\:tw-list-inside{
    list-style-position:inside
  }

  .xl\:tw-list-outside{
    list-style-position:outside
  }

  .xl\:tw-list-none{
    list-style-type:none
  }

  .xl\:tw-list-disc{
    list-style-type:disc
  }

  .xl\:tw-list-decimal{
    list-style-type:decimal
  }

  .xl\:tw-appearance-none{
    appearance:none
  }

  .xl\:tw-auto-cols-auto{
    grid-auto-columns:auto
  }

  .xl\:tw-auto-cols-min{
    grid-auto-columns:min-content
  }

  .xl\:tw-auto-cols-max{
    grid-auto-columns:max-content
  }

  .xl\:tw-auto-cols-fr{
    grid-auto-columns:minmax(0, 1fr)
  }

  .xl\:tw-grid-flow-row{
    grid-auto-flow:row
  }

  .xl\:tw-grid-flow-col{
    grid-auto-flow:column
  }

  .xl\:tw-grid-flow-row-dense{
    grid-auto-flow:row dense
  }

  .xl\:tw-grid-flow-col-dense{
    grid-auto-flow:column dense
  }

  .xl\:tw-auto-rows-auto{
    grid-auto-rows:auto
  }

  .xl\:tw-auto-rows-min{
    grid-auto-rows:min-content
  }

  .xl\:tw-auto-rows-max{
    grid-auto-rows:max-content
  }

  .xl\:tw-auto-rows-fr{
    grid-auto-rows:minmax(0, 1fr)
  }

  .xl\:tw-grid-cols-1{
    grid-template-columns:repeat(1, minmax(0, 1fr))
  }

  .xl\:tw-grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .xl\:tw-grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .xl\:tw-grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }

  .xl\:tw-grid-cols-5{
    grid-template-columns:repeat(5, minmax(0, 1fr))
  }

  .xl\:tw-grid-cols-6{
    grid-template-columns:repeat(6, minmax(0, 1fr))
  }

  .xl\:tw-grid-cols-7{
    grid-template-columns:repeat(7, minmax(0, 1fr))
  }

  .xl\:tw-grid-cols-8{
    grid-template-columns:repeat(8, minmax(0, 1fr))
  }

  .xl\:tw-grid-cols-9{
    grid-template-columns:repeat(9, minmax(0, 1fr))
  }

  .xl\:tw-grid-cols-10{
    grid-template-columns:repeat(10, minmax(0, 1fr))
  }

  .xl\:tw-grid-cols-11{
    grid-template-columns:repeat(11, minmax(0, 1fr))
  }

  .xl\:tw-grid-cols-12{
    grid-template-columns:repeat(12, minmax(0, 1fr))
  }

  .xl\:tw-grid-cols-none{
    grid-template-columns:none
  }

  .xl\:tw-grid-rows-1{
    grid-template-rows:repeat(1, minmax(0, 1fr))
  }

  .xl\:tw-grid-rows-2{
    grid-template-rows:repeat(2, minmax(0, 1fr))
  }

  .xl\:tw-grid-rows-3{
    grid-template-rows:repeat(3, minmax(0, 1fr))
  }

  .xl\:tw-grid-rows-4{
    grid-template-rows:repeat(4, minmax(0, 1fr))
  }

  .xl\:tw-grid-rows-5{
    grid-template-rows:repeat(5, minmax(0, 1fr))
  }

  .xl\:tw-grid-rows-6{
    grid-template-rows:repeat(6, minmax(0, 1fr))
  }

  .xl\:tw-grid-rows-none{
    grid-template-rows:none
  }

  .xl\:tw-flex-row{
    flex-direction:row
  }

  .xl\:tw-flex-row-reverse{
    flex-direction:row-reverse
  }

  .xl\:tw-flex-col{
    flex-direction:column
  }

  .xl\:tw-flex-col-reverse{
    flex-direction:column-reverse
  }

  .xl\:tw-flex-wrap{
    flex-wrap:wrap
  }

  .xl\:tw-flex-wrap-reverse{
    flex-wrap:wrap-reverse
  }

  .xl\:tw-flex-nowrap{
    flex-wrap:nowrap
  }

  .xl\:tw-place-content-center{
    place-content:center
  }

  .xl\:tw-place-content-start{
    place-content:start
  }

  .xl\:tw-place-content-end{
    place-content:end
  }

  .xl\:tw-place-content-between{
    place-content:space-between
  }

  .xl\:tw-place-content-around{
    place-content:space-around
  }

  .xl\:tw-place-content-evenly{
    place-content:space-evenly
  }

  .xl\:tw-place-content-stretch{
    place-content:stretch
  }

  .xl\:tw-place-items-start{
    place-items:start
  }

  .xl\:tw-place-items-end{
    place-items:end
  }

  .xl\:tw-place-items-center{
    place-items:center
  }

  .xl\:tw-place-items-stretch{
    place-items:stretch
  }

  .xl\:tw-content-center{
    align-content:center
  }

  .xl\:tw-content-start{
    align-content:flex-start
  }

  .xl\:tw-content-end{
    align-content:flex-end
  }

  .xl\:tw-content-between{
    align-content:space-between
  }

  .xl\:tw-content-around{
    align-content:space-around
  }

  .xl\:tw-content-evenly{
    align-content:space-evenly
  }

  .xl\:tw-items-start{
    align-items:flex-start
  }

  .xl\:tw-items-end{
    align-items:flex-end
  }

  .xl\:tw-items-center{
    align-items:center
  }

  .xl\:tw-items-baseline{
    align-items:baseline
  }

  .xl\:tw-items-stretch{
    align-items:stretch
  }

  .xl\:tw-justify-start{
    justify-content:flex-start
  }

  .xl\:tw-justify-end{
    justify-content:flex-end
  }

  .xl\:tw-justify-center{
    justify-content:center
  }

  .xl\:tw-justify-between{
    justify-content:space-between
  }

  .xl\:tw-justify-around{
    justify-content:space-around
  }

  .xl\:tw-justify-evenly{
    justify-content:space-evenly
  }

  .xl\:tw-justify-items-start{
    justify-items:start
  }

  .xl\:tw-justify-items-end{
    justify-items:end
  }

  .xl\:tw-justify-items-center{
    justify-items:center
  }

  .xl\:tw-justify-items-stretch{
    justify-items:stretch
  }

  .xl\:tw-gap-0{
    grid-gap:0px;
    gap:0px
  }

  .xl\:tw-gap-1{
    grid-gap:0.25rem;
    gap:0.25rem
  }

  .xl\:tw-gap-2{
    grid-gap:0.5rem;
    gap:0.5rem
  }

  .xl\:tw-gap-3{
    grid-gap:0.75rem;
    gap:0.75rem
  }

  .xl\:tw-gap-4{
    grid-gap:1rem;
    gap:1rem
  }

  .xl\:tw-gap-5{
    grid-gap:1.25rem;
    gap:1.25rem
  }

  .xl\:tw-gap-6{
    grid-gap:1.5rem;
    gap:1.5rem
  }

  .xl\:tw-gap-7{
    grid-gap:1.75rem;
    gap:1.75rem
  }

  .xl\:tw-gap-8{
    grid-gap:2rem;
    gap:2rem
  }

  .xl\:tw-gap-9{
    grid-gap:2.25rem;
    gap:2.25rem
  }

  .xl\:tw-gap-10{
    grid-gap:2.5rem;
    gap:2.5rem
  }

  .xl\:tw-gap-11{
    grid-gap:2.75rem;
    gap:2.75rem
  }

  .xl\:tw-gap-12{
    grid-gap:3rem;
    gap:3rem
  }

  .xl\:tw-gap-14{
    grid-gap:3.5rem;
    gap:3.5rem
  }

  .xl\:tw-gap-16{
    grid-gap:4rem;
    gap:4rem
  }

  .xl\:tw-gap-20{
    grid-gap:5rem;
    gap:5rem
  }

  .xl\:tw-gap-24{
    grid-gap:6rem;
    gap:6rem
  }

  .xl\:tw-gap-28{
    grid-gap:7rem;
    gap:7rem
  }

  .xl\:tw-gap-32{
    grid-gap:8rem;
    gap:8rem
  }

  .xl\:tw-gap-36{
    grid-gap:9rem;
    gap:9rem
  }

  .xl\:tw-gap-40{
    grid-gap:10rem;
    gap:10rem
  }

  .xl\:tw-gap-44{
    grid-gap:11rem;
    gap:11rem
  }

  .xl\:tw-gap-48{
    grid-gap:12rem;
    gap:12rem
  }

  .xl\:tw-gap-52{
    grid-gap:13rem;
    gap:13rem
  }

  .xl\:tw-gap-56{
    grid-gap:14rem;
    gap:14rem
  }

  .xl\:tw-gap-60{
    grid-gap:15rem;
    gap:15rem
  }

  .xl\:tw-gap-64{
    grid-gap:16rem;
    gap:16rem
  }

  .xl\:tw-gap-72{
    grid-gap:18rem;
    gap:18rem
  }

  .xl\:tw-gap-80{
    grid-gap:20rem;
    gap:20rem
  }

  .xl\:tw-gap-96{
    grid-gap:24rem;
    gap:24rem
  }

  .xl\:tw-gap-px{
    grid-gap:1px;
    gap:1px
  }

  .xl\:tw-gap-0\.5{
    grid-gap:0.125rem;
    gap:0.125rem
  }

  .xl\:tw-gap-1\.5{
    grid-gap:0.375rem;
    gap:0.375rem
  }

  .xl\:tw-gap-2\.5{
    grid-gap:0.625rem;
    gap:0.625rem
  }

  .xl\:tw-gap-3\.5{
    grid-gap:0.875rem;
    gap:0.875rem
  }

  .xl\:tw-gap-x-0{
    grid-column-gap:0px;
    column-gap:0px
  }

  .xl\:tw-gap-x-1{
    grid-column-gap:0.25rem;
    column-gap:0.25rem
  }

  .xl\:tw-gap-x-2{
    grid-column-gap:0.5rem;
    column-gap:0.5rem
  }

  .xl\:tw-gap-x-3{
    grid-column-gap:0.75rem;
    column-gap:0.75rem
  }

  .xl\:tw-gap-x-4{
    grid-column-gap:1rem;
    column-gap:1rem
  }

  .xl\:tw-gap-x-5{
    grid-column-gap:1.25rem;
    column-gap:1.25rem
  }

  .xl\:tw-gap-x-6{
    grid-column-gap:1.5rem;
    column-gap:1.5rem
  }

  .xl\:tw-gap-x-7{
    grid-column-gap:1.75rem;
    column-gap:1.75rem
  }

  .xl\:tw-gap-x-8{
    grid-column-gap:2rem;
    column-gap:2rem
  }

  .xl\:tw-gap-x-9{
    grid-column-gap:2.25rem;
    column-gap:2.25rem
  }

  .xl\:tw-gap-x-10{
    grid-column-gap:2.5rem;
    column-gap:2.5rem
  }

  .xl\:tw-gap-x-11{
    grid-column-gap:2.75rem;
    column-gap:2.75rem
  }

  .xl\:tw-gap-x-12{
    grid-column-gap:3rem;
    column-gap:3rem
  }

  .xl\:tw-gap-x-14{
    grid-column-gap:3.5rem;
    column-gap:3.5rem
  }

  .xl\:tw-gap-x-16{
    grid-column-gap:4rem;
    column-gap:4rem
  }

  .xl\:tw-gap-x-20{
    grid-column-gap:5rem;
    column-gap:5rem
  }

  .xl\:tw-gap-x-24{
    grid-column-gap:6rem;
    column-gap:6rem
  }

  .xl\:tw-gap-x-28{
    grid-column-gap:7rem;
    column-gap:7rem
  }

  .xl\:tw-gap-x-32{
    grid-column-gap:8rem;
    column-gap:8rem
  }

  .xl\:tw-gap-x-36{
    grid-column-gap:9rem;
    column-gap:9rem
  }

  .xl\:tw-gap-x-40{
    grid-column-gap:10rem;
    column-gap:10rem
  }

  .xl\:tw-gap-x-44{
    grid-column-gap:11rem;
    column-gap:11rem
  }

  .xl\:tw-gap-x-48{
    grid-column-gap:12rem;
    column-gap:12rem
  }

  .xl\:tw-gap-x-52{
    grid-column-gap:13rem;
    column-gap:13rem
  }

  .xl\:tw-gap-x-56{
    grid-column-gap:14rem;
    column-gap:14rem
  }

  .xl\:tw-gap-x-60{
    grid-column-gap:15rem;
    column-gap:15rem
  }

  .xl\:tw-gap-x-64{
    grid-column-gap:16rem;
    column-gap:16rem
  }

  .xl\:tw-gap-x-72{
    grid-column-gap:18rem;
    column-gap:18rem
  }

  .xl\:tw-gap-x-80{
    grid-column-gap:20rem;
    column-gap:20rem
  }

  .xl\:tw-gap-x-96{
    grid-column-gap:24rem;
    column-gap:24rem
  }

  .xl\:tw-gap-x-px{
    grid-column-gap:1px;
    column-gap:1px
  }

  .xl\:tw-gap-x-0\.5{
    grid-column-gap:0.125rem;
    column-gap:0.125rem
  }

  .xl\:tw-gap-x-1\.5{
    grid-column-gap:0.375rem;
    column-gap:0.375rem
  }

  .xl\:tw-gap-x-2\.5{
    grid-column-gap:0.625rem;
    column-gap:0.625rem
  }

  .xl\:tw-gap-x-3\.5{
    grid-column-gap:0.875rem;
    column-gap:0.875rem
  }

  .xl\:tw-gap-y-0{
    grid-row-gap:0px;
    row-gap:0px
  }

  .xl\:tw-gap-y-1{
    grid-row-gap:0.25rem;
    row-gap:0.25rem
  }

  .xl\:tw-gap-y-2{
    grid-row-gap:0.5rem;
    row-gap:0.5rem
  }

  .xl\:tw-gap-y-3{
    grid-row-gap:0.75rem;
    row-gap:0.75rem
  }

  .xl\:tw-gap-y-4{
    grid-row-gap:1rem;
    row-gap:1rem
  }

  .xl\:tw-gap-y-5{
    grid-row-gap:1.25rem;
    row-gap:1.25rem
  }

  .xl\:tw-gap-y-6{
    grid-row-gap:1.5rem;
    row-gap:1.5rem
  }

  .xl\:tw-gap-y-7{
    grid-row-gap:1.75rem;
    row-gap:1.75rem
  }

  .xl\:tw-gap-y-8{
    grid-row-gap:2rem;
    row-gap:2rem
  }

  .xl\:tw-gap-y-9{
    grid-row-gap:2.25rem;
    row-gap:2.25rem
  }

  .xl\:tw-gap-y-10{
    grid-row-gap:2.5rem;
    row-gap:2.5rem
  }

  .xl\:tw-gap-y-11{
    grid-row-gap:2.75rem;
    row-gap:2.75rem
  }

  .xl\:tw-gap-y-12{
    grid-row-gap:3rem;
    row-gap:3rem
  }

  .xl\:tw-gap-y-14{
    grid-row-gap:3.5rem;
    row-gap:3.5rem
  }

  .xl\:tw-gap-y-16{
    grid-row-gap:4rem;
    row-gap:4rem
  }

  .xl\:tw-gap-y-20{
    grid-row-gap:5rem;
    row-gap:5rem
  }

  .xl\:tw-gap-y-24{
    grid-row-gap:6rem;
    row-gap:6rem
  }

  .xl\:tw-gap-y-28{
    grid-row-gap:7rem;
    row-gap:7rem
  }

  .xl\:tw-gap-y-32{
    grid-row-gap:8rem;
    row-gap:8rem
  }

  .xl\:tw-gap-y-36{
    grid-row-gap:9rem;
    row-gap:9rem
  }

  .xl\:tw-gap-y-40{
    grid-row-gap:10rem;
    row-gap:10rem
  }

  .xl\:tw-gap-y-44{
    grid-row-gap:11rem;
    row-gap:11rem
  }

  .xl\:tw-gap-y-48{
    grid-row-gap:12rem;
    row-gap:12rem
  }

  .xl\:tw-gap-y-52{
    grid-row-gap:13rem;
    row-gap:13rem
  }

  .xl\:tw-gap-y-56{
    grid-row-gap:14rem;
    row-gap:14rem
  }

  .xl\:tw-gap-y-60{
    grid-row-gap:15rem;
    row-gap:15rem
  }

  .xl\:tw-gap-y-64{
    grid-row-gap:16rem;
    row-gap:16rem
  }

  .xl\:tw-gap-y-72{
    grid-row-gap:18rem;
    row-gap:18rem
  }

  .xl\:tw-gap-y-80{
    grid-row-gap:20rem;
    row-gap:20rem
  }

  .xl\:tw-gap-y-96{
    grid-row-gap:24rem;
    row-gap:24rem
  }

  .xl\:tw-gap-y-px{
    grid-row-gap:1px;
    row-gap:1px
  }

  .xl\:tw-gap-y-0\.5{
    grid-row-gap:0.125rem;
    row-gap:0.125rem
  }

  .xl\:tw-gap-y-1\.5{
    grid-row-gap:0.375rem;
    row-gap:0.375rem
  }

  .xl\:tw-gap-y-2\.5{
    grid-row-gap:0.625rem;
    row-gap:0.625rem
  }

  .xl\:tw-gap-y-3\.5{
    grid-row-gap:0.875rem;
    row-gap:0.875rem
  }

  .xl\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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)))
  }

  .xl\:tw-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)))
  }

  .xl\:tw-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)))
  }

  .xl\:tw-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)))
  }

  .xl\:tw-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)))
  }

  .xl\:tw-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)))
  }

  .xl\:tw-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)))
  }

  .xl\:tw-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)))
  }

  .xl\:tw-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)))
  }

  .xl\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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)))
  }

  .xl\:tw--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)))
  }

  .xl\:tw--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)))
  }

  .xl\:tw--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)))
  }

  .xl\:tw--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)))
  }

  .xl\:tw--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)))
  }

  .xl\:tw--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)))
  }

  .xl\:tw--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)))
  }

  .xl\:tw--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)))
  }

  .xl\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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))
  }

  .xl\:tw-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))
  }

  .xl\:tw-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))
  }

  .xl\:tw-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))
  }

  .xl\:tw-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))
  }

  .xl\:tw-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))
  }

  .xl\:tw-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))
  }

  .xl\:tw-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))
  }

  .xl\:tw-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))
  }

  .xl\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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))
  }

  .xl\:tw--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))
  }

  .xl\:tw--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))
  }

  .xl\:tw--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))
  }

  .xl\:tw--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))
  }

  .xl\:tw--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))
  }

  .xl\:tw--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))
  }

  .xl\:tw--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))
  }

  .xl\:tw--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))
  }

  .xl\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:1
  }

  .xl\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:1
  }

  .xl\:tw-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)))
  }

  .xl\:tw-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)))
  }

  .xl\:tw-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)))
  }

  .xl\:tw-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)))
  }

  .xl\:tw-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)))
  }

  .xl\:tw-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))
  }

  .xl\:tw-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))
  }

  .xl\:tw-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))
  }

  .xl\:tw-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))
  }

  .xl\:tw-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))
  }

  .xl\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:1
  }

  .xl\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:1
  }

  .xl\:tw-divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style:solid
  }

  .xl\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style:dashed
  }

  .xl\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style:dotted
  }

  .xl\:tw-divide-double > :not([hidden]) ~ :not([hidden]){
    border-style:double
  }

  .xl\:tw-divide-none > :not([hidden]) ~ :not([hidden]){
    border-style:none
  }

  .xl\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color:transparent
  }

  .xl\:tw-divide-current > :not([hidden]) ~ :not([hidden]){
    border-color:currentColor
  }

  .xl\:tw-divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-divide-opacity))
  }

  .xl\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0
  }

  .xl\:tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.05
  }

  .xl\:tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.1
  }

  .xl\:tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.2
  }

  .xl\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.25
  }

  .xl\:tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.3
  }

  .xl\:tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.4
  }

  .xl\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.5
  }

  .xl\:tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.6
  }

  .xl\:tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.7
  }

  .xl\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.75
  }

  .xl\:tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.8
  }

  .xl\:tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.9
  }

  .xl\:tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.95
  }

  .xl\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1
  }

  .xl\:tw-place-self-auto{
    place-self:auto
  }

  .xl\:tw-place-self-start{
    place-self:start
  }

  .xl\:tw-place-self-end{
    place-self:end
  }

  .xl\:tw-place-self-center{
    place-self:center
  }

  .xl\:tw-place-self-stretch{
    place-self:stretch
  }

  .xl\:tw-self-auto{
    align-self:auto
  }

  .xl\:tw-self-start{
    align-self:flex-start
  }

  .xl\:tw-self-end{
    align-self:flex-end
  }

  .xl\:tw-self-center{
    align-self:center
  }

  .xl\:tw-self-stretch{
    align-self:stretch
  }

  .xl\:tw-self-baseline{
    align-self:baseline
  }

  .xl\:tw-justify-self-auto{
    justify-self:auto
  }

  .xl\:tw-justify-self-start{
    justify-self:start
  }

  .xl\:tw-justify-self-end{
    justify-self:end
  }

  .xl\:tw-justify-self-center{
    justify-self:center
  }

  .xl\:tw-justify-self-stretch{
    justify-self:stretch
  }

  .xl\:tw-overflow-auto{
    overflow:auto
  }

  .xl\:tw-overflow-hidden{
    overflow:hidden
  }

  .xl\:tw-overflow-visible{
    overflow:visible
  }

  .xl\:tw-overflow-scroll{
    overflow:scroll
  }

  .xl\:tw-overflow-x-auto{
    overflow-x:auto
  }

  .xl\:tw-overflow-y-auto{
    overflow-y:auto
  }

  .xl\:tw-overflow-x-hidden{
    overflow-x:hidden
  }

  .xl\:tw-overflow-y-hidden{
    overflow-y:hidden
  }

  .xl\:tw-overflow-x-visible{
    overflow-x:visible
  }

  .xl\:tw-overflow-y-visible{
    overflow-y:visible
  }

  .xl\:tw-overflow-x-scroll{
    overflow-x:scroll
  }

  .xl\:tw-overflow-y-scroll{
    overflow-y:scroll
  }

  .xl\:tw-overscroll-auto{
    overscroll-behavior:auto
  }

  .xl\:tw-overscroll-contain{
    overscroll-behavior:contain
  }

  .xl\:tw-overscroll-none{
    overscroll-behavior:none
  }

  .xl\:tw-overscroll-y-auto{
    overscroll-behavior-y:auto
  }

  .xl\:tw-overscroll-y-contain{
    overscroll-behavior-y:contain
  }

  .xl\:tw-overscroll-y-none{
    overscroll-behavior-y:none
  }

  .xl\:tw-overscroll-x-auto{
    overscroll-behavior-x:auto
  }

  .xl\:tw-overscroll-x-contain{
    overscroll-behavior-x:contain
  }

  .xl\:tw-overscroll-x-none{
    overscroll-behavior-x:none
  }

  .xl\:tw-truncate{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
  }

  .xl\:tw-overflow-ellipsis{
    text-overflow:ellipsis
  }

  .xl\:tw-overflow-clip{
    text-overflow:clip
  }

  .xl\:tw-whitespace-normal{
    white-space:normal
  }

  .xl\:tw-whitespace-nowrap{
    white-space:nowrap
  }

  .xl\:tw-whitespace-pre{
    white-space:pre
  }

  .xl\:tw-whitespace-pre-line{
    white-space:pre-line
  }

  .xl\:tw-whitespace-pre-wrap{
    white-space:pre-wrap
  }

  .xl\:tw-break-normal{
    overflow-wrap:normal;
    word-break:normal
  }

  .xl\:tw-break-words{
    overflow-wrap:break-word
  }

  .xl\:tw-break-all{
    word-break:break-all
  }

  .xl\:tw-rounded-none{
    border-radius:0px
  }

  .xl\:tw-rounded-sm{
    border-radius:0.125rem
  }

  .xl\:tw-rounded{
    border-radius:0.25rem
  }

  .xl\:tw-rounded-md{
    border-radius:0.375rem
  }

  .xl\:tw-rounded-lg{
    border-radius:0.5rem
  }

  .xl\:tw-rounded-xl{
    border-radius:0.75rem
  }

  .xl\:tw-rounded-2xl{
    border-radius:1rem
  }

  .xl\:tw-rounded-3xl{
    border-radius:1.5rem
  }

  .xl\:tw-rounded-full{
    border-radius:9999px
  }

  .xl\:tw-rounded-t-none{
    border-top-left-radius:0px;
    border-top-right-radius:0px
  }

  .xl\:tw-rounded-t-sm{
    border-top-left-radius:0.125rem;
    border-top-right-radius:0.125rem
  }

  .xl\:tw-rounded-t{
    border-top-left-radius:0.25rem;
    border-top-right-radius:0.25rem
  }

  .xl\:tw-rounded-t-md{
    border-top-left-radius:0.375rem;
    border-top-right-radius:0.375rem
  }

  .xl\:tw-rounded-t-lg{
    border-top-left-radius:0.5rem;
    border-top-right-radius:0.5rem
  }

  .xl\:tw-rounded-t-xl{
    border-top-left-radius:0.75rem;
    border-top-right-radius:0.75rem
  }

  .xl\:tw-rounded-t-2xl{
    border-top-left-radius:1rem;
    border-top-right-radius:1rem
  }

  .xl\:tw-rounded-t-3xl{
    border-top-left-radius:1.5rem;
    border-top-right-radius:1.5rem
  }

  .xl\:tw-rounded-t-full{
    border-top-left-radius:9999px;
    border-top-right-radius:9999px
  }

  .xl\:tw-rounded-r-none{
    border-top-right-radius:0px;
    border-bottom-right-radius:0px
  }

  .xl\:tw-rounded-r-sm{
    border-top-right-radius:0.125rem;
    border-bottom-right-radius:0.125rem
  }

  .xl\:tw-rounded-r{
    border-top-right-radius:0.25rem;
    border-bottom-right-radius:0.25rem
  }

  .xl\:tw-rounded-r-md{
    border-top-right-radius:0.375rem;
    border-bottom-right-radius:0.375rem
  }

  .xl\:tw-rounded-r-lg{
    border-top-right-radius:0.5rem;
    border-bottom-right-radius:0.5rem
  }

  .xl\:tw-rounded-r-xl{
    border-top-right-radius:0.75rem;
    border-bottom-right-radius:0.75rem
  }

  .xl\:tw-rounded-r-2xl{
    border-top-right-radius:1rem;
    border-bottom-right-radius:1rem
  }

  .xl\:tw-rounded-r-3xl{
    border-top-right-radius:1.5rem;
    border-bottom-right-radius:1.5rem
  }

  .xl\:tw-rounded-r-full{
    border-top-right-radius:9999px;
    border-bottom-right-radius:9999px
  }

  .xl\:tw-rounded-b-none{
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px
  }

  .xl\:tw-rounded-b-sm{
    border-bottom-right-radius:0.125rem;
    border-bottom-left-radius:0.125rem
  }

  .xl\:tw-rounded-b{
    border-bottom-right-radius:0.25rem;
    border-bottom-left-radius:0.25rem
  }

  .xl\:tw-rounded-b-md{
    border-bottom-right-radius:0.375rem;
    border-bottom-left-radius:0.375rem
  }

  .xl\:tw-rounded-b-lg{
    border-bottom-right-radius:0.5rem;
    border-bottom-left-radius:0.5rem
  }

  .xl\:tw-rounded-b-xl{
    border-bottom-right-radius:0.75rem;
    border-bottom-left-radius:0.75rem
  }

  .xl\:tw-rounded-b-2xl{
    border-bottom-right-radius:1rem;
    border-bottom-left-radius:1rem
  }

  .xl\:tw-rounded-b-3xl{
    border-bottom-right-radius:1.5rem;
    border-bottom-left-radius:1.5rem
  }

  .xl\:tw-rounded-b-full{
    border-bottom-right-radius:9999px;
    border-bottom-left-radius:9999px
  }

  .xl\:tw-rounded-l-none{
    border-top-left-radius:0px;
    border-bottom-left-radius:0px
  }

  .xl\:tw-rounded-l-sm{
    border-top-left-radius:0.125rem;
    border-bottom-left-radius:0.125rem
  }

  .xl\:tw-rounded-l{
    border-top-left-radius:0.25rem;
    border-bottom-left-radius:0.25rem
  }

  .xl\:tw-rounded-l-md{
    border-top-left-radius:0.375rem;
    border-bottom-left-radius:0.375rem
  }

  .xl\:tw-rounded-l-lg{
    border-top-left-radius:0.5rem;
    border-bottom-left-radius:0.5rem
  }

  .xl\:tw-rounded-l-xl{
    border-top-left-radius:0.75rem;
    border-bottom-left-radius:0.75rem
  }

  .xl\:tw-rounded-l-2xl{
    border-top-left-radius:1rem;
    border-bottom-left-radius:1rem
  }

  .xl\:tw-rounded-l-3xl{
    border-top-left-radius:1.5rem;
    border-bottom-left-radius:1.5rem
  }

  .xl\:tw-rounded-l-full{
    border-top-left-radius:9999px;
    border-bottom-left-radius:9999px
  }

  .xl\:tw-rounded-tl-none{
    border-top-left-radius:0px
  }

  .xl\:tw-rounded-tl-sm{
    border-top-left-radius:0.125rem
  }

  .xl\:tw-rounded-tl{
    border-top-left-radius:0.25rem
  }

  .xl\:tw-rounded-tl-md{
    border-top-left-radius:0.375rem
  }

  .xl\:tw-rounded-tl-lg{
    border-top-left-radius:0.5rem
  }

  .xl\:tw-rounded-tl-xl{
    border-top-left-radius:0.75rem
  }

  .xl\:tw-rounded-tl-2xl{
    border-top-left-radius:1rem
  }

  .xl\:tw-rounded-tl-3xl{
    border-top-left-radius:1.5rem
  }

  .xl\:tw-rounded-tl-full{
    border-top-left-radius:9999px
  }

  .xl\:tw-rounded-tr-none{
    border-top-right-radius:0px
  }

  .xl\:tw-rounded-tr-sm{
    border-top-right-radius:0.125rem
  }

  .xl\:tw-rounded-tr{
    border-top-right-radius:0.25rem
  }

  .xl\:tw-rounded-tr-md{
    border-top-right-radius:0.375rem
  }

  .xl\:tw-rounded-tr-lg{
    border-top-right-radius:0.5rem
  }

  .xl\:tw-rounded-tr-xl{
    border-top-right-radius:0.75rem
  }

  .xl\:tw-rounded-tr-2xl{
    border-top-right-radius:1rem
  }

  .xl\:tw-rounded-tr-3xl{
    border-top-right-radius:1.5rem
  }

  .xl\:tw-rounded-tr-full{
    border-top-right-radius:9999px
  }

  .xl\:tw-rounded-br-none{
    border-bottom-right-radius:0px
  }

  .xl\:tw-rounded-br-sm{
    border-bottom-right-radius:0.125rem
  }

  .xl\:tw-rounded-br{
    border-bottom-right-radius:0.25rem
  }

  .xl\:tw-rounded-br-md{
    border-bottom-right-radius:0.375rem
  }

  .xl\:tw-rounded-br-lg{
    border-bottom-right-radius:0.5rem
  }

  .xl\:tw-rounded-br-xl{
    border-bottom-right-radius:0.75rem
  }

  .xl\:tw-rounded-br-2xl{
    border-bottom-right-radius:1rem
  }

  .xl\:tw-rounded-br-3xl{
    border-bottom-right-radius:1.5rem
  }

  .xl\:tw-rounded-br-full{
    border-bottom-right-radius:9999px
  }

  .xl\:tw-rounded-bl-none{
    border-bottom-left-radius:0px
  }

  .xl\:tw-rounded-bl-sm{
    border-bottom-left-radius:0.125rem
  }

  .xl\:tw-rounded-bl{
    border-bottom-left-radius:0.25rem
  }

  .xl\:tw-rounded-bl-md{
    border-bottom-left-radius:0.375rem
  }

  .xl\:tw-rounded-bl-lg{
    border-bottom-left-radius:0.5rem
  }

  .xl\:tw-rounded-bl-xl{
    border-bottom-left-radius:0.75rem
  }

  .xl\:tw-rounded-bl-2xl{
    border-bottom-left-radius:1rem
  }

  .xl\:tw-rounded-bl-3xl{
    border-bottom-left-radius:1.5rem
  }

  .xl\:tw-rounded-bl-full{
    border-bottom-left-radius:9999px
  }

  .xl\:tw-border-0{
    border-width:0px
  }

  .xl\:tw-border-2{
    border-width:2px
  }

  .xl\:tw-border-4{
    border-width:4px
  }

  .xl\:tw-border-8{
    border-width:8px
  }

  .xl\:tw-border{
    border-width:1px
  }

  .xl\:tw-border-t-0{
    border-top-width:0px
  }

  .xl\:tw-border-t-2{
    border-top-width:2px
  }

  .xl\:tw-border-t-4{
    border-top-width:4px
  }

  .xl\:tw-border-t-8{
    border-top-width:8px
  }

  .xl\:tw-border-t{
    border-top-width:1px
  }

  .xl\:tw-border-r-0{
    border-right-width:0px
  }

  .xl\:tw-border-r-2{
    border-right-width:2px
  }

  .xl\:tw-border-r-4{
    border-right-width:4px
  }

  .xl\:tw-border-r-8{
    border-right-width:8px
  }

  .xl\:tw-border-r{
    border-right-width:1px
  }

  .xl\:tw-border-b-0{
    border-bottom-width:0px
  }

  .xl\:tw-border-b-2{
    border-bottom-width:2px
  }

  .xl\:tw-border-b-4{
    border-bottom-width:4px
  }

  .xl\:tw-border-b-8{
    border-bottom-width:8px
  }

  .xl\:tw-border-b{
    border-bottom-width:1px
  }

  .xl\:tw-border-l-0{
    border-left-width:0px
  }

  .xl\:tw-border-l-2{
    border-left-width:2px
  }

  .xl\:tw-border-l-4{
    border-left-width:4px
  }

  .xl\:tw-border-l-8{
    border-left-width:8px
  }

  .xl\:tw-border-l{
    border-left-width:1px
  }

  .xl\:tw-border-solid{
    border-style:solid
  }

  .xl\:tw-border-dashed{
    border-style:dashed
  }

  .xl\:tw-border-dotted{
    border-style:dotted
  }

  .xl\:tw-border-double{
    border-style:double
  }

  .xl\:tw-border-none{
    border-style:none
  }

  .xl\:tw-border-transparent{
    border-color:transparent
  }

  .xl\:tw-border-current{
    border-color:currentColor
  }

  .xl\:tw-border-black{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .xl\:tw-border-white{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .xl\:tw-border-gray-50{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .xl\:tw-border-gray-100{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .xl\:tw-border-gray-200{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .xl\:tw-border-gray-300{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .xl\:tw-border-gray-400{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .xl\:tw-border-gray-500{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .xl\:tw-border-gray-600{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .xl\:tw-border-gray-700{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .xl\:tw-border-gray-800{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .xl\:tw-border-gray-900{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .xl\:tw-border-red-50{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .xl\:tw-border-red-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .xl\:tw-border-red-200{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .xl\:tw-border-red-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .xl\:tw-border-red-400{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .xl\:tw-border-red-500{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .xl\:tw-border-red-600{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .xl\:tw-border-red-700{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .xl\:tw-border-red-800{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .xl\:tw-border-red-900{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .xl\:tw-border-yellow-50{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .xl\:tw-border-yellow-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .xl\:tw-border-yellow-200{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .xl\:tw-border-yellow-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .xl\:tw-border-yellow-400{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .xl\:tw-border-yellow-500{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .xl\:tw-border-yellow-600{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .xl\:tw-border-yellow-700{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .xl\:tw-border-yellow-800{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .xl\:tw-border-yellow-900{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .xl\:tw-border-green-50{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .xl\:tw-border-green-100{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .xl\:tw-border-green-200{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .xl\:tw-border-green-300{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .xl\:tw-border-green-400{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .xl\:tw-border-green-500{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .xl\:tw-border-green-600{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .xl\:tw-border-green-700{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .xl\:tw-border-green-800{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .xl\:tw-border-green-900{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .xl\:tw-border-blue-50{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .xl\:tw-border-blue-100{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .xl\:tw-border-blue-200{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .xl\:tw-border-blue-300{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .xl\:tw-border-blue-400{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .xl\:tw-border-blue-500{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .xl\:tw-border-blue-600{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .xl\:tw-border-blue-700{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .xl\:tw-border-blue-800{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .xl\:tw-border-blue-900{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .xl\:tw-border-indigo-50{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .xl\:tw-border-indigo-100{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .xl\:tw-border-indigo-200{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .xl\:tw-border-indigo-300{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .xl\:tw-border-indigo-400{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .xl\:tw-border-indigo-500{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .xl\:tw-border-indigo-600{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .xl\:tw-border-indigo-700{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .xl\:tw-border-indigo-800{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .xl\:tw-border-indigo-900{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .xl\:tw-border-purple-50{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .xl\:tw-border-purple-100{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .xl\:tw-border-purple-200{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .xl\:tw-border-purple-300{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .xl\:tw-border-purple-400{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .xl\:tw-border-purple-500{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .xl\:tw-border-purple-600{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .xl\:tw-border-purple-700{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .xl\:tw-border-purple-800{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .xl\:tw-border-purple-900{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .xl\:tw-border-pink-50{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .xl\:tw-border-pink-100{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .xl\:tw-border-pink-200{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .xl\:tw-border-pink-300{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .xl\:tw-border-pink-400{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .xl\:tw-border-pink-500{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .xl\:tw-border-pink-600{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .xl\:tw-border-pink-700{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .xl\:tw-border-pink-800{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .xl\:tw-border-pink-900{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-transparent{
    border-color:transparent
  }

  .tw-group:hover .xl\:group-hover\:tw-border-current{
    border-color:currentColor
  }

  .tw-group:hover .xl\:group-hover\:tw-border-black{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-white{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-50{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-100{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-200{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-300{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-400{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-500{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-600{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-700{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-800{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-900{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-50{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-200{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-400{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-500{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-600{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-700{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-800{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-900{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-50{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-200{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-400{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-500{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-600{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-700{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-800{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-900{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-50{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-100{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-200{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-300{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-400{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-500{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-600{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-700{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-800{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-900{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-50{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-100{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-200{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-300{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-400{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-500{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-600{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-700{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-800{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-900{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-50{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-100{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-200{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-300{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-400{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-500{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-600{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-700{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-800{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-900{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-50{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-100{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-200{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-300{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-400{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-500{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-600{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-700{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-800{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-900{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-50{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-100{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-200{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-300{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-400{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-500{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-600{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-700{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-800{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-900{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-transparent:focus-within{
    border-color:transparent
  }

  .xl\:focus-within\:tw-border-current:focus-within{
    border-color:currentColor
  }

  .xl\:focus-within\:tw-border-black:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-white:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-gray-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-gray-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-gray-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-gray-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-gray-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-gray-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-gray-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-gray-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-gray-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-gray-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-red-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-red-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-red-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-red-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-red-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-red-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-red-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-red-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-red-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-red-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-yellow-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-yellow-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-yellow-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-yellow-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-yellow-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-yellow-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-yellow-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-yellow-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-yellow-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-yellow-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-green-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-green-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-green-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-green-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-green-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-green-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-green-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-green-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-green-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-green-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-blue-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-blue-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-blue-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-blue-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-blue-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-blue-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-blue-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-blue-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-blue-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-blue-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-indigo-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-indigo-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-indigo-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-indigo-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-indigo-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-indigo-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-indigo-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-indigo-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-indigo-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-indigo-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-purple-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-purple-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-purple-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-purple-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-purple-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-purple-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-purple-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-purple-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-purple-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-purple-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-pink-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-pink-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-pink-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-pink-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-pink-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-pink-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-pink-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-pink-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-pink-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .xl\:focus-within\:tw-border-pink-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-transparent:hover{
    border-color:transparent
  }

  .xl\:hover\:tw-border-current:hover{
    border-color:currentColor
  }

  .xl\:hover\:tw-border-black:hover{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-white:hover{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-gray-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-gray-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-gray-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-gray-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-gray-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-gray-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-gray-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-gray-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-gray-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-gray-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-red-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-red-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-red-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-red-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-red-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-red-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-red-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-red-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-red-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-red-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-yellow-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-yellow-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-yellow-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-yellow-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-yellow-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-yellow-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-yellow-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-yellow-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-yellow-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-yellow-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-green-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-green-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-green-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-green-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-green-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-green-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-green-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-green-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-green-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-green-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-blue-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-blue-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-blue-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-blue-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-blue-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-blue-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-blue-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-blue-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-blue-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-blue-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-indigo-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-indigo-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-indigo-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-indigo-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-indigo-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-indigo-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-indigo-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-indigo-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-indigo-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-indigo-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-purple-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-purple-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-purple-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-purple-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-purple-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-purple-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-purple-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-purple-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-purple-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-purple-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-pink-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-pink-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-pink-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-pink-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-pink-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-pink-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-pink-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-pink-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-pink-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .xl\:hover\:tw-border-pink-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-transparent:focus{
    border-color:transparent
  }

  .xl\:focus\:tw-border-current:focus{
    border-color:currentColor
  }

  .xl\:focus\:tw-border-black:focus{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-white:focus{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-gray-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-gray-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-gray-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-gray-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-gray-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-gray-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-gray-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-gray-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-gray-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-gray-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-red-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-red-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-red-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-red-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-red-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-red-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-red-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-red-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-red-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-red-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-yellow-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-yellow-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-yellow-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-yellow-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-yellow-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-yellow-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-yellow-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-yellow-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-yellow-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-yellow-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-green-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-green-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-green-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-green-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-green-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-green-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-green-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-green-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-green-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-green-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-blue-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-blue-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-blue-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-blue-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-blue-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-blue-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-blue-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-blue-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-blue-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-blue-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-indigo-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-indigo-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-indigo-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-indigo-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-indigo-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-indigo-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-indigo-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-indigo-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-indigo-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-indigo-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-purple-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-purple-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-purple-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-purple-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-purple-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-purple-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-purple-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-purple-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-purple-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-purple-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-pink-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-pink-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-pink-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-pink-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-pink-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-pink-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-pink-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-pink-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-pink-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .xl\:focus\:tw-border-pink-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .xl\:tw-border-opacity-0{
    --tw-border-opacity:0
  }

  .xl\:tw-border-opacity-5{
    --tw-border-opacity:0.05
  }

  .xl\:tw-border-opacity-10{
    --tw-border-opacity:0.1
  }

  .xl\:tw-border-opacity-20{
    --tw-border-opacity:0.2
  }

  .xl\:tw-border-opacity-25{
    --tw-border-opacity:0.25
  }

  .xl\:tw-border-opacity-30{
    --tw-border-opacity:0.3
  }

  .xl\:tw-border-opacity-40{
    --tw-border-opacity:0.4
  }

  .xl\:tw-border-opacity-50{
    --tw-border-opacity:0.5
  }

  .xl\:tw-border-opacity-60{
    --tw-border-opacity:0.6
  }

  .xl\:tw-border-opacity-70{
    --tw-border-opacity:0.7
  }

  .xl\:tw-border-opacity-75{
    --tw-border-opacity:0.75
  }

  .xl\:tw-border-opacity-80{
    --tw-border-opacity:0.8
  }

  .xl\:tw-border-opacity-90{
    --tw-border-opacity:0.9
  }

  .xl\:tw-border-opacity-95{
    --tw-border-opacity:0.95
  }

  .xl\:tw-border-opacity-100{
    --tw-border-opacity:1
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-0{
    --tw-border-opacity:0
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-5{
    --tw-border-opacity:0.05
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-10{
    --tw-border-opacity:0.1
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-20{
    --tw-border-opacity:0.2
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-25{
    --tw-border-opacity:0.25
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-30{
    --tw-border-opacity:0.3
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-40{
    --tw-border-opacity:0.4
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-50{
    --tw-border-opacity:0.5
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-60{
    --tw-border-opacity:0.6
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-70{
    --tw-border-opacity:0.7
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-75{
    --tw-border-opacity:0.75
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-80{
    --tw-border-opacity:0.8
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-90{
    --tw-border-opacity:0.9
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-95{
    --tw-border-opacity:0.95
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-100{
    --tw-border-opacity:1
  }

  .xl\:focus-within\:tw-border-opacity-0:focus-within{
    --tw-border-opacity:0
  }

  .xl\:focus-within\:tw-border-opacity-5:focus-within{
    --tw-border-opacity:0.05
  }

  .xl\:focus-within\:tw-border-opacity-10:focus-within{
    --tw-border-opacity:0.1
  }

  .xl\:focus-within\:tw-border-opacity-20:focus-within{
    --tw-border-opacity:0.2
  }

  .xl\:focus-within\:tw-border-opacity-25:focus-within{
    --tw-border-opacity:0.25
  }

  .xl\:focus-within\:tw-border-opacity-30:focus-within{
    --tw-border-opacity:0.3
  }

  .xl\:focus-within\:tw-border-opacity-40:focus-within{
    --tw-border-opacity:0.4
  }

  .xl\:focus-within\:tw-border-opacity-50:focus-within{
    --tw-border-opacity:0.5
  }

  .xl\:focus-within\:tw-border-opacity-60:focus-within{
    --tw-border-opacity:0.6
  }

  .xl\:focus-within\:tw-border-opacity-70:focus-within{
    --tw-border-opacity:0.7
  }

  .xl\:focus-within\:tw-border-opacity-75:focus-within{
    --tw-border-opacity:0.75
  }

  .xl\:focus-within\:tw-border-opacity-80:focus-within{
    --tw-border-opacity:0.8
  }

  .xl\:focus-within\:tw-border-opacity-90:focus-within{
    --tw-border-opacity:0.9
  }

  .xl\:focus-within\:tw-border-opacity-95:focus-within{
    --tw-border-opacity:0.95
  }

  .xl\:focus-within\:tw-border-opacity-100:focus-within{
    --tw-border-opacity:1
  }

  .xl\:hover\:tw-border-opacity-0:hover{
    --tw-border-opacity:0
  }

  .xl\:hover\:tw-border-opacity-5:hover{
    --tw-border-opacity:0.05
  }

  .xl\:hover\:tw-border-opacity-10:hover{
    --tw-border-opacity:0.1
  }

  .xl\:hover\:tw-border-opacity-20:hover{
    --tw-border-opacity:0.2
  }

  .xl\:hover\:tw-border-opacity-25:hover{
    --tw-border-opacity:0.25
  }

  .xl\:hover\:tw-border-opacity-30:hover{
    --tw-border-opacity:0.3
  }

  .xl\:hover\:tw-border-opacity-40:hover{
    --tw-border-opacity:0.4
  }

  .xl\:hover\:tw-border-opacity-50:hover{
    --tw-border-opacity:0.5
  }

  .xl\:hover\:tw-border-opacity-60:hover{
    --tw-border-opacity:0.6
  }

  .xl\:hover\:tw-border-opacity-70:hover{
    --tw-border-opacity:0.7
  }

  .xl\:hover\:tw-border-opacity-75:hover{
    --tw-border-opacity:0.75
  }

  .xl\:hover\:tw-border-opacity-80:hover{
    --tw-border-opacity:0.8
  }

  .xl\:hover\:tw-border-opacity-90:hover{
    --tw-border-opacity:0.9
  }

  .xl\:hover\:tw-border-opacity-95:hover{
    --tw-border-opacity:0.95
  }

  .xl\:hover\:tw-border-opacity-100:hover{
    --tw-border-opacity:1
  }

  .xl\:focus\:tw-border-opacity-0:focus{
    --tw-border-opacity:0
  }

  .xl\:focus\:tw-border-opacity-5:focus{
    --tw-border-opacity:0.05
  }

  .xl\:focus\:tw-border-opacity-10:focus{
    --tw-border-opacity:0.1
  }

  .xl\:focus\:tw-border-opacity-20:focus{
    --tw-border-opacity:0.2
  }

  .xl\:focus\:tw-border-opacity-25:focus{
    --tw-border-opacity:0.25
  }

  .xl\:focus\:tw-border-opacity-30:focus{
    --tw-border-opacity:0.3
  }

  .xl\:focus\:tw-border-opacity-40:focus{
    --tw-border-opacity:0.4
  }

  .xl\:focus\:tw-border-opacity-50:focus{
    --tw-border-opacity:0.5
  }

  .xl\:focus\:tw-border-opacity-60:focus{
    --tw-border-opacity:0.6
  }

  .xl\:focus\:tw-border-opacity-70:focus{
    --tw-border-opacity:0.7
  }

  .xl\:focus\:tw-border-opacity-75:focus{
    --tw-border-opacity:0.75
  }

  .xl\:focus\:tw-border-opacity-80:focus{
    --tw-border-opacity:0.8
  }

  .xl\:focus\:tw-border-opacity-90:focus{
    --tw-border-opacity:0.9
  }

  .xl\:focus\:tw-border-opacity-95:focus{
    --tw-border-opacity:0.95
  }

  .xl\:focus\:tw-border-opacity-100:focus{
    --tw-border-opacity:1
  }

  .xl\:tw-bg-transparent{
    background-color:transparent
  }

  .xl\:tw-bg-current{
    background-color:currentColor
  }

  .xl\:tw-bg-black{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-gray-50{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-gray-100{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-gray-200{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-gray-300{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-gray-400{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-gray-500{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-gray-600{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-gray-700{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-gray-800{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-gray-900{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-red-50{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-red-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-red-200{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-red-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-red-400{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-red-500{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-red-600{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-red-700{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-red-800{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-red-900{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-yellow-50{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-yellow-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-yellow-200{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-yellow-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-yellow-400{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-yellow-500{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-yellow-600{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-yellow-700{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-yellow-800{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-yellow-900{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-green-50{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-green-100{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-green-200{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-green-300{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-green-400{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-green-500{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-green-600{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-green-700{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-green-800{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-green-900{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-blue-50{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-blue-100{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-blue-200{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-blue-300{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-blue-400{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-blue-500{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-blue-600{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-blue-700{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-blue-800{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-blue-900{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-indigo-50{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-indigo-100{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-indigo-200{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-indigo-300{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-indigo-400{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-indigo-500{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-indigo-600{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-indigo-700{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-indigo-800{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-indigo-900{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-purple-50{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-purple-100{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-purple-200{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-purple-300{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-purple-400{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-purple-500{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-purple-600{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-purple-700{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-purple-800{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-purple-900{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-pink-50{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-pink-100{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-pink-200{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-pink-300{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-pink-400{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-pink-500{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-pink-600{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-pink-700{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-pink-800{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-pink-900{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-transparent{
    background-color:transparent
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-current{
    background-color:currentColor
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-black{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-50{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-100{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-200{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-300{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-400{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-500{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-600{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-700{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-800{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-900{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-50{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-200{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-400{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-500{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-600{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-700{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-800{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-900{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-50{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-200{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-400{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-500{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-600{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-700{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-800{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-900{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-50{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-100{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-200{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-300{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-400{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-500{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-600{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-700{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-800{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-900{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-50{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-100{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-200{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-300{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-400{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-500{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-600{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-700{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-800{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-900{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-50{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-100{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-200{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-300{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-400{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-500{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-600{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-700{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-800{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-900{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-50{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-100{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-200{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-300{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-400{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-500{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-600{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-700{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-800{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-900{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-50{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-100{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-200{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-300{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-400{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-500{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-600{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-700{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-800{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-900{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-transparent:focus-within{
    background-color:transparent
  }

  .xl\:focus-within\:tw-bg-current:focus-within{
    background-color:currentColor
  }

  .xl\:focus-within\:tw-bg-black:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-white:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-gray-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-gray-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-gray-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-gray-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-gray-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-gray-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-gray-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-gray-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-gray-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-gray-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-red-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-red-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-red-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-red-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-red-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-red-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-red-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-red-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-red-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-red-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-yellow-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-yellow-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-yellow-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-yellow-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-yellow-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-yellow-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-yellow-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-yellow-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-yellow-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-yellow-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-green-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-green-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-green-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-green-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-green-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-green-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-green-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-green-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-green-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-green-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-blue-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-blue-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-blue-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-blue-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-blue-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-blue-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-blue-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-blue-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-blue-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-blue-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-indigo-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-indigo-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-indigo-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-indigo-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-indigo-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-indigo-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-indigo-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-indigo-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-indigo-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-indigo-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-purple-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-purple-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-purple-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-purple-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-purple-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-purple-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-purple-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-purple-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-purple-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-purple-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-pink-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-pink-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-pink-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-pink-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-pink-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-pink-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-pink-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-pink-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-pink-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:tw-bg-pink-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-transparent:hover{
    background-color:transparent
  }

  .xl\:hover\:tw-bg-current:hover{
    background-color:currentColor
  }

  .xl\:hover\:tw-bg-black:hover{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-white:hover{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-gray-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-gray-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-gray-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-gray-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-gray-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-gray-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-gray-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-gray-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-gray-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-gray-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-red-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-red-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-red-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-red-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-red-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-red-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-red-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-red-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-red-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-red-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-yellow-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-yellow-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-yellow-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-yellow-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-yellow-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-yellow-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-yellow-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-yellow-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-yellow-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-yellow-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-green-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-green-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-green-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-green-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-green-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-green-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-green-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-green-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-green-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-green-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-blue-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-blue-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-blue-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-blue-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-blue-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-blue-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-blue-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-blue-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-blue-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-blue-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-indigo-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-indigo-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-indigo-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-indigo-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-indigo-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-indigo-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-indigo-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-indigo-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-indigo-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-indigo-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-purple-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-purple-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-purple-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-purple-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-purple-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-purple-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-purple-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-purple-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-purple-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-purple-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-pink-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-pink-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-pink-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-pink-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-pink-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-pink-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-pink-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-pink-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-pink-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .xl\:hover\:tw-bg-pink-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-transparent:focus{
    background-color:transparent
  }

  .xl\:focus\:tw-bg-current:focus{
    background-color:currentColor
  }

  .xl\:focus\:tw-bg-black:focus{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-white:focus{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-gray-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-gray-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-gray-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-gray-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-gray-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-gray-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-gray-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-gray-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-gray-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-gray-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-red-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-red-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-red-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-red-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-red-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-red-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-red-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-red-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-red-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-red-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-yellow-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-yellow-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-yellow-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-yellow-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-yellow-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-yellow-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-yellow-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-yellow-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-yellow-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-yellow-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-green-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-green-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-green-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-green-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-green-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-green-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-green-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-green-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-green-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-green-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-blue-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-blue-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-blue-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-blue-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-blue-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-blue-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-blue-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-blue-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-blue-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-blue-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-indigo-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-indigo-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-indigo-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-indigo-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-indigo-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-indigo-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-indigo-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-indigo-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-indigo-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-indigo-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-purple-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-purple-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-purple-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-purple-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-purple-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-purple-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-purple-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-purple-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-purple-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-purple-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-pink-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-pink-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-pink-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-pink-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-pink-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-pink-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-pink-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-pink-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-pink-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .xl\:focus\:tw-bg-pink-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .xl\:tw-bg-opacity-0{
    --tw-bg-opacity:0
  }

  .xl\:tw-bg-opacity-5{
    --tw-bg-opacity:0.05
  }

  .xl\:tw-bg-opacity-10{
    --tw-bg-opacity:0.1
  }

  .xl\:tw-bg-opacity-20{
    --tw-bg-opacity:0.2
  }

  .xl\:tw-bg-opacity-25{
    --tw-bg-opacity:0.25
  }

  .xl\:tw-bg-opacity-30{
    --tw-bg-opacity:0.3
  }

  .xl\:tw-bg-opacity-40{
    --tw-bg-opacity:0.4
  }

  .xl\:tw-bg-opacity-50{
    --tw-bg-opacity:0.5
  }

  .xl\:tw-bg-opacity-60{
    --tw-bg-opacity:0.6
  }

  .xl\:tw-bg-opacity-70{
    --tw-bg-opacity:0.7
  }

  .xl\:tw-bg-opacity-75{
    --tw-bg-opacity:0.75
  }

  .xl\:tw-bg-opacity-80{
    --tw-bg-opacity:0.8
  }

  .xl\:tw-bg-opacity-90{
    --tw-bg-opacity:0.9
  }

  .xl\:tw-bg-opacity-95{
    --tw-bg-opacity:0.95
  }

  .xl\:tw-bg-opacity-100{
    --tw-bg-opacity:1
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-0{
    --tw-bg-opacity:0
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-5{
    --tw-bg-opacity:0.05
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-10{
    --tw-bg-opacity:0.1
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-20{
    --tw-bg-opacity:0.2
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-25{
    --tw-bg-opacity:0.25
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-30{
    --tw-bg-opacity:0.3
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-40{
    --tw-bg-opacity:0.4
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-50{
    --tw-bg-opacity:0.5
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-60{
    --tw-bg-opacity:0.6
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-70{
    --tw-bg-opacity:0.7
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-75{
    --tw-bg-opacity:0.75
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-80{
    --tw-bg-opacity:0.8
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-90{
    --tw-bg-opacity:0.9
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-95{
    --tw-bg-opacity:0.95
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-100{
    --tw-bg-opacity:1
  }

  .xl\:focus-within\:tw-bg-opacity-0:focus-within{
    --tw-bg-opacity:0
  }

  .xl\:focus-within\:tw-bg-opacity-5:focus-within{
    --tw-bg-opacity:0.05
  }

  .xl\:focus-within\:tw-bg-opacity-10:focus-within{
    --tw-bg-opacity:0.1
  }

  .xl\:focus-within\:tw-bg-opacity-20:focus-within{
    --tw-bg-opacity:0.2
  }

  .xl\:focus-within\:tw-bg-opacity-25:focus-within{
    --tw-bg-opacity:0.25
  }

  .xl\:focus-within\:tw-bg-opacity-30:focus-within{
    --tw-bg-opacity:0.3
  }

  .xl\:focus-within\:tw-bg-opacity-40:focus-within{
    --tw-bg-opacity:0.4
  }

  .xl\:focus-within\:tw-bg-opacity-50:focus-within{
    --tw-bg-opacity:0.5
  }

  .xl\:focus-within\:tw-bg-opacity-60:focus-within{
    --tw-bg-opacity:0.6
  }

  .xl\:focus-within\:tw-bg-opacity-70:focus-within{
    --tw-bg-opacity:0.7
  }

  .xl\:focus-within\:tw-bg-opacity-75:focus-within{
    --tw-bg-opacity:0.75
  }

  .xl\:focus-within\:tw-bg-opacity-80:focus-within{
    --tw-bg-opacity:0.8
  }

  .xl\:focus-within\:tw-bg-opacity-90:focus-within{
    --tw-bg-opacity:0.9
  }

  .xl\:focus-within\:tw-bg-opacity-95:focus-within{
    --tw-bg-opacity:0.95
  }

  .xl\:focus-within\:tw-bg-opacity-100:focus-within{
    --tw-bg-opacity:1
  }

  .xl\:hover\:tw-bg-opacity-0:hover{
    --tw-bg-opacity:0
  }

  .xl\:hover\:tw-bg-opacity-5:hover{
    --tw-bg-opacity:0.05
  }

  .xl\:hover\:tw-bg-opacity-10:hover{
    --tw-bg-opacity:0.1
  }

  .xl\:hover\:tw-bg-opacity-20:hover{
    --tw-bg-opacity:0.2
  }

  .xl\:hover\:tw-bg-opacity-25:hover{
    --tw-bg-opacity:0.25
  }

  .xl\:hover\:tw-bg-opacity-30:hover{
    --tw-bg-opacity:0.3
  }

  .xl\:hover\:tw-bg-opacity-40:hover{
    --tw-bg-opacity:0.4
  }

  .xl\:hover\:tw-bg-opacity-50:hover{
    --tw-bg-opacity:0.5
  }

  .xl\:hover\:tw-bg-opacity-60:hover{
    --tw-bg-opacity:0.6
  }

  .xl\:hover\:tw-bg-opacity-70:hover{
    --tw-bg-opacity:0.7
  }

  .xl\:hover\:tw-bg-opacity-75:hover{
    --tw-bg-opacity:0.75
  }

  .xl\:hover\:tw-bg-opacity-80:hover{
    --tw-bg-opacity:0.8
  }

  .xl\:hover\:tw-bg-opacity-90:hover{
    --tw-bg-opacity:0.9
  }

  .xl\:hover\:tw-bg-opacity-95:hover{
    --tw-bg-opacity:0.95
  }

  .xl\:hover\:tw-bg-opacity-100:hover{
    --tw-bg-opacity:1
  }

  .xl\:focus\:tw-bg-opacity-0:focus{
    --tw-bg-opacity:0
  }

  .xl\:focus\:tw-bg-opacity-5:focus{
    --tw-bg-opacity:0.05
  }

  .xl\:focus\:tw-bg-opacity-10:focus{
    --tw-bg-opacity:0.1
  }

  .xl\:focus\:tw-bg-opacity-20:focus{
    --tw-bg-opacity:0.2
  }

  .xl\:focus\:tw-bg-opacity-25:focus{
    --tw-bg-opacity:0.25
  }

  .xl\:focus\:tw-bg-opacity-30:focus{
    --tw-bg-opacity:0.3
  }

  .xl\:focus\:tw-bg-opacity-40:focus{
    --tw-bg-opacity:0.4
  }

  .xl\:focus\:tw-bg-opacity-50:focus{
    --tw-bg-opacity:0.5
  }

  .xl\:focus\:tw-bg-opacity-60:focus{
    --tw-bg-opacity:0.6
  }

  .xl\:focus\:tw-bg-opacity-70:focus{
    --tw-bg-opacity:0.7
  }

  .xl\:focus\:tw-bg-opacity-75:focus{
    --tw-bg-opacity:0.75
  }

  .xl\:focus\:tw-bg-opacity-80:focus{
    --tw-bg-opacity:0.8
  }

  .xl\:focus\:tw-bg-opacity-90:focus{
    --tw-bg-opacity:0.9
  }

  .xl\:focus\:tw-bg-opacity-95:focus{
    --tw-bg-opacity:0.95
  }

  .xl\:focus\:tw-bg-opacity-100:focus{
    --tw-bg-opacity:1
  }

  .xl\:tw-bg-none{
    background-image:none
  }

  .xl\:tw-bg-gradient-to-t{
    background-image:linear-gradient(to top, var(--tw-gradient-stops))
  }

  .xl\:tw-bg-gradient-to-tr{
    background-image:linear-gradient(to top right, var(--tw-gradient-stops))
  }

  .xl\:tw-bg-gradient-to-r{
    background-image:linear-gradient(to right, var(--tw-gradient-stops))
  }

  .xl\:tw-bg-gradient-to-br{
    background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))
  }

  .xl\:tw-bg-gradient-to-b{
    background-image:linear-gradient(to bottom, var(--tw-gradient-stops))
  }

  .xl\:tw-bg-gradient-to-bl{
    background-image:linear-gradient(to bottom left, var(--tw-gradient-stops))
  }

  .xl\:tw-bg-gradient-to-l{
    background-image:linear-gradient(to left, var(--tw-gradient-stops))
  }

  .xl\:tw-bg-gradient-to-tl{
    background-image:linear-gradient(to top left, var(--tw-gradient-stops))
  }

  .xl\:tw-from-transparent{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .xl\:tw-from-current{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .xl\:tw-from-black{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .xl\:tw-from-white{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .xl\:tw-from-gray-50{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .xl\:tw-from-gray-100{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .xl\:tw-from-gray-200{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .xl\:tw-from-gray-300{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .xl\:tw-from-gray-400{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .xl\:tw-from-gray-500{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .xl\:tw-from-gray-600{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .xl\:tw-from-gray-700{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .xl\:tw-from-gray-800{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .xl\:tw-from-gray-900{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .xl\:tw-from-red-50{
    --tw-gradient-from:#fef2f2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .xl\:tw-from-red-100{
    --tw-gradient-from:#fee2e2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .xl\:tw-from-red-200{
    --tw-gradient-from:#fecaca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .xl\:tw-from-red-300{
    --tw-gradient-from:#fca5a5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .xl\:tw-from-red-400{
    --tw-gradient-from:#f87171;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .xl\:tw-from-red-500{
    --tw-gradient-from:#ef4444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .xl\:tw-from-red-600{
    --tw-gradient-from:#dc2626;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .xl\:tw-from-red-700{
    --tw-gradient-from:#b91c1c;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .xl\:tw-from-red-800{
    --tw-gradient-from:#991b1b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .xl\:tw-from-red-900{
    --tw-gradient-from:#7f1d1d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .xl\:tw-from-yellow-50{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .xl\:tw-from-yellow-100{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .xl\:tw-from-yellow-200{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .xl\:tw-from-yellow-300{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .xl\:tw-from-yellow-400{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .xl\:tw-from-yellow-500{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .xl\:tw-from-yellow-600{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .xl\:tw-from-yellow-700{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .xl\:tw-from-yellow-800{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .xl\:tw-from-yellow-900{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .xl\:tw-from-green-50{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .xl\:tw-from-green-100{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .xl\:tw-from-green-200{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .xl\:tw-from-green-300{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .xl\:tw-from-green-400{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .xl\:tw-from-green-500{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .xl\:tw-from-green-600{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .xl\:tw-from-green-700{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .xl\:tw-from-green-800{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .xl\:tw-from-green-900{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .xl\:tw-from-blue-50{
    --tw-gradient-from:#eff6ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .xl\:tw-from-blue-100{
    --tw-gradient-from:#dbeafe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .xl\:tw-from-blue-200{
    --tw-gradient-from:#bfdbfe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .xl\:tw-from-blue-300{
    --tw-gradient-from:#93c5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .xl\:tw-from-blue-400{
    --tw-gradient-from:#60a5fa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .xl\:tw-from-blue-500{
    --tw-gradient-from:#3b82f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .xl\:tw-from-blue-600{
    --tw-gradient-from:#2563eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .xl\:tw-from-blue-700{
    --tw-gradient-from:#1d4ed8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .xl\:tw-from-blue-800{
    --tw-gradient-from:#1e40af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .xl\:tw-from-blue-900{
    --tw-gradient-from:#1e3a8a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .xl\:tw-from-indigo-50{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .xl\:tw-from-indigo-100{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .xl\:tw-from-indigo-200{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .xl\:tw-from-indigo-300{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .xl\:tw-from-indigo-400{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .xl\:tw-from-indigo-500{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .xl\:tw-from-indigo-600{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .xl\:tw-from-indigo-700{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .xl\:tw-from-indigo-800{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .xl\:tw-from-indigo-900{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .xl\:tw-from-purple-50{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .xl\:tw-from-purple-100{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .xl\:tw-from-purple-200{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .xl\:tw-from-purple-300{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .xl\:tw-from-purple-400{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .xl\:tw-from-purple-500{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .xl\:tw-from-purple-600{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .xl\:tw-from-purple-700{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .xl\:tw-from-purple-800{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .xl\:tw-from-purple-900{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .xl\:tw-from-pink-50{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .xl\:tw-from-pink-100{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .xl\:tw-from-pink-200{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .xl\:tw-from-pink-300{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .xl\:tw-from-pink-400{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .xl\:tw-from-pink-500{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .xl\:tw-from-pink-600{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .xl\:tw-from-pink-700{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .xl\:tw-from-pink-800{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .xl\:tw-from-pink-900{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .xl\:hover\:tw-from-transparent:hover{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .xl\:hover\:tw-from-current:hover{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .xl\:hover\:tw-from-black:hover{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .xl\:hover\:tw-from-white:hover{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .xl\:hover\:tw-from-gray-50:hover{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .xl\:hover\:tw-from-gray-100:hover{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .xl\:hover\:tw-from-gray-200:hover{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .xl\:hover\:tw-from-gray-300:hover{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .xl\:hover\:tw-from-gray-400:hover{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .xl\:hover\:tw-from-gray-500:hover{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .xl\:hover\:tw-from-gray-600:hover{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .xl\:hover\:tw-from-gray-700:hover{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .xl\:hover\:tw-from-gray-800:hover{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .xl\:hover\:tw-from-gray-900:hover{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .xl\:hover\:tw-from-red-50:hover{
    --tw-gradient-from:#fef2f2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .xl\:hover\:tw-from-red-100:hover{
    --tw-gradient-from:#fee2e2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .xl\:hover\:tw-from-red-200:hover{
    --tw-gradient-from:#fecaca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .xl\:hover\:tw-from-red-300:hover{
    --tw-gradient-from:#fca5a5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .xl\:hover\:tw-from-red-400:hover{
    --tw-gradient-from:#f87171;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .xl\:hover\:tw-from-red-500:hover{
    --tw-gradient-from:#ef4444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .xl\:hover\:tw-from-red-600:hover{
    --tw-gradient-from:#dc2626;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .xl\:hover\:tw-from-red-700:hover{
    --tw-gradient-from:#b91c1c;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .xl\:hover\:tw-from-red-800:hover{
    --tw-gradient-from:#991b1b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .xl\:hover\:tw-from-red-900:hover{
    --tw-gradient-from:#7f1d1d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .xl\:hover\:tw-from-yellow-50:hover{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .xl\:hover\:tw-from-yellow-100:hover{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .xl\:hover\:tw-from-yellow-200:hover{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .xl\:hover\:tw-from-yellow-300:hover{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .xl\:hover\:tw-from-yellow-400:hover{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .xl\:hover\:tw-from-yellow-500:hover{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .xl\:hover\:tw-from-yellow-600:hover{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .xl\:hover\:tw-from-yellow-700:hover{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .xl\:hover\:tw-from-yellow-800:hover{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .xl\:hover\:tw-from-yellow-900:hover{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .xl\:hover\:tw-from-green-50:hover{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .xl\:hover\:tw-from-green-100:hover{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .xl\:hover\:tw-from-green-200:hover{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .xl\:hover\:tw-from-green-300:hover{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .xl\:hover\:tw-from-green-400:hover{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .xl\:hover\:tw-from-green-500:hover{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .xl\:hover\:tw-from-green-600:hover{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .xl\:hover\:tw-from-green-700:hover{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .xl\:hover\:tw-from-green-800:hover{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .xl\:hover\:tw-from-green-900:hover{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .xl\:hover\:tw-from-blue-50:hover{
    --tw-gradient-from:#eff6ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .xl\:hover\:tw-from-blue-100:hover{
    --tw-gradient-from:#dbeafe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .xl\:hover\:tw-from-blue-200:hover{
    --tw-gradient-from:#bfdbfe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .xl\:hover\:tw-from-blue-300:hover{
    --tw-gradient-from:#93c5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .xl\:hover\:tw-from-blue-400:hover{
    --tw-gradient-from:#60a5fa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .xl\:hover\:tw-from-blue-500:hover{
    --tw-gradient-from:#3b82f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .xl\:hover\:tw-from-blue-600:hover{
    --tw-gradient-from:#2563eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .xl\:hover\:tw-from-blue-700:hover{
    --tw-gradient-from:#1d4ed8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .xl\:hover\:tw-from-blue-800:hover{
    --tw-gradient-from:#1e40af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .xl\:hover\:tw-from-blue-900:hover{
    --tw-gradient-from:#1e3a8a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .xl\:hover\:tw-from-indigo-50:hover{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .xl\:hover\:tw-from-indigo-100:hover{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .xl\:hover\:tw-from-indigo-200:hover{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .xl\:hover\:tw-from-indigo-300:hover{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .xl\:hover\:tw-from-indigo-400:hover{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .xl\:hover\:tw-from-indigo-500:hover{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .xl\:hover\:tw-from-indigo-600:hover{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .xl\:hover\:tw-from-indigo-700:hover{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .xl\:hover\:tw-from-indigo-800:hover{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .xl\:hover\:tw-from-indigo-900:hover{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .xl\:hover\:tw-from-purple-50:hover{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .xl\:hover\:tw-from-purple-100:hover{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .xl\:hover\:tw-from-purple-200:hover{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .xl\:hover\:tw-from-purple-300:hover{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .xl\:hover\:tw-from-purple-400:hover{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .xl\:hover\:tw-from-purple-500:hover{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .xl\:hover\:tw-from-purple-600:hover{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .xl\:hover\:tw-from-purple-700:hover{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .xl\:hover\:tw-from-purple-800:hover{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .xl\:hover\:tw-from-purple-900:hover{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .xl\:hover\:tw-from-pink-50:hover{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .xl\:hover\:tw-from-pink-100:hover{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .xl\:hover\:tw-from-pink-200:hover{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .xl\:hover\:tw-from-pink-300:hover{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .xl\:hover\:tw-from-pink-400:hover{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .xl\:hover\:tw-from-pink-500:hover{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .xl\:hover\:tw-from-pink-600:hover{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .xl\:hover\:tw-from-pink-700:hover{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .xl\:hover\:tw-from-pink-800:hover{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .xl\:hover\:tw-from-pink-900:hover{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .xl\:focus\:tw-from-transparent:focus{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .xl\:focus\:tw-from-current:focus{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .xl\:focus\:tw-from-black:focus{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .xl\:focus\:tw-from-white:focus{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .xl\:focus\:tw-from-gray-50:focus{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .xl\:focus\:tw-from-gray-100:focus{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .xl\:focus\:tw-from-gray-200:focus{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .xl\:focus\:tw-from-gray-300:focus{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .xl\:focus\:tw-from-gray-400:focus{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .xl\:focus\:tw-from-gray-500:focus{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .xl\:focus\:tw-from-gray-600:focus{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .xl\:focus\:tw-from-gray-700:focus{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .xl\:focus\:tw-from-gray-800:focus{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .xl\:focus\:tw-from-gray-900:focus{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .xl\:focus\:tw-from-red-50:focus{
    --tw-gradient-from:#fef2f2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .xl\:focus\:tw-from-red-100:focus{
    --tw-gradient-from:#fee2e2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .xl\:focus\:tw-from-red-200:focus{
    --tw-gradient-from:#fecaca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .xl\:focus\:tw-from-red-300:focus{
    --tw-gradient-from:#fca5a5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .xl\:focus\:tw-from-red-400:focus{
    --tw-gradient-from:#f87171;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .xl\:focus\:tw-from-red-500:focus{
    --tw-gradient-from:#ef4444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .xl\:focus\:tw-from-red-600:focus{
    --tw-gradient-from:#dc2626;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .xl\:focus\:tw-from-red-700:focus{
    --tw-gradient-from:#b91c1c;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .xl\:focus\:tw-from-red-800:focus{
    --tw-gradient-from:#991b1b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .xl\:focus\:tw-from-red-900:focus{
    --tw-gradient-from:#7f1d1d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .xl\:focus\:tw-from-yellow-50:focus{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .xl\:focus\:tw-from-yellow-100:focus{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .xl\:focus\:tw-from-yellow-200:focus{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .xl\:focus\:tw-from-yellow-300:focus{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .xl\:focus\:tw-from-yellow-400:focus{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .xl\:focus\:tw-from-yellow-500:focus{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .xl\:focus\:tw-from-yellow-600:focus{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .xl\:focus\:tw-from-yellow-700:focus{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .xl\:focus\:tw-from-yellow-800:focus{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .xl\:focus\:tw-from-yellow-900:focus{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .xl\:focus\:tw-from-green-50:focus{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .xl\:focus\:tw-from-green-100:focus{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .xl\:focus\:tw-from-green-200:focus{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .xl\:focus\:tw-from-green-300:focus{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .xl\:focus\:tw-from-green-400:focus{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .xl\:focus\:tw-from-green-500:focus{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .xl\:focus\:tw-from-green-600:focus{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .xl\:focus\:tw-from-green-700:focus{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .xl\:focus\:tw-from-green-800:focus{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .xl\:focus\:tw-from-green-900:focus{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .xl\:focus\:tw-from-blue-50:focus{
    --tw-gradient-from:#eff6ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .xl\:focus\:tw-from-blue-100:focus{
    --tw-gradient-from:#dbeafe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .xl\:focus\:tw-from-blue-200:focus{
    --tw-gradient-from:#bfdbfe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .xl\:focus\:tw-from-blue-300:focus{
    --tw-gradient-from:#93c5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .xl\:focus\:tw-from-blue-400:focus{
    --tw-gradient-from:#60a5fa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .xl\:focus\:tw-from-blue-500:focus{
    --tw-gradient-from:#3b82f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .xl\:focus\:tw-from-blue-600:focus{
    --tw-gradient-from:#2563eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .xl\:focus\:tw-from-blue-700:focus{
    --tw-gradient-from:#1d4ed8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .xl\:focus\:tw-from-blue-800:focus{
    --tw-gradient-from:#1e40af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .xl\:focus\:tw-from-blue-900:focus{
    --tw-gradient-from:#1e3a8a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .xl\:focus\:tw-from-indigo-50:focus{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .xl\:focus\:tw-from-indigo-100:focus{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .xl\:focus\:tw-from-indigo-200:focus{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .xl\:focus\:tw-from-indigo-300:focus{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .xl\:focus\:tw-from-indigo-400:focus{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .xl\:focus\:tw-from-indigo-500:focus{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .xl\:focus\:tw-from-indigo-600:focus{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .xl\:focus\:tw-from-indigo-700:focus{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .xl\:focus\:tw-from-indigo-800:focus{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .xl\:focus\:tw-from-indigo-900:focus{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .xl\:focus\:tw-from-purple-50:focus{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .xl\:focus\:tw-from-purple-100:focus{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .xl\:focus\:tw-from-purple-200:focus{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .xl\:focus\:tw-from-purple-300:focus{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .xl\:focus\:tw-from-purple-400:focus{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .xl\:focus\:tw-from-purple-500:focus{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .xl\:focus\:tw-from-purple-600:focus{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .xl\:focus\:tw-from-purple-700:focus{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .xl\:focus\:tw-from-purple-800:focus{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .xl\:focus\:tw-from-purple-900:focus{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .xl\:focus\:tw-from-pink-50:focus{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .xl\:focus\:tw-from-pink-100:focus{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .xl\:focus\:tw-from-pink-200:focus{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .xl\:focus\:tw-from-pink-300:focus{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .xl\:focus\:tw-from-pink-400:focus{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .xl\:focus\:tw-from-pink-500:focus{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .xl\:focus\:tw-from-pink-600:focus{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .xl\:focus\:tw-from-pink-700:focus{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .xl\:focus\:tw-from-pink-800:focus{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .xl\:focus\:tw-from-pink-900:focus{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .xl\:tw-via-transparent{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .xl\:tw-via-current{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .xl\:tw-via-black{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .xl\:tw-via-white{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .xl\:tw-via-gray-50{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .xl\:tw-via-gray-100{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .xl\:tw-via-gray-200{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .xl\:tw-via-gray-300{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .xl\:tw-via-gray-400{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .xl\:tw-via-gray-500{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .xl\:tw-via-gray-600{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .xl\:tw-via-gray-700{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .xl\:tw-via-gray-800{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .xl\:tw-via-gray-900{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .xl\:tw-via-red-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .xl\:tw-via-red-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .xl\:tw-via-red-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .xl\:tw-via-red-300{
    --tw-gradient-stops:var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .xl\:tw-via-red-400{
    --tw-gradient-stops:var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .xl\:tw-via-red-500{
    --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .xl\:tw-via-red-600{
    --tw-gradient-stops:var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .xl\:tw-via-red-700{
    --tw-gradient-stops:var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .xl\:tw-via-red-800{
    --tw-gradient-stops:var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .xl\:tw-via-red-900{
    --tw-gradient-stops:var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .xl\:tw-via-yellow-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .xl\:tw-via-yellow-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .xl\:tw-via-yellow-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .xl\:tw-via-yellow-300{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .xl\:tw-via-yellow-400{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .xl\:tw-via-yellow-500{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .xl\:tw-via-yellow-600{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .xl\:tw-via-yellow-700{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .xl\:tw-via-yellow-800{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .xl\:tw-via-yellow-900{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .xl\:tw-via-green-50{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .xl\:tw-via-green-100{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .xl\:tw-via-green-200{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .xl\:tw-via-green-300{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .xl\:tw-via-green-400{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .xl\:tw-via-green-500{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .xl\:tw-via-green-600{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .xl\:tw-via-green-700{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .xl\:tw-via-green-800{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .xl\:tw-via-green-900{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .xl\:tw-via-blue-50{
    --tw-gradient-stops:var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .xl\:tw-via-blue-100{
    --tw-gradient-stops:var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .xl\:tw-via-blue-200{
    --tw-gradient-stops:var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .xl\:tw-via-blue-300{
    --tw-gradient-stops:var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .xl\:tw-via-blue-400{
    --tw-gradient-stops:var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .xl\:tw-via-blue-500{
    --tw-gradient-stops:var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .xl\:tw-via-blue-600{
    --tw-gradient-stops:var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .xl\:tw-via-blue-700{
    --tw-gradient-stops:var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .xl\:tw-via-blue-800{
    --tw-gradient-stops:var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .xl\:tw-via-blue-900{
    --tw-gradient-stops:var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .xl\:tw-via-indigo-50{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .xl\:tw-via-indigo-100{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .xl\:tw-via-indigo-200{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .xl\:tw-via-indigo-300{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .xl\:tw-via-indigo-400{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .xl\:tw-via-indigo-500{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .xl\:tw-via-indigo-600{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .xl\:tw-via-indigo-700{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .xl\:tw-via-indigo-800{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .xl\:tw-via-indigo-900{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .xl\:tw-via-purple-50{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .xl\:tw-via-purple-100{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .xl\:tw-via-purple-200{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .xl\:tw-via-purple-300{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .xl\:tw-via-purple-400{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .xl\:tw-via-purple-500{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .xl\:tw-via-purple-600{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .xl\:tw-via-purple-700{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .xl\:tw-via-purple-800{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .xl\:tw-via-purple-900{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .xl\:tw-via-pink-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .xl\:tw-via-pink-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .xl\:tw-via-pink-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .xl\:tw-via-pink-300{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .xl\:tw-via-pink-400{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .xl\:tw-via-pink-500{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .xl\:tw-via-pink-600{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .xl\:tw-via-pink-700{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .xl\:tw-via-pink-800{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .xl\:tw-via-pink-900{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .xl\:hover\:tw-via-transparent:hover{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .xl\:hover\:tw-via-current:hover{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .xl\:hover\:tw-via-black:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .xl\:hover\:tw-via-white:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .xl\:hover\:tw-via-gray-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .xl\:hover\:tw-via-gray-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .xl\:hover\:tw-via-gray-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .xl\:hover\:tw-via-gray-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .xl\:hover\:tw-via-gray-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .xl\:hover\:tw-via-gray-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .xl\:hover\:tw-via-gray-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .xl\:hover\:tw-via-gray-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .xl\:hover\:tw-via-gray-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .xl\:hover\:tw-via-gray-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .xl\:hover\:tw-via-red-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .xl\:hover\:tw-via-red-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .xl\:hover\:tw-via-red-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .xl\:hover\:tw-via-red-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .xl\:hover\:tw-via-red-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .xl\:hover\:tw-via-red-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .xl\:hover\:tw-via-red-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .xl\:hover\:tw-via-red-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .xl\:hover\:tw-via-red-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .xl\:hover\:tw-via-red-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .xl\:hover\:tw-via-yellow-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .xl\:hover\:tw-via-yellow-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .xl\:hover\:tw-via-yellow-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .xl\:hover\:tw-via-yellow-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .xl\:hover\:tw-via-yellow-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .xl\:hover\:tw-via-yellow-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .xl\:hover\:tw-via-yellow-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .xl\:hover\:tw-via-yellow-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .xl\:hover\:tw-via-yellow-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .xl\:hover\:tw-via-yellow-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .xl\:hover\:tw-via-green-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .xl\:hover\:tw-via-green-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .xl\:hover\:tw-via-green-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .xl\:hover\:tw-via-green-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .xl\:hover\:tw-via-green-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .xl\:hover\:tw-via-green-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .xl\:hover\:tw-via-green-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .xl\:hover\:tw-via-green-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .xl\:hover\:tw-via-green-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .xl\:hover\:tw-via-green-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .xl\:hover\:tw-via-blue-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .xl\:hover\:tw-via-blue-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .xl\:hover\:tw-via-blue-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .xl\:hover\:tw-via-blue-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .xl\:hover\:tw-via-blue-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .xl\:hover\:tw-via-blue-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .xl\:hover\:tw-via-blue-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .xl\:hover\:tw-via-blue-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .xl\:hover\:tw-via-blue-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .xl\:hover\:tw-via-blue-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .xl\:hover\:tw-via-indigo-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .xl\:hover\:tw-via-indigo-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .xl\:hover\:tw-via-indigo-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .xl\:hover\:tw-via-indigo-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .xl\:hover\:tw-via-indigo-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .xl\:hover\:tw-via-indigo-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .xl\:hover\:tw-via-indigo-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .xl\:hover\:tw-via-indigo-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .xl\:hover\:tw-via-indigo-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .xl\:hover\:tw-via-indigo-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .xl\:hover\:tw-via-purple-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .xl\:hover\:tw-via-purple-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .xl\:hover\:tw-via-purple-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .xl\:hover\:tw-via-purple-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .xl\:hover\:tw-via-purple-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .xl\:hover\:tw-via-purple-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .xl\:hover\:tw-via-purple-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .xl\:hover\:tw-via-purple-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .xl\:hover\:tw-via-purple-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .xl\:hover\:tw-via-purple-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .xl\:hover\:tw-via-pink-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .xl\:hover\:tw-via-pink-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .xl\:hover\:tw-via-pink-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .xl\:hover\:tw-via-pink-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .xl\:hover\:tw-via-pink-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .xl\:hover\:tw-via-pink-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .xl\:hover\:tw-via-pink-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .xl\:hover\:tw-via-pink-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .xl\:hover\:tw-via-pink-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .xl\:hover\:tw-via-pink-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .xl\:focus\:tw-via-transparent:focus{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .xl\:focus\:tw-via-current:focus{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .xl\:focus\:tw-via-black:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .xl\:focus\:tw-via-white:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .xl\:focus\:tw-via-gray-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .xl\:focus\:tw-via-gray-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .xl\:focus\:tw-via-gray-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .xl\:focus\:tw-via-gray-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .xl\:focus\:tw-via-gray-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .xl\:focus\:tw-via-gray-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .xl\:focus\:tw-via-gray-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .xl\:focus\:tw-via-gray-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .xl\:focus\:tw-via-gray-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .xl\:focus\:tw-via-gray-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .xl\:focus\:tw-via-red-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .xl\:focus\:tw-via-red-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .xl\:focus\:tw-via-red-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .xl\:focus\:tw-via-red-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .xl\:focus\:tw-via-red-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .xl\:focus\:tw-via-red-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .xl\:focus\:tw-via-red-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .xl\:focus\:tw-via-red-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .xl\:focus\:tw-via-red-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .xl\:focus\:tw-via-red-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .xl\:focus\:tw-via-yellow-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .xl\:focus\:tw-via-yellow-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .xl\:focus\:tw-via-yellow-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .xl\:focus\:tw-via-yellow-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .xl\:focus\:tw-via-yellow-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .xl\:focus\:tw-via-yellow-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .xl\:focus\:tw-via-yellow-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .xl\:focus\:tw-via-yellow-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .xl\:focus\:tw-via-yellow-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .xl\:focus\:tw-via-yellow-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .xl\:focus\:tw-via-green-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .xl\:focus\:tw-via-green-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .xl\:focus\:tw-via-green-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .xl\:focus\:tw-via-green-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .xl\:focus\:tw-via-green-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .xl\:focus\:tw-via-green-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .xl\:focus\:tw-via-green-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .xl\:focus\:tw-via-green-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .xl\:focus\:tw-via-green-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .xl\:focus\:tw-via-green-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .xl\:focus\:tw-via-blue-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .xl\:focus\:tw-via-blue-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .xl\:focus\:tw-via-blue-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .xl\:focus\:tw-via-blue-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .xl\:focus\:tw-via-blue-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .xl\:focus\:tw-via-blue-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .xl\:focus\:tw-via-blue-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .xl\:focus\:tw-via-blue-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .xl\:focus\:tw-via-blue-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .xl\:focus\:tw-via-blue-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .xl\:focus\:tw-via-indigo-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .xl\:focus\:tw-via-indigo-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .xl\:focus\:tw-via-indigo-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .xl\:focus\:tw-via-indigo-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .xl\:focus\:tw-via-indigo-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .xl\:focus\:tw-via-indigo-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .xl\:focus\:tw-via-indigo-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .xl\:focus\:tw-via-indigo-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .xl\:focus\:tw-via-indigo-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .xl\:focus\:tw-via-indigo-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .xl\:focus\:tw-via-purple-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .xl\:focus\:tw-via-purple-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .xl\:focus\:tw-via-purple-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .xl\:focus\:tw-via-purple-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .xl\:focus\:tw-via-purple-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .xl\:focus\:tw-via-purple-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .xl\:focus\:tw-via-purple-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .xl\:focus\:tw-via-purple-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .xl\:focus\:tw-via-purple-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .xl\:focus\:tw-via-purple-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .xl\:focus\:tw-via-pink-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .xl\:focus\:tw-via-pink-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .xl\:focus\:tw-via-pink-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .xl\:focus\:tw-via-pink-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .xl\:focus\:tw-via-pink-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .xl\:focus\:tw-via-pink-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .xl\:focus\:tw-via-pink-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .xl\:focus\:tw-via-pink-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .xl\:focus\:tw-via-pink-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .xl\:focus\:tw-via-pink-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .xl\:tw-to-transparent{
    --tw-gradient-to:transparent
  }

  .xl\:tw-to-current{
    --tw-gradient-to:currentColor
  }

  .xl\:tw-to-black{
    --tw-gradient-to:#000
  }

  .xl\:tw-to-white{
    --tw-gradient-to:#fff
  }

  .xl\:tw-to-gray-50{
    --tw-gradient-to:#f9fafb
  }

  .xl\:tw-to-gray-100{
    --tw-gradient-to:#f3f4f6
  }

  .xl\:tw-to-gray-200{
    --tw-gradient-to:#e5e7eb
  }

  .xl\:tw-to-gray-300{
    --tw-gradient-to:#d1d5db
  }

  .xl\:tw-to-gray-400{
    --tw-gradient-to:#9ca3af
  }

  .xl\:tw-to-gray-500{
    --tw-gradient-to:#6b7280
  }

  .xl\:tw-to-gray-600{
    --tw-gradient-to:#4b5563
  }

  .xl\:tw-to-gray-700{
    --tw-gradient-to:#374151
  }

  .xl\:tw-to-gray-800{
    --tw-gradient-to:#1f2937
  }

  .xl\:tw-to-gray-900{
    --tw-gradient-to:#111827
  }

  .xl\:tw-to-red-50{
    --tw-gradient-to:#fef2f2
  }

  .xl\:tw-to-red-100{
    --tw-gradient-to:#fee2e2
  }

  .xl\:tw-to-red-200{
    --tw-gradient-to:#fecaca
  }

  .xl\:tw-to-red-300{
    --tw-gradient-to:#fca5a5
  }

  .xl\:tw-to-red-400{
    --tw-gradient-to:#f87171
  }

  .xl\:tw-to-red-500{
    --tw-gradient-to:#ef4444
  }

  .xl\:tw-to-red-600{
    --tw-gradient-to:#dc2626
  }

  .xl\:tw-to-red-700{
    --tw-gradient-to:#b91c1c
  }

  .xl\:tw-to-red-800{
    --tw-gradient-to:#991b1b
  }

  .xl\:tw-to-red-900{
    --tw-gradient-to:#7f1d1d
  }

  .xl\:tw-to-yellow-50{
    --tw-gradient-to:#fffbeb
  }

  .xl\:tw-to-yellow-100{
    --tw-gradient-to:#fef3c7
  }

  .xl\:tw-to-yellow-200{
    --tw-gradient-to:#fde68a
  }

  .xl\:tw-to-yellow-300{
    --tw-gradient-to:#fcd34d
  }

  .xl\:tw-to-yellow-400{
    --tw-gradient-to:#fbbf24
  }

  .xl\:tw-to-yellow-500{
    --tw-gradient-to:#f59e0b
  }

  .xl\:tw-to-yellow-600{
    --tw-gradient-to:#d97706
  }

  .xl\:tw-to-yellow-700{
    --tw-gradient-to:#b45309
  }

  .xl\:tw-to-yellow-800{
    --tw-gradient-to:#92400e
  }

  .xl\:tw-to-yellow-900{
    --tw-gradient-to:#78350f
  }

  .xl\:tw-to-green-50{
    --tw-gradient-to:#ecfdf5
  }

  .xl\:tw-to-green-100{
    --tw-gradient-to:#d1fae5
  }

  .xl\:tw-to-green-200{
    --tw-gradient-to:#a7f3d0
  }

  .xl\:tw-to-green-300{
    --tw-gradient-to:#6ee7b7
  }

  .xl\:tw-to-green-400{
    --tw-gradient-to:#34d399
  }

  .xl\:tw-to-green-500{
    --tw-gradient-to:#10b981
  }

  .xl\:tw-to-green-600{
    --tw-gradient-to:#059669
  }

  .xl\:tw-to-green-700{
    --tw-gradient-to:#047857
  }

  .xl\:tw-to-green-800{
    --tw-gradient-to:#065f46
  }

  .xl\:tw-to-green-900{
    --tw-gradient-to:#064e3b
  }

  .xl\:tw-to-blue-50{
    --tw-gradient-to:#eff6ff
  }

  .xl\:tw-to-blue-100{
    --tw-gradient-to:#dbeafe
  }

  .xl\:tw-to-blue-200{
    --tw-gradient-to:#bfdbfe
  }

  .xl\:tw-to-blue-300{
    --tw-gradient-to:#93c5fd
  }

  .xl\:tw-to-blue-400{
    --tw-gradient-to:#60a5fa
  }

  .xl\:tw-to-blue-500{
    --tw-gradient-to:#3b82f6
  }

  .xl\:tw-to-blue-600{
    --tw-gradient-to:#2563eb
  }

  .xl\:tw-to-blue-700{
    --tw-gradient-to:#1d4ed8
  }

  .xl\:tw-to-blue-800{
    --tw-gradient-to:#1e40af
  }

  .xl\:tw-to-blue-900{
    --tw-gradient-to:#1e3a8a
  }

  .xl\:tw-to-indigo-50{
    --tw-gradient-to:#eef2ff
  }

  .xl\:tw-to-indigo-100{
    --tw-gradient-to:#e0e7ff
  }

  .xl\:tw-to-indigo-200{
    --tw-gradient-to:#c7d2fe
  }

  .xl\:tw-to-indigo-300{
    --tw-gradient-to:#a5b4fc
  }

  .xl\:tw-to-indigo-400{
    --tw-gradient-to:#818cf8
  }

  .xl\:tw-to-indigo-500{
    --tw-gradient-to:#6366f1
  }

  .xl\:tw-to-indigo-600{
    --tw-gradient-to:#4f46e5
  }

  .xl\:tw-to-indigo-700{
    --tw-gradient-to:#4338ca
  }

  .xl\:tw-to-indigo-800{
    --tw-gradient-to:#3730a3
  }

  .xl\:tw-to-indigo-900{
    --tw-gradient-to:#312e81
  }

  .xl\:tw-to-purple-50{
    --tw-gradient-to:#f5f3ff
  }

  .xl\:tw-to-purple-100{
    --tw-gradient-to:#ede9fe
  }

  .xl\:tw-to-purple-200{
    --tw-gradient-to:#ddd6fe
  }

  .xl\:tw-to-purple-300{
    --tw-gradient-to:#c4b5fd
  }

  .xl\:tw-to-purple-400{
    --tw-gradient-to:#a78bfa
  }

  .xl\:tw-to-purple-500{
    --tw-gradient-to:#8b5cf6
  }

  .xl\:tw-to-purple-600{
    --tw-gradient-to:#7c3aed
  }

  .xl\:tw-to-purple-700{
    --tw-gradient-to:#6d28d9
  }

  .xl\:tw-to-purple-800{
    --tw-gradient-to:#5b21b6
  }

  .xl\:tw-to-purple-900{
    --tw-gradient-to:#4c1d95
  }

  .xl\:tw-to-pink-50{
    --tw-gradient-to:#fdf2f8
  }

  .xl\:tw-to-pink-100{
    --tw-gradient-to:#fce7f3
  }

  .xl\:tw-to-pink-200{
    --tw-gradient-to:#fbcfe8
  }

  .xl\:tw-to-pink-300{
    --tw-gradient-to:#f9a8d4
  }

  .xl\:tw-to-pink-400{
    --tw-gradient-to:#f472b6
  }

  .xl\:tw-to-pink-500{
    --tw-gradient-to:#ec4899
  }

  .xl\:tw-to-pink-600{
    --tw-gradient-to:#db2777
  }

  .xl\:tw-to-pink-700{
    --tw-gradient-to:#be185d
  }

  .xl\:tw-to-pink-800{
    --tw-gradient-to:#9d174d
  }

  .xl\:tw-to-pink-900{
    --tw-gradient-to:#831843
  }

  .xl\:hover\:tw-to-transparent:hover{
    --tw-gradient-to:transparent
  }

  .xl\:hover\:tw-to-current:hover{
    --tw-gradient-to:currentColor
  }

  .xl\:hover\:tw-to-black:hover{
    --tw-gradient-to:#000
  }

  .xl\:hover\:tw-to-white:hover{
    --tw-gradient-to:#fff
  }

  .xl\:hover\:tw-to-gray-50:hover{
    --tw-gradient-to:#f9fafb
  }

  .xl\:hover\:tw-to-gray-100:hover{
    --tw-gradient-to:#f3f4f6
  }

  .xl\:hover\:tw-to-gray-200:hover{
    --tw-gradient-to:#e5e7eb
  }

  .xl\:hover\:tw-to-gray-300:hover{
    --tw-gradient-to:#d1d5db
  }

  .xl\:hover\:tw-to-gray-400:hover{
    --tw-gradient-to:#9ca3af
  }

  .xl\:hover\:tw-to-gray-500:hover{
    --tw-gradient-to:#6b7280
  }

  .xl\:hover\:tw-to-gray-600:hover{
    --tw-gradient-to:#4b5563
  }

  .xl\:hover\:tw-to-gray-700:hover{
    --tw-gradient-to:#374151
  }

  .xl\:hover\:tw-to-gray-800:hover{
    --tw-gradient-to:#1f2937
  }

  .xl\:hover\:tw-to-gray-900:hover{
    --tw-gradient-to:#111827
  }

  .xl\:hover\:tw-to-red-50:hover{
    --tw-gradient-to:#fef2f2
  }

  .xl\:hover\:tw-to-red-100:hover{
    --tw-gradient-to:#fee2e2
  }

  .xl\:hover\:tw-to-red-200:hover{
    --tw-gradient-to:#fecaca
  }

  .xl\:hover\:tw-to-red-300:hover{
    --tw-gradient-to:#fca5a5
  }

  .xl\:hover\:tw-to-red-400:hover{
    --tw-gradient-to:#f87171
  }

  .xl\:hover\:tw-to-red-500:hover{
    --tw-gradient-to:#ef4444
  }

  .xl\:hover\:tw-to-red-600:hover{
    --tw-gradient-to:#dc2626
  }

  .xl\:hover\:tw-to-red-700:hover{
    --tw-gradient-to:#b91c1c
  }

  .xl\:hover\:tw-to-red-800:hover{
    --tw-gradient-to:#991b1b
  }

  .xl\:hover\:tw-to-red-900:hover{
    --tw-gradient-to:#7f1d1d
  }

  .xl\:hover\:tw-to-yellow-50:hover{
    --tw-gradient-to:#fffbeb
  }

  .xl\:hover\:tw-to-yellow-100:hover{
    --tw-gradient-to:#fef3c7
  }

  .xl\:hover\:tw-to-yellow-200:hover{
    --tw-gradient-to:#fde68a
  }

  .xl\:hover\:tw-to-yellow-300:hover{
    --tw-gradient-to:#fcd34d
  }

  .xl\:hover\:tw-to-yellow-400:hover{
    --tw-gradient-to:#fbbf24
  }

  .xl\:hover\:tw-to-yellow-500:hover{
    --tw-gradient-to:#f59e0b
  }

  .xl\:hover\:tw-to-yellow-600:hover{
    --tw-gradient-to:#d97706
  }

  .xl\:hover\:tw-to-yellow-700:hover{
    --tw-gradient-to:#b45309
  }

  .xl\:hover\:tw-to-yellow-800:hover{
    --tw-gradient-to:#92400e
  }

  .xl\:hover\:tw-to-yellow-900:hover{
    --tw-gradient-to:#78350f
  }

  .xl\:hover\:tw-to-green-50:hover{
    --tw-gradient-to:#ecfdf5
  }

  .xl\:hover\:tw-to-green-100:hover{
    --tw-gradient-to:#d1fae5
  }

  .xl\:hover\:tw-to-green-200:hover{
    --tw-gradient-to:#a7f3d0
  }

  .xl\:hover\:tw-to-green-300:hover{
    --tw-gradient-to:#6ee7b7
  }

  .xl\:hover\:tw-to-green-400:hover{
    --tw-gradient-to:#34d399
  }

  .xl\:hover\:tw-to-green-500:hover{
    --tw-gradient-to:#10b981
  }

  .xl\:hover\:tw-to-green-600:hover{
    --tw-gradient-to:#059669
  }

  .xl\:hover\:tw-to-green-700:hover{
    --tw-gradient-to:#047857
  }

  .xl\:hover\:tw-to-green-800:hover{
    --tw-gradient-to:#065f46
  }

  .xl\:hover\:tw-to-green-900:hover{
    --tw-gradient-to:#064e3b
  }

  .xl\:hover\:tw-to-blue-50:hover{
    --tw-gradient-to:#eff6ff
  }

  .xl\:hover\:tw-to-blue-100:hover{
    --tw-gradient-to:#dbeafe
  }

  .xl\:hover\:tw-to-blue-200:hover{
    --tw-gradient-to:#bfdbfe
  }

  .xl\:hover\:tw-to-blue-300:hover{
    --tw-gradient-to:#93c5fd
  }

  .xl\:hover\:tw-to-blue-400:hover{
    --tw-gradient-to:#60a5fa
  }

  .xl\:hover\:tw-to-blue-500:hover{
    --tw-gradient-to:#3b82f6
  }

  .xl\:hover\:tw-to-blue-600:hover{
    --tw-gradient-to:#2563eb
  }

  .xl\:hover\:tw-to-blue-700:hover{
    --tw-gradient-to:#1d4ed8
  }

  .xl\:hover\:tw-to-blue-800:hover{
    --tw-gradient-to:#1e40af
  }

  .xl\:hover\:tw-to-blue-900:hover{
    --tw-gradient-to:#1e3a8a
  }

  .xl\:hover\:tw-to-indigo-50:hover{
    --tw-gradient-to:#eef2ff
  }

  .xl\:hover\:tw-to-indigo-100:hover{
    --tw-gradient-to:#e0e7ff
  }

  .xl\:hover\:tw-to-indigo-200:hover{
    --tw-gradient-to:#c7d2fe
  }

  .xl\:hover\:tw-to-indigo-300:hover{
    --tw-gradient-to:#a5b4fc
  }

  .xl\:hover\:tw-to-indigo-400:hover{
    --tw-gradient-to:#818cf8
  }

  .xl\:hover\:tw-to-indigo-500:hover{
    --tw-gradient-to:#6366f1
  }

  .xl\:hover\:tw-to-indigo-600:hover{
    --tw-gradient-to:#4f46e5
  }

  .xl\:hover\:tw-to-indigo-700:hover{
    --tw-gradient-to:#4338ca
  }

  .xl\:hover\:tw-to-indigo-800:hover{
    --tw-gradient-to:#3730a3
  }

  .xl\:hover\:tw-to-indigo-900:hover{
    --tw-gradient-to:#312e81
  }

  .xl\:hover\:tw-to-purple-50:hover{
    --tw-gradient-to:#f5f3ff
  }

  .xl\:hover\:tw-to-purple-100:hover{
    --tw-gradient-to:#ede9fe
  }

  .xl\:hover\:tw-to-purple-200:hover{
    --tw-gradient-to:#ddd6fe
  }

  .xl\:hover\:tw-to-purple-300:hover{
    --tw-gradient-to:#c4b5fd
  }

  .xl\:hover\:tw-to-purple-400:hover{
    --tw-gradient-to:#a78bfa
  }

  .xl\:hover\:tw-to-purple-500:hover{
    --tw-gradient-to:#8b5cf6
  }

  .xl\:hover\:tw-to-purple-600:hover{
    --tw-gradient-to:#7c3aed
  }

  .xl\:hover\:tw-to-purple-700:hover{
    --tw-gradient-to:#6d28d9
  }

  .xl\:hover\:tw-to-purple-800:hover{
    --tw-gradient-to:#5b21b6
  }

  .xl\:hover\:tw-to-purple-900:hover{
    --tw-gradient-to:#4c1d95
  }

  .xl\:hover\:tw-to-pink-50:hover{
    --tw-gradient-to:#fdf2f8
  }

  .xl\:hover\:tw-to-pink-100:hover{
    --tw-gradient-to:#fce7f3
  }

  .xl\:hover\:tw-to-pink-200:hover{
    --tw-gradient-to:#fbcfe8
  }

  .xl\:hover\:tw-to-pink-300:hover{
    --tw-gradient-to:#f9a8d4
  }

  .xl\:hover\:tw-to-pink-400:hover{
    --tw-gradient-to:#f472b6
  }

  .xl\:hover\:tw-to-pink-500:hover{
    --tw-gradient-to:#ec4899
  }

  .xl\:hover\:tw-to-pink-600:hover{
    --tw-gradient-to:#db2777
  }

  .xl\:hover\:tw-to-pink-700:hover{
    --tw-gradient-to:#be185d
  }

  .xl\:hover\:tw-to-pink-800:hover{
    --tw-gradient-to:#9d174d
  }

  .xl\:hover\:tw-to-pink-900:hover{
    --tw-gradient-to:#831843
  }

  .xl\:focus\:tw-to-transparent:focus{
    --tw-gradient-to:transparent
  }

  .xl\:focus\:tw-to-current:focus{
    --tw-gradient-to:currentColor
  }

  .xl\:focus\:tw-to-black:focus{
    --tw-gradient-to:#000
  }

  .xl\:focus\:tw-to-white:focus{
    --tw-gradient-to:#fff
  }

  .xl\:focus\:tw-to-gray-50:focus{
    --tw-gradient-to:#f9fafb
  }

  .xl\:focus\:tw-to-gray-100:focus{
    --tw-gradient-to:#f3f4f6
  }

  .xl\:focus\:tw-to-gray-200:focus{
    --tw-gradient-to:#e5e7eb
  }

  .xl\:focus\:tw-to-gray-300:focus{
    --tw-gradient-to:#d1d5db
  }

  .xl\:focus\:tw-to-gray-400:focus{
    --tw-gradient-to:#9ca3af
  }

  .xl\:focus\:tw-to-gray-500:focus{
    --tw-gradient-to:#6b7280
  }

  .xl\:focus\:tw-to-gray-600:focus{
    --tw-gradient-to:#4b5563
  }

  .xl\:focus\:tw-to-gray-700:focus{
    --tw-gradient-to:#374151
  }

  .xl\:focus\:tw-to-gray-800:focus{
    --tw-gradient-to:#1f2937
  }

  .xl\:focus\:tw-to-gray-900:focus{
    --tw-gradient-to:#111827
  }

  .xl\:focus\:tw-to-red-50:focus{
    --tw-gradient-to:#fef2f2
  }

  .xl\:focus\:tw-to-red-100:focus{
    --tw-gradient-to:#fee2e2
  }

  .xl\:focus\:tw-to-red-200:focus{
    --tw-gradient-to:#fecaca
  }

  .xl\:focus\:tw-to-red-300:focus{
    --tw-gradient-to:#fca5a5
  }

  .xl\:focus\:tw-to-red-400:focus{
    --tw-gradient-to:#f87171
  }

  .xl\:focus\:tw-to-red-500:focus{
    --tw-gradient-to:#ef4444
  }

  .xl\:focus\:tw-to-red-600:focus{
    --tw-gradient-to:#dc2626
  }

  .xl\:focus\:tw-to-red-700:focus{
    --tw-gradient-to:#b91c1c
  }

  .xl\:focus\:tw-to-red-800:focus{
    --tw-gradient-to:#991b1b
  }

  .xl\:focus\:tw-to-red-900:focus{
    --tw-gradient-to:#7f1d1d
  }

  .xl\:focus\:tw-to-yellow-50:focus{
    --tw-gradient-to:#fffbeb
  }

  .xl\:focus\:tw-to-yellow-100:focus{
    --tw-gradient-to:#fef3c7
  }

  .xl\:focus\:tw-to-yellow-200:focus{
    --tw-gradient-to:#fde68a
  }

  .xl\:focus\:tw-to-yellow-300:focus{
    --tw-gradient-to:#fcd34d
  }

  .xl\:focus\:tw-to-yellow-400:focus{
    --tw-gradient-to:#fbbf24
  }

  .xl\:focus\:tw-to-yellow-500:focus{
    --tw-gradient-to:#f59e0b
  }

  .xl\:focus\:tw-to-yellow-600:focus{
    --tw-gradient-to:#d97706
  }

  .xl\:focus\:tw-to-yellow-700:focus{
    --tw-gradient-to:#b45309
  }

  .xl\:focus\:tw-to-yellow-800:focus{
    --tw-gradient-to:#92400e
  }

  .xl\:focus\:tw-to-yellow-900:focus{
    --tw-gradient-to:#78350f
  }

  .xl\:focus\:tw-to-green-50:focus{
    --tw-gradient-to:#ecfdf5
  }

  .xl\:focus\:tw-to-green-100:focus{
    --tw-gradient-to:#d1fae5
  }

  .xl\:focus\:tw-to-green-200:focus{
    --tw-gradient-to:#a7f3d0
  }

  .xl\:focus\:tw-to-green-300:focus{
    --tw-gradient-to:#6ee7b7
  }

  .xl\:focus\:tw-to-green-400:focus{
    --tw-gradient-to:#34d399
  }

  .xl\:focus\:tw-to-green-500:focus{
    --tw-gradient-to:#10b981
  }

  .xl\:focus\:tw-to-green-600:focus{
    --tw-gradient-to:#059669
  }

  .xl\:focus\:tw-to-green-700:focus{
    --tw-gradient-to:#047857
  }

  .xl\:focus\:tw-to-green-800:focus{
    --tw-gradient-to:#065f46
  }

  .xl\:focus\:tw-to-green-900:focus{
    --tw-gradient-to:#064e3b
  }

  .xl\:focus\:tw-to-blue-50:focus{
    --tw-gradient-to:#eff6ff
  }

  .xl\:focus\:tw-to-blue-100:focus{
    --tw-gradient-to:#dbeafe
  }

  .xl\:focus\:tw-to-blue-200:focus{
    --tw-gradient-to:#bfdbfe
  }

  .xl\:focus\:tw-to-blue-300:focus{
    --tw-gradient-to:#93c5fd
  }

  .xl\:focus\:tw-to-blue-400:focus{
    --tw-gradient-to:#60a5fa
  }

  .xl\:focus\:tw-to-blue-500:focus{
    --tw-gradient-to:#3b82f6
  }

  .xl\:focus\:tw-to-blue-600:focus{
    --tw-gradient-to:#2563eb
  }

  .xl\:focus\:tw-to-blue-700:focus{
    --tw-gradient-to:#1d4ed8
  }

  .xl\:focus\:tw-to-blue-800:focus{
    --tw-gradient-to:#1e40af
  }

  .xl\:focus\:tw-to-blue-900:focus{
    --tw-gradient-to:#1e3a8a
  }

  .xl\:focus\:tw-to-indigo-50:focus{
    --tw-gradient-to:#eef2ff
  }

  .xl\:focus\:tw-to-indigo-100:focus{
    --tw-gradient-to:#e0e7ff
  }

  .xl\:focus\:tw-to-indigo-200:focus{
    --tw-gradient-to:#c7d2fe
  }

  .xl\:focus\:tw-to-indigo-300:focus{
    --tw-gradient-to:#a5b4fc
  }

  .xl\:focus\:tw-to-indigo-400:focus{
    --tw-gradient-to:#818cf8
  }

  .xl\:focus\:tw-to-indigo-500:focus{
    --tw-gradient-to:#6366f1
  }

  .xl\:focus\:tw-to-indigo-600:focus{
    --tw-gradient-to:#4f46e5
  }

  .xl\:focus\:tw-to-indigo-700:focus{
    --tw-gradient-to:#4338ca
  }

  .xl\:focus\:tw-to-indigo-800:focus{
    --tw-gradient-to:#3730a3
  }

  .xl\:focus\:tw-to-indigo-900:focus{
    --tw-gradient-to:#312e81
  }

  .xl\:focus\:tw-to-purple-50:focus{
    --tw-gradient-to:#f5f3ff
  }

  .xl\:focus\:tw-to-purple-100:focus{
    --tw-gradient-to:#ede9fe
  }

  .xl\:focus\:tw-to-purple-200:focus{
    --tw-gradient-to:#ddd6fe
  }

  .xl\:focus\:tw-to-purple-300:focus{
    --tw-gradient-to:#c4b5fd
  }

  .xl\:focus\:tw-to-purple-400:focus{
    --tw-gradient-to:#a78bfa
  }

  .xl\:focus\:tw-to-purple-500:focus{
    --tw-gradient-to:#8b5cf6
  }

  .xl\:focus\:tw-to-purple-600:focus{
    --tw-gradient-to:#7c3aed
  }

  .xl\:focus\:tw-to-purple-700:focus{
    --tw-gradient-to:#6d28d9
  }

  .xl\:focus\:tw-to-purple-800:focus{
    --tw-gradient-to:#5b21b6
  }

  .xl\:focus\:tw-to-purple-900:focus{
    --tw-gradient-to:#4c1d95
  }

  .xl\:focus\:tw-to-pink-50:focus{
    --tw-gradient-to:#fdf2f8
  }

  .xl\:focus\:tw-to-pink-100:focus{
    --tw-gradient-to:#fce7f3
  }

  .xl\:focus\:tw-to-pink-200:focus{
    --tw-gradient-to:#fbcfe8
  }

  .xl\:focus\:tw-to-pink-300:focus{
    --tw-gradient-to:#f9a8d4
  }

  .xl\:focus\:tw-to-pink-400:focus{
    --tw-gradient-to:#f472b6
  }

  .xl\:focus\:tw-to-pink-500:focus{
    --tw-gradient-to:#ec4899
  }

  .xl\:focus\:tw-to-pink-600:focus{
    --tw-gradient-to:#db2777
  }

  .xl\:focus\:tw-to-pink-700:focus{
    --tw-gradient-to:#be185d
  }

  .xl\:focus\:tw-to-pink-800:focus{
    --tw-gradient-to:#9d174d
  }

  .xl\:focus\:tw-to-pink-900:focus{
    --tw-gradient-to:#831843
  }

  .xl\:tw-decoration-slice{
    -webkit-box-decoration-break:slice;
            box-decoration-break:slice
  }

  .xl\:tw-decoration-clone{
    -webkit-box-decoration-break:clone;
            box-decoration-break:clone
  }

  .xl\:tw-bg-auto{
    background-size:auto
  }

  .xl\:tw-bg-cover{
    background-size:cover
  }

  .xl\:tw-bg-contain{
    background-size:contain
  }

  .xl\:tw-bg-fixed{
    background-attachment:fixed
  }

  .xl\:tw-bg-local{
    background-attachment:local
  }

  .xl\:tw-bg-scroll{
    background-attachment:scroll
  }

  .xl\:tw-bg-clip-border{
    background-clip:border-box
  }

  .xl\:tw-bg-clip-padding{
    background-clip:padding-box
  }

  .xl\:tw-bg-clip-content{
    background-clip:content-box
  }

  .xl\:tw-bg-clip-text{
    background-clip:text
  }

  .xl\:tw-bg-bottom{
    background-position:bottom
  }

  .xl\:tw-bg-center{
    background-position:center
  }

  .xl\:tw-bg-left{
    background-position:left
  }

  .xl\:tw-bg-left-bottom{
    background-position:left bottom
  }

  .xl\:tw-bg-left-top{
    background-position:left top
  }

  .xl\:tw-bg-right{
    background-position:right
  }

  .xl\:tw-bg-right-bottom{
    background-position:right bottom
  }

  .xl\:tw-bg-right-top{
    background-position:right top
  }

  .xl\:tw-bg-top{
    background-position:top
  }

  .xl\:tw-bg-repeat{
    background-repeat:repeat
  }

  .xl\:tw-bg-no-repeat{
    background-repeat:no-repeat
  }

  .xl\:tw-bg-repeat-x{
    background-repeat:repeat-x
  }

  .xl\:tw-bg-repeat-y{
    background-repeat:repeat-y
  }

  .xl\:tw-bg-repeat-round{
    background-repeat:round
  }

  .xl\:tw-bg-repeat-space{
    background-repeat:space
  }

  .xl\:tw-bg-origin-border{
    background-origin:border-box
  }

  .xl\:tw-bg-origin-padding{
    background-origin:padding-box
  }

  .xl\:tw-bg-origin-content{
    background-origin:content-box
  }

  .xl\:tw-fill-current{
    fill:currentColor
  }

  .xl\:tw-stroke-current{
    stroke:currentColor
  }

  .xl\:tw-stroke-0{
    stroke-width:0
  }

  .xl\:tw-stroke-1{
    stroke-width:1
  }

  .xl\:tw-stroke-2{
    stroke-width:2
  }

  .xl\:tw-object-contain{
    object-fit:contain
  }

  .xl\:tw-object-cover{
    object-fit:cover
  }

  .xl\:tw-object-fill{
    object-fit:fill
  }

  .xl\:tw-object-none{
    object-fit:none
  }

  .xl\:tw-object-scale-down{
    object-fit:scale-down
  }

  .xl\:tw-object-bottom{
    object-position:bottom
  }

  .xl\:tw-object-center{
    object-position:center
  }

  .xl\:tw-object-left{
    object-position:left
  }

  .xl\:tw-object-left-bottom{
    object-position:left bottom
  }

  .xl\:tw-object-left-top{
    object-position:left top
  }

  .xl\:tw-object-right{
    object-position:right
  }

  .xl\:tw-object-right-bottom{
    object-position:right bottom
  }

  .xl\:tw-object-right-top{
    object-position:right top
  }

  .xl\:tw-object-top{
    object-position:top
  }

  .xl\:tw-p-0{
    padding:0px
  }

  .xl\:tw-p-1{
    padding:0.25rem
  }

  .xl\:tw-p-2{
    padding:0.5rem
  }

  .xl\:tw-p-3{
    padding:0.75rem
  }

  .xl\:tw-p-4{
    padding:1rem
  }

  .xl\:tw-p-5{
    padding:1.25rem
  }

  .xl\:tw-p-6{
    padding:1.5rem
  }

  .xl\:tw-p-7{
    padding:1.75rem
  }

  .xl\:tw-p-8{
    padding:2rem
  }

  .xl\:tw-p-9{
    padding:2.25rem
  }

  .xl\:tw-p-10{
    padding:2.5rem
  }

  .xl\:tw-p-11{
    padding:2.75rem
  }

  .xl\:tw-p-12{
    padding:3rem
  }

  .xl\:tw-p-14{
    padding:3.5rem
  }

  .xl\:tw-p-16{
    padding:4rem
  }

  .xl\:tw-p-20{
    padding:5rem
  }

  .xl\:tw-p-24{
    padding:6rem
  }

  .xl\:tw-p-28{
    padding:7rem
  }

  .xl\:tw-p-32{
    padding:8rem
  }

  .xl\:tw-p-36{
    padding:9rem
  }

  .xl\:tw-p-40{
    padding:10rem
  }

  .xl\:tw-p-44{
    padding:11rem
  }

  .xl\:tw-p-48{
    padding:12rem
  }

  .xl\:tw-p-52{
    padding:13rem
  }

  .xl\:tw-p-56{
    padding:14rem
  }

  .xl\:tw-p-60{
    padding:15rem
  }

  .xl\:tw-p-64{
    padding:16rem
  }

  .xl\:tw-p-72{
    padding:18rem
  }

  .xl\:tw-p-80{
    padding:20rem
  }

  .xl\:tw-p-96{
    padding:24rem
  }

  .xl\:tw-p-px{
    padding:1px
  }

  .xl\:tw-p-0\.5{
    padding:0.125rem
  }

  .xl\:tw-p-1\.5{
    padding:0.375rem
  }

  .xl\:tw-p-2\.5{
    padding:0.625rem
  }

  .xl\:tw-p-3\.5{
    padding:0.875rem
  }

  .xl\:tw-px-0{
    padding-left:0px;
    padding-right:0px
  }

  .xl\:tw-px-1{
    padding-left:0.25rem;
    padding-right:0.25rem
  }

  .xl\:tw-px-2{
    padding-left:0.5rem;
    padding-right:0.5rem
  }

  .xl\:tw-px-3{
    padding-left:0.75rem;
    padding-right:0.75rem
  }

  .xl\:tw-px-4{
    padding-left:1rem;
    padding-right:1rem
  }

  .xl\:tw-px-5{
    padding-left:1.25rem;
    padding-right:1.25rem
  }

  .xl\:tw-px-6{
    padding-left:1.5rem;
    padding-right:1.5rem
  }

  .xl\:tw-px-7{
    padding-left:1.75rem;
    padding-right:1.75rem
  }

  .xl\:tw-px-8{
    padding-left:2rem;
    padding-right:2rem
  }

  .xl\:tw-px-9{
    padding-left:2.25rem;
    padding-right:2.25rem
  }

  .xl\:tw-px-10{
    padding-left:2.5rem;
    padding-right:2.5rem
  }

  .xl\:tw-px-11{
    padding-left:2.75rem;
    padding-right:2.75rem
  }

  .xl\:tw-px-12{
    padding-left:3rem;
    padding-right:3rem
  }

  .xl\:tw-px-14{
    padding-left:3.5rem;
    padding-right:3.5rem
  }

  .xl\:tw-px-16{
    padding-left:4rem;
    padding-right:4rem
  }

  .xl\:tw-px-20{
    padding-left:5rem;
    padding-right:5rem
  }

  .xl\:tw-px-24{
    padding-left:6rem;
    padding-right:6rem
  }

  .xl\:tw-px-28{
    padding-left:7rem;
    padding-right:7rem
  }

  .xl\:tw-px-32{
    padding-left:8rem;
    padding-right:8rem
  }

  .xl\:tw-px-36{
    padding-left:9rem;
    padding-right:9rem
  }

  .xl\:tw-px-40{
    padding-left:10rem;
    padding-right:10rem
  }

  .xl\:tw-px-44{
    padding-left:11rem;
    padding-right:11rem
  }

  .xl\:tw-px-48{
    padding-left:12rem;
    padding-right:12rem
  }

  .xl\:tw-px-52{
    padding-left:13rem;
    padding-right:13rem
  }

  .xl\:tw-px-56{
    padding-left:14rem;
    padding-right:14rem
  }

  .xl\:tw-px-60{
    padding-left:15rem;
    padding-right:15rem
  }

  .xl\:tw-px-64{
    padding-left:16rem;
    padding-right:16rem
  }

  .xl\:tw-px-72{
    padding-left:18rem;
    padding-right:18rem
  }

  .xl\:tw-px-80{
    padding-left:20rem;
    padding-right:20rem
  }

  .xl\:tw-px-96{
    padding-left:24rem;
    padding-right:24rem
  }

  .xl\:tw-px-px{
    padding-left:1px;
    padding-right:1px
  }

  .xl\:tw-px-0\.5{
    padding-left:0.125rem;
    padding-right:0.125rem
  }

  .xl\:tw-px-1\.5{
    padding-left:0.375rem;
    padding-right:0.375rem
  }

  .xl\:tw-px-2\.5{
    padding-left:0.625rem;
    padding-right:0.625rem
  }

  .xl\:tw-px-3\.5{
    padding-left:0.875rem;
    padding-right:0.875rem
  }

  .xl\:tw-py-0{
    padding-top:0px;
    padding-bottom:0px
  }

  .xl\:tw-py-1{
    padding-top:0.25rem;
    padding-bottom:0.25rem
  }

  .xl\:tw-py-2{
    padding-top:0.5rem;
    padding-bottom:0.5rem
  }

  .xl\:tw-py-3{
    padding-top:0.75rem;
    padding-bottom:0.75rem
  }

  .xl\:tw-py-4{
    padding-top:1rem;
    padding-bottom:1rem
  }

  .xl\:tw-py-5{
    padding-top:1.25rem;
    padding-bottom:1.25rem
  }

  .xl\:tw-py-6{
    padding-top:1.5rem;
    padding-bottom:1.5rem
  }

  .xl\:tw-py-7{
    padding-top:1.75rem;
    padding-bottom:1.75rem
  }

  .xl\:tw-py-8{
    padding-top:2rem;
    padding-bottom:2rem
  }

  .xl\:tw-py-9{
    padding-top:2.25rem;
    padding-bottom:2.25rem
  }

  .xl\:tw-py-10{
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }

  .xl\:tw-py-11{
    padding-top:2.75rem;
    padding-bottom:2.75rem
  }

  .xl\:tw-py-12{
    padding-top:3rem;
    padding-bottom:3rem
  }

  .xl\:tw-py-14{
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }

  .xl\:tw-py-16{
    padding-top:4rem;
    padding-bottom:4rem
  }

  .xl\:tw-py-20{
    padding-top:5rem;
    padding-bottom:5rem
  }

  .xl\:tw-py-24{
    padding-top:6rem;
    padding-bottom:6rem
  }

  .xl\:tw-py-28{
    padding-top:7rem;
    padding-bottom:7rem
  }

  .xl\:tw-py-32{
    padding-top:8rem;
    padding-bottom:8rem
  }

  .xl\:tw-py-36{
    padding-top:9rem;
    padding-bottom:9rem
  }

  .xl\:tw-py-40{
    padding-top:10rem;
    padding-bottom:10rem
  }

  .xl\:tw-py-44{
    padding-top:11rem;
    padding-bottom:11rem
  }

  .xl\:tw-py-48{
    padding-top:12rem;
    padding-bottom:12rem
  }

  .xl\:tw-py-52{
    padding-top:13rem;
    padding-bottom:13rem
  }

  .xl\:tw-py-56{
    padding-top:14rem;
    padding-bottom:14rem
  }

  .xl\:tw-py-60{
    padding-top:15rem;
    padding-bottom:15rem
  }

  .xl\:tw-py-64{
    padding-top:16rem;
    padding-bottom:16rem
  }

  .xl\:tw-py-72{
    padding-top:18rem;
    padding-bottom:18rem
  }

  .xl\:tw-py-80{
    padding-top:20rem;
    padding-bottom:20rem
  }

  .xl\:tw-py-96{
    padding-top:24rem;
    padding-bottom:24rem
  }

  .xl\:tw-py-px{
    padding-top:1px;
    padding-bottom:1px
  }

  .xl\:tw-py-0\.5{
    padding-top:0.125rem;
    padding-bottom:0.125rem
  }

  .xl\:tw-py-1\.5{
    padding-top:0.375rem;
    padding-bottom:0.375rem
  }

  .xl\:tw-py-2\.5{
    padding-top:0.625rem;
    padding-bottom:0.625rem
  }

  .xl\:tw-py-3\.5{
    padding-top:0.875rem;
    padding-bottom:0.875rem
  }

  .xl\:tw-pt-0{
    padding-top:0px
  }

  .xl\:tw-pt-1{
    padding-top:0.25rem
  }

  .xl\:tw-pt-2{
    padding-top:0.5rem
  }

  .xl\:tw-pt-3{
    padding-top:0.75rem
  }

  .xl\:tw-pt-4{
    padding-top:1rem
  }

  .xl\:tw-pt-5{
    padding-top:1.25rem
  }

  .xl\:tw-pt-6{
    padding-top:1.5rem
  }

  .xl\:tw-pt-7{
    padding-top:1.75rem
  }

  .xl\:tw-pt-8{
    padding-top:2rem
  }

  .xl\:tw-pt-9{
    padding-top:2.25rem
  }

  .xl\:tw-pt-10{
    padding-top:2.5rem
  }

  .xl\:tw-pt-11{
    padding-top:2.75rem
  }

  .xl\:tw-pt-12{
    padding-top:3rem
  }

  .xl\:tw-pt-14{
    padding-top:3.5rem
  }

  .xl\:tw-pt-16{
    padding-top:4rem
  }

  .xl\:tw-pt-20{
    padding-top:5rem
  }

  .xl\:tw-pt-24{
    padding-top:6rem
  }

  .xl\:tw-pt-28{
    padding-top:7rem
  }

  .xl\:tw-pt-32{
    padding-top:8rem
  }

  .xl\:tw-pt-36{
    padding-top:9rem
  }

  .xl\:tw-pt-40{
    padding-top:10rem
  }

  .xl\:tw-pt-44{
    padding-top:11rem
  }

  .xl\:tw-pt-48{
    padding-top:12rem
  }

  .xl\:tw-pt-52{
    padding-top:13rem
  }

  .xl\:tw-pt-56{
    padding-top:14rem
  }

  .xl\:tw-pt-60{
    padding-top:15rem
  }

  .xl\:tw-pt-64{
    padding-top:16rem
  }

  .xl\:tw-pt-72{
    padding-top:18rem
  }

  .xl\:tw-pt-80{
    padding-top:20rem
  }

  .xl\:tw-pt-96{
    padding-top:24rem
  }

  .xl\:tw-pt-px{
    padding-top:1px
  }

  .xl\:tw-pt-0\.5{
    padding-top:0.125rem
  }

  .xl\:tw-pt-1\.5{
    padding-top:0.375rem
  }

  .xl\:tw-pt-2\.5{
    padding-top:0.625rem
  }

  .xl\:tw-pt-3\.5{
    padding-top:0.875rem
  }

  .xl\:tw-pr-0{
    padding-right:0px
  }

  .xl\:tw-pr-1{
    padding-right:0.25rem
  }

  .xl\:tw-pr-2{
    padding-right:0.5rem
  }

  .xl\:tw-pr-3{
    padding-right:0.75rem
  }

  .xl\:tw-pr-4{
    padding-right:1rem
  }

  .xl\:tw-pr-5{
    padding-right:1.25rem
  }

  .xl\:tw-pr-6{
    padding-right:1.5rem
  }

  .xl\:tw-pr-7{
    padding-right:1.75rem
  }

  .xl\:tw-pr-8{
    padding-right:2rem
  }

  .xl\:tw-pr-9{
    padding-right:2.25rem
  }

  .xl\:tw-pr-10{
    padding-right:2.5rem
  }

  .xl\:tw-pr-11{
    padding-right:2.75rem
  }

  .xl\:tw-pr-12{
    padding-right:3rem
  }

  .xl\:tw-pr-14{
    padding-right:3.5rem
  }

  .xl\:tw-pr-16{
    padding-right:4rem
  }

  .xl\:tw-pr-20{
    padding-right:5rem
  }

  .xl\:tw-pr-24{
    padding-right:6rem
  }

  .xl\:tw-pr-28{
    padding-right:7rem
  }

  .xl\:tw-pr-32{
    padding-right:8rem
  }

  .xl\:tw-pr-36{
    padding-right:9rem
  }

  .xl\:tw-pr-40{
    padding-right:10rem
  }

  .xl\:tw-pr-44{
    padding-right:11rem
  }

  .xl\:tw-pr-48{
    padding-right:12rem
  }

  .xl\:tw-pr-52{
    padding-right:13rem
  }

  .xl\:tw-pr-56{
    padding-right:14rem
  }

  .xl\:tw-pr-60{
    padding-right:15rem
  }

  .xl\:tw-pr-64{
    padding-right:16rem
  }

  .xl\:tw-pr-72{
    padding-right:18rem
  }

  .xl\:tw-pr-80{
    padding-right:20rem
  }

  .xl\:tw-pr-96{
    padding-right:24rem
  }

  .xl\:tw-pr-px{
    padding-right:1px
  }

  .xl\:tw-pr-0\.5{
    padding-right:0.125rem
  }

  .xl\:tw-pr-1\.5{
    padding-right:0.375rem
  }

  .xl\:tw-pr-2\.5{
    padding-right:0.625rem
  }

  .xl\:tw-pr-3\.5{
    padding-right:0.875rem
  }

  .xl\:tw-pb-0{
    padding-bottom:0px
  }

  .xl\:tw-pb-1{
    padding-bottom:0.25rem
  }

  .xl\:tw-pb-2{
    padding-bottom:0.5rem
  }

  .xl\:tw-pb-3{
    padding-bottom:0.75rem
  }

  .xl\:tw-pb-4{
    padding-bottom:1rem
  }

  .xl\:tw-pb-5{
    padding-bottom:1.25rem
  }

  .xl\:tw-pb-6{
    padding-bottom:1.5rem
  }

  .xl\:tw-pb-7{
    padding-bottom:1.75rem
  }

  .xl\:tw-pb-8{
    padding-bottom:2rem
  }

  .xl\:tw-pb-9{
    padding-bottom:2.25rem
  }

  .xl\:tw-pb-10{
    padding-bottom:2.5rem
  }

  .xl\:tw-pb-11{
    padding-bottom:2.75rem
  }

  .xl\:tw-pb-12{
    padding-bottom:3rem
  }

  .xl\:tw-pb-14{
    padding-bottom:3.5rem
  }

  .xl\:tw-pb-16{
    padding-bottom:4rem
  }

  .xl\:tw-pb-20{
    padding-bottom:5rem
  }

  .xl\:tw-pb-24{
    padding-bottom:6rem
  }

  .xl\:tw-pb-28{
    padding-bottom:7rem
  }

  .xl\:tw-pb-32{
    padding-bottom:8rem
  }

  .xl\:tw-pb-36{
    padding-bottom:9rem
  }

  .xl\:tw-pb-40{
    padding-bottom:10rem
  }

  .xl\:tw-pb-44{
    padding-bottom:11rem
  }

  .xl\:tw-pb-48{
    padding-bottom:12rem
  }

  .xl\:tw-pb-52{
    padding-bottom:13rem
  }

  .xl\:tw-pb-56{
    padding-bottom:14rem
  }

  .xl\:tw-pb-60{
    padding-bottom:15rem
  }

  .xl\:tw-pb-64{
    padding-bottom:16rem
  }

  .xl\:tw-pb-72{
    padding-bottom:18rem
  }

  .xl\:tw-pb-80{
    padding-bottom:20rem
  }

  .xl\:tw-pb-96{
    padding-bottom:24rem
  }

  .xl\:tw-pb-px{
    padding-bottom:1px
  }

  .xl\:tw-pb-0\.5{
    padding-bottom:0.125rem
  }

  .xl\:tw-pb-1\.5{
    padding-bottom:0.375rem
  }

  .xl\:tw-pb-2\.5{
    padding-bottom:0.625rem
  }

  .xl\:tw-pb-3\.5{
    padding-bottom:0.875rem
  }

  .xl\:tw-pl-0{
    padding-left:0px
  }

  .xl\:tw-pl-1{
    padding-left:0.25rem
  }

  .xl\:tw-pl-2{
    padding-left:0.5rem
  }

  .xl\:tw-pl-3{
    padding-left:0.75rem
  }

  .xl\:tw-pl-4{
    padding-left:1rem
  }

  .xl\:tw-pl-5{
    padding-left:1.25rem
  }

  .xl\:tw-pl-6{
    padding-left:1.5rem
  }

  .xl\:tw-pl-7{
    padding-left:1.75rem
  }

  .xl\:tw-pl-8{
    padding-left:2rem
  }

  .xl\:tw-pl-9{
    padding-left:2.25rem
  }

  .xl\:tw-pl-10{
    padding-left:2.5rem
  }

  .xl\:tw-pl-11{
    padding-left:2.75rem
  }

  .xl\:tw-pl-12{
    padding-left:3rem
  }

  .xl\:tw-pl-14{
    padding-left:3.5rem
  }

  .xl\:tw-pl-16{
    padding-left:4rem
  }

  .xl\:tw-pl-20{
    padding-left:5rem
  }

  .xl\:tw-pl-24{
    padding-left:6rem
  }

  .xl\:tw-pl-28{
    padding-left:7rem
  }

  .xl\:tw-pl-32{
    padding-left:8rem
  }

  .xl\:tw-pl-36{
    padding-left:9rem
  }

  .xl\:tw-pl-40{
    padding-left:10rem
  }

  .xl\:tw-pl-44{
    padding-left:11rem
  }

  .xl\:tw-pl-48{
    padding-left:12rem
  }

  .xl\:tw-pl-52{
    padding-left:13rem
  }

  .xl\:tw-pl-56{
    padding-left:14rem
  }

  .xl\:tw-pl-60{
    padding-left:15rem
  }

  .xl\:tw-pl-64{
    padding-left:16rem
  }

  .xl\:tw-pl-72{
    padding-left:18rem
  }

  .xl\:tw-pl-80{
    padding-left:20rem
  }

  .xl\:tw-pl-96{
    padding-left:24rem
  }

  .xl\:tw-pl-px{
    padding-left:1px
  }

  .xl\:tw-pl-0\.5{
    padding-left:0.125rem
  }

  .xl\:tw-pl-1\.5{
    padding-left:0.375rem
  }

  .xl\:tw-pl-2\.5{
    padding-left:0.625rem
  }

  .xl\:tw-pl-3\.5{
    padding-left:0.875rem
  }

  .xl\:tw-text-left{
    text-align:left
  }

  .xl\:tw-text-center{
    text-align:center
  }

  .xl\:tw-text-right{
    text-align:right
  }

  .xl\:tw-text-justify{
    text-align:justify
  }

  .xl\:tw-align-baseline{
    vertical-align:baseline
  }

  .xl\:tw-align-top{
    vertical-align:top
  }

  .xl\:tw-align-middle{
    vertical-align:middle
  }

  .xl\:tw-align-bottom{
    vertical-align:bottom
  }

  .xl\:tw-align-text-top{
    vertical-align:text-top
  }

  .xl\:tw-align-text-bottom{
    vertical-align:text-bottom
  }

  .xl\:tw-font-sans{
    font-family:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
  }

  .xl\:tw-font-serif{
    font-family:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif
  }

  .xl\:tw-font-mono{
    font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
  }

  .xl\:tw-text-xs{
    font-size:10px;
    line-height:24px
  }

  .xl\:tw-text-sm{
    font-size:14px;
    line-height:28px
  }

  .xl\:tw-text-base{
    font-size:16px;
    line-height:24px
  }

  .xl\:tw-text-lg{
    font-size:20px;
    line-height:28px
  }

  .xl\:tw-text-xl{
    font-size:24px;
    line-height:32px
  }

  .xl\:tw-text-2xl{
    font-size:28px;
    line-height:36px
  }

  .xl\:tw-text-3xl{
    font-size:32px;
    line-height:40px
  }

  .xl\:tw-text-4xl{
    font-size:36px;
    line-height:44px
  }

  .xl\:tw-text-5xl{
    font-size:40px;
    line-height:48px
  }

  .xl\:tw-text-6xl{
    font-size:44px;
    line-height:52px
  }

  .xl\:tw-font-thin{
    font-weight:100
  }

  .xl\:tw-font-extralight{
    font-weight:200
  }

  .xl\:tw-font-light{
    font-weight:300
  }

  .xl\:tw-font-normal{
    font-weight:400
  }

  .xl\:tw-font-medium{
    font-weight:500
  }

  .xl\:tw-font-semibold{
    font-weight:600
  }

  .xl\:tw-font-bold{
    font-weight:700
  }

  .xl\:tw-font-extrabold{
    font-weight:800
  }

  .xl\:tw-font-black{
    font-weight:900
  }

  .xl\:tw-uppercase{
    text-transform:uppercase
  }

  .xl\:tw-lowercase{
    text-transform:lowercase
  }

  .xl\:tw-capitalize{
    text-transform:capitalize
  }

  .xl\:tw-normal-case{
    text-transform:none
  }

  .xl\:tw-italic{
    font-style:italic
  }

  .xl\:tw-not-italic{
    font-style:normal
  }

  .xl\:tw-ordinal, .xl\:tw-slashed-zero, .xl\:tw-lining-nums, .xl\:tw-oldstyle-nums, .xl\:tw-proportional-nums, .xl\:tw-tabular-nums, .xl\:tw-diagonal-fractions, .xl\:tw-stacked-fractions{
    --tw-ordinal:var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction:var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
  }

  .xl\:tw-normal-nums{
    font-variant-numeric:normal
  }

  .xl\:tw-ordinal{
    --tw-ordinal:ordinal
  }

  .xl\:tw-slashed-zero{
    --tw-slashed-zero:slashed-zero
  }

  .xl\:tw-lining-nums{
    --tw-numeric-figure:lining-nums
  }

  .xl\:tw-oldstyle-nums{
    --tw-numeric-figure:oldstyle-nums
  }

  .xl\:tw-proportional-nums{
    --tw-numeric-spacing:proportional-nums
  }

  .xl\:tw-tabular-nums{
    --tw-numeric-spacing:tabular-nums
  }

  .xl\:tw-diagonal-fractions{
    --tw-numeric-fraction:diagonal-fractions
  }

  .xl\:tw-stacked-fractions{
    --tw-numeric-fraction:stacked-fractions
  }

  .xl\:tw-leading-3{
    line-height:.75rem
  }

  .xl\:tw-leading-4{
    line-height:1rem
  }

  .xl\:tw-leading-5{
    line-height:1.25rem
  }

  .xl\:tw-leading-6{
    line-height:1.5rem
  }

  .xl\:tw-leading-7{
    line-height:1.75rem
  }

  .xl\:tw-leading-8{
    line-height:2rem
  }

  .xl\:tw-leading-9{
    line-height:2.25rem
  }

  .xl\:tw-leading-10{
    line-height:2.5rem
  }

  .xl\:tw-leading-none{
    line-height:1
  }

  .xl\:tw-leading-tight{
    line-height:1.25
  }

  .xl\:tw-leading-snug{
    line-height:1.375
  }

  .xl\:tw-leading-normal{
    line-height:1.5
  }

  .xl\:tw-leading-relaxed{
    line-height:1.625
  }

  .xl\:tw-leading-loose{
    line-height:2
  }

  .xl\:tw-tracking-tighter{
    letter-spacing:-0.05em
  }

  .xl\:tw-tracking-tight{
    letter-spacing:-0.025em
  }

  .xl\:tw-tracking-normal{
    letter-spacing:0em
  }

  .xl\:tw-tracking-wide{
    letter-spacing:0.025em
  }

  .xl\:tw-tracking-wider{
    letter-spacing:0.05em
  }

  .xl\:tw-tracking-widest{
    letter-spacing:0.1em
  }

  .xl\:tw-text-transparent{
    color:transparent
  }

  .xl\:tw-text-current{
    color:currentColor
  }

  .xl\:tw-text-black{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .xl\:tw-text-white{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .xl\:tw-text-gray-50{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .xl\:tw-text-gray-100{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .xl\:tw-text-gray-200{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .xl\:tw-text-gray-300{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .xl\:tw-text-gray-400{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .xl\:tw-text-gray-500{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .xl\:tw-text-gray-600{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .xl\:tw-text-gray-700{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .xl\:tw-text-gray-800{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .xl\:tw-text-gray-900{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .xl\:tw-text-red-50{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .xl\:tw-text-red-100{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .xl\:tw-text-red-200{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .xl\:tw-text-red-300{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .xl\:tw-text-red-400{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .xl\:tw-text-red-500{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .xl\:tw-text-red-600{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .xl\:tw-text-red-700{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .xl\:tw-text-red-800{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .xl\:tw-text-red-900{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .xl\:tw-text-yellow-50{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .xl\:tw-text-yellow-100{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .xl\:tw-text-yellow-200{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .xl\:tw-text-yellow-300{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .xl\:tw-text-yellow-400{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .xl\:tw-text-yellow-500{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .xl\:tw-text-yellow-600{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .xl\:tw-text-yellow-700{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .xl\:tw-text-yellow-800{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .xl\:tw-text-yellow-900{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .xl\:tw-text-green-50{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .xl\:tw-text-green-100{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .xl\:tw-text-green-200{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .xl\:tw-text-green-300{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .xl\:tw-text-green-400{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .xl\:tw-text-green-500{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .xl\:tw-text-green-600{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .xl\:tw-text-green-700{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .xl\:tw-text-green-800{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .xl\:tw-text-green-900{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .xl\:tw-text-blue-50{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .xl\:tw-text-blue-100{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .xl\:tw-text-blue-200{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .xl\:tw-text-blue-300{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .xl\:tw-text-blue-400{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .xl\:tw-text-blue-500{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .xl\:tw-text-blue-600{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .xl\:tw-text-blue-700{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .xl\:tw-text-blue-800{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .xl\:tw-text-blue-900{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .xl\:tw-text-indigo-50{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .xl\:tw-text-indigo-100{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .xl\:tw-text-indigo-200{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .xl\:tw-text-indigo-300{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .xl\:tw-text-indigo-400{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .xl\:tw-text-indigo-500{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .xl\:tw-text-indigo-600{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .xl\:tw-text-indigo-700{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .xl\:tw-text-indigo-800{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .xl\:tw-text-indigo-900{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .xl\:tw-text-purple-50{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .xl\:tw-text-purple-100{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .xl\:tw-text-purple-200{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .xl\:tw-text-purple-300{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .xl\:tw-text-purple-400{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .xl\:tw-text-purple-500{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .xl\:tw-text-purple-600{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .xl\:tw-text-purple-700{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .xl\:tw-text-purple-800{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .xl\:tw-text-purple-900{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .xl\:tw-text-pink-50{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .xl\:tw-text-pink-100{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .xl\:tw-text-pink-200{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .xl\:tw-text-pink-300{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .xl\:tw-text-pink-400{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .xl\:tw-text-pink-500{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .xl\:tw-text-pink-600{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .xl\:tw-text-pink-700{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .xl\:tw-text-pink-800{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .xl\:tw-text-pink-900{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-transparent{
    color:transparent
  }

  .tw-group:hover .xl\:group-hover\:tw-text-current{
    color:currentColor
  }

  .tw-group:hover .xl\:group-hover\:tw-text-black{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-white{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-50{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-100{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-200{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-300{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-400{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-500{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-600{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-700{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-800{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-900{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-50{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-100{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-200{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-300{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-400{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-500{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-600{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-700{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-800{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-900{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-50{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-100{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-200{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-300{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-400{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-500{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-600{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-700{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-800{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-900{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-50{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-100{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-200{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-300{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-400{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-500{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-600{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-700{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-800{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-900{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-50{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-100{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-200{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-300{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-400{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-500{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-600{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-700{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-800{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-900{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-50{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-100{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-200{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-300{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-400{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-500{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-600{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-700{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-800{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-900{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-50{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-100{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-200{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-300{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-400{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-500{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-600{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-700{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-800{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-900{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-50{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-100{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-200{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-300{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-400{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-500{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-600{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-700{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-800{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-900{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-transparent:focus-within{
    color:transparent
  }

  .xl\:focus-within\:tw-text-current:focus-within{
    color:currentColor
  }

  .xl\:focus-within\:tw-text-black:focus-within{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-white:focus-within{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-gray-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-gray-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-gray-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-gray-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-gray-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-gray-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-gray-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-gray-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-gray-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-gray-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-red-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-red-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-red-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-red-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-red-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-red-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-red-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-red-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-red-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-red-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-yellow-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-yellow-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-yellow-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-yellow-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-yellow-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-yellow-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-yellow-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-yellow-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-yellow-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-yellow-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-green-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-green-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-green-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-green-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-green-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-green-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-green-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-green-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-green-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-green-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-blue-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-blue-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-blue-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-blue-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-blue-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-blue-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-blue-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-blue-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-blue-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-blue-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-indigo-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-indigo-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-indigo-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-indigo-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-indigo-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-indigo-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-indigo-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-indigo-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-indigo-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-indigo-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-purple-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-purple-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-purple-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-purple-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-purple-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-purple-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-purple-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-purple-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-purple-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-purple-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-pink-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-pink-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-pink-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-pink-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-pink-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-pink-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-pink-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-pink-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-pink-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .xl\:focus-within\:tw-text-pink-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-transparent:hover{
    color:transparent
  }

  .xl\:hover\:tw-text-current:hover{
    color:currentColor
  }

  .xl\:hover\:tw-text-black:hover{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-white:hover{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-gray-50:hover{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-gray-100:hover{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-gray-200:hover{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-gray-300:hover{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-gray-400:hover{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-gray-500:hover{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-gray-600:hover{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-gray-700:hover{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-gray-800:hover{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-gray-900:hover{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-red-50:hover{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-red-100:hover{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-red-200:hover{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-red-300:hover{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-red-400:hover{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-red-500:hover{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-red-600:hover{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-red-700:hover{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-red-800:hover{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-red-900:hover{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-yellow-50:hover{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-yellow-100:hover{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-yellow-200:hover{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-yellow-300:hover{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-yellow-400:hover{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-yellow-500:hover{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-yellow-600:hover{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-yellow-700:hover{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-yellow-800:hover{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-yellow-900:hover{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-green-50:hover{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-green-100:hover{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-green-200:hover{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-green-300:hover{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-green-400:hover{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-green-500:hover{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-green-600:hover{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-green-700:hover{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-green-800:hover{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-green-900:hover{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-blue-50:hover{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-blue-100:hover{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-blue-200:hover{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-blue-300:hover{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-blue-400:hover{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-blue-500:hover{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-blue-600:hover{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-blue-700:hover{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-blue-800:hover{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-blue-900:hover{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-indigo-50:hover{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-indigo-100:hover{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-indigo-200:hover{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-indigo-300:hover{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-indigo-400:hover{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-indigo-500:hover{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-indigo-600:hover{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-indigo-700:hover{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-indigo-800:hover{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-indigo-900:hover{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-purple-50:hover{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-purple-100:hover{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-purple-200:hover{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-purple-300:hover{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-purple-400:hover{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-purple-500:hover{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-purple-600:hover{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-purple-700:hover{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-purple-800:hover{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-purple-900:hover{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-pink-50:hover{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-pink-100:hover{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-pink-200:hover{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-pink-300:hover{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-pink-400:hover{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-pink-500:hover{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-pink-600:hover{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-pink-700:hover{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-pink-800:hover{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .xl\:hover\:tw-text-pink-900:hover{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-transparent:focus{
    color:transparent
  }

  .xl\:focus\:tw-text-current:focus{
    color:currentColor
  }

  .xl\:focus\:tw-text-black:focus{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-white:focus{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-gray-50:focus{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-gray-100:focus{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-gray-200:focus{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-gray-300:focus{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-gray-400:focus{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-gray-500:focus{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-gray-600:focus{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-gray-700:focus{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-gray-800:focus{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-gray-900:focus{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-red-50:focus{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-red-100:focus{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-red-200:focus{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-red-300:focus{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-red-400:focus{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-red-500:focus{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-red-600:focus{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-red-700:focus{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-red-800:focus{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-red-900:focus{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-yellow-50:focus{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-yellow-100:focus{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-yellow-200:focus{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-yellow-300:focus{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-yellow-400:focus{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-yellow-500:focus{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-yellow-600:focus{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-yellow-700:focus{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-yellow-800:focus{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-yellow-900:focus{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-green-50:focus{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-green-100:focus{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-green-200:focus{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-green-300:focus{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-green-400:focus{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-green-500:focus{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-green-600:focus{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-green-700:focus{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-green-800:focus{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-green-900:focus{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-blue-50:focus{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-blue-100:focus{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-blue-200:focus{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-blue-300:focus{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-blue-400:focus{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-blue-500:focus{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-blue-600:focus{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-blue-700:focus{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-blue-800:focus{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-blue-900:focus{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-indigo-50:focus{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-indigo-100:focus{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-indigo-200:focus{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-indigo-300:focus{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-indigo-400:focus{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-indigo-500:focus{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-indigo-600:focus{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-indigo-700:focus{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-indigo-800:focus{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-indigo-900:focus{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-purple-50:focus{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-purple-100:focus{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-purple-200:focus{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-purple-300:focus{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-purple-400:focus{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-purple-500:focus{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-purple-600:focus{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-purple-700:focus{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-purple-800:focus{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-purple-900:focus{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-pink-50:focus{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-pink-100:focus{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-pink-200:focus{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-pink-300:focus{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-pink-400:focus{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-pink-500:focus{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-pink-600:focus{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-pink-700:focus{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-pink-800:focus{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .xl\:focus\:tw-text-pink-900:focus{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .xl\:tw-text-opacity-0{
    --tw-text-opacity:0
  }

  .xl\:tw-text-opacity-5{
    --tw-text-opacity:0.05
  }

  .xl\:tw-text-opacity-10{
    --tw-text-opacity:0.1
  }

  .xl\:tw-text-opacity-20{
    --tw-text-opacity:0.2
  }

  .xl\:tw-text-opacity-25{
    --tw-text-opacity:0.25
  }

  .xl\:tw-text-opacity-30{
    --tw-text-opacity:0.3
  }

  .xl\:tw-text-opacity-40{
    --tw-text-opacity:0.4
  }

  .xl\:tw-text-opacity-50{
    --tw-text-opacity:0.5
  }

  .xl\:tw-text-opacity-60{
    --tw-text-opacity:0.6
  }

  .xl\:tw-text-opacity-70{
    --tw-text-opacity:0.7
  }

  .xl\:tw-text-opacity-75{
    --tw-text-opacity:0.75
  }

  .xl\:tw-text-opacity-80{
    --tw-text-opacity:0.8
  }

  .xl\:tw-text-opacity-90{
    --tw-text-opacity:0.9
  }

  .xl\:tw-text-opacity-95{
    --tw-text-opacity:0.95
  }

  .xl\:tw-text-opacity-100{
    --tw-text-opacity:1
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-0{
    --tw-text-opacity:0
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-5{
    --tw-text-opacity:0.05
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-10{
    --tw-text-opacity:0.1
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-20{
    --tw-text-opacity:0.2
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-25{
    --tw-text-opacity:0.25
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-30{
    --tw-text-opacity:0.3
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-40{
    --tw-text-opacity:0.4
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-50{
    --tw-text-opacity:0.5
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-60{
    --tw-text-opacity:0.6
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-70{
    --tw-text-opacity:0.7
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-75{
    --tw-text-opacity:0.75
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-80{
    --tw-text-opacity:0.8
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-90{
    --tw-text-opacity:0.9
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-95{
    --tw-text-opacity:0.95
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-100{
    --tw-text-opacity:1
  }

  .xl\:focus-within\:tw-text-opacity-0:focus-within{
    --tw-text-opacity:0
  }

  .xl\:focus-within\:tw-text-opacity-5:focus-within{
    --tw-text-opacity:0.05
  }

  .xl\:focus-within\:tw-text-opacity-10:focus-within{
    --tw-text-opacity:0.1
  }

  .xl\:focus-within\:tw-text-opacity-20:focus-within{
    --tw-text-opacity:0.2
  }

  .xl\:focus-within\:tw-text-opacity-25:focus-within{
    --tw-text-opacity:0.25
  }

  .xl\:focus-within\:tw-text-opacity-30:focus-within{
    --tw-text-opacity:0.3
  }

  .xl\:focus-within\:tw-text-opacity-40:focus-within{
    --tw-text-opacity:0.4
  }

  .xl\:focus-within\:tw-text-opacity-50:focus-within{
    --tw-text-opacity:0.5
  }

  .xl\:focus-within\:tw-text-opacity-60:focus-within{
    --tw-text-opacity:0.6
  }

  .xl\:focus-within\:tw-text-opacity-70:focus-within{
    --tw-text-opacity:0.7
  }

  .xl\:focus-within\:tw-text-opacity-75:focus-within{
    --tw-text-opacity:0.75
  }

  .xl\:focus-within\:tw-text-opacity-80:focus-within{
    --tw-text-opacity:0.8
  }

  .xl\:focus-within\:tw-text-opacity-90:focus-within{
    --tw-text-opacity:0.9
  }

  .xl\:focus-within\:tw-text-opacity-95:focus-within{
    --tw-text-opacity:0.95
  }

  .xl\:focus-within\:tw-text-opacity-100:focus-within{
    --tw-text-opacity:1
  }

  .xl\:hover\:tw-text-opacity-0:hover{
    --tw-text-opacity:0
  }

  .xl\:hover\:tw-text-opacity-5:hover{
    --tw-text-opacity:0.05
  }

  .xl\:hover\:tw-text-opacity-10:hover{
    --tw-text-opacity:0.1
  }

  .xl\:hover\:tw-text-opacity-20:hover{
    --tw-text-opacity:0.2
  }

  .xl\:hover\:tw-text-opacity-25:hover{
    --tw-text-opacity:0.25
  }

  .xl\:hover\:tw-text-opacity-30:hover{
    --tw-text-opacity:0.3
  }

  .xl\:hover\:tw-text-opacity-40:hover{
    --tw-text-opacity:0.4
  }

  .xl\:hover\:tw-text-opacity-50:hover{
    --tw-text-opacity:0.5
  }

  .xl\:hover\:tw-text-opacity-60:hover{
    --tw-text-opacity:0.6
  }

  .xl\:hover\:tw-text-opacity-70:hover{
    --tw-text-opacity:0.7
  }

  .xl\:hover\:tw-text-opacity-75:hover{
    --tw-text-opacity:0.75
  }

  .xl\:hover\:tw-text-opacity-80:hover{
    --tw-text-opacity:0.8
  }

  .xl\:hover\:tw-text-opacity-90:hover{
    --tw-text-opacity:0.9
  }

  .xl\:hover\:tw-text-opacity-95:hover{
    --tw-text-opacity:0.95
  }

  .xl\:hover\:tw-text-opacity-100:hover{
    --tw-text-opacity:1
  }

  .xl\:focus\:tw-text-opacity-0:focus{
    --tw-text-opacity:0
  }

  .xl\:focus\:tw-text-opacity-5:focus{
    --tw-text-opacity:0.05
  }

  .xl\:focus\:tw-text-opacity-10:focus{
    --tw-text-opacity:0.1
  }

  .xl\:focus\:tw-text-opacity-20:focus{
    --tw-text-opacity:0.2
  }

  .xl\:focus\:tw-text-opacity-25:focus{
    --tw-text-opacity:0.25
  }

  .xl\:focus\:tw-text-opacity-30:focus{
    --tw-text-opacity:0.3
  }

  .xl\:focus\:tw-text-opacity-40:focus{
    --tw-text-opacity:0.4
  }

  .xl\:focus\:tw-text-opacity-50:focus{
    --tw-text-opacity:0.5
  }

  .xl\:focus\:tw-text-opacity-60:focus{
    --tw-text-opacity:0.6
  }

  .xl\:focus\:tw-text-opacity-70:focus{
    --tw-text-opacity:0.7
  }

  .xl\:focus\:tw-text-opacity-75:focus{
    --tw-text-opacity:0.75
  }

  .xl\:focus\:tw-text-opacity-80:focus{
    --tw-text-opacity:0.8
  }

  .xl\:focus\:tw-text-opacity-90:focus{
    --tw-text-opacity:0.9
  }

  .xl\:focus\:tw-text-opacity-95:focus{
    --tw-text-opacity:0.95
  }

  .xl\:focus\:tw-text-opacity-100:focus{
    --tw-text-opacity:1
  }

  .xl\:tw-underline{
    text-decoration:underline
  }

  .xl\:tw-line-through{
    text-decoration:line-through
  }

  .xl\:tw-no-underline{
    text-decoration:none
  }

  .tw-group:hover .xl\:group-hover\:tw-underline{
    text-decoration:underline
  }

  .tw-group:hover .xl\:group-hover\:tw-line-through{
    text-decoration:line-through
  }

  .tw-group:hover .xl\:group-hover\:tw-no-underline{
    text-decoration:none
  }

  .xl\:focus-within\:tw-underline:focus-within{
    text-decoration:underline
  }

  .xl\:focus-within\:tw-line-through:focus-within{
    text-decoration:line-through
  }

  .xl\:focus-within\:tw-no-underline:focus-within{
    text-decoration:none
  }

  .xl\:hover\:tw-underline:hover{
    text-decoration:underline
  }

  .xl\:hover\:tw-line-through:hover{
    text-decoration:line-through
  }

  .xl\:hover\:tw-no-underline:hover{
    text-decoration:none
  }

  .xl\:focus\:tw-underline:focus{
    text-decoration:underline
  }

  .xl\:focus\:tw-line-through:focus{
    text-decoration:line-through
  }

  .xl\:focus\:tw-no-underline:focus{
    text-decoration:none
  }

  .xl\:tw-antialiased{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
  }

  .xl\:tw-subpixel-antialiased{
    -webkit-font-smoothing:auto;
    -moz-osx-font-smoothing:auto
  }

  .xl\:tw-placeholder-transparent::placeholder{
    color:transparent
  }

  .xl\:tw-placeholder-current::placeholder{
    color:currentColor
  }

  .xl\:tw-placeholder-black::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-white::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-gray-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-gray-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-gray-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-gray-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-gray-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-gray-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-gray-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-gray-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-gray-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-gray-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-red-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-red-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-red-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-red-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-red-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-red-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-red-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-red-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-red-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-red-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-green-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-green-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-green-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-green-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-green-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-green-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-green-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-green-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-green-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-green-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-blue-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-blue-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-blue-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-blue-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-blue-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-blue-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-blue-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-blue-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-blue-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-blue-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-purple-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-purple-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-purple-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-purple-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-purple-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-purple-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-purple-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-purple-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-purple-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-purple-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-pink-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-pink-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-pink-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-pink-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-pink-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-pink-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-pink-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-pink-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-pink-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-pink-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-transparent:focus::placeholder{
    color:transparent
  }

  .xl\:focus\:tw-placeholder-current:focus::placeholder{
    color:currentColor
  }

  .xl\:focus\:tw-placeholder-black:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-white:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .xl\:tw-placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity:0
  }

  .xl\:tw-placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity:0.05
  }

  .xl\:tw-placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity:0.1
  }

  .xl\:tw-placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity:0.2
  }

  .xl\:tw-placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity:0.25
  }

  .xl\:tw-placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity:0.3
  }

  .xl\:tw-placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity:0.4
  }

  .xl\:tw-placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity:0.5
  }

  .xl\:tw-placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity:0.6
  }

  .xl\:tw-placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity:0.7
  }

  .xl\:tw-placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity:0.75
  }

  .xl\:tw-placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity:0.8
  }

  .xl\:tw-placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity:0.9
  }

  .xl\:tw-placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity:0.95
  }

  .xl\:tw-placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity:1
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity:0
  }

  .xl\:focus\:tw-placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity:0.05
  }

  .xl\:focus\:tw-placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity:0.1
  }

  .xl\:focus\:tw-placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity:0.2
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity:0.25
  }

  .xl\:focus\:tw-placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity:0.3
  }

  .xl\:focus\:tw-placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity:0.4
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity:0.5
  }

  .xl\:focus\:tw-placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity:0.6
  }

  .xl\:focus\:tw-placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity:0.7
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity:0.75
  }

  .xl\:focus\:tw-placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity:0.8
  }

  .xl\:focus\:tw-placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity:0.9
  }

  .xl\:focus\:tw-placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity:0.95
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity:1
  }

  .xl\:tw-opacity-0{
    opacity:0
  }

  .xl\:tw-opacity-5{
    opacity:0.05
  }

  .xl\:tw-opacity-10{
    opacity:0.1
  }

  .xl\:tw-opacity-20{
    opacity:0.2
  }

  .xl\:tw-opacity-25{
    opacity:0.25
  }

  .xl\:tw-opacity-30{
    opacity:0.3
  }

  .xl\:tw-opacity-40{
    opacity:0.4
  }

  .xl\:tw-opacity-50{
    opacity:0.5
  }

  .xl\:tw-opacity-60{
    opacity:0.6
  }

  .xl\:tw-opacity-70{
    opacity:0.7
  }

  .xl\:tw-opacity-75{
    opacity:0.75
  }

  .xl\:tw-opacity-80{
    opacity:0.8
  }

  .xl\:tw-opacity-90{
    opacity:0.9
  }

  .xl\:tw-opacity-95{
    opacity:0.95
  }

  .xl\:tw-opacity-100{
    opacity:1
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-0{
    opacity:0
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-5{
    opacity:0.05
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-10{
    opacity:0.1
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-20{
    opacity:0.2
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-25{
    opacity:0.25
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-30{
    opacity:0.3
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-40{
    opacity:0.4
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-50{
    opacity:0.5
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-60{
    opacity:0.6
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-70{
    opacity:0.7
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-75{
    opacity:0.75
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-80{
    opacity:0.8
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-90{
    opacity:0.9
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-95{
    opacity:0.95
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-100{
    opacity:1
  }

  .xl\:focus-within\:tw-opacity-0:focus-within{
    opacity:0
  }

  .xl\:focus-within\:tw-opacity-5:focus-within{
    opacity:0.05
  }

  .xl\:focus-within\:tw-opacity-10:focus-within{
    opacity:0.1
  }

  .xl\:focus-within\:tw-opacity-20:focus-within{
    opacity:0.2
  }

  .xl\:focus-within\:tw-opacity-25:focus-within{
    opacity:0.25
  }

  .xl\:focus-within\:tw-opacity-30:focus-within{
    opacity:0.3
  }

  .xl\:focus-within\:tw-opacity-40:focus-within{
    opacity:0.4
  }

  .xl\:focus-within\:tw-opacity-50:focus-within{
    opacity:0.5
  }

  .xl\:focus-within\:tw-opacity-60:focus-within{
    opacity:0.6
  }

  .xl\:focus-within\:tw-opacity-70:focus-within{
    opacity:0.7
  }

  .xl\:focus-within\:tw-opacity-75:focus-within{
    opacity:0.75
  }

  .xl\:focus-within\:tw-opacity-80:focus-within{
    opacity:0.8
  }

  .xl\:focus-within\:tw-opacity-90:focus-within{
    opacity:0.9
  }

  .xl\:focus-within\:tw-opacity-95:focus-within{
    opacity:0.95
  }

  .xl\:focus-within\:tw-opacity-100:focus-within{
    opacity:1
  }

  .xl\:hover\:tw-opacity-0:hover{
    opacity:0
  }

  .xl\:hover\:tw-opacity-5:hover{
    opacity:0.05
  }

  .xl\:hover\:tw-opacity-10:hover{
    opacity:0.1
  }

  .xl\:hover\:tw-opacity-20:hover{
    opacity:0.2
  }

  .xl\:hover\:tw-opacity-25:hover{
    opacity:0.25
  }

  .xl\:hover\:tw-opacity-30:hover{
    opacity:0.3
  }

  .xl\:hover\:tw-opacity-40:hover{
    opacity:0.4
  }

  .xl\:hover\:tw-opacity-50:hover{
    opacity:0.5
  }

  .xl\:hover\:tw-opacity-60:hover{
    opacity:0.6
  }

  .xl\:hover\:tw-opacity-70:hover{
    opacity:0.7
  }

  .xl\:hover\:tw-opacity-75:hover{
    opacity:0.75
  }

  .xl\:hover\:tw-opacity-80:hover{
    opacity:0.8
  }

  .xl\:hover\:tw-opacity-90:hover{
    opacity:0.9
  }

  .xl\:hover\:tw-opacity-95:hover{
    opacity:0.95
  }

  .xl\:hover\:tw-opacity-100:hover{
    opacity:1
  }

  .xl\:focus\:tw-opacity-0:focus{
    opacity:0
  }

  .xl\:focus\:tw-opacity-5:focus{
    opacity:0.05
  }

  .xl\:focus\:tw-opacity-10:focus{
    opacity:0.1
  }

  .xl\:focus\:tw-opacity-20:focus{
    opacity:0.2
  }

  .xl\:focus\:tw-opacity-25:focus{
    opacity:0.25
  }

  .xl\:focus\:tw-opacity-30:focus{
    opacity:0.3
  }

  .xl\:focus\:tw-opacity-40:focus{
    opacity:0.4
  }

  .xl\:focus\:tw-opacity-50:focus{
    opacity:0.5
  }

  .xl\:focus\:tw-opacity-60:focus{
    opacity:0.6
  }

  .xl\:focus\:tw-opacity-70:focus{
    opacity:0.7
  }

  .xl\:focus\:tw-opacity-75:focus{
    opacity:0.75
  }

  .xl\:focus\:tw-opacity-80:focus{
    opacity:0.8
  }

  .xl\:focus\:tw-opacity-90:focus{
    opacity:0.9
  }

  .xl\:focus\:tw-opacity-95:focus{
    opacity:0.95
  }

  .xl\:focus\:tw-opacity-100:focus{
    opacity:1
  }

  .xl\:tw-bg-blend-normal{
    background-blend-mode:normal
  }

  .xl\:tw-bg-blend-multiply{
    background-blend-mode:multiply
  }

  .xl\:tw-bg-blend-screen{
    background-blend-mode:screen
  }

  .xl\:tw-bg-blend-overlay{
    background-blend-mode:overlay
  }

  .xl\:tw-bg-blend-darken{
    background-blend-mode:darken
  }

  .xl\:tw-bg-blend-lighten{
    background-blend-mode:lighten
  }

  .xl\:tw-bg-blend-color-dodge{
    background-blend-mode:color-dodge
  }

  .xl\:tw-bg-blend-color-burn{
    background-blend-mode:color-burn
  }

  .xl\:tw-bg-blend-hard-light{
    background-blend-mode:hard-light
  }

  .xl\:tw-bg-blend-soft-light{
    background-blend-mode:soft-light
  }

  .xl\:tw-bg-blend-difference{
    background-blend-mode:difference
  }

  .xl\:tw-bg-blend-exclusion{
    background-blend-mode:exclusion
  }

  .xl\:tw-bg-blend-hue{
    background-blend-mode:hue
  }

  .xl\:tw-bg-blend-saturation{
    background-blend-mode:saturation
  }

  .xl\:tw-bg-blend-color{
    background-blend-mode:color
  }

  .xl\:tw-bg-blend-luminosity{
    background-blend-mode:luminosity
  }

  .xl\:tw-mix-blend-normal{
    mix-blend-mode:normal
  }

  .xl\:tw-mix-blend-multiply{
    mix-blend-mode:multiply
  }

  .xl\:tw-mix-blend-screen{
    mix-blend-mode:screen
  }

  .xl\:tw-mix-blend-overlay{
    mix-blend-mode:overlay
  }

  .xl\:tw-mix-blend-darken{
    mix-blend-mode:darken
  }

  .xl\:tw-mix-blend-lighten{
    mix-blend-mode:lighten
  }

  .xl\:tw-mix-blend-color-dodge{
    mix-blend-mode:color-dodge
  }

  .xl\:tw-mix-blend-color-burn{
    mix-blend-mode:color-burn
  }

  .xl\:tw-mix-blend-hard-light{
    mix-blend-mode:hard-light
  }

  .xl\:tw-mix-blend-soft-light{
    mix-blend-mode:soft-light
  }

  .xl\:tw-mix-blend-difference{
    mix-blend-mode:difference
  }

  .xl\:tw-mix-blend-exclusion{
    mix-blend-mode:exclusion
  }

  .xl\:tw-mix-blend-hue{
    mix-blend-mode:hue
  }

  .xl\:tw-mix-blend-saturation{
    mix-blend-mode:saturation
  }

  .xl\:tw-mix-blend-color{
    mix-blend-mode:color
  }

  .xl\:tw-mix-blend-luminosity{
    mix-blend-mode:luminosity
  }

  .xl\:tw-shadow-sm{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:tw-shadow{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:tw-shadow-md{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:tw-shadow-lg{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:tw-shadow-xl{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:tw-shadow-2xl{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:tw-shadow-inner{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:tw-shadow-none{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-sm{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-md{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-lg{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-xl{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-2xl{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-inner{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-none{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus-within\:tw-shadow-sm:focus-within{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus-within\:tw-shadow:focus-within{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus-within\:tw-shadow-md:focus-within{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus-within\:tw-shadow-lg:focus-within{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus-within\:tw-shadow-xl:focus-within{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus-within\:tw-shadow-2xl:focus-within{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus-within\:tw-shadow-inner:focus-within{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus-within\:tw-shadow-none:focus-within{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:hover\:tw-shadow-sm:hover{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:hover\:tw-shadow:hover{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:hover\:tw-shadow-md:hover{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:hover\:tw-shadow-lg:hover{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:hover\:tw-shadow-xl:hover{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:hover\:tw-shadow-2xl:hover{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:hover\:tw-shadow-inner:hover{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:hover\:tw-shadow-none:hover{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus\:tw-shadow-sm:focus{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus\:tw-shadow:focus{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus\:tw-shadow-md:focus{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus\:tw-shadow-lg:focus{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus\:tw-shadow-xl:focus{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus\:tw-shadow-2xl:focus{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus\:tw-shadow-inner:focus{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus\:tw-shadow-none:focus{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:tw-outline-none{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .xl\:tw-outline-white{
    outline:2px dotted white;
    outline-offset:2px
  }

  .xl\:tw-outline-black{
    outline:2px dotted black;
    outline-offset:2px
  }

  .xl\:focus-within\:tw-outline-none:focus-within{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .xl\:focus-within\:tw-outline-white:focus-within{
    outline:2px dotted white;
    outline-offset:2px
  }

  .xl\:focus-within\:tw-outline-black:focus-within{
    outline:2px dotted black;
    outline-offset:2px
  }

  .xl\:focus\:tw-outline-none:focus{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .xl\:focus\:tw-outline-white:focus{
    outline:2px dotted white;
    outline-offset:2px
  }

  .xl\:focus\:tw-outline-black:focus{
    outline:2px dotted black;
    outline-offset:2px
  }

  .xl\:tw-ring-0{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .xl\:tw-ring-1{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .xl\:tw-ring-2{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .xl\:tw-ring-4{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .xl\:tw-ring-8{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .xl\:tw-ring{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .xl\:focus-within\:tw-ring-0:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .xl\:focus-within\:tw-ring-1:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .xl\:focus-within\:tw-ring-2:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .xl\:focus-within\:tw-ring-4:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .xl\:focus-within\:tw-ring-8:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .xl\:focus-within\:tw-ring:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .xl\:focus\:tw-ring-0:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .xl\:focus\:tw-ring-1:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .xl\:focus\:tw-ring-2:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .xl\:focus\:tw-ring-4:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .xl\:focus\:tw-ring-8:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .xl\:focus\:tw-ring:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .xl\:tw-ring-inset{
    --tw-ring-inset:inset
  }

  .xl\:focus-within\:tw-ring-inset:focus-within{
    --tw-ring-inset:inset
  }

  .xl\:focus\:tw-ring-inset:focus{
    --tw-ring-inset:inset
  }

  .xl\:tw-ring-transparent{
    --tw-ring-color:transparent
  }

  .xl\:tw-ring-current{
    --tw-ring-color:currentColor
  }

  .xl\:tw-ring-black{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-white{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-gray-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-gray-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-gray-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-gray-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-gray-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-gray-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-gray-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-gray-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-gray-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-gray-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-red-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 242, 242, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-red-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 226, 226, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-red-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 202, 202, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-red-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 165, 165, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-red-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(248, 113, 113, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-red-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 68, 68, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-red-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(220, 38, 38, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-red-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(185, 28, 28, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-red-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(153, 27, 27, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-red-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(127, 29, 29, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-yellow-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-yellow-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-yellow-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-yellow-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-yellow-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-yellow-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-yellow-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-yellow-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-yellow-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-yellow-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-green-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-green-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-green-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-green-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-green-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-green-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-green-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-green-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-green-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-green-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-blue-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 246, 255, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-blue-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 234, 254, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-blue-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(191, 219, 254, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-blue-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(147, 197, 253, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-blue-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-blue-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-blue-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(37, 99, 235, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-blue-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(29, 78, 216, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-blue-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 64, 175, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-blue-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 58, 138, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-indigo-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-indigo-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-indigo-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-indigo-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-indigo-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-indigo-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-indigo-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-indigo-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-indigo-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-indigo-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-purple-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-purple-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-purple-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-purple-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-purple-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-purple-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-purple-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-purple-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-purple-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-purple-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-pink-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-pink-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-pink-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-pink-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-pink-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-pink-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-pink-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-pink-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-pink-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-pink-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-transparent:focus-within{
    --tw-ring-color:transparent
  }

  .xl\:focus-within\:tw-ring-current:focus-within{
    --tw-ring-color:currentColor
  }

  .xl\:focus-within\:tw-ring-black:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-white:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-gray-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-gray-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-gray-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-gray-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-gray-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-gray-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-gray-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-gray-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-gray-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-gray-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-red-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 242, 242, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-red-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 226, 226, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-red-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 202, 202, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-red-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 165, 165, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-red-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(248, 113, 113, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-red-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 68, 68, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-red-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(220, 38, 38, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-red-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(185, 28, 28, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-red-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(153, 27, 27, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-red-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(127, 29, 29, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-yellow-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-yellow-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-yellow-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-yellow-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-yellow-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-yellow-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-yellow-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-yellow-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-yellow-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-yellow-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-green-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-green-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-green-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-green-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-green-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-green-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-green-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-green-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-green-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-green-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-blue-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 246, 255, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-blue-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 234, 254, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-blue-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(191, 219, 254, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-blue-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(147, 197, 253, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-blue-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-blue-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-blue-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(37, 99, 235, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-blue-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(29, 78, 216, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-blue-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 64, 175, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-blue-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 58, 138, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-indigo-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-indigo-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-indigo-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-indigo-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-indigo-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-indigo-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-indigo-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-indigo-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-indigo-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-indigo-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-purple-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-purple-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-purple-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-purple-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-purple-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-purple-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-purple-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-purple-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-purple-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-purple-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-pink-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-pink-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-pink-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-pink-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-pink-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-pink-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-pink-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-pink-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-pink-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .xl\:focus-within\:tw-ring-pink-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-transparent:focus{
    --tw-ring-color:transparent
  }

  .xl\:focus\:tw-ring-current:focus{
    --tw-ring-color:currentColor
  }

  .xl\:focus\:tw-ring-black:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-white:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-gray-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-gray-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-gray-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-gray-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-gray-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-gray-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-gray-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-gray-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-gray-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-gray-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-red-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 242, 242, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-red-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 226, 226, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-red-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 202, 202, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-red-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 165, 165, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-red-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(248, 113, 113, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-red-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 68, 68, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-red-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(220, 38, 38, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-red-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(185, 28, 28, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-red-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(153, 27, 27, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-red-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(127, 29, 29, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-yellow-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-yellow-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-yellow-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-yellow-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-yellow-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-yellow-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-yellow-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-yellow-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-yellow-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-yellow-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-green-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-green-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-green-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-green-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-green-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-green-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-green-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-green-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-green-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-green-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-blue-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 246, 255, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-blue-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 234, 254, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-blue-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(191, 219, 254, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-blue-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(147, 197, 253, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-blue-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-blue-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-blue-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(37, 99, 235, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-blue-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(29, 78, 216, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-blue-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 64, 175, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-blue-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 58, 138, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-indigo-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-indigo-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-indigo-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-indigo-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-indigo-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-indigo-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-indigo-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-indigo-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-indigo-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-indigo-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-purple-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-purple-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-purple-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-purple-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-purple-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-purple-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-purple-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-purple-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-purple-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-purple-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-pink-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-pink-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-pink-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-pink-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-pink-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-pink-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-pink-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-pink-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-pink-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .xl\:focus\:tw-ring-pink-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .xl\:tw-ring-opacity-0{
    --tw-ring-opacity:0
  }

  .xl\:tw-ring-opacity-5{
    --tw-ring-opacity:0.05
  }

  .xl\:tw-ring-opacity-10{
    --tw-ring-opacity:0.1
  }

  .xl\:tw-ring-opacity-20{
    --tw-ring-opacity:0.2
  }

  .xl\:tw-ring-opacity-25{
    --tw-ring-opacity:0.25
  }

  .xl\:tw-ring-opacity-30{
    --tw-ring-opacity:0.3
  }

  .xl\:tw-ring-opacity-40{
    --tw-ring-opacity:0.4
  }

  .xl\:tw-ring-opacity-50{
    --tw-ring-opacity:0.5
  }

  .xl\:tw-ring-opacity-60{
    --tw-ring-opacity:0.6
  }

  .xl\:tw-ring-opacity-70{
    --tw-ring-opacity:0.7
  }

  .xl\:tw-ring-opacity-75{
    --tw-ring-opacity:0.75
  }

  .xl\:tw-ring-opacity-80{
    --tw-ring-opacity:0.8
  }

  .xl\:tw-ring-opacity-90{
    --tw-ring-opacity:0.9
  }

  .xl\:tw-ring-opacity-95{
    --tw-ring-opacity:0.95
  }

  .xl\:tw-ring-opacity-100{
    --tw-ring-opacity:1
  }

  .xl\:focus-within\:tw-ring-opacity-0:focus-within{
    --tw-ring-opacity:0
  }

  .xl\:focus-within\:tw-ring-opacity-5:focus-within{
    --tw-ring-opacity:0.05
  }

  .xl\:focus-within\:tw-ring-opacity-10:focus-within{
    --tw-ring-opacity:0.1
  }

  .xl\:focus-within\:tw-ring-opacity-20:focus-within{
    --tw-ring-opacity:0.2
  }

  .xl\:focus-within\:tw-ring-opacity-25:focus-within{
    --tw-ring-opacity:0.25
  }

  .xl\:focus-within\:tw-ring-opacity-30:focus-within{
    --tw-ring-opacity:0.3
  }

  .xl\:focus-within\:tw-ring-opacity-40:focus-within{
    --tw-ring-opacity:0.4
  }

  .xl\:focus-within\:tw-ring-opacity-50:focus-within{
    --tw-ring-opacity:0.5
  }

  .xl\:focus-within\:tw-ring-opacity-60:focus-within{
    --tw-ring-opacity:0.6
  }

  .xl\:focus-within\:tw-ring-opacity-70:focus-within{
    --tw-ring-opacity:0.7
  }

  .xl\:focus-within\:tw-ring-opacity-75:focus-within{
    --tw-ring-opacity:0.75
  }

  .xl\:focus-within\:tw-ring-opacity-80:focus-within{
    --tw-ring-opacity:0.8
  }

  .xl\:focus-within\:tw-ring-opacity-90:focus-within{
    --tw-ring-opacity:0.9
  }

  .xl\:focus-within\:tw-ring-opacity-95:focus-within{
    --tw-ring-opacity:0.95
  }

  .xl\:focus-within\:tw-ring-opacity-100:focus-within{
    --tw-ring-opacity:1
  }

  .xl\:focus\:tw-ring-opacity-0:focus{
    --tw-ring-opacity:0
  }

  .xl\:focus\:tw-ring-opacity-5:focus{
    --tw-ring-opacity:0.05
  }

  .xl\:focus\:tw-ring-opacity-10:focus{
    --tw-ring-opacity:0.1
  }

  .xl\:focus\:tw-ring-opacity-20:focus{
    --tw-ring-opacity:0.2
  }

  .xl\:focus\:tw-ring-opacity-25:focus{
    --tw-ring-opacity:0.25
  }

  .xl\:focus\:tw-ring-opacity-30:focus{
    --tw-ring-opacity:0.3
  }

  .xl\:focus\:tw-ring-opacity-40:focus{
    --tw-ring-opacity:0.4
  }

  .xl\:focus\:tw-ring-opacity-50:focus{
    --tw-ring-opacity:0.5
  }

  .xl\:focus\:tw-ring-opacity-60:focus{
    --tw-ring-opacity:0.6
  }

  .xl\:focus\:tw-ring-opacity-70:focus{
    --tw-ring-opacity:0.7
  }

  .xl\:focus\:tw-ring-opacity-75:focus{
    --tw-ring-opacity:0.75
  }

  .xl\:focus\:tw-ring-opacity-80:focus{
    --tw-ring-opacity:0.8
  }

  .xl\:focus\:tw-ring-opacity-90:focus{
    --tw-ring-opacity:0.9
  }

  .xl\:focus\:tw-ring-opacity-95:focus{
    --tw-ring-opacity:0.95
  }

  .xl\:focus\:tw-ring-opacity-100:focus{
    --tw-ring-opacity:1
  }

  .xl\:tw-ring-offset-0{
    --tw-ring-offset-width:0px
  }

  .xl\:tw-ring-offset-1{
    --tw-ring-offset-width:1px
  }

  .xl\:tw-ring-offset-2{
    --tw-ring-offset-width:2px
  }

  .xl\:tw-ring-offset-4{
    --tw-ring-offset-width:4px
  }

  .xl\:tw-ring-offset-8{
    --tw-ring-offset-width:8px
  }

  .xl\:focus-within\:tw-ring-offset-0:focus-within{
    --tw-ring-offset-width:0px
  }

  .xl\:focus-within\:tw-ring-offset-1:focus-within{
    --tw-ring-offset-width:1px
  }

  .xl\:focus-within\:tw-ring-offset-2:focus-within{
    --tw-ring-offset-width:2px
  }

  .xl\:focus-within\:tw-ring-offset-4:focus-within{
    --tw-ring-offset-width:4px
  }

  .xl\:focus-within\:tw-ring-offset-8:focus-within{
    --tw-ring-offset-width:8px
  }

  .xl\:focus\:tw-ring-offset-0:focus{
    --tw-ring-offset-width:0px
  }

  .xl\:focus\:tw-ring-offset-1:focus{
    --tw-ring-offset-width:1px
  }

  .xl\:focus\:tw-ring-offset-2:focus{
    --tw-ring-offset-width:2px
  }

  .xl\:focus\:tw-ring-offset-4:focus{
    --tw-ring-offset-width:4px
  }

  .xl\:focus\:tw-ring-offset-8:focus{
    --tw-ring-offset-width:8px
  }

  .xl\:tw-ring-offset-transparent{
    --tw-ring-offset-color:transparent
  }

  .xl\:tw-ring-offset-current{
    --tw-ring-offset-color:currentColor
  }

  .xl\:tw-ring-offset-black{
    --tw-ring-offset-color:#000
  }

  .xl\:tw-ring-offset-white{
    --tw-ring-offset-color:#fff
  }

  .xl\:tw-ring-offset-gray-50{
    --tw-ring-offset-color:#f9fafb
  }

  .xl\:tw-ring-offset-gray-100{
    --tw-ring-offset-color:#f3f4f6
  }

  .xl\:tw-ring-offset-gray-200{
    --tw-ring-offset-color:#e5e7eb
  }

  .xl\:tw-ring-offset-gray-300{
    --tw-ring-offset-color:#d1d5db
  }

  .xl\:tw-ring-offset-gray-400{
    --tw-ring-offset-color:#9ca3af
  }

  .xl\:tw-ring-offset-gray-500{
    --tw-ring-offset-color:#6b7280
  }

  .xl\:tw-ring-offset-gray-600{
    --tw-ring-offset-color:#4b5563
  }

  .xl\:tw-ring-offset-gray-700{
    --tw-ring-offset-color:#374151
  }

  .xl\:tw-ring-offset-gray-800{
    --tw-ring-offset-color:#1f2937
  }

  .xl\:tw-ring-offset-gray-900{
    --tw-ring-offset-color:#111827
  }

  .xl\:tw-ring-offset-red-50{
    --tw-ring-offset-color:#fef2f2
  }

  .xl\:tw-ring-offset-red-100{
    --tw-ring-offset-color:#fee2e2
  }

  .xl\:tw-ring-offset-red-200{
    --tw-ring-offset-color:#fecaca
  }

  .xl\:tw-ring-offset-red-300{
    --tw-ring-offset-color:#fca5a5
  }

  .xl\:tw-ring-offset-red-400{
    --tw-ring-offset-color:#f87171
  }

  .xl\:tw-ring-offset-red-500{
    --tw-ring-offset-color:#ef4444
  }

  .xl\:tw-ring-offset-red-600{
    --tw-ring-offset-color:#dc2626
  }

  .xl\:tw-ring-offset-red-700{
    --tw-ring-offset-color:#b91c1c
  }

  .xl\:tw-ring-offset-red-800{
    --tw-ring-offset-color:#991b1b
  }

  .xl\:tw-ring-offset-red-900{
    --tw-ring-offset-color:#7f1d1d
  }

  .xl\:tw-ring-offset-yellow-50{
    --tw-ring-offset-color:#fffbeb
  }

  .xl\:tw-ring-offset-yellow-100{
    --tw-ring-offset-color:#fef3c7
  }

  .xl\:tw-ring-offset-yellow-200{
    --tw-ring-offset-color:#fde68a
  }

  .xl\:tw-ring-offset-yellow-300{
    --tw-ring-offset-color:#fcd34d
  }

  .xl\:tw-ring-offset-yellow-400{
    --tw-ring-offset-color:#fbbf24
  }

  .xl\:tw-ring-offset-yellow-500{
    --tw-ring-offset-color:#f59e0b
  }

  .xl\:tw-ring-offset-yellow-600{
    --tw-ring-offset-color:#d97706
  }

  .xl\:tw-ring-offset-yellow-700{
    --tw-ring-offset-color:#b45309
  }

  .xl\:tw-ring-offset-yellow-800{
    --tw-ring-offset-color:#92400e
  }

  .xl\:tw-ring-offset-yellow-900{
    --tw-ring-offset-color:#78350f
  }

  .xl\:tw-ring-offset-green-50{
    --tw-ring-offset-color:#ecfdf5
  }

  .xl\:tw-ring-offset-green-100{
    --tw-ring-offset-color:#d1fae5
  }

  .xl\:tw-ring-offset-green-200{
    --tw-ring-offset-color:#a7f3d0
  }

  .xl\:tw-ring-offset-green-300{
    --tw-ring-offset-color:#6ee7b7
  }

  .xl\:tw-ring-offset-green-400{
    --tw-ring-offset-color:#34d399
  }

  .xl\:tw-ring-offset-green-500{
    --tw-ring-offset-color:#10b981
  }

  .xl\:tw-ring-offset-green-600{
    --tw-ring-offset-color:#059669
  }

  .xl\:tw-ring-offset-green-700{
    --tw-ring-offset-color:#047857
  }

  .xl\:tw-ring-offset-green-800{
    --tw-ring-offset-color:#065f46
  }

  .xl\:tw-ring-offset-green-900{
    --tw-ring-offset-color:#064e3b
  }

  .xl\:tw-ring-offset-blue-50{
    --tw-ring-offset-color:#eff6ff
  }

  .xl\:tw-ring-offset-blue-100{
    --tw-ring-offset-color:#dbeafe
  }

  .xl\:tw-ring-offset-blue-200{
    --tw-ring-offset-color:#bfdbfe
  }

  .xl\:tw-ring-offset-blue-300{
    --tw-ring-offset-color:#93c5fd
  }

  .xl\:tw-ring-offset-blue-400{
    --tw-ring-offset-color:#60a5fa
  }

  .xl\:tw-ring-offset-blue-500{
    --tw-ring-offset-color:#3b82f6
  }

  .xl\:tw-ring-offset-blue-600{
    --tw-ring-offset-color:#2563eb
  }

  .xl\:tw-ring-offset-blue-700{
    --tw-ring-offset-color:#1d4ed8
  }

  .xl\:tw-ring-offset-blue-800{
    --tw-ring-offset-color:#1e40af
  }

  .xl\:tw-ring-offset-blue-900{
    --tw-ring-offset-color:#1e3a8a
  }

  .xl\:tw-ring-offset-indigo-50{
    --tw-ring-offset-color:#eef2ff
  }

  .xl\:tw-ring-offset-indigo-100{
    --tw-ring-offset-color:#e0e7ff
  }

  .xl\:tw-ring-offset-indigo-200{
    --tw-ring-offset-color:#c7d2fe
  }

  .xl\:tw-ring-offset-indigo-300{
    --tw-ring-offset-color:#a5b4fc
  }

  .xl\:tw-ring-offset-indigo-400{
    --tw-ring-offset-color:#818cf8
  }

  .xl\:tw-ring-offset-indigo-500{
    --tw-ring-offset-color:#6366f1
  }

  .xl\:tw-ring-offset-indigo-600{
    --tw-ring-offset-color:#4f46e5
  }

  .xl\:tw-ring-offset-indigo-700{
    --tw-ring-offset-color:#4338ca
  }

  .xl\:tw-ring-offset-indigo-800{
    --tw-ring-offset-color:#3730a3
  }

  .xl\:tw-ring-offset-indigo-900{
    --tw-ring-offset-color:#312e81
  }

  .xl\:tw-ring-offset-purple-50{
    --tw-ring-offset-color:#f5f3ff
  }

  .xl\:tw-ring-offset-purple-100{
    --tw-ring-offset-color:#ede9fe
  }

  .xl\:tw-ring-offset-purple-200{
    --tw-ring-offset-color:#ddd6fe
  }

  .xl\:tw-ring-offset-purple-300{
    --tw-ring-offset-color:#c4b5fd
  }

  .xl\:tw-ring-offset-purple-400{
    --tw-ring-offset-color:#a78bfa
  }

  .xl\:tw-ring-offset-purple-500{
    --tw-ring-offset-color:#8b5cf6
  }

  .xl\:tw-ring-offset-purple-600{
    --tw-ring-offset-color:#7c3aed
  }

  .xl\:tw-ring-offset-purple-700{
    --tw-ring-offset-color:#6d28d9
  }

  .xl\:tw-ring-offset-purple-800{
    --tw-ring-offset-color:#5b21b6
  }

  .xl\:tw-ring-offset-purple-900{
    --tw-ring-offset-color:#4c1d95
  }

  .xl\:tw-ring-offset-pink-50{
    --tw-ring-offset-color:#fdf2f8
  }

  .xl\:tw-ring-offset-pink-100{
    --tw-ring-offset-color:#fce7f3
  }

  .xl\:tw-ring-offset-pink-200{
    --tw-ring-offset-color:#fbcfe8
  }

  .xl\:tw-ring-offset-pink-300{
    --tw-ring-offset-color:#f9a8d4
  }

  .xl\:tw-ring-offset-pink-400{
    --tw-ring-offset-color:#f472b6
  }

  .xl\:tw-ring-offset-pink-500{
    --tw-ring-offset-color:#ec4899
  }

  .xl\:tw-ring-offset-pink-600{
    --tw-ring-offset-color:#db2777
  }

  .xl\:tw-ring-offset-pink-700{
    --tw-ring-offset-color:#be185d
  }

  .xl\:tw-ring-offset-pink-800{
    --tw-ring-offset-color:#9d174d
  }

  .xl\:tw-ring-offset-pink-900{
    --tw-ring-offset-color:#831843
  }

  .xl\:focus-within\:tw-ring-offset-transparent:focus-within{
    --tw-ring-offset-color:transparent
  }

  .xl\:focus-within\:tw-ring-offset-current:focus-within{
    --tw-ring-offset-color:currentColor
  }

  .xl\:focus-within\:tw-ring-offset-black:focus-within{
    --tw-ring-offset-color:#000
  }

  .xl\:focus-within\:tw-ring-offset-white:focus-within{
    --tw-ring-offset-color:#fff
  }

  .xl\:focus-within\:tw-ring-offset-gray-50:focus-within{
    --tw-ring-offset-color:#f9fafb
  }

  .xl\:focus-within\:tw-ring-offset-gray-100:focus-within{
    --tw-ring-offset-color:#f3f4f6
  }

  .xl\:focus-within\:tw-ring-offset-gray-200:focus-within{
    --tw-ring-offset-color:#e5e7eb
  }

  .xl\:focus-within\:tw-ring-offset-gray-300:focus-within{
    --tw-ring-offset-color:#d1d5db
  }

  .xl\:focus-within\:tw-ring-offset-gray-400:focus-within{
    --tw-ring-offset-color:#9ca3af
  }

  .xl\:focus-within\:tw-ring-offset-gray-500:focus-within{
    --tw-ring-offset-color:#6b7280
  }

  .xl\:focus-within\:tw-ring-offset-gray-600:focus-within{
    --tw-ring-offset-color:#4b5563
  }

  .xl\:focus-within\:tw-ring-offset-gray-700:focus-within{
    --tw-ring-offset-color:#374151
  }

  .xl\:focus-within\:tw-ring-offset-gray-800:focus-within{
    --tw-ring-offset-color:#1f2937
  }

  .xl\:focus-within\:tw-ring-offset-gray-900:focus-within{
    --tw-ring-offset-color:#111827
  }

  .xl\:focus-within\:tw-ring-offset-red-50:focus-within{
    --tw-ring-offset-color:#fef2f2
  }

  .xl\:focus-within\:tw-ring-offset-red-100:focus-within{
    --tw-ring-offset-color:#fee2e2
  }

  .xl\:focus-within\:tw-ring-offset-red-200:focus-within{
    --tw-ring-offset-color:#fecaca
  }

  .xl\:focus-within\:tw-ring-offset-red-300:focus-within{
    --tw-ring-offset-color:#fca5a5
  }

  .xl\:focus-within\:tw-ring-offset-red-400:focus-within{
    --tw-ring-offset-color:#f87171
  }

  .xl\:focus-within\:tw-ring-offset-red-500:focus-within{
    --tw-ring-offset-color:#ef4444
  }

  .xl\:focus-within\:tw-ring-offset-red-600:focus-within{
    --tw-ring-offset-color:#dc2626
  }

  .xl\:focus-within\:tw-ring-offset-red-700:focus-within{
    --tw-ring-offset-color:#b91c1c
  }

  .xl\:focus-within\:tw-ring-offset-red-800:focus-within{
    --tw-ring-offset-color:#991b1b
  }

  .xl\:focus-within\:tw-ring-offset-red-900:focus-within{
    --tw-ring-offset-color:#7f1d1d
  }

  .xl\:focus-within\:tw-ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color:#fffbeb
  }

  .xl\:focus-within\:tw-ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color:#fef3c7
  }

  .xl\:focus-within\:tw-ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color:#fde68a
  }

  .xl\:focus-within\:tw-ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color:#fcd34d
  }

  .xl\:focus-within\:tw-ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color:#fbbf24
  }

  .xl\:focus-within\:tw-ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color:#f59e0b
  }

  .xl\:focus-within\:tw-ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color:#d97706
  }

  .xl\:focus-within\:tw-ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color:#b45309
  }

  .xl\:focus-within\:tw-ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color:#92400e
  }

  .xl\:focus-within\:tw-ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color:#78350f
  }

  .xl\:focus-within\:tw-ring-offset-green-50:focus-within{
    --tw-ring-offset-color:#ecfdf5
  }

  .xl\:focus-within\:tw-ring-offset-green-100:focus-within{
    --tw-ring-offset-color:#d1fae5
  }

  .xl\:focus-within\:tw-ring-offset-green-200:focus-within{
    --tw-ring-offset-color:#a7f3d0
  }

  .xl\:focus-within\:tw-ring-offset-green-300:focus-within{
    --tw-ring-offset-color:#6ee7b7
  }

  .xl\:focus-within\:tw-ring-offset-green-400:focus-within{
    --tw-ring-offset-color:#34d399
  }

  .xl\:focus-within\:tw-ring-offset-green-500:focus-within{
    --tw-ring-offset-color:#10b981
  }

  .xl\:focus-within\:tw-ring-offset-green-600:focus-within{
    --tw-ring-offset-color:#059669
  }

  .xl\:focus-within\:tw-ring-offset-green-700:focus-within{
    --tw-ring-offset-color:#047857
  }

  .xl\:focus-within\:tw-ring-offset-green-800:focus-within{
    --tw-ring-offset-color:#065f46
  }

  .xl\:focus-within\:tw-ring-offset-green-900:focus-within{
    --tw-ring-offset-color:#064e3b
  }

  .xl\:focus-within\:tw-ring-offset-blue-50:focus-within{
    --tw-ring-offset-color:#eff6ff
  }

  .xl\:focus-within\:tw-ring-offset-blue-100:focus-within{
    --tw-ring-offset-color:#dbeafe
  }

  .xl\:focus-within\:tw-ring-offset-blue-200:focus-within{
    --tw-ring-offset-color:#bfdbfe
  }

  .xl\:focus-within\:tw-ring-offset-blue-300:focus-within{
    --tw-ring-offset-color:#93c5fd
  }

  .xl\:focus-within\:tw-ring-offset-blue-400:focus-within{
    --tw-ring-offset-color:#60a5fa
  }

  .xl\:focus-within\:tw-ring-offset-blue-500:focus-within{
    --tw-ring-offset-color:#3b82f6
  }

  .xl\:focus-within\:tw-ring-offset-blue-600:focus-within{
    --tw-ring-offset-color:#2563eb
  }

  .xl\:focus-within\:tw-ring-offset-blue-700:focus-within{
    --tw-ring-offset-color:#1d4ed8
  }

  .xl\:focus-within\:tw-ring-offset-blue-800:focus-within{
    --tw-ring-offset-color:#1e40af
  }

  .xl\:focus-within\:tw-ring-offset-blue-900:focus-within{
    --tw-ring-offset-color:#1e3a8a
  }

  .xl\:focus-within\:tw-ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color:#eef2ff
  }

  .xl\:focus-within\:tw-ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color:#e0e7ff
  }

  .xl\:focus-within\:tw-ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color:#c7d2fe
  }

  .xl\:focus-within\:tw-ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color:#a5b4fc
  }

  .xl\:focus-within\:tw-ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color:#818cf8
  }

  .xl\:focus-within\:tw-ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color:#6366f1
  }

  .xl\:focus-within\:tw-ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color:#4f46e5
  }

  .xl\:focus-within\:tw-ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color:#4338ca
  }

  .xl\:focus-within\:tw-ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color:#3730a3
  }

  .xl\:focus-within\:tw-ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color:#312e81
  }

  .xl\:focus-within\:tw-ring-offset-purple-50:focus-within{
    --tw-ring-offset-color:#f5f3ff
  }

  .xl\:focus-within\:tw-ring-offset-purple-100:focus-within{
    --tw-ring-offset-color:#ede9fe
  }

  .xl\:focus-within\:tw-ring-offset-purple-200:focus-within{
    --tw-ring-offset-color:#ddd6fe
  }

  .xl\:focus-within\:tw-ring-offset-purple-300:focus-within{
    --tw-ring-offset-color:#c4b5fd
  }

  .xl\:focus-within\:tw-ring-offset-purple-400:focus-within{
    --tw-ring-offset-color:#a78bfa
  }

  .xl\:focus-within\:tw-ring-offset-purple-500:focus-within{
    --tw-ring-offset-color:#8b5cf6
  }

  .xl\:focus-within\:tw-ring-offset-purple-600:focus-within{
    --tw-ring-offset-color:#7c3aed
  }

  .xl\:focus-within\:tw-ring-offset-purple-700:focus-within{
    --tw-ring-offset-color:#6d28d9
  }

  .xl\:focus-within\:tw-ring-offset-purple-800:focus-within{
    --tw-ring-offset-color:#5b21b6
  }

  .xl\:focus-within\:tw-ring-offset-purple-900:focus-within{
    --tw-ring-offset-color:#4c1d95
  }

  .xl\:focus-within\:tw-ring-offset-pink-50:focus-within{
    --tw-ring-offset-color:#fdf2f8
  }

  .xl\:focus-within\:tw-ring-offset-pink-100:focus-within{
    --tw-ring-offset-color:#fce7f3
  }

  .xl\:focus-within\:tw-ring-offset-pink-200:focus-within{
    --tw-ring-offset-color:#fbcfe8
  }

  .xl\:focus-within\:tw-ring-offset-pink-300:focus-within{
    --tw-ring-offset-color:#f9a8d4
  }

  .xl\:focus-within\:tw-ring-offset-pink-400:focus-within{
    --tw-ring-offset-color:#f472b6
  }

  .xl\:focus-within\:tw-ring-offset-pink-500:focus-within{
    --tw-ring-offset-color:#ec4899
  }

  .xl\:focus-within\:tw-ring-offset-pink-600:focus-within{
    --tw-ring-offset-color:#db2777
  }

  .xl\:focus-within\:tw-ring-offset-pink-700:focus-within{
    --tw-ring-offset-color:#be185d
  }

  .xl\:focus-within\:tw-ring-offset-pink-800:focus-within{
    --tw-ring-offset-color:#9d174d
  }

  .xl\:focus-within\:tw-ring-offset-pink-900:focus-within{
    --tw-ring-offset-color:#831843
  }

  .xl\:focus\:tw-ring-offset-transparent:focus{
    --tw-ring-offset-color:transparent
  }

  .xl\:focus\:tw-ring-offset-current:focus{
    --tw-ring-offset-color:currentColor
  }

  .xl\:focus\:tw-ring-offset-black:focus{
    --tw-ring-offset-color:#000
  }

  .xl\:focus\:tw-ring-offset-white:focus{
    --tw-ring-offset-color:#fff
  }

  .xl\:focus\:tw-ring-offset-gray-50:focus{
    --tw-ring-offset-color:#f9fafb
  }

  .xl\:focus\:tw-ring-offset-gray-100:focus{
    --tw-ring-offset-color:#f3f4f6
  }

  .xl\:focus\:tw-ring-offset-gray-200:focus{
    --tw-ring-offset-color:#e5e7eb
  }

  .xl\:focus\:tw-ring-offset-gray-300:focus{
    --tw-ring-offset-color:#d1d5db
  }

  .xl\:focus\:tw-ring-offset-gray-400:focus{
    --tw-ring-offset-color:#9ca3af
  }

  .xl\:focus\:tw-ring-offset-gray-500:focus{
    --tw-ring-offset-color:#6b7280
  }

  .xl\:focus\:tw-ring-offset-gray-600:focus{
    --tw-ring-offset-color:#4b5563
  }

  .xl\:focus\:tw-ring-offset-gray-700:focus{
    --tw-ring-offset-color:#374151
  }

  .xl\:focus\:tw-ring-offset-gray-800:focus{
    --tw-ring-offset-color:#1f2937
  }

  .xl\:focus\:tw-ring-offset-gray-900:focus{
    --tw-ring-offset-color:#111827
  }

  .xl\:focus\:tw-ring-offset-red-50:focus{
    --tw-ring-offset-color:#fef2f2
  }

  .xl\:focus\:tw-ring-offset-red-100:focus{
    --tw-ring-offset-color:#fee2e2
  }

  .xl\:focus\:tw-ring-offset-red-200:focus{
    --tw-ring-offset-color:#fecaca
  }

  .xl\:focus\:tw-ring-offset-red-300:focus{
    --tw-ring-offset-color:#fca5a5
  }

  .xl\:focus\:tw-ring-offset-red-400:focus{
    --tw-ring-offset-color:#f87171
  }

  .xl\:focus\:tw-ring-offset-red-500:focus{
    --tw-ring-offset-color:#ef4444
  }

  .xl\:focus\:tw-ring-offset-red-600:focus{
    --tw-ring-offset-color:#dc2626
  }

  .xl\:focus\:tw-ring-offset-red-700:focus{
    --tw-ring-offset-color:#b91c1c
  }

  .xl\:focus\:tw-ring-offset-red-800:focus{
    --tw-ring-offset-color:#991b1b
  }

  .xl\:focus\:tw-ring-offset-red-900:focus{
    --tw-ring-offset-color:#7f1d1d
  }

  .xl\:focus\:tw-ring-offset-yellow-50:focus{
    --tw-ring-offset-color:#fffbeb
  }

  .xl\:focus\:tw-ring-offset-yellow-100:focus{
    --tw-ring-offset-color:#fef3c7
  }

  .xl\:focus\:tw-ring-offset-yellow-200:focus{
    --tw-ring-offset-color:#fde68a
  }

  .xl\:focus\:tw-ring-offset-yellow-300:focus{
    --tw-ring-offset-color:#fcd34d
  }

  .xl\:focus\:tw-ring-offset-yellow-400:focus{
    --tw-ring-offset-color:#fbbf24
  }

  .xl\:focus\:tw-ring-offset-yellow-500:focus{
    --tw-ring-offset-color:#f59e0b
  }

  .xl\:focus\:tw-ring-offset-yellow-600:focus{
    --tw-ring-offset-color:#d97706
  }

  .xl\:focus\:tw-ring-offset-yellow-700:focus{
    --tw-ring-offset-color:#b45309
  }

  .xl\:focus\:tw-ring-offset-yellow-800:focus{
    --tw-ring-offset-color:#92400e
  }

  .xl\:focus\:tw-ring-offset-yellow-900:focus{
    --tw-ring-offset-color:#78350f
  }

  .xl\:focus\:tw-ring-offset-green-50:focus{
    --tw-ring-offset-color:#ecfdf5
  }

  .xl\:focus\:tw-ring-offset-green-100:focus{
    --tw-ring-offset-color:#d1fae5
  }

  .xl\:focus\:tw-ring-offset-green-200:focus{
    --tw-ring-offset-color:#a7f3d0
  }

  .xl\:focus\:tw-ring-offset-green-300:focus{
    --tw-ring-offset-color:#6ee7b7
  }

  .xl\:focus\:tw-ring-offset-green-400:focus{
    --tw-ring-offset-color:#34d399
  }

  .xl\:focus\:tw-ring-offset-green-500:focus{
    --tw-ring-offset-color:#10b981
  }

  .xl\:focus\:tw-ring-offset-green-600:focus{
    --tw-ring-offset-color:#059669
  }

  .xl\:focus\:tw-ring-offset-green-700:focus{
    --tw-ring-offset-color:#047857
  }

  .xl\:focus\:tw-ring-offset-green-800:focus{
    --tw-ring-offset-color:#065f46
  }

  .xl\:focus\:tw-ring-offset-green-900:focus{
    --tw-ring-offset-color:#064e3b
  }

  .xl\:focus\:tw-ring-offset-blue-50:focus{
    --tw-ring-offset-color:#eff6ff
  }

  .xl\:focus\:tw-ring-offset-blue-100:focus{
    --tw-ring-offset-color:#dbeafe
  }

  .xl\:focus\:tw-ring-offset-blue-200:focus{
    --tw-ring-offset-color:#bfdbfe
  }

  .xl\:focus\:tw-ring-offset-blue-300:focus{
    --tw-ring-offset-color:#93c5fd
  }

  .xl\:focus\:tw-ring-offset-blue-400:focus{
    --tw-ring-offset-color:#60a5fa
  }

  .xl\:focus\:tw-ring-offset-blue-500:focus{
    --tw-ring-offset-color:#3b82f6
  }

  .xl\:focus\:tw-ring-offset-blue-600:focus{
    --tw-ring-offset-color:#2563eb
  }

  .xl\:focus\:tw-ring-offset-blue-700:focus{
    --tw-ring-offset-color:#1d4ed8
  }

  .xl\:focus\:tw-ring-offset-blue-800:focus{
    --tw-ring-offset-color:#1e40af
  }

  .xl\:focus\:tw-ring-offset-blue-900:focus{
    --tw-ring-offset-color:#1e3a8a
  }

  .xl\:focus\:tw-ring-offset-indigo-50:focus{
    --tw-ring-offset-color:#eef2ff
  }

  .xl\:focus\:tw-ring-offset-indigo-100:focus{
    --tw-ring-offset-color:#e0e7ff
  }

  .xl\:focus\:tw-ring-offset-indigo-200:focus{
    --tw-ring-offset-color:#c7d2fe
  }

  .xl\:focus\:tw-ring-offset-indigo-300:focus{
    --tw-ring-offset-color:#a5b4fc
  }

  .xl\:focus\:tw-ring-offset-indigo-400:focus{
    --tw-ring-offset-color:#818cf8
  }

  .xl\:focus\:tw-ring-offset-indigo-500:focus{
    --tw-ring-offset-color:#6366f1
  }

  .xl\:focus\:tw-ring-offset-indigo-600:focus{
    --tw-ring-offset-color:#4f46e5
  }

  .xl\:focus\:tw-ring-offset-indigo-700:focus{
    --tw-ring-offset-color:#4338ca
  }

  .xl\:focus\:tw-ring-offset-indigo-800:focus{
    --tw-ring-offset-color:#3730a3
  }

  .xl\:focus\:tw-ring-offset-indigo-900:focus{
    --tw-ring-offset-color:#312e81
  }

  .xl\:focus\:tw-ring-offset-purple-50:focus{
    --tw-ring-offset-color:#f5f3ff
  }

  .xl\:focus\:tw-ring-offset-purple-100:focus{
    --tw-ring-offset-color:#ede9fe
  }

  .xl\:focus\:tw-ring-offset-purple-200:focus{
    --tw-ring-offset-color:#ddd6fe
  }

  .xl\:focus\:tw-ring-offset-purple-300:focus{
    --tw-ring-offset-color:#c4b5fd
  }

  .xl\:focus\:tw-ring-offset-purple-400:focus{
    --tw-ring-offset-color:#a78bfa
  }

  .xl\:focus\:tw-ring-offset-purple-500:focus{
    --tw-ring-offset-color:#8b5cf6
  }

  .xl\:focus\:tw-ring-offset-purple-600:focus{
    --tw-ring-offset-color:#7c3aed
  }

  .xl\:focus\:tw-ring-offset-purple-700:focus{
    --tw-ring-offset-color:#6d28d9
  }

  .xl\:focus\:tw-ring-offset-purple-800:focus{
    --tw-ring-offset-color:#5b21b6
  }

  .xl\:focus\:tw-ring-offset-purple-900:focus{
    --tw-ring-offset-color:#4c1d95
  }

  .xl\:focus\:tw-ring-offset-pink-50:focus{
    --tw-ring-offset-color:#fdf2f8
  }

  .xl\:focus\:tw-ring-offset-pink-100:focus{
    --tw-ring-offset-color:#fce7f3
  }

  .xl\:focus\:tw-ring-offset-pink-200:focus{
    --tw-ring-offset-color:#fbcfe8
  }

  .xl\:focus\:tw-ring-offset-pink-300:focus{
    --tw-ring-offset-color:#f9a8d4
  }

  .xl\:focus\:tw-ring-offset-pink-400:focus{
    --tw-ring-offset-color:#f472b6
  }

  .xl\:focus\:tw-ring-offset-pink-500:focus{
    --tw-ring-offset-color:#ec4899
  }

  .xl\:focus\:tw-ring-offset-pink-600:focus{
    --tw-ring-offset-color:#db2777
  }

  .xl\:focus\:tw-ring-offset-pink-700:focus{
    --tw-ring-offset-color:#be185d
  }

  .xl\:focus\:tw-ring-offset-pink-800:focus{
    --tw-ring-offset-color:#9d174d
  }

  .xl\:focus\:tw-ring-offset-pink-900:focus{
    --tw-ring-offset-color:#831843
  }

  .xl\:tw-filter{
    --tw-blur:var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness:var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast:var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale:var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
    --tw-invert:var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate:var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia:var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow:var(--tw-empty,/*!*/ /*!*/);
    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)
  }

  .xl\:tw-filter-none{
    filter:none
  }

  .xl\:tw-blur-0{
    --tw-blur:blur(0)
  }

  .xl\:tw-blur-none{
    --tw-blur:blur(0)
  }

  .xl\:tw-blur-sm{
    --tw-blur:blur(4px)
  }

  .xl\:tw-blur{
    --tw-blur:blur(8px)
  }

  .xl\:tw-blur-md{
    --tw-blur:blur(12px)
  }

  .xl\:tw-blur-lg{
    --tw-blur:blur(16px)
  }

  .xl\:tw-blur-xl{
    --tw-blur:blur(24px)
  }

  .xl\:tw-blur-2xl{
    --tw-blur:blur(40px)
  }

  .xl\:tw-blur-3xl{
    --tw-blur:blur(64px)
  }

  .xl\:tw-brightness-0{
    --tw-brightness:brightness(0)
  }

  .xl\:tw-brightness-50{
    --tw-brightness:brightness(.5)
  }

  .xl\:tw-brightness-75{
    --tw-brightness:brightness(.75)
  }

  .xl\:tw-brightness-90{
    --tw-brightness:brightness(.9)
  }

  .xl\:tw-brightness-95{
    --tw-brightness:brightness(.95)
  }

  .xl\:tw-brightness-100{
    --tw-brightness:brightness(1)
  }

  .xl\:tw-brightness-105{
    --tw-brightness:brightness(1.05)
  }

  .xl\:tw-brightness-110{
    --tw-brightness:brightness(1.1)
  }

  .xl\:tw-brightness-125{
    --tw-brightness:brightness(1.25)
  }

  .xl\:tw-brightness-150{
    --tw-brightness:brightness(1.5)
  }

  .xl\:tw-brightness-200{
    --tw-brightness:brightness(2)
  }

  .xl\:tw-contrast-0{
    --tw-contrast:contrast(0)
  }

  .xl\:tw-contrast-50{
    --tw-contrast:contrast(.5)
  }

  .xl\:tw-contrast-75{
    --tw-contrast:contrast(.75)
  }

  .xl\:tw-contrast-100{
    --tw-contrast:contrast(1)
  }

  .xl\:tw-contrast-125{
    --tw-contrast:contrast(1.25)
  }

  .xl\:tw-contrast-150{
    --tw-contrast:contrast(1.5)
  }

  .xl\:tw-contrast-200{
    --tw-contrast:contrast(2)
  }

  .xl\:tw-drop-shadow-sm{
    --tw-drop-shadow:drop-shadow(0 1px 1px rgba(0,0,0,0.05))
  }

  .xl\:tw-drop-shadow{
    --tw-drop-shadow:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
  }

  .xl\:tw-drop-shadow-md{
    --tw-drop-shadow:drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
  }

  .xl\:tw-drop-shadow-lg{
    --tw-drop-shadow:drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
  }

  .xl\:tw-drop-shadow-xl{
    --tw-drop-shadow:drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
  }

  .xl\:tw-drop-shadow-2xl{
    --tw-drop-shadow:drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
  }

  .xl\:tw-drop-shadow-none{
    --tw-drop-shadow:drop-shadow(0 0 #0000)
  }

  .xl\:tw-grayscale-0{
    --tw-grayscale:grayscale(0)
  }

  .xl\:tw-grayscale{
    --tw-grayscale:grayscale(100%)
  }

  .xl\:tw-hue-rotate-0{
    --tw-hue-rotate:hue-rotate(0deg)
  }

  .xl\:tw-hue-rotate-15{
    --tw-hue-rotate:hue-rotate(15deg)
  }

  .xl\:tw-hue-rotate-30{
    --tw-hue-rotate:hue-rotate(30deg)
  }

  .xl\:tw-hue-rotate-60{
    --tw-hue-rotate:hue-rotate(60deg)
  }

  .xl\:tw-hue-rotate-90{
    --tw-hue-rotate:hue-rotate(90deg)
  }

  .xl\:tw-hue-rotate-180{
    --tw-hue-rotate:hue-rotate(180deg)
  }

  .xl\:tw--hue-rotate-180{
    --tw-hue-rotate:hue-rotate(-180deg)
  }

  .xl\:tw--hue-rotate-90{
    --tw-hue-rotate:hue-rotate(-90deg)
  }

  .xl\:tw--hue-rotate-60{
    --tw-hue-rotate:hue-rotate(-60deg)
  }

  .xl\:tw--hue-rotate-30{
    --tw-hue-rotate:hue-rotate(-30deg)
  }

  .xl\:tw--hue-rotate-15{
    --tw-hue-rotate:hue-rotate(-15deg)
  }

  .xl\:tw-invert-0{
    --tw-invert:invert(0)
  }

  .xl\:tw-invert{
    --tw-invert:invert(100%)
  }

  .xl\:tw-saturate-0{
    --tw-saturate:saturate(0)
  }

  .xl\:tw-saturate-50{
    --tw-saturate:saturate(.5)
  }

  .xl\:tw-saturate-100{
    --tw-saturate:saturate(1)
  }

  .xl\:tw-saturate-150{
    --tw-saturate:saturate(1.5)
  }

  .xl\:tw-saturate-200{
    --tw-saturate:saturate(2)
  }

  .xl\:tw-sepia-0{
    --tw-sepia:sepia(0)
  }

  .xl\:tw-sepia{
    --tw-sepia:sepia(100%)
  }

  .xl\:tw-backdrop-filter{
    --tw-backdrop-blur:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia:var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }

  .xl\:tw-backdrop-filter-none{
    -webkit-backdrop-filter:none;
            backdrop-filter:none
  }

  .xl\:tw-backdrop-blur-0{
    --tw-backdrop-blur:blur(0)
  }

  .xl\:tw-backdrop-blur-none{
    --tw-backdrop-blur:blur(0)
  }

  .xl\:tw-backdrop-blur-sm{
    --tw-backdrop-blur:blur(4px)
  }

  .xl\:tw-backdrop-blur{
    --tw-backdrop-blur:blur(8px)
  }

  .xl\:tw-backdrop-blur-md{
    --tw-backdrop-blur:blur(12px)
  }

  .xl\:tw-backdrop-blur-lg{
    --tw-backdrop-blur:blur(16px)
  }

  .xl\:tw-backdrop-blur-xl{
    --tw-backdrop-blur:blur(24px)
  }

  .xl\:tw-backdrop-blur-2xl{
    --tw-backdrop-blur:blur(40px)
  }

  .xl\:tw-backdrop-blur-3xl{
    --tw-backdrop-blur:blur(64px)
  }

  .xl\:tw-backdrop-brightness-0{
    --tw-backdrop-brightness:brightness(0)
  }

  .xl\:tw-backdrop-brightness-50{
    --tw-backdrop-brightness:brightness(.5)
  }

  .xl\:tw-backdrop-brightness-75{
    --tw-backdrop-brightness:brightness(.75)
  }

  .xl\:tw-backdrop-brightness-90{
    --tw-backdrop-brightness:brightness(.9)
  }

  .xl\:tw-backdrop-brightness-95{
    --tw-backdrop-brightness:brightness(.95)
  }

  .xl\:tw-backdrop-brightness-100{
    --tw-backdrop-brightness:brightness(1)
  }

  .xl\:tw-backdrop-brightness-105{
    --tw-backdrop-brightness:brightness(1.05)
  }

  .xl\:tw-backdrop-brightness-110{
    --tw-backdrop-brightness:brightness(1.1)
  }

  .xl\:tw-backdrop-brightness-125{
    --tw-backdrop-brightness:brightness(1.25)
  }

  .xl\:tw-backdrop-brightness-150{
    --tw-backdrop-brightness:brightness(1.5)
  }

  .xl\:tw-backdrop-brightness-200{
    --tw-backdrop-brightness:brightness(2)
  }

  .xl\:tw-backdrop-contrast-0{
    --tw-backdrop-contrast:contrast(0)
  }

  .xl\:tw-backdrop-contrast-50{
    --tw-backdrop-contrast:contrast(.5)
  }

  .xl\:tw-backdrop-contrast-75{
    --tw-backdrop-contrast:contrast(.75)
  }

  .xl\:tw-backdrop-contrast-100{
    --tw-backdrop-contrast:contrast(1)
  }

  .xl\:tw-backdrop-contrast-125{
    --tw-backdrop-contrast:contrast(1.25)
  }

  .xl\:tw-backdrop-contrast-150{
    --tw-backdrop-contrast:contrast(1.5)
  }

  .xl\:tw-backdrop-contrast-200{
    --tw-backdrop-contrast:contrast(2)
  }

  .xl\:tw-backdrop-grayscale-0{
    --tw-backdrop-grayscale:grayscale(0)
  }

  .xl\:tw-backdrop-grayscale{
    --tw-backdrop-grayscale:grayscale(100%)
  }

  .xl\:tw-backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate:hue-rotate(0deg)
  }

  .xl\:tw-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate:hue-rotate(15deg)
  }

  .xl\:tw-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate:hue-rotate(30deg)
  }

  .xl\:tw-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate:hue-rotate(60deg)
  }

  .xl\:tw-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate:hue-rotate(90deg)
  }

  .xl\:tw-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate:hue-rotate(180deg)
  }

  .xl\:tw--backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate:hue-rotate(-180deg)
  }

  .xl\:tw--backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate:hue-rotate(-90deg)
  }

  .xl\:tw--backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate:hue-rotate(-60deg)
  }

  .xl\:tw--backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate:hue-rotate(-30deg)
  }

  .xl\:tw--backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate:hue-rotate(-15deg)
  }

  .xl\:tw-backdrop-invert-0{
    --tw-backdrop-invert:invert(0)
  }

  .xl\:tw-backdrop-invert{
    --tw-backdrop-invert:invert(100%)
  }

  .xl\:tw-backdrop-opacity-0{
    --tw-backdrop-opacity:opacity(0)
  }

  .xl\:tw-backdrop-opacity-5{
    --tw-backdrop-opacity:opacity(0.05)
  }

  .xl\:tw-backdrop-opacity-10{
    --tw-backdrop-opacity:opacity(0.1)
  }

  .xl\:tw-backdrop-opacity-20{
    --tw-backdrop-opacity:opacity(0.2)
  }

  .xl\:tw-backdrop-opacity-25{
    --tw-backdrop-opacity:opacity(0.25)
  }

  .xl\:tw-backdrop-opacity-30{
    --tw-backdrop-opacity:opacity(0.3)
  }

  .xl\:tw-backdrop-opacity-40{
    --tw-backdrop-opacity:opacity(0.4)
  }

  .xl\:tw-backdrop-opacity-50{
    --tw-backdrop-opacity:opacity(0.5)
  }

  .xl\:tw-backdrop-opacity-60{
    --tw-backdrop-opacity:opacity(0.6)
  }

  .xl\:tw-backdrop-opacity-70{
    --tw-backdrop-opacity:opacity(0.7)
  }

  .xl\:tw-backdrop-opacity-75{
    --tw-backdrop-opacity:opacity(0.75)
  }

  .xl\:tw-backdrop-opacity-80{
    --tw-backdrop-opacity:opacity(0.8)
  }

  .xl\:tw-backdrop-opacity-90{
    --tw-backdrop-opacity:opacity(0.9)
  }

  .xl\:tw-backdrop-opacity-95{
    --tw-backdrop-opacity:opacity(0.95)
  }

  .xl\:tw-backdrop-opacity-100{
    --tw-backdrop-opacity:opacity(1)
  }

  .xl\:tw-backdrop-saturate-0{
    --tw-backdrop-saturate:saturate(0)
  }

  .xl\:tw-backdrop-saturate-50{
    --tw-backdrop-saturate:saturate(.5)
  }

  .xl\:tw-backdrop-saturate-100{
    --tw-backdrop-saturate:saturate(1)
  }

  .xl\:tw-backdrop-saturate-150{
    --tw-backdrop-saturate:saturate(1.5)
  }

  .xl\:tw-backdrop-saturate-200{
    --tw-backdrop-saturate:saturate(2)
  }

  .xl\:tw-backdrop-sepia-0{
    --tw-backdrop-sepia:sepia(0)
  }

  .xl\:tw-backdrop-sepia{
    --tw-backdrop-sepia:sepia(100%)
  }

  .xl\:tw-transition-none{
    transition-property:none
  }

  .xl\:tw-transition-all{
    transition-property:all;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .xl\:tw-transition{
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .xl\:tw-transition-colors{
    transition-property:background-color, border-color, color, fill, stroke;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .xl\:tw-transition-opacity{
    transition-property:opacity;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .xl\:tw-transition-shadow{
    transition-property:box-shadow;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .xl\:tw-transition-transform{
    transition-property:transform;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .xl\:tw-delay-75{
    transition-delay:75ms
  }

  .xl\:tw-delay-100{
    transition-delay:100ms
  }

  .xl\:tw-delay-150{
    transition-delay:150ms
  }

  .xl\:tw-delay-200{
    transition-delay:200ms
  }

  .xl\:tw-delay-300{
    transition-delay:300ms
  }

  .xl\:tw-delay-500{
    transition-delay:500ms
  }

  .xl\:tw-delay-700{
    transition-delay:700ms
  }

  .xl\:tw-delay-1000{
    transition-delay:1000ms
  }

  .xl\:tw-duration-75{
    transition-duration:75ms
  }

  .xl\:tw-duration-100{
    transition-duration:100ms
  }

  .xl\:tw-duration-150{
    transition-duration:150ms
  }

  .xl\:tw-duration-200{
    transition-duration:200ms
  }

  .xl\:tw-duration-300{
    transition-duration:300ms
  }

  .xl\:tw-duration-500{
    transition-duration:500ms
  }

  .xl\:tw-duration-700{
    transition-duration:700ms
  }

  .xl\:tw-duration-1000{
    transition-duration:1000ms
  }

  .xl\:tw-ease-linear{
    transition-timing-function:linear
  }

  .xl\:tw-ease-in{
    transition-timing-function:cubic-bezier(0.4, 0, 1, 1)
  }

  .xl\:tw-ease-out{
    transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
  }

  .xl\:tw-ease-in-out{
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
  }
}

@media (min-width: 1536px){
  .\32xl\:tw-container{
    width:100%
  }

  @media (min-width: 640px){
    .\32xl\:tw-container{
      max-width:640px
    }
  }

  @media (min-width: 768px){
    .\32xl\:tw-container{
      max-width:768px
    }
  }

  @media (min-width: 1024px){
    .\32xl\:tw-container{
      max-width:1024px
    }
  }

  @media (min-width: 1280px){
    .\32xl\:tw-container{
      max-width:1280px
    }
  }

  @media (min-width: 1536px){
    .\32xl\:tw-container{
      max-width:1536px
    }
  }

  .\32xl\:tw-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
  }

  .\32xl\:tw-not-sr-only{
    position:static;
    width:auto;
    height:auto;
    padding:0;
    margin:0;
    overflow:visible;
    clip:auto;
    white-space:normal
  }

  .\32xl\:focus-within\:tw-sr-only:focus-within{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    white-space:nowrap;
    border-width:0
  }

  .\32xl\:focus-within\:tw-not-sr-only:focus-within{
    position:static;
    width:auto;
    height:auto;
    padding:0;
    margin:0;
    overflow:visible;
    clip:auto;
    white-space:normal
  }

  .\32xl\:focus\:tw-sr-only:focus{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    white-space:nowrap;
    border-width:0
  }

  .\32xl\:focus\:tw-not-sr-only:focus{
    position:static;
    width:auto;
    height:auto;
    padding:0;
    margin:0;
    overflow:visible;
    clip:auto;
    white-space:normal
  }

  .\32xl\:tw-pointer-events-none{
    pointer-events:none
  }

  .\32xl\:tw-pointer-events-auto{
    pointer-events:auto
  }

  .\32xl\:tw-visible{
    visibility:visible
  }

  .\32xl\:tw-invisible{
    visibility:hidden
  }

  .\32xl\:tw-static{
    position:static
  }

  .\32xl\:tw-fixed{
    position:fixed
  }

  .\32xl\:tw-absolute{
    position:absolute
  }

  .\32xl\:tw-relative{
    position:relative
  }

  .\32xl\:tw-sticky{
    position:sticky
  }

  .\32xl\:tw-inset-0{
    top:0px;
    right:0px;
    bottom:0px;
    left:0px
  }

  .\32xl\:tw-inset-1{
    top:0.25rem;
    right:0.25rem;
    bottom:0.25rem;
    left:0.25rem
  }

  .\32xl\:tw-inset-2{
    top:0.5rem;
    right:0.5rem;
    bottom:0.5rem;
    left:0.5rem
  }

  .\32xl\:tw-inset-3{
    top:0.75rem;
    right:0.75rem;
    bottom:0.75rem;
    left:0.75rem
  }

  .\32xl\:tw-inset-4{
    top:1rem;
    right:1rem;
    bottom:1rem;
    left:1rem
  }

  .\32xl\:tw-inset-5{
    top:1.25rem;
    right:1.25rem;
    bottom:1.25rem;
    left:1.25rem
  }

  .\32xl\:tw-inset-6{
    top:1.5rem;
    right:1.5rem;
    bottom:1.5rem;
    left:1.5rem
  }

  .\32xl\:tw-inset-7{
    top:1.75rem;
    right:1.75rem;
    bottom:1.75rem;
    left:1.75rem
  }

  .\32xl\:tw-inset-8{
    top:2rem;
    right:2rem;
    bottom:2rem;
    left:2rem
  }

  .\32xl\:tw-inset-9{
    top:2.25rem;
    right:2.25rem;
    bottom:2.25rem;
    left:2.25rem
  }

  .\32xl\:tw-inset-10{
    top:2.5rem;
    right:2.5rem;
    bottom:2.5rem;
    left:2.5rem
  }

  .\32xl\:tw-inset-11{
    top:2.75rem;
    right:2.75rem;
    bottom:2.75rem;
    left:2.75rem
  }

  .\32xl\:tw-inset-12{
    top:3rem;
    right:3rem;
    bottom:3rem;
    left:3rem
  }

  .\32xl\:tw-inset-14{
    top:3.5rem;
    right:3.5rem;
    bottom:3.5rem;
    left:3.5rem
  }

  .\32xl\:tw-inset-16{
    top:4rem;
    right:4rem;
    bottom:4rem;
    left:4rem
  }

  .\32xl\:tw-inset-20{
    top:5rem;
    right:5rem;
    bottom:5rem;
    left:5rem
  }

  .\32xl\:tw-inset-24{
    top:6rem;
    right:6rem;
    bottom:6rem;
    left:6rem
  }

  .\32xl\:tw-inset-28{
    top:7rem;
    right:7rem;
    bottom:7rem;
    left:7rem
  }

  .\32xl\:tw-inset-32{
    top:8rem;
    right:8rem;
    bottom:8rem;
    left:8rem
  }

  .\32xl\:tw-inset-36{
    top:9rem;
    right:9rem;
    bottom:9rem;
    left:9rem
  }

  .\32xl\:tw-inset-40{
    top:10rem;
    right:10rem;
    bottom:10rem;
    left:10rem
  }

  .\32xl\:tw-inset-44{
    top:11rem;
    right:11rem;
    bottom:11rem;
    left:11rem
  }

  .\32xl\:tw-inset-48{
    top:12rem;
    right:12rem;
    bottom:12rem;
    left:12rem
  }

  .\32xl\:tw-inset-52{
    top:13rem;
    right:13rem;
    bottom:13rem;
    left:13rem
  }

  .\32xl\:tw-inset-56{
    top:14rem;
    right:14rem;
    bottom:14rem;
    left:14rem
  }

  .\32xl\:tw-inset-60{
    top:15rem;
    right:15rem;
    bottom:15rem;
    left:15rem
  }

  .\32xl\:tw-inset-64{
    top:16rem;
    right:16rem;
    bottom:16rem;
    left:16rem
  }

  .\32xl\:tw-inset-72{
    top:18rem;
    right:18rem;
    bottom:18rem;
    left:18rem
  }

  .\32xl\:tw-inset-80{
    top:20rem;
    right:20rem;
    bottom:20rem;
    left:20rem
  }

  .\32xl\:tw-inset-96{
    top:24rem;
    right:24rem;
    bottom:24rem;
    left:24rem
  }

  .\32xl\:tw-inset-auto{
    top:auto;
    right:auto;
    bottom:auto;
    left:auto
  }

  .\32xl\:tw-inset-px{
    top:1px;
    right:1px;
    bottom:1px;
    left:1px
  }

  .\32xl\:tw-inset-0\.5{
    top:0.125rem;
    right:0.125rem;
    bottom:0.125rem;
    left:0.125rem
  }

  .\32xl\:tw-inset-1\.5{
    top:0.375rem;
    right:0.375rem;
    bottom:0.375rem;
    left:0.375rem
  }

  .\32xl\:tw-inset-2\.5{
    top:0.625rem;
    right:0.625rem;
    bottom:0.625rem;
    left:0.625rem
  }

  .\32xl\:tw-inset-3\.5{
    top:0.875rem;
    right:0.875rem;
    bottom:0.875rem;
    left:0.875rem
  }

  .\32xl\:tw--inset-0{
    top:0px;
    right:0px;
    bottom:0px;
    left:0px
  }

  .\32xl\:tw--inset-1{
    top:-0.25rem;
    right:-0.25rem;
    bottom:-0.25rem;
    left:-0.25rem
  }

  .\32xl\:tw--inset-2{
    top:-0.5rem;
    right:-0.5rem;
    bottom:-0.5rem;
    left:-0.5rem
  }

  .\32xl\:tw--inset-3{
    top:-0.75rem;
    right:-0.75rem;
    bottom:-0.75rem;
    left:-0.75rem
  }

  .\32xl\:tw--inset-4{
    top:-1rem;
    right:-1rem;
    bottom:-1rem;
    left:-1rem
  }

  .\32xl\:tw--inset-5{
    top:-1.25rem;
    right:-1.25rem;
    bottom:-1.25rem;
    left:-1.25rem
  }

  .\32xl\:tw--inset-6{
    top:-1.5rem;
    right:-1.5rem;
    bottom:-1.5rem;
    left:-1.5rem
  }

  .\32xl\:tw--inset-7{
    top:-1.75rem;
    right:-1.75rem;
    bottom:-1.75rem;
    left:-1.75rem
  }

  .\32xl\:tw--inset-8{
    top:-2rem;
    right:-2rem;
    bottom:-2rem;
    left:-2rem
  }

  .\32xl\:tw--inset-9{
    top:-2.25rem;
    right:-2.25rem;
    bottom:-2.25rem;
    left:-2.25rem
  }

  .\32xl\:tw--inset-10{
    top:-2.5rem;
    right:-2.5rem;
    bottom:-2.5rem;
    left:-2.5rem
  }

  .\32xl\:tw--inset-11{
    top:-2.75rem;
    right:-2.75rem;
    bottom:-2.75rem;
    left:-2.75rem
  }

  .\32xl\:tw--inset-12{
    top:-3rem;
    right:-3rem;
    bottom:-3rem;
    left:-3rem
  }

  .\32xl\:tw--inset-14{
    top:-3.5rem;
    right:-3.5rem;
    bottom:-3.5rem;
    left:-3.5rem
  }

  .\32xl\:tw--inset-16{
    top:-4rem;
    right:-4rem;
    bottom:-4rem;
    left:-4rem
  }

  .\32xl\:tw--inset-20{
    top:-5rem;
    right:-5rem;
    bottom:-5rem;
    left:-5rem
  }

  .\32xl\:tw--inset-24{
    top:-6rem;
    right:-6rem;
    bottom:-6rem;
    left:-6rem
  }

  .\32xl\:tw--inset-28{
    top:-7rem;
    right:-7rem;
    bottom:-7rem;
    left:-7rem
  }

  .\32xl\:tw--inset-32{
    top:-8rem;
    right:-8rem;
    bottom:-8rem;
    left:-8rem
  }

  .\32xl\:tw--inset-36{
    top:-9rem;
    right:-9rem;
    bottom:-9rem;
    left:-9rem
  }

  .\32xl\:tw--inset-40{
    top:-10rem;
    right:-10rem;
    bottom:-10rem;
    left:-10rem
  }

  .\32xl\:tw--inset-44{
    top:-11rem;
    right:-11rem;
    bottom:-11rem;
    left:-11rem
  }

  .\32xl\:tw--inset-48{
    top:-12rem;
    right:-12rem;
    bottom:-12rem;
    left:-12rem
  }

  .\32xl\:tw--inset-52{
    top:-13rem;
    right:-13rem;
    bottom:-13rem;
    left:-13rem
  }

  .\32xl\:tw--inset-56{
    top:-14rem;
    right:-14rem;
    bottom:-14rem;
    left:-14rem
  }

  .\32xl\:tw--inset-60{
    top:-15rem;
    right:-15rem;
    bottom:-15rem;
    left:-15rem
  }

  .\32xl\:tw--inset-64{
    top:-16rem;
    right:-16rem;
    bottom:-16rem;
    left:-16rem
  }

  .\32xl\:tw--inset-72{
    top:-18rem;
    right:-18rem;
    bottom:-18rem;
    left:-18rem
  }

  .\32xl\:tw--inset-80{
    top:-20rem;
    right:-20rem;
    bottom:-20rem;
    left:-20rem
  }

  .\32xl\:tw--inset-96{
    top:-24rem;
    right:-24rem;
    bottom:-24rem;
    left:-24rem
  }

  .\32xl\:tw--inset-px{
    top:-1px;
    right:-1px;
    bottom:-1px;
    left:-1px
  }

  .\32xl\:tw--inset-0\.5{
    top:-0.125rem;
    right:-0.125rem;
    bottom:-0.125rem;
    left:-0.125rem
  }

  .\32xl\:tw--inset-1\.5{
    top:-0.375rem;
    right:-0.375rem;
    bottom:-0.375rem;
    left:-0.375rem
  }

  .\32xl\:tw--inset-2\.5{
    top:-0.625rem;
    right:-0.625rem;
    bottom:-0.625rem;
    left:-0.625rem
  }

  .\32xl\:tw--inset-3\.5{
    top:-0.875rem;
    right:-0.875rem;
    bottom:-0.875rem;
    left:-0.875rem
  }

  .\32xl\:tw-inset-1\/2{
    top:50%;
    right:50%;
    bottom:50%;
    left:50%
  }

  .\32xl\:tw-inset-1\/3{
    top:33.333333%;
    right:33.333333%;
    bottom:33.333333%;
    left:33.333333%
  }

  .\32xl\:tw-inset-2\/3{
    top:66.666667%;
    right:66.666667%;
    bottom:66.666667%;
    left:66.666667%
  }

  .\32xl\:tw-inset-1\/4{
    top:25%;
    right:25%;
    bottom:25%;
    left:25%
  }

  .\32xl\:tw-inset-2\/4{
    top:50%;
    right:50%;
    bottom:50%;
    left:50%
  }

  .\32xl\:tw-inset-3\/4{
    top:75%;
    right:75%;
    bottom:75%;
    left:75%
  }

  .\32xl\:tw-inset-full{
    top:100%;
    right:100%;
    bottom:100%;
    left:100%
  }

  .\32xl\:tw--inset-1\/2{
    top:-50%;
    right:-50%;
    bottom:-50%;
    left:-50%
  }

  .\32xl\:tw--inset-1\/3{
    top:-33.333333%;
    right:-33.333333%;
    bottom:-33.333333%;
    left:-33.333333%
  }

  .\32xl\:tw--inset-2\/3{
    top:-66.666667%;
    right:-66.666667%;
    bottom:-66.666667%;
    left:-66.666667%
  }

  .\32xl\:tw--inset-1\/4{
    top:-25%;
    right:-25%;
    bottom:-25%;
    left:-25%
  }

  .\32xl\:tw--inset-2\/4{
    top:-50%;
    right:-50%;
    bottom:-50%;
    left:-50%
  }

  .\32xl\:tw--inset-3\/4{
    top:-75%;
    right:-75%;
    bottom:-75%;
    left:-75%
  }

  .\32xl\:tw--inset-full{
    top:-100%;
    right:-100%;
    bottom:-100%;
    left:-100%
  }

  .\32xl\:tw-inset-x-0{
    left:0px;
    right:0px
  }

  .\32xl\:tw-inset-x-1{
    left:0.25rem;
    right:0.25rem
  }

  .\32xl\:tw-inset-x-2{
    left:0.5rem;
    right:0.5rem
  }

  .\32xl\:tw-inset-x-3{
    left:0.75rem;
    right:0.75rem
  }

  .\32xl\:tw-inset-x-4{
    left:1rem;
    right:1rem
  }

  .\32xl\:tw-inset-x-5{
    left:1.25rem;
    right:1.25rem
  }

  .\32xl\:tw-inset-x-6{
    left:1.5rem;
    right:1.5rem
  }

  .\32xl\:tw-inset-x-7{
    left:1.75rem;
    right:1.75rem
  }

  .\32xl\:tw-inset-x-8{
    left:2rem;
    right:2rem
  }

  .\32xl\:tw-inset-x-9{
    left:2.25rem;
    right:2.25rem
  }

  .\32xl\:tw-inset-x-10{
    left:2.5rem;
    right:2.5rem
  }

  .\32xl\:tw-inset-x-11{
    left:2.75rem;
    right:2.75rem
  }

  .\32xl\:tw-inset-x-12{
    left:3rem;
    right:3rem
  }

  .\32xl\:tw-inset-x-14{
    left:3.5rem;
    right:3.5rem
  }

  .\32xl\:tw-inset-x-16{
    left:4rem;
    right:4rem
  }

  .\32xl\:tw-inset-x-20{
    left:5rem;
    right:5rem
  }

  .\32xl\:tw-inset-x-24{
    left:6rem;
    right:6rem
  }

  .\32xl\:tw-inset-x-28{
    left:7rem;
    right:7rem
  }

  .\32xl\:tw-inset-x-32{
    left:8rem;
    right:8rem
  }

  .\32xl\:tw-inset-x-36{
    left:9rem;
    right:9rem
  }

  .\32xl\:tw-inset-x-40{
    left:10rem;
    right:10rem
  }

  .\32xl\:tw-inset-x-44{
    left:11rem;
    right:11rem
  }

  .\32xl\:tw-inset-x-48{
    left:12rem;
    right:12rem
  }

  .\32xl\:tw-inset-x-52{
    left:13rem;
    right:13rem
  }

  .\32xl\:tw-inset-x-56{
    left:14rem;
    right:14rem
  }

  .\32xl\:tw-inset-x-60{
    left:15rem;
    right:15rem
  }

  .\32xl\:tw-inset-x-64{
    left:16rem;
    right:16rem
  }

  .\32xl\:tw-inset-x-72{
    left:18rem;
    right:18rem
  }

  .\32xl\:tw-inset-x-80{
    left:20rem;
    right:20rem
  }

  .\32xl\:tw-inset-x-96{
    left:24rem;
    right:24rem
  }

  .\32xl\:tw-inset-x-auto{
    left:auto;
    right:auto
  }

  .\32xl\:tw-inset-x-px{
    left:1px;
    right:1px
  }

  .\32xl\:tw-inset-x-0\.5{
    left:0.125rem;
    right:0.125rem
  }

  .\32xl\:tw-inset-x-1\.5{
    left:0.375rem;
    right:0.375rem
  }

  .\32xl\:tw-inset-x-2\.5{
    left:0.625rem;
    right:0.625rem
  }

  .\32xl\:tw-inset-x-3\.5{
    left:0.875rem;
    right:0.875rem
  }

  .\32xl\:tw--inset-x-0{
    left:0px;
    right:0px
  }

  .\32xl\:tw--inset-x-1{
    left:-0.25rem;
    right:-0.25rem
  }

  .\32xl\:tw--inset-x-2{
    left:-0.5rem;
    right:-0.5rem
  }

  .\32xl\:tw--inset-x-3{
    left:-0.75rem;
    right:-0.75rem
  }

  .\32xl\:tw--inset-x-4{
    left:-1rem;
    right:-1rem
  }

  .\32xl\:tw--inset-x-5{
    left:-1.25rem;
    right:-1.25rem
  }

  .\32xl\:tw--inset-x-6{
    left:-1.5rem;
    right:-1.5rem
  }

  .\32xl\:tw--inset-x-7{
    left:-1.75rem;
    right:-1.75rem
  }

  .\32xl\:tw--inset-x-8{
    left:-2rem;
    right:-2rem
  }

  .\32xl\:tw--inset-x-9{
    left:-2.25rem;
    right:-2.25rem
  }

  .\32xl\:tw--inset-x-10{
    left:-2.5rem;
    right:-2.5rem
  }

  .\32xl\:tw--inset-x-11{
    left:-2.75rem;
    right:-2.75rem
  }

  .\32xl\:tw--inset-x-12{
    left:-3rem;
    right:-3rem
  }

  .\32xl\:tw--inset-x-14{
    left:-3.5rem;
    right:-3.5rem
  }

  .\32xl\:tw--inset-x-16{
    left:-4rem;
    right:-4rem
  }

  .\32xl\:tw--inset-x-20{
    left:-5rem;
    right:-5rem
  }

  .\32xl\:tw--inset-x-24{
    left:-6rem;
    right:-6rem
  }

  .\32xl\:tw--inset-x-28{
    left:-7rem;
    right:-7rem
  }

  .\32xl\:tw--inset-x-32{
    left:-8rem;
    right:-8rem
  }

  .\32xl\:tw--inset-x-36{
    left:-9rem;
    right:-9rem
  }

  .\32xl\:tw--inset-x-40{
    left:-10rem;
    right:-10rem
  }

  .\32xl\:tw--inset-x-44{
    left:-11rem;
    right:-11rem
  }

  .\32xl\:tw--inset-x-48{
    left:-12rem;
    right:-12rem
  }

  .\32xl\:tw--inset-x-52{
    left:-13rem;
    right:-13rem
  }

  .\32xl\:tw--inset-x-56{
    left:-14rem;
    right:-14rem
  }

  .\32xl\:tw--inset-x-60{
    left:-15rem;
    right:-15rem
  }

  .\32xl\:tw--inset-x-64{
    left:-16rem;
    right:-16rem
  }

  .\32xl\:tw--inset-x-72{
    left:-18rem;
    right:-18rem
  }

  .\32xl\:tw--inset-x-80{
    left:-20rem;
    right:-20rem
  }

  .\32xl\:tw--inset-x-96{
    left:-24rem;
    right:-24rem
  }

  .\32xl\:tw--inset-x-px{
    left:-1px;
    right:-1px
  }

  .\32xl\:tw--inset-x-0\.5{
    left:-0.125rem;
    right:-0.125rem
  }

  .\32xl\:tw--inset-x-1\.5{
    left:-0.375rem;
    right:-0.375rem
  }

  .\32xl\:tw--inset-x-2\.5{
    left:-0.625rem;
    right:-0.625rem
  }

  .\32xl\:tw--inset-x-3\.5{
    left:-0.875rem;
    right:-0.875rem
  }

  .\32xl\:tw-inset-x-1\/2{
    left:50%;
    right:50%
  }

  .\32xl\:tw-inset-x-1\/3{
    left:33.333333%;
    right:33.333333%
  }

  .\32xl\:tw-inset-x-2\/3{
    left:66.666667%;
    right:66.666667%
  }

  .\32xl\:tw-inset-x-1\/4{
    left:25%;
    right:25%
  }

  .\32xl\:tw-inset-x-2\/4{
    left:50%;
    right:50%
  }

  .\32xl\:tw-inset-x-3\/4{
    left:75%;
    right:75%
  }

  .\32xl\:tw-inset-x-full{
    left:100%;
    right:100%
  }

  .\32xl\:tw--inset-x-1\/2{
    left:-50%;
    right:-50%
  }

  .\32xl\:tw--inset-x-1\/3{
    left:-33.333333%;
    right:-33.333333%
  }

  .\32xl\:tw--inset-x-2\/3{
    left:-66.666667%;
    right:-66.666667%
  }

  .\32xl\:tw--inset-x-1\/4{
    left:-25%;
    right:-25%
  }

  .\32xl\:tw--inset-x-2\/4{
    left:-50%;
    right:-50%
  }

  .\32xl\:tw--inset-x-3\/4{
    left:-75%;
    right:-75%
  }

  .\32xl\:tw--inset-x-full{
    left:-100%;
    right:-100%
  }

  .\32xl\:tw-inset-y-0{
    top:0px;
    bottom:0px
  }

  .\32xl\:tw-inset-y-1{
    top:0.25rem;
    bottom:0.25rem
  }

  .\32xl\:tw-inset-y-2{
    top:0.5rem;
    bottom:0.5rem
  }

  .\32xl\:tw-inset-y-3{
    top:0.75rem;
    bottom:0.75rem
  }

  .\32xl\:tw-inset-y-4{
    top:1rem;
    bottom:1rem
  }

  .\32xl\:tw-inset-y-5{
    top:1.25rem;
    bottom:1.25rem
  }

  .\32xl\:tw-inset-y-6{
    top:1.5rem;
    bottom:1.5rem
  }

  .\32xl\:tw-inset-y-7{
    top:1.75rem;
    bottom:1.75rem
  }

  .\32xl\:tw-inset-y-8{
    top:2rem;
    bottom:2rem
  }

  .\32xl\:tw-inset-y-9{
    top:2.25rem;
    bottom:2.25rem
  }

  .\32xl\:tw-inset-y-10{
    top:2.5rem;
    bottom:2.5rem
  }

  .\32xl\:tw-inset-y-11{
    top:2.75rem;
    bottom:2.75rem
  }

  .\32xl\:tw-inset-y-12{
    top:3rem;
    bottom:3rem
  }

  .\32xl\:tw-inset-y-14{
    top:3.5rem;
    bottom:3.5rem
  }

  .\32xl\:tw-inset-y-16{
    top:4rem;
    bottom:4rem
  }

  .\32xl\:tw-inset-y-20{
    top:5rem;
    bottom:5rem
  }

  .\32xl\:tw-inset-y-24{
    top:6rem;
    bottom:6rem
  }

  .\32xl\:tw-inset-y-28{
    top:7rem;
    bottom:7rem
  }

  .\32xl\:tw-inset-y-32{
    top:8rem;
    bottom:8rem
  }

  .\32xl\:tw-inset-y-36{
    top:9rem;
    bottom:9rem
  }

  .\32xl\:tw-inset-y-40{
    top:10rem;
    bottom:10rem
  }

  .\32xl\:tw-inset-y-44{
    top:11rem;
    bottom:11rem
  }

  .\32xl\:tw-inset-y-48{
    top:12rem;
    bottom:12rem
  }

  .\32xl\:tw-inset-y-52{
    top:13rem;
    bottom:13rem
  }

  .\32xl\:tw-inset-y-56{
    top:14rem;
    bottom:14rem
  }

  .\32xl\:tw-inset-y-60{
    top:15rem;
    bottom:15rem
  }

  .\32xl\:tw-inset-y-64{
    top:16rem;
    bottom:16rem
  }

  .\32xl\:tw-inset-y-72{
    top:18rem;
    bottom:18rem
  }

  .\32xl\:tw-inset-y-80{
    top:20rem;
    bottom:20rem
  }

  .\32xl\:tw-inset-y-96{
    top:24rem;
    bottom:24rem
  }

  .\32xl\:tw-inset-y-auto{
    top:auto;
    bottom:auto
  }

  .\32xl\:tw-inset-y-px{
    top:1px;
    bottom:1px
  }

  .\32xl\:tw-inset-y-0\.5{
    top:0.125rem;
    bottom:0.125rem
  }

  .\32xl\:tw-inset-y-1\.5{
    top:0.375rem;
    bottom:0.375rem
  }

  .\32xl\:tw-inset-y-2\.5{
    top:0.625rem;
    bottom:0.625rem
  }

  .\32xl\:tw-inset-y-3\.5{
    top:0.875rem;
    bottom:0.875rem
  }

  .\32xl\:tw--inset-y-0{
    top:0px;
    bottom:0px
  }

  .\32xl\:tw--inset-y-1{
    top:-0.25rem;
    bottom:-0.25rem
  }

  .\32xl\:tw--inset-y-2{
    top:-0.5rem;
    bottom:-0.5rem
  }

  .\32xl\:tw--inset-y-3{
    top:-0.75rem;
    bottom:-0.75rem
  }

  .\32xl\:tw--inset-y-4{
    top:-1rem;
    bottom:-1rem
  }

  .\32xl\:tw--inset-y-5{
    top:-1.25rem;
    bottom:-1.25rem
  }

  .\32xl\:tw--inset-y-6{
    top:-1.5rem;
    bottom:-1.5rem
  }

  .\32xl\:tw--inset-y-7{
    top:-1.75rem;
    bottom:-1.75rem
  }

  .\32xl\:tw--inset-y-8{
    top:-2rem;
    bottom:-2rem
  }

  .\32xl\:tw--inset-y-9{
    top:-2.25rem;
    bottom:-2.25rem
  }

  .\32xl\:tw--inset-y-10{
    top:-2.5rem;
    bottom:-2.5rem
  }

  .\32xl\:tw--inset-y-11{
    top:-2.75rem;
    bottom:-2.75rem
  }

  .\32xl\:tw--inset-y-12{
    top:-3rem;
    bottom:-3rem
  }

  .\32xl\:tw--inset-y-14{
    top:-3.5rem;
    bottom:-3.5rem
  }

  .\32xl\:tw--inset-y-16{
    top:-4rem;
    bottom:-4rem
  }

  .\32xl\:tw--inset-y-20{
    top:-5rem;
    bottom:-5rem
  }

  .\32xl\:tw--inset-y-24{
    top:-6rem;
    bottom:-6rem
  }

  .\32xl\:tw--inset-y-28{
    top:-7rem;
    bottom:-7rem
  }

  .\32xl\:tw--inset-y-32{
    top:-8rem;
    bottom:-8rem
  }

  .\32xl\:tw--inset-y-36{
    top:-9rem;
    bottom:-9rem
  }

  .\32xl\:tw--inset-y-40{
    top:-10rem;
    bottom:-10rem
  }

  .\32xl\:tw--inset-y-44{
    top:-11rem;
    bottom:-11rem
  }

  .\32xl\:tw--inset-y-48{
    top:-12rem;
    bottom:-12rem
  }

  .\32xl\:tw--inset-y-52{
    top:-13rem;
    bottom:-13rem
  }

  .\32xl\:tw--inset-y-56{
    top:-14rem;
    bottom:-14rem
  }

  .\32xl\:tw--inset-y-60{
    top:-15rem;
    bottom:-15rem
  }

  .\32xl\:tw--inset-y-64{
    top:-16rem;
    bottom:-16rem
  }

  .\32xl\:tw--inset-y-72{
    top:-18rem;
    bottom:-18rem
  }

  .\32xl\:tw--inset-y-80{
    top:-20rem;
    bottom:-20rem
  }

  .\32xl\:tw--inset-y-96{
    top:-24rem;
    bottom:-24rem
  }

  .\32xl\:tw--inset-y-px{
    top:-1px;
    bottom:-1px
  }

  .\32xl\:tw--inset-y-0\.5{
    top:-0.125rem;
    bottom:-0.125rem
  }

  .\32xl\:tw--inset-y-1\.5{
    top:-0.375rem;
    bottom:-0.375rem
  }

  .\32xl\:tw--inset-y-2\.5{
    top:-0.625rem;
    bottom:-0.625rem
  }

  .\32xl\:tw--inset-y-3\.5{
    top:-0.875rem;
    bottom:-0.875rem
  }

  .\32xl\:tw-inset-y-1\/2{
    top:50%;
    bottom:50%
  }

  .\32xl\:tw-inset-y-1\/3{
    top:33.333333%;
    bottom:33.333333%
  }

  .\32xl\:tw-inset-y-2\/3{
    top:66.666667%;
    bottom:66.666667%
  }

  .\32xl\:tw-inset-y-1\/4{
    top:25%;
    bottom:25%
  }

  .\32xl\:tw-inset-y-2\/4{
    top:50%;
    bottom:50%
  }

  .\32xl\:tw-inset-y-3\/4{
    top:75%;
    bottom:75%
  }

  .\32xl\:tw-inset-y-full{
    top:100%;
    bottom:100%
  }

  .\32xl\:tw--inset-y-1\/2{
    top:-50%;
    bottom:-50%
  }

  .\32xl\:tw--inset-y-1\/3{
    top:-33.333333%;
    bottom:-33.333333%
  }

  .\32xl\:tw--inset-y-2\/3{
    top:-66.666667%;
    bottom:-66.666667%
  }

  .\32xl\:tw--inset-y-1\/4{
    top:-25%;
    bottom:-25%
  }

  .\32xl\:tw--inset-y-2\/4{
    top:-50%;
    bottom:-50%
  }

  .\32xl\:tw--inset-y-3\/4{
    top:-75%;
    bottom:-75%
  }

  .\32xl\:tw--inset-y-full{
    top:-100%;
    bottom:-100%
  }

  .\32xl\:tw-top-0{
    top:0px
  }

  .\32xl\:tw-top-1{
    top:0.25rem
  }

  .\32xl\:tw-top-2{
    top:0.5rem
  }

  .\32xl\:tw-top-3{
    top:0.75rem
  }

  .\32xl\:tw-top-4{
    top:1rem
  }

  .\32xl\:tw-top-5{
    top:1.25rem
  }

  .\32xl\:tw-top-6{
    top:1.5rem
  }

  .\32xl\:tw-top-7{
    top:1.75rem
  }

  .\32xl\:tw-top-8{
    top:2rem
  }

  .\32xl\:tw-top-9{
    top:2.25rem
  }

  .\32xl\:tw-top-10{
    top:2.5rem
  }

  .\32xl\:tw-top-11{
    top:2.75rem
  }

  .\32xl\:tw-top-12{
    top:3rem
  }

  .\32xl\:tw-top-14{
    top:3.5rem
  }

  .\32xl\:tw-top-16{
    top:4rem
  }

  .\32xl\:tw-top-20{
    top:5rem
  }

  .\32xl\:tw-top-24{
    top:6rem
  }

  .\32xl\:tw-top-28{
    top:7rem
  }

  .\32xl\:tw-top-32{
    top:8rem
  }

  .\32xl\:tw-top-36{
    top:9rem
  }

  .\32xl\:tw-top-40{
    top:10rem
  }

  .\32xl\:tw-top-44{
    top:11rem
  }

  .\32xl\:tw-top-48{
    top:12rem
  }

  .\32xl\:tw-top-52{
    top:13rem
  }

  .\32xl\:tw-top-56{
    top:14rem
  }

  .\32xl\:tw-top-60{
    top:15rem
  }

  .\32xl\:tw-top-64{
    top:16rem
  }

  .\32xl\:tw-top-72{
    top:18rem
  }

  .\32xl\:tw-top-80{
    top:20rem
  }

  .\32xl\:tw-top-96{
    top:24rem
  }

  .\32xl\:tw-top-auto{
    top:auto
  }

  .\32xl\:tw-top-px{
    top:1px
  }

  .\32xl\:tw-top-0\.5{
    top:0.125rem
  }

  .\32xl\:tw-top-1\.5{
    top:0.375rem
  }

  .\32xl\:tw-top-2\.5{
    top:0.625rem
  }

  .\32xl\:tw-top-3\.5{
    top:0.875rem
  }

  .\32xl\:tw--top-0{
    top:0px
  }

  .\32xl\:tw--top-1{
    top:-0.25rem
  }

  .\32xl\:tw--top-2{
    top:-0.5rem
  }

  .\32xl\:tw--top-3{
    top:-0.75rem
  }

  .\32xl\:tw--top-4{
    top:-1rem
  }

  .\32xl\:tw--top-5{
    top:-1.25rem
  }

  .\32xl\:tw--top-6{
    top:-1.5rem
  }

  .\32xl\:tw--top-7{
    top:-1.75rem
  }

  .\32xl\:tw--top-8{
    top:-2rem
  }

  .\32xl\:tw--top-9{
    top:-2.25rem
  }

  .\32xl\:tw--top-10{
    top:-2.5rem
  }

  .\32xl\:tw--top-11{
    top:-2.75rem
  }

  .\32xl\:tw--top-12{
    top:-3rem
  }

  .\32xl\:tw--top-14{
    top:-3.5rem
  }

  .\32xl\:tw--top-16{
    top:-4rem
  }

  .\32xl\:tw--top-20{
    top:-5rem
  }

  .\32xl\:tw--top-24{
    top:-6rem
  }

  .\32xl\:tw--top-28{
    top:-7rem
  }

  .\32xl\:tw--top-32{
    top:-8rem
  }

  .\32xl\:tw--top-36{
    top:-9rem
  }

  .\32xl\:tw--top-40{
    top:-10rem
  }

  .\32xl\:tw--top-44{
    top:-11rem
  }

  .\32xl\:tw--top-48{
    top:-12rem
  }

  .\32xl\:tw--top-52{
    top:-13rem
  }

  .\32xl\:tw--top-56{
    top:-14rem
  }

  .\32xl\:tw--top-60{
    top:-15rem
  }

  .\32xl\:tw--top-64{
    top:-16rem
  }

  .\32xl\:tw--top-72{
    top:-18rem
  }

  .\32xl\:tw--top-80{
    top:-20rem
  }

  .\32xl\:tw--top-96{
    top:-24rem
  }

  .\32xl\:tw--top-px{
    top:-1px
  }

  .\32xl\:tw--top-0\.5{
    top:-0.125rem
  }

  .\32xl\:tw--top-1\.5{
    top:-0.375rem
  }

  .\32xl\:tw--top-2\.5{
    top:-0.625rem
  }

  .\32xl\:tw--top-3\.5{
    top:-0.875rem
  }

  .\32xl\:tw-top-1\/2{
    top:50%
  }

  .\32xl\:tw-top-1\/3{
    top:33.333333%
  }

  .\32xl\:tw-top-2\/3{
    top:66.666667%
  }

  .\32xl\:tw-top-1\/4{
    top:25%
  }

  .\32xl\:tw-top-2\/4{
    top:50%
  }

  .\32xl\:tw-top-3\/4{
    top:75%
  }

  .\32xl\:tw-top-full{
    top:100%
  }

  .\32xl\:tw--top-1\/2{
    top:-50%
  }

  .\32xl\:tw--top-1\/3{
    top:-33.333333%
  }

  .\32xl\:tw--top-2\/3{
    top:-66.666667%
  }

  .\32xl\:tw--top-1\/4{
    top:-25%
  }

  .\32xl\:tw--top-2\/4{
    top:-50%
  }

  .\32xl\:tw--top-3\/4{
    top:-75%
  }

  .\32xl\:tw--top-full{
    top:-100%
  }

  .\32xl\:tw-right-0{
    right:0px
  }

  .\32xl\:tw-right-1{
    right:0.25rem
  }

  .\32xl\:tw-right-2{
    right:0.5rem
  }

  .\32xl\:tw-right-3{
    right:0.75rem
  }

  .\32xl\:tw-right-4{
    right:1rem
  }

  .\32xl\:tw-right-5{
    right:1.25rem
  }

  .\32xl\:tw-right-6{
    right:1.5rem
  }

  .\32xl\:tw-right-7{
    right:1.75rem
  }

  .\32xl\:tw-right-8{
    right:2rem
  }

  .\32xl\:tw-right-9{
    right:2.25rem
  }

  .\32xl\:tw-right-10{
    right:2.5rem
  }

  .\32xl\:tw-right-11{
    right:2.75rem
  }

  .\32xl\:tw-right-12{
    right:3rem
  }

  .\32xl\:tw-right-14{
    right:3.5rem
  }

  .\32xl\:tw-right-16{
    right:4rem
  }

  .\32xl\:tw-right-20{
    right:5rem
  }

  .\32xl\:tw-right-24{
    right:6rem
  }

  .\32xl\:tw-right-28{
    right:7rem
  }

  .\32xl\:tw-right-32{
    right:8rem
  }

  .\32xl\:tw-right-36{
    right:9rem
  }

  .\32xl\:tw-right-40{
    right:10rem
  }

  .\32xl\:tw-right-44{
    right:11rem
  }

  .\32xl\:tw-right-48{
    right:12rem
  }

  .\32xl\:tw-right-52{
    right:13rem
  }

  .\32xl\:tw-right-56{
    right:14rem
  }

  .\32xl\:tw-right-60{
    right:15rem
  }

  .\32xl\:tw-right-64{
    right:16rem
  }

  .\32xl\:tw-right-72{
    right:18rem
  }

  .\32xl\:tw-right-80{
    right:20rem
  }

  .\32xl\:tw-right-96{
    right:24rem
  }

  .\32xl\:tw-right-auto{
    right:auto
  }

  .\32xl\:tw-right-px{
    right:1px
  }

  .\32xl\:tw-right-0\.5{
    right:0.125rem
  }

  .\32xl\:tw-right-1\.5{
    right:0.375rem
  }

  .\32xl\:tw-right-2\.5{
    right:0.625rem
  }

  .\32xl\:tw-right-3\.5{
    right:0.875rem
  }

  .\32xl\:tw--right-0{
    right:0px
  }

  .\32xl\:tw--right-1{
    right:-0.25rem
  }

  .\32xl\:tw--right-2{
    right:-0.5rem
  }

  .\32xl\:tw--right-3{
    right:-0.75rem
  }

  .\32xl\:tw--right-4{
    right:-1rem
  }

  .\32xl\:tw--right-5{
    right:-1.25rem
  }

  .\32xl\:tw--right-6{
    right:-1.5rem
  }

  .\32xl\:tw--right-7{
    right:-1.75rem
  }

  .\32xl\:tw--right-8{
    right:-2rem
  }

  .\32xl\:tw--right-9{
    right:-2.25rem
  }

  .\32xl\:tw--right-10{
    right:-2.5rem
  }

  .\32xl\:tw--right-11{
    right:-2.75rem
  }

  .\32xl\:tw--right-12{
    right:-3rem
  }

  .\32xl\:tw--right-14{
    right:-3.5rem
  }

  .\32xl\:tw--right-16{
    right:-4rem
  }

  .\32xl\:tw--right-20{
    right:-5rem
  }

  .\32xl\:tw--right-24{
    right:-6rem
  }

  .\32xl\:tw--right-28{
    right:-7rem
  }

  .\32xl\:tw--right-32{
    right:-8rem
  }

  .\32xl\:tw--right-36{
    right:-9rem
  }

  .\32xl\:tw--right-40{
    right:-10rem
  }

  .\32xl\:tw--right-44{
    right:-11rem
  }

  .\32xl\:tw--right-48{
    right:-12rem
  }

  .\32xl\:tw--right-52{
    right:-13rem
  }

  .\32xl\:tw--right-56{
    right:-14rem
  }

  .\32xl\:tw--right-60{
    right:-15rem
  }

  .\32xl\:tw--right-64{
    right:-16rem
  }

  .\32xl\:tw--right-72{
    right:-18rem
  }

  .\32xl\:tw--right-80{
    right:-20rem
  }

  .\32xl\:tw--right-96{
    right:-24rem
  }

  .\32xl\:tw--right-px{
    right:-1px
  }

  .\32xl\:tw--right-0\.5{
    right:-0.125rem
  }

  .\32xl\:tw--right-1\.5{
    right:-0.375rem
  }

  .\32xl\:tw--right-2\.5{
    right:-0.625rem
  }

  .\32xl\:tw--right-3\.5{
    right:-0.875rem
  }

  .\32xl\:tw-right-1\/2{
    right:50%
  }

  .\32xl\:tw-right-1\/3{
    right:33.333333%
  }

  .\32xl\:tw-right-2\/3{
    right:66.666667%
  }

  .\32xl\:tw-right-1\/4{
    right:25%
  }

  .\32xl\:tw-right-2\/4{
    right:50%
  }

  .\32xl\:tw-right-3\/4{
    right:75%
  }

  .\32xl\:tw-right-full{
    right:100%
  }

  .\32xl\:tw--right-1\/2{
    right:-50%
  }

  .\32xl\:tw--right-1\/3{
    right:-33.333333%
  }

  .\32xl\:tw--right-2\/3{
    right:-66.666667%
  }

  .\32xl\:tw--right-1\/4{
    right:-25%
  }

  .\32xl\:tw--right-2\/4{
    right:-50%
  }

  .\32xl\:tw--right-3\/4{
    right:-75%
  }

  .\32xl\:tw--right-full{
    right:-100%
  }

  .\32xl\:tw-bottom-0{
    bottom:0px
  }

  .\32xl\:tw-bottom-1{
    bottom:0.25rem
  }

  .\32xl\:tw-bottom-2{
    bottom:0.5rem
  }

  .\32xl\:tw-bottom-3{
    bottom:0.75rem
  }

  .\32xl\:tw-bottom-4{
    bottom:1rem
  }

  .\32xl\:tw-bottom-5{
    bottom:1.25rem
  }

  .\32xl\:tw-bottom-6{
    bottom:1.5rem
  }

  .\32xl\:tw-bottom-7{
    bottom:1.75rem
  }

  .\32xl\:tw-bottom-8{
    bottom:2rem
  }

  .\32xl\:tw-bottom-9{
    bottom:2.25rem
  }

  .\32xl\:tw-bottom-10{
    bottom:2.5rem
  }

  .\32xl\:tw-bottom-11{
    bottom:2.75rem
  }

  .\32xl\:tw-bottom-12{
    bottom:3rem
  }

  .\32xl\:tw-bottom-14{
    bottom:3.5rem
  }

  .\32xl\:tw-bottom-16{
    bottom:4rem
  }

  .\32xl\:tw-bottom-20{
    bottom:5rem
  }

  .\32xl\:tw-bottom-24{
    bottom:6rem
  }

  .\32xl\:tw-bottom-28{
    bottom:7rem
  }

  .\32xl\:tw-bottom-32{
    bottom:8rem
  }

  .\32xl\:tw-bottom-36{
    bottom:9rem
  }

  .\32xl\:tw-bottom-40{
    bottom:10rem
  }

  .\32xl\:tw-bottom-44{
    bottom:11rem
  }

  .\32xl\:tw-bottom-48{
    bottom:12rem
  }

  .\32xl\:tw-bottom-52{
    bottom:13rem
  }

  .\32xl\:tw-bottom-56{
    bottom:14rem
  }

  .\32xl\:tw-bottom-60{
    bottom:15rem
  }

  .\32xl\:tw-bottom-64{
    bottom:16rem
  }

  .\32xl\:tw-bottom-72{
    bottom:18rem
  }

  .\32xl\:tw-bottom-80{
    bottom:20rem
  }

  .\32xl\:tw-bottom-96{
    bottom:24rem
  }

  .\32xl\:tw-bottom-auto{
    bottom:auto
  }

  .\32xl\:tw-bottom-px{
    bottom:1px
  }

  .\32xl\:tw-bottom-0\.5{
    bottom:0.125rem
  }

  .\32xl\:tw-bottom-1\.5{
    bottom:0.375rem
  }

  .\32xl\:tw-bottom-2\.5{
    bottom:0.625rem
  }

  .\32xl\:tw-bottom-3\.5{
    bottom:0.875rem
  }

  .\32xl\:tw--bottom-0{
    bottom:0px
  }

  .\32xl\:tw--bottom-1{
    bottom:-0.25rem
  }

  .\32xl\:tw--bottom-2{
    bottom:-0.5rem
  }

  .\32xl\:tw--bottom-3{
    bottom:-0.75rem
  }

  .\32xl\:tw--bottom-4{
    bottom:-1rem
  }

  .\32xl\:tw--bottom-5{
    bottom:-1.25rem
  }

  .\32xl\:tw--bottom-6{
    bottom:-1.5rem
  }

  .\32xl\:tw--bottom-7{
    bottom:-1.75rem
  }

  .\32xl\:tw--bottom-8{
    bottom:-2rem
  }

  .\32xl\:tw--bottom-9{
    bottom:-2.25rem
  }

  .\32xl\:tw--bottom-10{
    bottom:-2.5rem
  }

  .\32xl\:tw--bottom-11{
    bottom:-2.75rem
  }

  .\32xl\:tw--bottom-12{
    bottom:-3rem
  }

  .\32xl\:tw--bottom-14{
    bottom:-3.5rem
  }

  .\32xl\:tw--bottom-16{
    bottom:-4rem
  }

  .\32xl\:tw--bottom-20{
    bottom:-5rem
  }

  .\32xl\:tw--bottom-24{
    bottom:-6rem
  }

  .\32xl\:tw--bottom-28{
    bottom:-7rem
  }

  .\32xl\:tw--bottom-32{
    bottom:-8rem
  }

  .\32xl\:tw--bottom-36{
    bottom:-9rem
  }

  .\32xl\:tw--bottom-40{
    bottom:-10rem
  }

  .\32xl\:tw--bottom-44{
    bottom:-11rem
  }

  .\32xl\:tw--bottom-48{
    bottom:-12rem
  }

  .\32xl\:tw--bottom-52{
    bottom:-13rem
  }

  .\32xl\:tw--bottom-56{
    bottom:-14rem
  }

  .\32xl\:tw--bottom-60{
    bottom:-15rem
  }

  .\32xl\:tw--bottom-64{
    bottom:-16rem
  }

  .\32xl\:tw--bottom-72{
    bottom:-18rem
  }

  .\32xl\:tw--bottom-80{
    bottom:-20rem
  }

  .\32xl\:tw--bottom-96{
    bottom:-24rem
  }

  .\32xl\:tw--bottom-px{
    bottom:-1px
  }

  .\32xl\:tw--bottom-0\.5{
    bottom:-0.125rem
  }

  .\32xl\:tw--bottom-1\.5{
    bottom:-0.375rem
  }

  .\32xl\:tw--bottom-2\.5{
    bottom:-0.625rem
  }

  .\32xl\:tw--bottom-3\.5{
    bottom:-0.875rem
  }

  .\32xl\:tw-bottom-1\/2{
    bottom:50%
  }

  .\32xl\:tw-bottom-1\/3{
    bottom:33.333333%
  }

  .\32xl\:tw-bottom-2\/3{
    bottom:66.666667%
  }

  .\32xl\:tw-bottom-1\/4{
    bottom:25%
  }

  .\32xl\:tw-bottom-2\/4{
    bottom:50%
  }

  .\32xl\:tw-bottom-3\/4{
    bottom:75%
  }

  .\32xl\:tw-bottom-full{
    bottom:100%
  }

  .\32xl\:tw--bottom-1\/2{
    bottom:-50%
  }

  .\32xl\:tw--bottom-1\/3{
    bottom:-33.333333%
  }

  .\32xl\:tw--bottom-2\/3{
    bottom:-66.666667%
  }

  .\32xl\:tw--bottom-1\/4{
    bottom:-25%
  }

  .\32xl\:tw--bottom-2\/4{
    bottom:-50%
  }

  .\32xl\:tw--bottom-3\/4{
    bottom:-75%
  }

  .\32xl\:tw--bottom-full{
    bottom:-100%
  }

  .\32xl\:tw-left-0{
    left:0px
  }

  .\32xl\:tw-left-1{
    left:0.25rem
  }

  .\32xl\:tw-left-2{
    left:0.5rem
  }

  .\32xl\:tw-left-3{
    left:0.75rem
  }

  .\32xl\:tw-left-4{
    left:1rem
  }

  .\32xl\:tw-left-5{
    left:1.25rem
  }

  .\32xl\:tw-left-6{
    left:1.5rem
  }

  .\32xl\:tw-left-7{
    left:1.75rem
  }

  .\32xl\:tw-left-8{
    left:2rem
  }

  .\32xl\:tw-left-9{
    left:2.25rem
  }

  .\32xl\:tw-left-10{
    left:2.5rem
  }

  .\32xl\:tw-left-11{
    left:2.75rem
  }

  .\32xl\:tw-left-12{
    left:3rem
  }

  .\32xl\:tw-left-14{
    left:3.5rem
  }

  .\32xl\:tw-left-16{
    left:4rem
  }

  .\32xl\:tw-left-20{
    left:5rem
  }

  .\32xl\:tw-left-24{
    left:6rem
  }

  .\32xl\:tw-left-28{
    left:7rem
  }

  .\32xl\:tw-left-32{
    left:8rem
  }

  .\32xl\:tw-left-36{
    left:9rem
  }

  .\32xl\:tw-left-40{
    left:10rem
  }

  .\32xl\:tw-left-44{
    left:11rem
  }

  .\32xl\:tw-left-48{
    left:12rem
  }

  .\32xl\:tw-left-52{
    left:13rem
  }

  .\32xl\:tw-left-56{
    left:14rem
  }

  .\32xl\:tw-left-60{
    left:15rem
  }

  .\32xl\:tw-left-64{
    left:16rem
  }

  .\32xl\:tw-left-72{
    left:18rem
  }

  .\32xl\:tw-left-80{
    left:20rem
  }

  .\32xl\:tw-left-96{
    left:24rem
  }

  .\32xl\:tw-left-auto{
    left:auto
  }

  .\32xl\:tw-left-px{
    left:1px
  }

  .\32xl\:tw-left-0\.5{
    left:0.125rem
  }

  .\32xl\:tw-left-1\.5{
    left:0.375rem
  }

  .\32xl\:tw-left-2\.5{
    left:0.625rem
  }

  .\32xl\:tw-left-3\.5{
    left:0.875rem
  }

  .\32xl\:tw--left-0{
    left:0px
  }

  .\32xl\:tw--left-1{
    left:-0.25rem
  }

  .\32xl\:tw--left-2{
    left:-0.5rem
  }

  .\32xl\:tw--left-3{
    left:-0.75rem
  }

  .\32xl\:tw--left-4{
    left:-1rem
  }

  .\32xl\:tw--left-5{
    left:-1.25rem
  }

  .\32xl\:tw--left-6{
    left:-1.5rem
  }

  .\32xl\:tw--left-7{
    left:-1.75rem
  }

  .\32xl\:tw--left-8{
    left:-2rem
  }

  .\32xl\:tw--left-9{
    left:-2.25rem
  }

  .\32xl\:tw--left-10{
    left:-2.5rem
  }

  .\32xl\:tw--left-11{
    left:-2.75rem
  }

  .\32xl\:tw--left-12{
    left:-3rem
  }

  .\32xl\:tw--left-14{
    left:-3.5rem
  }

  .\32xl\:tw--left-16{
    left:-4rem
  }

  .\32xl\:tw--left-20{
    left:-5rem
  }

  .\32xl\:tw--left-24{
    left:-6rem
  }

  .\32xl\:tw--left-28{
    left:-7rem
  }

  .\32xl\:tw--left-32{
    left:-8rem
  }

  .\32xl\:tw--left-36{
    left:-9rem
  }

  .\32xl\:tw--left-40{
    left:-10rem
  }

  .\32xl\:tw--left-44{
    left:-11rem
  }

  .\32xl\:tw--left-48{
    left:-12rem
  }

  .\32xl\:tw--left-52{
    left:-13rem
  }

  .\32xl\:tw--left-56{
    left:-14rem
  }

  .\32xl\:tw--left-60{
    left:-15rem
  }

  .\32xl\:tw--left-64{
    left:-16rem
  }

  .\32xl\:tw--left-72{
    left:-18rem
  }

  .\32xl\:tw--left-80{
    left:-20rem
  }

  .\32xl\:tw--left-96{
    left:-24rem
  }

  .\32xl\:tw--left-px{
    left:-1px
  }

  .\32xl\:tw--left-0\.5{
    left:-0.125rem
  }

  .\32xl\:tw--left-1\.5{
    left:-0.375rem
  }

  .\32xl\:tw--left-2\.5{
    left:-0.625rem
  }

  .\32xl\:tw--left-3\.5{
    left:-0.875rem
  }

  .\32xl\:tw-left-1\/2{
    left:50%
  }

  .\32xl\:tw-left-1\/3{
    left:33.333333%
  }

  .\32xl\:tw-left-2\/3{
    left:66.666667%
  }

  .\32xl\:tw-left-1\/4{
    left:25%
  }

  .\32xl\:tw-left-2\/4{
    left:50%
  }

  .\32xl\:tw-left-3\/4{
    left:75%
  }

  .\32xl\:tw-left-full{
    left:100%
  }

  .\32xl\:tw--left-1\/2{
    left:-50%
  }

  .\32xl\:tw--left-1\/3{
    left:-33.333333%
  }

  .\32xl\:tw--left-2\/3{
    left:-66.666667%
  }

  .\32xl\:tw--left-1\/4{
    left:-25%
  }

  .\32xl\:tw--left-2\/4{
    left:-50%
  }

  .\32xl\:tw--left-3\/4{
    left:-75%
  }

  .\32xl\:tw--left-full{
    left:-100%
  }

  .\32xl\:tw-isolate{
    isolation:isolate
  }

  .\32xl\:tw-isolation-auto{
    isolation:auto
  }

  .\32xl\:tw-z-0{
    z-index:0
  }

  .\32xl\:tw-z-10{
    z-index:10
  }

  .\32xl\:tw-z-20{
    z-index:20
  }

  .\32xl\:tw-z-30{
    z-index:30
  }

  .\32xl\:tw-z-40{
    z-index:40
  }

  .\32xl\:tw-z-50{
    z-index:50
  }

  .\32xl\:tw-z-auto{
    z-index:auto
  }

  .\32xl\:focus-within\:tw-z-0:focus-within{
    z-index:0
  }

  .\32xl\:focus-within\:tw-z-10:focus-within{
    z-index:10
  }

  .\32xl\:focus-within\:tw-z-20:focus-within{
    z-index:20
  }

  .\32xl\:focus-within\:tw-z-30:focus-within{
    z-index:30
  }

  .\32xl\:focus-within\:tw-z-40:focus-within{
    z-index:40
  }

  .\32xl\:focus-within\:tw-z-50:focus-within{
    z-index:50
  }

  .\32xl\:focus-within\:tw-z-auto:focus-within{
    z-index:auto
  }

  .\32xl\:focus\:tw-z-0:focus{
    z-index:0
  }

  .\32xl\:focus\:tw-z-10:focus{
    z-index:10
  }

  .\32xl\:focus\:tw-z-20:focus{
    z-index:20
  }

  .\32xl\:focus\:tw-z-30:focus{
    z-index:30
  }

  .\32xl\:focus\:tw-z-40:focus{
    z-index:40
  }

  .\32xl\:focus\:tw-z-50:focus{
    z-index:50
  }

  .\32xl\:focus\:tw-z-auto:focus{
    z-index:auto
  }

  .\32xl\:tw-order-1{
    order:1
  }

  .\32xl\:tw-order-2{
    order:2
  }

  .\32xl\:tw-order-3{
    order:3
  }

  .\32xl\:tw-order-4{
    order:4
  }

  .\32xl\:tw-order-5{
    order:5
  }

  .\32xl\:tw-order-6{
    order:6
  }

  .\32xl\:tw-order-7{
    order:7
  }

  .\32xl\:tw-order-8{
    order:8
  }

  .\32xl\:tw-order-9{
    order:9
  }

  .\32xl\:tw-order-10{
    order:10
  }

  .\32xl\:tw-order-11{
    order:11
  }

  .\32xl\:tw-order-12{
    order:12
  }

  .\32xl\:tw-order-first{
    order:-9999
  }

  .\32xl\:tw-order-last{
    order:9999
  }

  .\32xl\:tw-order-none{
    order:0
  }

  .\32xl\:tw-col-auto{
    grid-column:auto
  }

  .\32xl\:tw-col-span-1{
    grid-column:span 1 / span 1
  }

  .\32xl\:tw-col-span-2{
    grid-column:span 2 / span 2
  }

  .\32xl\:tw-col-span-3{
    grid-column:span 3 / span 3
  }

  .\32xl\:tw-col-span-4{
    grid-column:span 4 / span 4
  }

  .\32xl\:tw-col-span-5{
    grid-column:span 5 / span 5
  }

  .\32xl\:tw-col-span-6{
    grid-column:span 6 / span 6
  }

  .\32xl\:tw-col-span-7{
    grid-column:span 7 / span 7
  }

  .\32xl\:tw-col-span-8{
    grid-column:span 8 / span 8
  }

  .\32xl\:tw-col-span-9{
    grid-column:span 9 / span 9
  }

  .\32xl\:tw-col-span-10{
    grid-column:span 10 / span 10
  }

  .\32xl\:tw-col-span-11{
    grid-column:span 11 / span 11
  }

  .\32xl\:tw-col-span-12{
    grid-column:span 12 / span 12
  }

  .\32xl\:tw-col-span-full{
    grid-column:1 / -1
  }

  .\32xl\:tw-col-start-1{
    grid-column-start:1
  }

  .\32xl\:tw-col-start-2{
    grid-column-start:2
  }

  .\32xl\:tw-col-start-3{
    grid-column-start:3
  }

  .\32xl\:tw-col-start-4{
    grid-column-start:4
  }

  .\32xl\:tw-col-start-5{
    grid-column-start:5
  }

  .\32xl\:tw-col-start-6{
    grid-column-start:6
  }

  .\32xl\:tw-col-start-7{
    grid-column-start:7
  }

  .\32xl\:tw-col-start-8{
    grid-column-start:8
  }

  .\32xl\:tw-col-start-9{
    grid-column-start:9
  }

  .\32xl\:tw-col-start-10{
    grid-column-start:10
  }

  .\32xl\:tw-col-start-11{
    grid-column-start:11
  }

  .\32xl\:tw-col-start-12{
    grid-column-start:12
  }

  .\32xl\:tw-col-start-13{
    grid-column-start:13
  }

  .\32xl\:tw-col-start-auto{
    grid-column-start:auto
  }

  .\32xl\:tw-col-end-1{
    grid-column-end:1
  }

  .\32xl\:tw-col-end-2{
    grid-column-end:2
  }

  .\32xl\:tw-col-end-3{
    grid-column-end:3
  }

  .\32xl\:tw-col-end-4{
    grid-column-end:4
  }

  .\32xl\:tw-col-end-5{
    grid-column-end:5
  }

  .\32xl\:tw-col-end-6{
    grid-column-end:6
  }

  .\32xl\:tw-col-end-7{
    grid-column-end:7
  }

  .\32xl\:tw-col-end-8{
    grid-column-end:8
  }

  .\32xl\:tw-col-end-9{
    grid-column-end:9
  }

  .\32xl\:tw-col-end-10{
    grid-column-end:10
  }

  .\32xl\:tw-col-end-11{
    grid-column-end:11
  }

  .\32xl\:tw-col-end-12{
    grid-column-end:12
  }

  .\32xl\:tw-col-end-13{
    grid-column-end:13
  }

  .\32xl\:tw-col-end-auto{
    grid-column-end:auto
  }

  .\32xl\:tw-row-auto{
    grid-row:auto
  }

  .\32xl\:tw-row-span-1{
    grid-row:span 1 / span 1
  }

  .\32xl\:tw-row-span-2{
    grid-row:span 2 / span 2
  }

  .\32xl\:tw-row-span-3{
    grid-row:span 3 / span 3
  }

  .\32xl\:tw-row-span-4{
    grid-row:span 4 / span 4
  }

  .\32xl\:tw-row-span-5{
    grid-row:span 5 / span 5
  }

  .\32xl\:tw-row-span-6{
    grid-row:span 6 / span 6
  }

  .\32xl\:tw-row-span-full{
    grid-row:1 / -1
  }

  .\32xl\:tw-row-start-1{
    grid-row-start:1
  }

  .\32xl\:tw-row-start-2{
    grid-row-start:2
  }

  .\32xl\:tw-row-start-3{
    grid-row-start:3
  }

  .\32xl\:tw-row-start-4{
    grid-row-start:4
  }

  .\32xl\:tw-row-start-5{
    grid-row-start:5
  }

  .\32xl\:tw-row-start-6{
    grid-row-start:6
  }

  .\32xl\:tw-row-start-7{
    grid-row-start:7
  }

  .\32xl\:tw-row-start-auto{
    grid-row-start:auto
  }

  .\32xl\:tw-row-end-1{
    grid-row-end:1
  }

  .\32xl\:tw-row-end-2{
    grid-row-end:2
  }

  .\32xl\:tw-row-end-3{
    grid-row-end:3
  }

  .\32xl\:tw-row-end-4{
    grid-row-end:4
  }

  .\32xl\:tw-row-end-5{
    grid-row-end:5
  }

  .\32xl\:tw-row-end-6{
    grid-row-end:6
  }

  .\32xl\:tw-row-end-7{
    grid-row-end:7
  }

  .\32xl\:tw-row-end-auto{
    grid-row-end:auto
  }

  .\32xl\:tw-float-right{
    float:right
  }

  .\32xl\:tw-float-left{
    float:left
  }

  .\32xl\:tw-float-none{
    float:none
  }

  .\32xl\:tw-clear-left{
    clear:left
  }

  .\32xl\:tw-clear-right{
    clear:right
  }

  .\32xl\:tw-clear-both{
    clear:both
  }

  .\32xl\:tw-clear-none{
    clear:none
  }

  .\32xl\:tw-m-0{
    margin:0px
  }

  .\32xl\:tw-m-1{
    margin:0.25rem
  }

  .\32xl\:tw-m-2{
    margin:0.5rem
  }

  .\32xl\:tw-m-3{
    margin:0.75rem
  }

  .\32xl\:tw-m-4{
    margin:1rem
  }

  .\32xl\:tw-m-5{
    margin:1.25rem
  }

  .\32xl\:tw-m-6{
    margin:1.5rem
  }

  .\32xl\:tw-m-7{
    margin:1.75rem
  }

  .\32xl\:tw-m-8{
    margin:2rem
  }

  .\32xl\:tw-m-9{
    margin:2.25rem
  }

  .\32xl\:tw-m-10{
    margin:2.5rem
  }

  .\32xl\:tw-m-11{
    margin:2.75rem
  }

  .\32xl\:tw-m-12{
    margin:3rem
  }

  .\32xl\:tw-m-14{
    margin:3.5rem
  }

  .\32xl\:tw-m-16{
    margin:4rem
  }

  .\32xl\:tw-m-20{
    margin:5rem
  }

  .\32xl\:tw-m-24{
    margin:6rem
  }

  .\32xl\:tw-m-28{
    margin:7rem
  }

  .\32xl\:tw-m-32{
    margin:8rem
  }

  .\32xl\:tw-m-36{
    margin:9rem
  }

  .\32xl\:tw-m-40{
    margin:10rem
  }

  .\32xl\:tw-m-44{
    margin:11rem
  }

  .\32xl\:tw-m-48{
    margin:12rem
  }

  .\32xl\:tw-m-52{
    margin:13rem
  }

  .\32xl\:tw-m-56{
    margin:14rem
  }

  .\32xl\:tw-m-60{
    margin:15rem
  }

  .\32xl\:tw-m-64{
    margin:16rem
  }

  .\32xl\:tw-m-72{
    margin:18rem
  }

  .\32xl\:tw-m-80{
    margin:20rem
  }

  .\32xl\:tw-m-96{
    margin:24rem
  }

  .\32xl\:tw-m-auto{
    margin:auto
  }

  .\32xl\:tw-m-px{
    margin:1px
  }

  .\32xl\:tw-m-0\.5{
    margin:0.125rem
  }

  .\32xl\:tw-m-1\.5{
    margin:0.375rem
  }

  .\32xl\:tw-m-2\.5{
    margin:0.625rem
  }

  .\32xl\:tw-m-3\.5{
    margin:0.875rem
  }

  .\32xl\:tw--m-0{
    margin:0px
  }

  .\32xl\:tw--m-1{
    margin:-0.25rem
  }

  .\32xl\:tw--m-2{
    margin:-0.5rem
  }

  .\32xl\:tw--m-3{
    margin:-0.75rem
  }

  .\32xl\:tw--m-4{
    margin:-1rem
  }

  .\32xl\:tw--m-5{
    margin:-1.25rem
  }

  .\32xl\:tw--m-6{
    margin:-1.5rem
  }

  .\32xl\:tw--m-7{
    margin:-1.75rem
  }

  .\32xl\:tw--m-8{
    margin:-2rem
  }

  .\32xl\:tw--m-9{
    margin:-2.25rem
  }

  .\32xl\:tw--m-10{
    margin:-2.5rem
  }

  .\32xl\:tw--m-11{
    margin:-2.75rem
  }

  .\32xl\:tw--m-12{
    margin:-3rem
  }

  .\32xl\:tw--m-14{
    margin:-3.5rem
  }

  .\32xl\:tw--m-16{
    margin:-4rem
  }

  .\32xl\:tw--m-20{
    margin:-5rem
  }

  .\32xl\:tw--m-24{
    margin:-6rem
  }

  .\32xl\:tw--m-28{
    margin:-7rem
  }

  .\32xl\:tw--m-32{
    margin:-8rem
  }

  .\32xl\:tw--m-36{
    margin:-9rem
  }

  .\32xl\:tw--m-40{
    margin:-10rem
  }

  .\32xl\:tw--m-44{
    margin:-11rem
  }

  .\32xl\:tw--m-48{
    margin:-12rem
  }

  .\32xl\:tw--m-52{
    margin:-13rem
  }

  .\32xl\:tw--m-56{
    margin:-14rem
  }

  .\32xl\:tw--m-60{
    margin:-15rem
  }

  .\32xl\:tw--m-64{
    margin:-16rem
  }

  .\32xl\:tw--m-72{
    margin:-18rem
  }

  .\32xl\:tw--m-80{
    margin:-20rem
  }

  .\32xl\:tw--m-96{
    margin:-24rem
  }

  .\32xl\:tw--m-px{
    margin:-1px
  }

  .\32xl\:tw--m-0\.5{
    margin:-0.125rem
  }

  .\32xl\:tw--m-1\.5{
    margin:-0.375rem
  }

  .\32xl\:tw--m-2\.5{
    margin:-0.625rem
  }

  .\32xl\:tw--m-3\.5{
    margin:-0.875rem
  }

  .\32xl\:tw-mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .\32xl\:tw-mx-1{
    margin-left:0.25rem;
    margin-right:0.25rem
  }

  .\32xl\:tw-mx-2{
    margin-left:0.5rem;
    margin-right:0.5rem
  }

  .\32xl\:tw-mx-3{
    margin-left:0.75rem;
    margin-right:0.75rem
  }

  .\32xl\:tw-mx-4{
    margin-left:1rem;
    margin-right:1rem
  }

  .\32xl\:tw-mx-5{
    margin-left:1.25rem;
    margin-right:1.25rem
  }

  .\32xl\:tw-mx-6{
    margin-left:1.5rem;
    margin-right:1.5rem
  }

  .\32xl\:tw-mx-7{
    margin-left:1.75rem;
    margin-right:1.75rem
  }

  .\32xl\:tw-mx-8{
    margin-left:2rem;
    margin-right:2rem
  }

  .\32xl\:tw-mx-9{
    margin-left:2.25rem;
    margin-right:2.25rem
  }

  .\32xl\:tw-mx-10{
    margin-left:2.5rem;
    margin-right:2.5rem
  }

  .\32xl\:tw-mx-11{
    margin-left:2.75rem;
    margin-right:2.75rem
  }

  .\32xl\:tw-mx-12{
    margin-left:3rem;
    margin-right:3rem
  }

  .\32xl\:tw-mx-14{
    margin-left:3.5rem;
    margin-right:3.5rem
  }

  .\32xl\:tw-mx-16{
    margin-left:4rem;
    margin-right:4rem
  }

  .\32xl\:tw-mx-20{
    margin-left:5rem;
    margin-right:5rem
  }

  .\32xl\:tw-mx-24{
    margin-left:6rem;
    margin-right:6rem
  }

  .\32xl\:tw-mx-28{
    margin-left:7rem;
    margin-right:7rem
  }

  .\32xl\:tw-mx-32{
    margin-left:8rem;
    margin-right:8rem
  }

  .\32xl\:tw-mx-36{
    margin-left:9rem;
    margin-right:9rem
  }

  .\32xl\:tw-mx-40{
    margin-left:10rem;
    margin-right:10rem
  }

  .\32xl\:tw-mx-44{
    margin-left:11rem;
    margin-right:11rem
  }

  .\32xl\:tw-mx-48{
    margin-left:12rem;
    margin-right:12rem
  }

  .\32xl\:tw-mx-52{
    margin-left:13rem;
    margin-right:13rem
  }

  .\32xl\:tw-mx-56{
    margin-left:14rem;
    margin-right:14rem
  }

  .\32xl\:tw-mx-60{
    margin-left:15rem;
    margin-right:15rem
  }

  .\32xl\:tw-mx-64{
    margin-left:16rem;
    margin-right:16rem
  }

  .\32xl\:tw-mx-72{
    margin-left:18rem;
    margin-right:18rem
  }

  .\32xl\:tw-mx-80{
    margin-left:20rem;
    margin-right:20rem
  }

  .\32xl\:tw-mx-96{
    margin-left:24rem;
    margin-right:24rem
  }

  .\32xl\:tw-mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .\32xl\:tw-mx-px{
    margin-left:1px;
    margin-right:1px
  }

  .\32xl\:tw-mx-0\.5{
    margin-left:0.125rem;
    margin-right:0.125rem
  }

  .\32xl\:tw-mx-1\.5{
    margin-left:0.375rem;
    margin-right:0.375rem
  }

  .\32xl\:tw-mx-2\.5{
    margin-left:0.625rem;
    margin-right:0.625rem
  }

  .\32xl\:tw-mx-3\.5{
    margin-left:0.875rem;
    margin-right:0.875rem
  }

  .\32xl\:tw--mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .\32xl\:tw--mx-1{
    margin-left:-0.25rem;
    margin-right:-0.25rem
  }

  .\32xl\:tw--mx-2{
    margin-left:-0.5rem;
    margin-right:-0.5rem
  }

  .\32xl\:tw--mx-3{
    margin-left:-0.75rem;
    margin-right:-0.75rem
  }

  .\32xl\:tw--mx-4{
    margin-left:-1rem;
    margin-right:-1rem
  }

  .\32xl\:tw--mx-5{
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }

  .\32xl\:tw--mx-6{
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }

  .\32xl\:tw--mx-7{
    margin-left:-1.75rem;
    margin-right:-1.75rem
  }

  .\32xl\:tw--mx-8{
    margin-left:-2rem;
    margin-right:-2rem
  }

  .\32xl\:tw--mx-9{
    margin-left:-2.25rem;
    margin-right:-2.25rem
  }

  .\32xl\:tw--mx-10{
    margin-left:-2.5rem;
    margin-right:-2.5rem
  }

  .\32xl\:tw--mx-11{
    margin-left:-2.75rem;
    margin-right:-2.75rem
  }

  .\32xl\:tw--mx-12{
    margin-left:-3rem;
    margin-right:-3rem
  }

  .\32xl\:tw--mx-14{
    margin-left:-3.5rem;
    margin-right:-3.5rem
  }

  .\32xl\:tw--mx-16{
    margin-left:-4rem;
    margin-right:-4rem
  }

  .\32xl\:tw--mx-20{
    margin-left:-5rem;
    margin-right:-5rem
  }

  .\32xl\:tw--mx-24{
    margin-left:-6rem;
    margin-right:-6rem
  }

  .\32xl\:tw--mx-28{
    margin-left:-7rem;
    margin-right:-7rem
  }

  .\32xl\:tw--mx-32{
    margin-left:-8rem;
    margin-right:-8rem
  }

  .\32xl\:tw--mx-36{
    margin-left:-9rem;
    margin-right:-9rem
  }

  .\32xl\:tw--mx-40{
    margin-left:-10rem;
    margin-right:-10rem
  }

  .\32xl\:tw--mx-44{
    margin-left:-11rem;
    margin-right:-11rem
  }

  .\32xl\:tw--mx-48{
    margin-left:-12rem;
    margin-right:-12rem
  }

  .\32xl\:tw--mx-52{
    margin-left:-13rem;
    margin-right:-13rem
  }

  .\32xl\:tw--mx-56{
    margin-left:-14rem;
    margin-right:-14rem
  }

  .\32xl\:tw--mx-60{
    margin-left:-15rem;
    margin-right:-15rem
  }

  .\32xl\:tw--mx-64{
    margin-left:-16rem;
    margin-right:-16rem
  }

  .\32xl\:tw--mx-72{
    margin-left:-18rem;
    margin-right:-18rem
  }

  .\32xl\:tw--mx-80{
    margin-left:-20rem;
    margin-right:-20rem
  }

  .\32xl\:tw--mx-96{
    margin-left:-24rem;
    margin-right:-24rem
  }

  .\32xl\:tw--mx-px{
    margin-left:-1px;
    margin-right:-1px
  }

  .\32xl\:tw--mx-0\.5{
    margin-left:-0.125rem;
    margin-right:-0.125rem
  }

  .\32xl\:tw--mx-1\.5{
    margin-left:-0.375rem;
    margin-right:-0.375rem
  }

  .\32xl\:tw--mx-2\.5{
    margin-left:-0.625rem;
    margin-right:-0.625rem
  }

  .\32xl\:tw--mx-3\.5{
    margin-left:-0.875rem;
    margin-right:-0.875rem
  }

  .\32xl\:tw-my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .\32xl\:tw-my-1{
    margin-top:0.25rem;
    margin-bottom:0.25rem
  }

  .\32xl\:tw-my-2{
    margin-top:0.5rem;
    margin-bottom:0.5rem
  }

  .\32xl\:tw-my-3{
    margin-top:0.75rem;
    margin-bottom:0.75rem
  }

  .\32xl\:tw-my-4{
    margin-top:1rem;
    margin-bottom:1rem
  }

  .\32xl\:tw-my-5{
    margin-top:1.25rem;
    margin-bottom:1.25rem
  }

  .\32xl\:tw-my-6{
    margin-top:1.5rem;
    margin-bottom:1.5rem
  }

  .\32xl\:tw-my-7{
    margin-top:1.75rem;
    margin-bottom:1.75rem
  }

  .\32xl\:tw-my-8{
    margin-top:2rem;
    margin-bottom:2rem
  }

  .\32xl\:tw-my-9{
    margin-top:2.25rem;
    margin-bottom:2.25rem
  }

  .\32xl\:tw-my-10{
    margin-top:2.5rem;
    margin-bottom:2.5rem
  }

  .\32xl\:tw-my-11{
    margin-top:2.75rem;
    margin-bottom:2.75rem
  }

  .\32xl\:tw-my-12{
    margin-top:3rem;
    margin-bottom:3rem
  }

  .\32xl\:tw-my-14{
    margin-top:3.5rem;
    margin-bottom:3.5rem
  }

  .\32xl\:tw-my-16{
    margin-top:4rem;
    margin-bottom:4rem
  }

  .\32xl\:tw-my-20{
    margin-top:5rem;
    margin-bottom:5rem
  }

  .\32xl\:tw-my-24{
    margin-top:6rem;
    margin-bottom:6rem
  }

  .\32xl\:tw-my-28{
    margin-top:7rem;
    margin-bottom:7rem
  }

  .\32xl\:tw-my-32{
    margin-top:8rem;
    margin-bottom:8rem
  }

  .\32xl\:tw-my-36{
    margin-top:9rem;
    margin-bottom:9rem
  }

  .\32xl\:tw-my-40{
    margin-top:10rem;
    margin-bottom:10rem
  }

  .\32xl\:tw-my-44{
    margin-top:11rem;
    margin-bottom:11rem
  }

  .\32xl\:tw-my-48{
    margin-top:12rem;
    margin-bottom:12rem
  }

  .\32xl\:tw-my-52{
    margin-top:13rem;
    margin-bottom:13rem
  }

  .\32xl\:tw-my-56{
    margin-top:14rem;
    margin-bottom:14rem
  }

  .\32xl\:tw-my-60{
    margin-top:15rem;
    margin-bottom:15rem
  }

  .\32xl\:tw-my-64{
    margin-top:16rem;
    margin-bottom:16rem
  }

  .\32xl\:tw-my-72{
    margin-top:18rem;
    margin-bottom:18rem
  }

  .\32xl\:tw-my-80{
    margin-top:20rem;
    margin-bottom:20rem
  }

  .\32xl\:tw-my-96{
    margin-top:24rem;
    margin-bottom:24rem
  }

  .\32xl\:tw-my-auto{
    margin-top:auto;
    margin-bottom:auto
  }

  .\32xl\:tw-my-px{
    margin-top:1px;
    margin-bottom:1px
  }

  .\32xl\:tw-my-0\.5{
    margin-top:0.125rem;
    margin-bottom:0.125rem
  }

  .\32xl\:tw-my-1\.5{
    margin-top:0.375rem;
    margin-bottom:0.375rem
  }

  .\32xl\:tw-my-2\.5{
    margin-top:0.625rem;
    margin-bottom:0.625rem
  }

  .\32xl\:tw-my-3\.5{
    margin-top:0.875rem;
    margin-bottom:0.875rem
  }

  .\32xl\:tw--my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .\32xl\:tw--my-1{
    margin-top:-0.25rem;
    margin-bottom:-0.25rem
  }

  .\32xl\:tw--my-2{
    margin-top:-0.5rem;
    margin-bottom:-0.5rem
  }

  .\32xl\:tw--my-3{
    margin-top:-0.75rem;
    margin-bottom:-0.75rem
  }

  .\32xl\:tw--my-4{
    margin-top:-1rem;
    margin-bottom:-1rem
  }

  .\32xl\:tw--my-5{
    margin-top:-1.25rem;
    margin-bottom:-1.25rem
  }

  .\32xl\:tw--my-6{
    margin-top:-1.5rem;
    margin-bottom:-1.5rem
  }

  .\32xl\:tw--my-7{
    margin-top:-1.75rem;
    margin-bottom:-1.75rem
  }

  .\32xl\:tw--my-8{
    margin-top:-2rem;
    margin-bottom:-2rem
  }

  .\32xl\:tw--my-9{
    margin-top:-2.25rem;
    margin-bottom:-2.25rem
  }

  .\32xl\:tw--my-10{
    margin-top:-2.5rem;
    margin-bottom:-2.5rem
  }

  .\32xl\:tw--my-11{
    margin-top:-2.75rem;
    margin-bottom:-2.75rem
  }

  .\32xl\:tw--my-12{
    margin-top:-3rem;
    margin-bottom:-3rem
  }

  .\32xl\:tw--my-14{
    margin-top:-3.5rem;
    margin-bottom:-3.5rem
  }

  .\32xl\:tw--my-16{
    margin-top:-4rem;
    margin-bottom:-4rem
  }

  .\32xl\:tw--my-20{
    margin-top:-5rem;
    margin-bottom:-5rem
  }

  .\32xl\:tw--my-24{
    margin-top:-6rem;
    margin-bottom:-6rem
  }

  .\32xl\:tw--my-28{
    margin-top:-7rem;
    margin-bottom:-7rem
  }

  .\32xl\:tw--my-32{
    margin-top:-8rem;
    margin-bottom:-8rem
  }

  .\32xl\:tw--my-36{
    margin-top:-9rem;
    margin-bottom:-9rem
  }

  .\32xl\:tw--my-40{
    margin-top:-10rem;
    margin-bottom:-10rem
  }

  .\32xl\:tw--my-44{
    margin-top:-11rem;
    margin-bottom:-11rem
  }

  .\32xl\:tw--my-48{
    margin-top:-12rem;
    margin-bottom:-12rem
  }

  .\32xl\:tw--my-52{
    margin-top:-13rem;
    margin-bottom:-13rem
  }

  .\32xl\:tw--my-56{
    margin-top:-14rem;
    margin-bottom:-14rem
  }

  .\32xl\:tw--my-60{
    margin-top:-15rem;
    margin-bottom:-15rem
  }

  .\32xl\:tw--my-64{
    margin-top:-16rem;
    margin-bottom:-16rem
  }

  .\32xl\:tw--my-72{
    margin-top:-18rem;
    margin-bottom:-18rem
  }

  .\32xl\:tw--my-80{
    margin-top:-20rem;
    margin-bottom:-20rem
  }

  .\32xl\:tw--my-96{
    margin-top:-24rem;
    margin-bottom:-24rem
  }

  .\32xl\:tw--my-px{
    margin-top:-1px;
    margin-bottom:-1px
  }

  .\32xl\:tw--my-0\.5{
    margin-top:-0.125rem;
    margin-bottom:-0.125rem
  }

  .\32xl\:tw--my-1\.5{
    margin-top:-0.375rem;
    margin-bottom:-0.375rem
  }

  .\32xl\:tw--my-2\.5{
    margin-top:-0.625rem;
    margin-bottom:-0.625rem
  }

  .\32xl\:tw--my-3\.5{
    margin-top:-0.875rem;
    margin-bottom:-0.875rem
  }

  .\32xl\:tw-mt-0{
    margin-top:0px
  }

  .\32xl\:tw-mt-1{
    margin-top:0.25rem
  }

  .\32xl\:tw-mt-2{
    margin-top:0.5rem
  }

  .\32xl\:tw-mt-3{
    margin-top:0.75rem
  }

  .\32xl\:tw-mt-4{
    margin-top:1rem
  }

  .\32xl\:tw-mt-5{
    margin-top:1.25rem
  }

  .\32xl\:tw-mt-6{
    margin-top:1.5rem
  }

  .\32xl\:tw-mt-7{
    margin-top:1.75rem
  }

  .\32xl\:tw-mt-8{
    margin-top:2rem
  }

  .\32xl\:tw-mt-9{
    margin-top:2.25rem
  }

  .\32xl\:tw-mt-10{
    margin-top:2.5rem
  }

  .\32xl\:tw-mt-11{
    margin-top:2.75rem
  }

  .\32xl\:tw-mt-12{
    margin-top:3rem
  }

  .\32xl\:tw-mt-14{
    margin-top:3.5rem
  }

  .\32xl\:tw-mt-16{
    margin-top:4rem
  }

  .\32xl\:tw-mt-20{
    margin-top:5rem
  }

  .\32xl\:tw-mt-24{
    margin-top:6rem
  }

  .\32xl\:tw-mt-28{
    margin-top:7rem
  }

  .\32xl\:tw-mt-32{
    margin-top:8rem
  }

  .\32xl\:tw-mt-36{
    margin-top:9rem
  }

  .\32xl\:tw-mt-40{
    margin-top:10rem
  }

  .\32xl\:tw-mt-44{
    margin-top:11rem
  }

  .\32xl\:tw-mt-48{
    margin-top:12rem
  }

  .\32xl\:tw-mt-52{
    margin-top:13rem
  }

  .\32xl\:tw-mt-56{
    margin-top:14rem
  }

  .\32xl\:tw-mt-60{
    margin-top:15rem
  }

  .\32xl\:tw-mt-64{
    margin-top:16rem
  }

  .\32xl\:tw-mt-72{
    margin-top:18rem
  }

  .\32xl\:tw-mt-80{
    margin-top:20rem
  }

  .\32xl\:tw-mt-96{
    margin-top:24rem
  }

  .\32xl\:tw-mt-auto{
    margin-top:auto
  }

  .\32xl\:tw-mt-px{
    margin-top:1px
  }

  .\32xl\:tw-mt-0\.5{
    margin-top:0.125rem
  }

  .\32xl\:tw-mt-1\.5{
    margin-top:0.375rem
  }

  .\32xl\:tw-mt-2\.5{
    margin-top:0.625rem
  }

  .\32xl\:tw-mt-3\.5{
    margin-top:0.875rem
  }

  .\32xl\:tw--mt-0{
    margin-top:0px
  }

  .\32xl\:tw--mt-1{
    margin-top:-0.25rem
  }

  .\32xl\:tw--mt-2{
    margin-top:-0.5rem
  }

  .\32xl\:tw--mt-3{
    margin-top:-0.75rem
  }

  .\32xl\:tw--mt-4{
    margin-top:-1rem
  }

  .\32xl\:tw--mt-5{
    margin-top:-1.25rem
  }

  .\32xl\:tw--mt-6{
    margin-top:-1.5rem
  }

  .\32xl\:tw--mt-7{
    margin-top:-1.75rem
  }

  .\32xl\:tw--mt-8{
    margin-top:-2rem
  }

  .\32xl\:tw--mt-9{
    margin-top:-2.25rem
  }

  .\32xl\:tw--mt-10{
    margin-top:-2.5rem
  }

  .\32xl\:tw--mt-11{
    margin-top:-2.75rem
  }

  .\32xl\:tw--mt-12{
    margin-top:-3rem
  }

  .\32xl\:tw--mt-14{
    margin-top:-3.5rem
  }

  .\32xl\:tw--mt-16{
    margin-top:-4rem
  }

  .\32xl\:tw--mt-20{
    margin-top:-5rem
  }

  .\32xl\:tw--mt-24{
    margin-top:-6rem
  }

  .\32xl\:tw--mt-28{
    margin-top:-7rem
  }

  .\32xl\:tw--mt-32{
    margin-top:-8rem
  }

  .\32xl\:tw--mt-36{
    margin-top:-9rem
  }

  .\32xl\:tw--mt-40{
    margin-top:-10rem
  }

  .\32xl\:tw--mt-44{
    margin-top:-11rem
  }

  .\32xl\:tw--mt-48{
    margin-top:-12rem
  }

  .\32xl\:tw--mt-52{
    margin-top:-13rem
  }

  .\32xl\:tw--mt-56{
    margin-top:-14rem
  }

  .\32xl\:tw--mt-60{
    margin-top:-15rem
  }

  .\32xl\:tw--mt-64{
    margin-top:-16rem
  }

  .\32xl\:tw--mt-72{
    margin-top:-18rem
  }

  .\32xl\:tw--mt-80{
    margin-top:-20rem
  }

  .\32xl\:tw--mt-96{
    margin-top:-24rem
  }

  .\32xl\:tw--mt-px{
    margin-top:-1px
  }

  .\32xl\:tw--mt-0\.5{
    margin-top:-0.125rem
  }

  .\32xl\:tw--mt-1\.5{
    margin-top:-0.375rem
  }

  .\32xl\:tw--mt-2\.5{
    margin-top:-0.625rem
  }

  .\32xl\:tw--mt-3\.5{
    margin-top:-0.875rem
  }

  .\32xl\:tw-mr-0{
    margin-right:0px
  }

  .\32xl\:tw-mr-1{
    margin-right:0.25rem
  }

  .\32xl\:tw-mr-2{
    margin-right:0.5rem
  }

  .\32xl\:tw-mr-3{
    margin-right:0.75rem
  }

  .\32xl\:tw-mr-4{
    margin-right:1rem
  }

  .\32xl\:tw-mr-5{
    margin-right:1.25rem
  }

  .\32xl\:tw-mr-6{
    margin-right:1.5rem
  }

  .\32xl\:tw-mr-7{
    margin-right:1.75rem
  }

  .\32xl\:tw-mr-8{
    margin-right:2rem
  }

  .\32xl\:tw-mr-9{
    margin-right:2.25rem
  }

  .\32xl\:tw-mr-10{
    margin-right:2.5rem
  }

  .\32xl\:tw-mr-11{
    margin-right:2.75rem
  }

  .\32xl\:tw-mr-12{
    margin-right:3rem
  }

  .\32xl\:tw-mr-14{
    margin-right:3.5rem
  }

  .\32xl\:tw-mr-16{
    margin-right:4rem
  }

  .\32xl\:tw-mr-20{
    margin-right:5rem
  }

  .\32xl\:tw-mr-24{
    margin-right:6rem
  }

  .\32xl\:tw-mr-28{
    margin-right:7rem
  }

  .\32xl\:tw-mr-32{
    margin-right:8rem
  }

  .\32xl\:tw-mr-36{
    margin-right:9rem
  }

  .\32xl\:tw-mr-40{
    margin-right:10rem
  }

  .\32xl\:tw-mr-44{
    margin-right:11rem
  }

  .\32xl\:tw-mr-48{
    margin-right:12rem
  }

  .\32xl\:tw-mr-52{
    margin-right:13rem
  }

  .\32xl\:tw-mr-56{
    margin-right:14rem
  }

  .\32xl\:tw-mr-60{
    margin-right:15rem
  }

  .\32xl\:tw-mr-64{
    margin-right:16rem
  }

  .\32xl\:tw-mr-72{
    margin-right:18rem
  }

  .\32xl\:tw-mr-80{
    margin-right:20rem
  }

  .\32xl\:tw-mr-96{
    margin-right:24rem
  }

  .\32xl\:tw-mr-auto{
    margin-right:auto
  }

  .\32xl\:tw-mr-px{
    margin-right:1px
  }

  .\32xl\:tw-mr-0\.5{
    margin-right:0.125rem
  }

  .\32xl\:tw-mr-1\.5{
    margin-right:0.375rem
  }

  .\32xl\:tw-mr-2\.5{
    margin-right:0.625rem
  }

  .\32xl\:tw-mr-3\.5{
    margin-right:0.875rem
  }

  .\32xl\:tw--mr-0{
    margin-right:0px
  }

  .\32xl\:tw--mr-1{
    margin-right:-0.25rem
  }

  .\32xl\:tw--mr-2{
    margin-right:-0.5rem
  }

  .\32xl\:tw--mr-3{
    margin-right:-0.75rem
  }

  .\32xl\:tw--mr-4{
    margin-right:-1rem
  }

  .\32xl\:tw--mr-5{
    margin-right:-1.25rem
  }

  .\32xl\:tw--mr-6{
    margin-right:-1.5rem
  }

  .\32xl\:tw--mr-7{
    margin-right:-1.75rem
  }

  .\32xl\:tw--mr-8{
    margin-right:-2rem
  }

  .\32xl\:tw--mr-9{
    margin-right:-2.25rem
  }

  .\32xl\:tw--mr-10{
    margin-right:-2.5rem
  }

  .\32xl\:tw--mr-11{
    margin-right:-2.75rem
  }

  .\32xl\:tw--mr-12{
    margin-right:-3rem
  }

  .\32xl\:tw--mr-14{
    margin-right:-3.5rem
  }

  .\32xl\:tw--mr-16{
    margin-right:-4rem
  }

  .\32xl\:tw--mr-20{
    margin-right:-5rem
  }

  .\32xl\:tw--mr-24{
    margin-right:-6rem
  }

  .\32xl\:tw--mr-28{
    margin-right:-7rem
  }

  .\32xl\:tw--mr-32{
    margin-right:-8rem
  }

  .\32xl\:tw--mr-36{
    margin-right:-9rem
  }

  .\32xl\:tw--mr-40{
    margin-right:-10rem
  }

  .\32xl\:tw--mr-44{
    margin-right:-11rem
  }

  .\32xl\:tw--mr-48{
    margin-right:-12rem
  }

  .\32xl\:tw--mr-52{
    margin-right:-13rem
  }

  .\32xl\:tw--mr-56{
    margin-right:-14rem
  }

  .\32xl\:tw--mr-60{
    margin-right:-15rem
  }

  .\32xl\:tw--mr-64{
    margin-right:-16rem
  }

  .\32xl\:tw--mr-72{
    margin-right:-18rem
  }

  .\32xl\:tw--mr-80{
    margin-right:-20rem
  }

  .\32xl\:tw--mr-96{
    margin-right:-24rem
  }

  .\32xl\:tw--mr-px{
    margin-right:-1px
  }

  .\32xl\:tw--mr-0\.5{
    margin-right:-0.125rem
  }

  .\32xl\:tw--mr-1\.5{
    margin-right:-0.375rem
  }

  .\32xl\:tw--mr-2\.5{
    margin-right:-0.625rem
  }

  .\32xl\:tw--mr-3\.5{
    margin-right:-0.875rem
  }

  .\32xl\:tw-mb-0{
    margin-bottom:0px
  }

  .\32xl\:tw-mb-1{
    margin-bottom:0.25rem
  }

  .\32xl\:tw-mb-2{
    margin-bottom:0.5rem
  }

  .\32xl\:tw-mb-3{
    margin-bottom:0.75rem
  }

  .\32xl\:tw-mb-4{
    margin-bottom:1rem
  }

  .\32xl\:tw-mb-5{
    margin-bottom:1.25rem
  }

  .\32xl\:tw-mb-6{
    margin-bottom:1.5rem
  }

  .\32xl\:tw-mb-7{
    margin-bottom:1.75rem
  }

  .\32xl\:tw-mb-8{
    margin-bottom:2rem
  }

  .\32xl\:tw-mb-9{
    margin-bottom:2.25rem
  }

  .\32xl\:tw-mb-10{
    margin-bottom:2.5rem
  }

  .\32xl\:tw-mb-11{
    margin-bottom:2.75rem
  }

  .\32xl\:tw-mb-12{
    margin-bottom:3rem
  }

  .\32xl\:tw-mb-14{
    margin-bottom:3.5rem
  }

  .\32xl\:tw-mb-16{
    margin-bottom:4rem
  }

  .\32xl\:tw-mb-20{
    margin-bottom:5rem
  }

  .\32xl\:tw-mb-24{
    margin-bottom:6rem
  }

  .\32xl\:tw-mb-28{
    margin-bottom:7rem
  }

  .\32xl\:tw-mb-32{
    margin-bottom:8rem
  }

  .\32xl\:tw-mb-36{
    margin-bottom:9rem
  }

  .\32xl\:tw-mb-40{
    margin-bottom:10rem
  }

  .\32xl\:tw-mb-44{
    margin-bottom:11rem
  }

  .\32xl\:tw-mb-48{
    margin-bottom:12rem
  }

  .\32xl\:tw-mb-52{
    margin-bottom:13rem
  }

  .\32xl\:tw-mb-56{
    margin-bottom:14rem
  }

  .\32xl\:tw-mb-60{
    margin-bottom:15rem
  }

  .\32xl\:tw-mb-64{
    margin-bottom:16rem
  }

  .\32xl\:tw-mb-72{
    margin-bottom:18rem
  }

  .\32xl\:tw-mb-80{
    margin-bottom:20rem
  }

  .\32xl\:tw-mb-96{
    margin-bottom:24rem
  }

  .\32xl\:tw-mb-auto{
    margin-bottom:auto
  }

  .\32xl\:tw-mb-px{
    margin-bottom:1px
  }

  .\32xl\:tw-mb-0\.5{
    margin-bottom:0.125rem
  }

  .\32xl\:tw-mb-1\.5{
    margin-bottom:0.375rem
  }

  .\32xl\:tw-mb-2\.5{
    margin-bottom:0.625rem
  }

  .\32xl\:tw-mb-3\.5{
    margin-bottom:0.875rem
  }

  .\32xl\:tw--mb-0{
    margin-bottom:0px
  }

  .\32xl\:tw--mb-1{
    margin-bottom:-0.25rem
  }

  .\32xl\:tw--mb-2{
    margin-bottom:-0.5rem
  }

  .\32xl\:tw--mb-3{
    margin-bottom:-0.75rem
  }

  .\32xl\:tw--mb-4{
    margin-bottom:-1rem
  }

  .\32xl\:tw--mb-5{
    margin-bottom:-1.25rem
  }

  .\32xl\:tw--mb-6{
    margin-bottom:-1.5rem
  }

  .\32xl\:tw--mb-7{
    margin-bottom:-1.75rem
  }

  .\32xl\:tw--mb-8{
    margin-bottom:-2rem
  }

  .\32xl\:tw--mb-9{
    margin-bottom:-2.25rem
  }

  .\32xl\:tw--mb-10{
    margin-bottom:-2.5rem
  }

  .\32xl\:tw--mb-11{
    margin-bottom:-2.75rem
  }

  .\32xl\:tw--mb-12{
    margin-bottom:-3rem
  }

  .\32xl\:tw--mb-14{
    margin-bottom:-3.5rem
  }

  .\32xl\:tw--mb-16{
    margin-bottom:-4rem
  }

  .\32xl\:tw--mb-20{
    margin-bottom:-5rem
  }

  .\32xl\:tw--mb-24{
    margin-bottom:-6rem
  }

  .\32xl\:tw--mb-28{
    margin-bottom:-7rem
  }

  .\32xl\:tw--mb-32{
    margin-bottom:-8rem
  }

  .\32xl\:tw--mb-36{
    margin-bottom:-9rem
  }

  .\32xl\:tw--mb-40{
    margin-bottom:-10rem
  }

  .\32xl\:tw--mb-44{
    margin-bottom:-11rem
  }

  .\32xl\:tw--mb-48{
    margin-bottom:-12rem
  }

  .\32xl\:tw--mb-52{
    margin-bottom:-13rem
  }

  .\32xl\:tw--mb-56{
    margin-bottom:-14rem
  }

  .\32xl\:tw--mb-60{
    margin-bottom:-15rem
  }

  .\32xl\:tw--mb-64{
    margin-bottom:-16rem
  }

  .\32xl\:tw--mb-72{
    margin-bottom:-18rem
  }

  .\32xl\:tw--mb-80{
    margin-bottom:-20rem
  }

  .\32xl\:tw--mb-96{
    margin-bottom:-24rem
  }

  .\32xl\:tw--mb-px{
    margin-bottom:-1px
  }

  .\32xl\:tw--mb-0\.5{
    margin-bottom:-0.125rem
  }

  .\32xl\:tw--mb-1\.5{
    margin-bottom:-0.375rem
  }

  .\32xl\:tw--mb-2\.5{
    margin-bottom:-0.625rem
  }

  .\32xl\:tw--mb-3\.5{
    margin-bottom:-0.875rem
  }

  .\32xl\:tw-ml-0{
    margin-left:0px
  }

  .\32xl\:tw-ml-1{
    margin-left:0.25rem
  }

  .\32xl\:tw-ml-2{
    margin-left:0.5rem
  }

  .\32xl\:tw-ml-3{
    margin-left:0.75rem
  }

  .\32xl\:tw-ml-4{
    margin-left:1rem
  }

  .\32xl\:tw-ml-5{
    margin-left:1.25rem
  }

  .\32xl\:tw-ml-6{
    margin-left:1.5rem
  }

  .\32xl\:tw-ml-7{
    margin-left:1.75rem
  }

  .\32xl\:tw-ml-8{
    margin-left:2rem
  }

  .\32xl\:tw-ml-9{
    margin-left:2.25rem
  }

  .\32xl\:tw-ml-10{
    margin-left:2.5rem
  }

  .\32xl\:tw-ml-11{
    margin-left:2.75rem
  }

  .\32xl\:tw-ml-12{
    margin-left:3rem
  }

  .\32xl\:tw-ml-14{
    margin-left:3.5rem
  }

  .\32xl\:tw-ml-16{
    margin-left:4rem
  }

  .\32xl\:tw-ml-20{
    margin-left:5rem
  }

  .\32xl\:tw-ml-24{
    margin-left:6rem
  }

  .\32xl\:tw-ml-28{
    margin-left:7rem
  }

  .\32xl\:tw-ml-32{
    margin-left:8rem
  }

  .\32xl\:tw-ml-36{
    margin-left:9rem
  }

  .\32xl\:tw-ml-40{
    margin-left:10rem
  }

  .\32xl\:tw-ml-44{
    margin-left:11rem
  }

  .\32xl\:tw-ml-48{
    margin-left:12rem
  }

  .\32xl\:tw-ml-52{
    margin-left:13rem
  }

  .\32xl\:tw-ml-56{
    margin-left:14rem
  }

  .\32xl\:tw-ml-60{
    margin-left:15rem
  }

  .\32xl\:tw-ml-64{
    margin-left:16rem
  }

  .\32xl\:tw-ml-72{
    margin-left:18rem
  }

  .\32xl\:tw-ml-80{
    margin-left:20rem
  }

  .\32xl\:tw-ml-96{
    margin-left:24rem
  }

  .\32xl\:tw-ml-auto{
    margin-left:auto
  }

  .\32xl\:tw-ml-px{
    margin-left:1px
  }

  .\32xl\:tw-ml-0\.5{
    margin-left:0.125rem
  }

  .\32xl\:tw-ml-1\.5{
    margin-left:0.375rem
  }

  .\32xl\:tw-ml-2\.5{
    margin-left:0.625rem
  }

  .\32xl\:tw-ml-3\.5{
    margin-left:0.875rem
  }

  .\32xl\:tw--ml-0{
    margin-left:0px
  }

  .\32xl\:tw--ml-1{
    margin-left:-0.25rem
  }

  .\32xl\:tw--ml-2{
    margin-left:-0.5rem
  }

  .\32xl\:tw--ml-3{
    margin-left:-0.75rem
  }

  .\32xl\:tw--ml-4{
    margin-left:-1rem
  }

  .\32xl\:tw--ml-5{
    margin-left:-1.25rem
  }

  .\32xl\:tw--ml-6{
    margin-left:-1.5rem
  }

  .\32xl\:tw--ml-7{
    margin-left:-1.75rem
  }

  .\32xl\:tw--ml-8{
    margin-left:-2rem
  }

  .\32xl\:tw--ml-9{
    margin-left:-2.25rem
  }

  .\32xl\:tw--ml-10{
    margin-left:-2.5rem
  }

  .\32xl\:tw--ml-11{
    margin-left:-2.75rem
  }

  .\32xl\:tw--ml-12{
    margin-left:-3rem
  }

  .\32xl\:tw--ml-14{
    margin-left:-3.5rem
  }

  .\32xl\:tw--ml-16{
    margin-left:-4rem
  }

  .\32xl\:tw--ml-20{
    margin-left:-5rem
  }

  .\32xl\:tw--ml-24{
    margin-left:-6rem
  }

  .\32xl\:tw--ml-28{
    margin-left:-7rem
  }

  .\32xl\:tw--ml-32{
    margin-left:-8rem
  }

  .\32xl\:tw--ml-36{
    margin-left:-9rem
  }

  .\32xl\:tw--ml-40{
    margin-left:-10rem
  }

  .\32xl\:tw--ml-44{
    margin-left:-11rem
  }

  .\32xl\:tw--ml-48{
    margin-left:-12rem
  }

  .\32xl\:tw--ml-52{
    margin-left:-13rem
  }

  .\32xl\:tw--ml-56{
    margin-left:-14rem
  }

  .\32xl\:tw--ml-60{
    margin-left:-15rem
  }

  .\32xl\:tw--ml-64{
    margin-left:-16rem
  }

  .\32xl\:tw--ml-72{
    margin-left:-18rem
  }

  .\32xl\:tw--ml-80{
    margin-left:-20rem
  }

  .\32xl\:tw--ml-96{
    margin-left:-24rem
  }

  .\32xl\:tw--ml-px{
    margin-left:-1px
  }

  .\32xl\:tw--ml-0\.5{
    margin-left:-0.125rem
  }

  .\32xl\:tw--ml-1\.5{
    margin-left:-0.375rem
  }

  .\32xl\:tw--ml-2\.5{
    margin-left:-0.625rem
  }

  .\32xl\:tw--ml-3\.5{
    margin-left:-0.875rem
  }

  .\32xl\:tw-box-border{
    box-sizing:border-box
  }

  .\32xl\:tw-box-content{
    box-sizing:content-box
  }

  .\32xl\:tw-block{
    display:block
  }

  .\32xl\:tw-inline-block{
    display:inline-block
  }

  .\32xl\:tw-inline{
    display:inline
  }

  .\32xl\:tw-flex{
    display:flex
  }

  .\32xl\:tw-inline-flex{
    display:inline-flex
  }

  .\32xl\:tw-table{
    display:table
  }

  .\32xl\:tw-inline-table{
    display:inline-table
  }

  .\32xl\:tw-table-caption{
    display:table-caption
  }

  .\32xl\:tw-table-cell{
    display:table-cell
  }

  .\32xl\:tw-table-column{
    display:table-column
  }

  .\32xl\:tw-table-column-group{
    display:table-column-group
  }

  .\32xl\:tw-table-footer-group{
    display:table-footer-group
  }

  .\32xl\:tw-table-header-group{
    display:table-header-group
  }

  .\32xl\:tw-table-row-group{
    display:table-row-group
  }

  .\32xl\:tw-table-row{
    display:table-row
  }

  .\32xl\:tw-flow-root{
    display:flow-root
  }

  .\32xl\:tw-grid{
    display:grid
  }

  .\32xl\:tw-inline-grid{
    display:inline-grid
  }

  .\32xl\:tw-contents{
    display:contents
  }

  .\32xl\:tw-list-item{
    display:list-item
  }

  .\32xl\:tw-hidden{
    display:none
  }

  .\32xl\:tw-h-0{
    height:0px
  }

  .\32xl\:tw-h-1{
    height:0.25rem
  }

  .\32xl\:tw-h-2{
    height:0.5rem
  }

  .\32xl\:tw-h-3{
    height:0.75rem
  }

  .\32xl\:tw-h-4{
    height:1rem
  }

  .\32xl\:tw-h-5{
    height:1.25rem
  }

  .\32xl\:tw-h-6{
    height:1.5rem
  }

  .\32xl\:tw-h-7{
    height:1.75rem
  }

  .\32xl\:tw-h-8{
    height:2rem
  }

  .\32xl\:tw-h-9{
    height:2.25rem
  }

  .\32xl\:tw-h-10{
    height:2.5rem
  }

  .\32xl\:tw-h-11{
    height:2.75rem
  }

  .\32xl\:tw-h-12{
    height:3rem
  }

  .\32xl\:tw-h-14{
    height:3.5rem
  }

  .\32xl\:tw-h-16{
    height:4rem
  }

  .\32xl\:tw-h-20{
    height:5rem
  }

  .\32xl\:tw-h-24{
    height:6rem
  }

  .\32xl\:tw-h-28{
    height:7rem
  }

  .\32xl\:tw-h-32{
    height:8rem
  }

  .\32xl\:tw-h-36{
    height:9rem
  }

  .\32xl\:tw-h-40{
    height:10rem
  }

  .\32xl\:tw-h-44{
    height:11rem
  }

  .\32xl\:tw-h-48{
    height:12rem
  }

  .\32xl\:tw-h-52{
    height:13rem
  }

  .\32xl\:tw-h-56{
    height:14rem
  }

  .\32xl\:tw-h-60{
    height:15rem
  }

  .\32xl\:tw-h-64{
    height:16rem
  }

  .\32xl\:tw-h-72{
    height:18rem
  }

  .\32xl\:tw-h-80{
    height:20rem
  }

  .\32xl\:tw-h-96{
    height:24rem
  }

  .\32xl\:tw-h-auto{
    height:auto
  }

  .\32xl\:tw-h-px{
    height:1px
  }

  .\32xl\:tw-h-0\.5{
    height:0.125rem
  }

  .\32xl\:tw-h-1\.5{
    height:0.375rem
  }

  .\32xl\:tw-h-2\.5{
    height:0.625rem
  }

  .\32xl\:tw-h-3\.5{
    height:0.875rem
  }

  .\32xl\:tw-h-1\/2{
    height:50%
  }

  .\32xl\:tw-h-1\/3{
    height:33.333333%
  }

  .\32xl\:tw-h-2\/3{
    height:66.666667%
  }

  .\32xl\:tw-h-1\/4{
    height:25%
  }

  .\32xl\:tw-h-2\/4{
    height:50%
  }

  .\32xl\:tw-h-3\/4{
    height:75%
  }

  .\32xl\:tw-h-1\/5{
    height:20%
  }

  .\32xl\:tw-h-2\/5{
    height:40%
  }

  .\32xl\:tw-h-3\/5{
    height:60%
  }

  .\32xl\:tw-h-4\/5{
    height:80%
  }

  .\32xl\:tw-h-1\/6{
    height:16.666667%
  }

  .\32xl\:tw-h-2\/6{
    height:33.333333%
  }

  .\32xl\:tw-h-3\/6{
    height:50%
  }

  .\32xl\:tw-h-4\/6{
    height:66.666667%
  }

  .\32xl\:tw-h-5\/6{
    height:83.333333%
  }

  .\32xl\:tw-h-full{
    height:100%
  }

  .\32xl\:tw-h-screen{
    height:100vh
  }

  .\32xl\:tw-max-h-0{
    max-height:0px
  }

  .\32xl\:tw-max-h-1{
    max-height:0.25rem
  }

  .\32xl\:tw-max-h-2{
    max-height:0.5rem
  }

  .\32xl\:tw-max-h-3{
    max-height:0.75rem
  }

  .\32xl\:tw-max-h-4{
    max-height:1rem
  }

  .\32xl\:tw-max-h-5{
    max-height:1.25rem
  }

  .\32xl\:tw-max-h-6{
    max-height:1.5rem
  }

  .\32xl\:tw-max-h-7{
    max-height:1.75rem
  }

  .\32xl\:tw-max-h-8{
    max-height:2rem
  }

  .\32xl\:tw-max-h-9{
    max-height:2.25rem
  }

  .\32xl\:tw-max-h-10{
    max-height:2.5rem
  }

  .\32xl\:tw-max-h-11{
    max-height:2.75rem
  }

  .\32xl\:tw-max-h-12{
    max-height:3rem
  }

  .\32xl\:tw-max-h-14{
    max-height:3.5rem
  }

  .\32xl\:tw-max-h-16{
    max-height:4rem
  }

  .\32xl\:tw-max-h-20{
    max-height:5rem
  }

  .\32xl\:tw-max-h-24{
    max-height:6rem
  }

  .\32xl\:tw-max-h-28{
    max-height:7rem
  }

  .\32xl\:tw-max-h-32{
    max-height:8rem
  }

  .\32xl\:tw-max-h-36{
    max-height:9rem
  }

  .\32xl\:tw-max-h-40{
    max-height:10rem
  }

  .\32xl\:tw-max-h-44{
    max-height:11rem
  }

  .\32xl\:tw-max-h-48{
    max-height:12rem
  }

  .\32xl\:tw-max-h-52{
    max-height:13rem
  }

  .\32xl\:tw-max-h-56{
    max-height:14rem
  }

  .\32xl\:tw-max-h-60{
    max-height:15rem
  }

  .\32xl\:tw-max-h-64{
    max-height:16rem
  }

  .\32xl\:tw-max-h-72{
    max-height:18rem
  }

  .\32xl\:tw-max-h-80{
    max-height:20rem
  }

  .\32xl\:tw-max-h-96{
    max-height:24rem
  }

  .\32xl\:tw-max-h-px{
    max-height:1px
  }

  .\32xl\:tw-max-h-0\.5{
    max-height:0.125rem
  }

  .\32xl\:tw-max-h-1\.5{
    max-height:0.375rem
  }

  .\32xl\:tw-max-h-2\.5{
    max-height:0.625rem
  }

  .\32xl\:tw-max-h-3\.5{
    max-height:0.875rem
  }

  .\32xl\:tw-max-h-full{
    max-height:100%
  }

  .\32xl\:tw-max-h-screen{
    max-height:100vh
  }

  .\32xl\:tw-min-h-0{
    min-height:0px
  }

  .\32xl\:tw-min-h-full{
    min-height:100%
  }

  .\32xl\:tw-min-h-screen{
    min-height:100vh
  }

  .\32xl\:tw-w-0{
    width:0px
  }

  .\32xl\:tw-w-1{
    width:0.25rem
  }

  .\32xl\:tw-w-2{
    width:0.5rem
  }

  .\32xl\:tw-w-3{
    width:0.75rem
  }

  .\32xl\:tw-w-4{
    width:1rem
  }

  .\32xl\:tw-w-5{
    width:1.25rem
  }

  .\32xl\:tw-w-6{
    width:1.5rem
  }

  .\32xl\:tw-w-7{
    width:1.75rem
  }

  .\32xl\:tw-w-8{
    width:2rem
  }

  .\32xl\:tw-w-9{
    width:2.25rem
  }

  .\32xl\:tw-w-10{
    width:2.5rem
  }

  .\32xl\:tw-w-11{
    width:2.75rem
  }

  .\32xl\:tw-w-12{
    width:3rem
  }

  .\32xl\:tw-w-14{
    width:3.5rem
  }

  .\32xl\:tw-w-16{
    width:4rem
  }

  .\32xl\:tw-w-20{
    width:5rem
  }

  .\32xl\:tw-w-24{
    width:6rem
  }

  .\32xl\:tw-w-28{
    width:7rem
  }

  .\32xl\:tw-w-32{
    width:8rem
  }

  .\32xl\:tw-w-36{
    width:9rem
  }

  .\32xl\:tw-w-40{
    width:10rem
  }

  .\32xl\:tw-w-44{
    width:11rem
  }

  .\32xl\:tw-w-48{
    width:12rem
  }

  .\32xl\:tw-w-52{
    width:13rem
  }

  .\32xl\:tw-w-56{
    width:14rem
  }

  .\32xl\:tw-w-60{
    width:15rem
  }

  .\32xl\:tw-w-64{
    width:16rem
  }

  .\32xl\:tw-w-72{
    width:18rem
  }

  .\32xl\:tw-w-80{
    width:20rem
  }

  .\32xl\:tw-w-96{
    width:24rem
  }

  .\32xl\:tw-w-auto{
    width:auto
  }

  .\32xl\:tw-w-px{
    width:1px
  }

  .\32xl\:tw-w-0\.5{
    width:0.125rem
  }

  .\32xl\:tw-w-1\.5{
    width:0.375rem
  }

  .\32xl\:tw-w-2\.5{
    width:0.625rem
  }

  .\32xl\:tw-w-3\.5{
    width:0.875rem
  }

  .\32xl\:tw-w-1\/2{
    width:50%
  }

  .\32xl\:tw-w-1\/3{
    width:33.333333%
  }

  .\32xl\:tw-w-2\/3{
    width:66.666667%
  }

  .\32xl\:tw-w-1\/4{
    width:25%
  }

  .\32xl\:tw-w-2\/4{
    width:50%
  }

  .\32xl\:tw-w-3\/4{
    width:75%
  }

  .\32xl\:tw-w-1\/5{
    width:20%
  }

  .\32xl\:tw-w-2\/5{
    width:40%
  }

  .\32xl\:tw-w-3\/5{
    width:60%
  }

  .\32xl\:tw-w-4\/5{
    width:80%
  }

  .\32xl\:tw-w-1\/6{
    width:16.666667%
  }

  .\32xl\:tw-w-2\/6{
    width:33.333333%
  }

  .\32xl\:tw-w-3\/6{
    width:50%
  }

  .\32xl\:tw-w-4\/6{
    width:66.666667%
  }

  .\32xl\:tw-w-5\/6{
    width:83.333333%
  }

  .\32xl\:tw-w-1\/12{
    width:8.333333%
  }

  .\32xl\:tw-w-2\/12{
    width:16.666667%
  }

  .\32xl\:tw-w-3\/12{
    width:25%
  }

  .\32xl\:tw-w-4\/12{
    width:33.333333%
  }

  .\32xl\:tw-w-5\/12{
    width:41.666667%
  }

  .\32xl\:tw-w-6\/12{
    width:50%
  }

  .\32xl\:tw-w-7\/12{
    width:58.333333%
  }

  .\32xl\:tw-w-8\/12{
    width:66.666667%
  }

  .\32xl\:tw-w-9\/12{
    width:75%
  }

  .\32xl\:tw-w-10\/12{
    width:83.333333%
  }

  .\32xl\:tw-w-11\/12{
    width:91.666667%
  }

  .\32xl\:tw-w-full{
    width:100%
  }

  .\32xl\:tw-w-screen{
    width:100vw
  }

  .\32xl\:tw-w-min{
    width:min-content
  }

  .\32xl\:tw-w-max{
    width:max-content
  }

  .\32xl\:tw-min-w-0{
    min-width:0px
  }

  .\32xl\:tw-min-w-full{
    min-width:100%
  }

  .\32xl\:tw-min-w-min{
    min-width:min-content
  }

  .\32xl\:tw-min-w-max{
    min-width:max-content
  }

  .\32xl\:tw-max-w-0{
    max-width:0rem
  }

  .\32xl\:tw-max-w-none{
    max-width:none
  }

  .\32xl\:tw-max-w-xs{
    max-width:20rem
  }

  .\32xl\:tw-max-w-sm{
    max-width:24rem
  }

  .\32xl\:tw-max-w-md{
    max-width:28rem
  }

  .\32xl\:tw-max-w-lg{
    max-width:32rem
  }

  .\32xl\:tw-max-w-xl{
    max-width:36rem
  }

  .\32xl\:tw-max-w-2xl{
    max-width:42rem
  }

  .\32xl\:tw-max-w-3xl{
    max-width:48rem
  }

  .\32xl\:tw-max-w-4xl{
    max-width:56rem
  }

  .\32xl\:tw-max-w-5xl{
    max-width:64rem
  }

  .\32xl\:tw-max-w-6xl{
    max-width:72rem
  }

  .\32xl\:tw-max-w-7xl{
    max-width:80rem
  }

  .\32xl\:tw-max-w-full{
    max-width:100%
  }

  .\32xl\:tw-max-w-min{
    max-width:min-content
  }

  .\32xl\:tw-max-w-max{
    max-width:max-content
  }

  .\32xl\:tw-max-w-prose{
    max-width:65ch
  }

  .\32xl\:tw-max-w-screen-sm{
    max-width:640px
  }

  .\32xl\:tw-max-w-screen-md{
    max-width:768px
  }

  .\32xl\:tw-max-w-screen-lg{
    max-width:1024px
  }

  .\32xl\:tw-max-w-screen-xl{
    max-width:1280px
  }

  .\32xl\:tw-max-w-screen-2xl{
    max-width:1536px
  }

  .\32xl\:tw-flex-1{
    flex:1 1 0%
  }

  .\32xl\:tw-flex-auto{
    flex:1 1 auto
  }

  .\32xl\:tw-flex-initial{
    flex:0 1 auto
  }

  .\32xl\:tw-flex-none{
    flex:none
  }

  .\32xl\:tw-flex-shrink-0{
    flex-shrink:0
  }

  .\32xl\:tw-flex-shrink{
    flex-shrink:1
  }

  .\32xl\:tw-flex-grow-0{
    flex-grow:0
  }

  .\32xl\:tw-flex-grow{
    flex-grow:1
  }

  .\32xl\:tw-table-auto{
    table-layout:auto
  }

  .\32xl\:tw-table-fixed{
    table-layout:fixed
  }

  .\32xl\:tw-border-collapse{
    border-collapse:collapse
  }

  .\32xl\:tw-border-separate{
    border-collapse:separate
  }

  .\32xl\:tw-origin-center{
    transform-origin:center
  }

  .\32xl\:tw-origin-top{
    transform-origin:top
  }

  .\32xl\:tw-origin-top-right{
    transform-origin:top right
  }

  .\32xl\:tw-origin-right{
    transform-origin:right
  }

  .\32xl\:tw-origin-bottom-right{
    transform-origin:bottom right
  }

  .\32xl\:tw-origin-bottom{
    transform-origin:bottom
  }

  .\32xl\:tw-origin-bottom-left{
    transform-origin:bottom left
  }

  .\32xl\:tw-origin-left{
    transform-origin:left
  }

  .\32xl\:tw-origin-top-left{
    transform-origin:top left
  }

  .\32xl\:tw-transform{
    --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;
    transform:translateX(var(--tw-translate-x)) translateY(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\:tw-transform-gpu{
    --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;
    transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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\:tw-transform-none{
    transform:none
  }

  .\32xl\:tw-translate-x-0{
    --tw-translate-x:0px
  }

  .\32xl\:tw-translate-x-1{
    --tw-translate-x:0.25rem
  }

  .\32xl\:tw-translate-x-2{
    --tw-translate-x:0.5rem
  }

  .\32xl\:tw-translate-x-3{
    --tw-translate-x:0.75rem
  }

  .\32xl\:tw-translate-x-4{
    --tw-translate-x:1rem
  }

  .\32xl\:tw-translate-x-5{
    --tw-translate-x:1.25rem
  }

  .\32xl\:tw-translate-x-6{
    --tw-translate-x:1.5rem
  }

  .\32xl\:tw-translate-x-7{
    --tw-translate-x:1.75rem
  }

  .\32xl\:tw-translate-x-8{
    --tw-translate-x:2rem
  }

  .\32xl\:tw-translate-x-9{
    --tw-translate-x:2.25rem
  }

  .\32xl\:tw-translate-x-10{
    --tw-translate-x:2.5rem
  }

  .\32xl\:tw-translate-x-11{
    --tw-translate-x:2.75rem
  }

  .\32xl\:tw-translate-x-12{
    --tw-translate-x:3rem
  }

  .\32xl\:tw-translate-x-14{
    --tw-translate-x:3.5rem
  }

  .\32xl\:tw-translate-x-16{
    --tw-translate-x:4rem
  }

  .\32xl\:tw-translate-x-20{
    --tw-translate-x:5rem
  }

  .\32xl\:tw-translate-x-24{
    --tw-translate-x:6rem
  }

  .\32xl\:tw-translate-x-28{
    --tw-translate-x:7rem
  }

  .\32xl\:tw-translate-x-32{
    --tw-translate-x:8rem
  }

  .\32xl\:tw-translate-x-36{
    --tw-translate-x:9rem
  }

  .\32xl\:tw-translate-x-40{
    --tw-translate-x:10rem
  }

  .\32xl\:tw-translate-x-44{
    --tw-translate-x:11rem
  }

  .\32xl\:tw-translate-x-48{
    --tw-translate-x:12rem
  }

  .\32xl\:tw-translate-x-52{
    --tw-translate-x:13rem
  }

  .\32xl\:tw-translate-x-56{
    --tw-translate-x:14rem
  }

  .\32xl\:tw-translate-x-60{
    --tw-translate-x:15rem
  }

  .\32xl\:tw-translate-x-64{
    --tw-translate-x:16rem
  }

  .\32xl\:tw-translate-x-72{
    --tw-translate-x:18rem
  }

  .\32xl\:tw-translate-x-80{
    --tw-translate-x:20rem
  }

  .\32xl\:tw-translate-x-96{
    --tw-translate-x:24rem
  }

  .\32xl\:tw-translate-x-px{
    --tw-translate-x:1px
  }

  .\32xl\:tw-translate-x-0\.5{
    --tw-translate-x:0.125rem
  }

  .\32xl\:tw-translate-x-1\.5{
    --tw-translate-x:0.375rem
  }

  .\32xl\:tw-translate-x-2\.5{
    --tw-translate-x:0.625rem
  }

  .\32xl\:tw-translate-x-3\.5{
    --tw-translate-x:0.875rem
  }

  .\32xl\:tw--translate-x-0{
    --tw-translate-x:0px
  }

  .\32xl\:tw--translate-x-1{
    --tw-translate-x:-0.25rem
  }

  .\32xl\:tw--translate-x-2{
    --tw-translate-x:-0.5rem
  }

  .\32xl\:tw--translate-x-3{
    --tw-translate-x:-0.75rem
  }

  .\32xl\:tw--translate-x-4{
    --tw-translate-x:-1rem
  }

  .\32xl\:tw--translate-x-5{
    --tw-translate-x:-1.25rem
  }

  .\32xl\:tw--translate-x-6{
    --tw-translate-x:-1.5rem
  }

  .\32xl\:tw--translate-x-7{
    --tw-translate-x:-1.75rem
  }

  .\32xl\:tw--translate-x-8{
    --tw-translate-x:-2rem
  }

  .\32xl\:tw--translate-x-9{
    --tw-translate-x:-2.25rem
  }

  .\32xl\:tw--translate-x-10{
    --tw-translate-x:-2.5rem
  }

  .\32xl\:tw--translate-x-11{
    --tw-translate-x:-2.75rem
  }

  .\32xl\:tw--translate-x-12{
    --tw-translate-x:-3rem
  }

  .\32xl\:tw--translate-x-14{
    --tw-translate-x:-3.5rem
  }

  .\32xl\:tw--translate-x-16{
    --tw-translate-x:-4rem
  }

  .\32xl\:tw--translate-x-20{
    --tw-translate-x:-5rem
  }

  .\32xl\:tw--translate-x-24{
    --tw-translate-x:-6rem
  }

  .\32xl\:tw--translate-x-28{
    --tw-translate-x:-7rem
  }

  .\32xl\:tw--translate-x-32{
    --tw-translate-x:-8rem
  }

  .\32xl\:tw--translate-x-36{
    --tw-translate-x:-9rem
  }

  .\32xl\:tw--translate-x-40{
    --tw-translate-x:-10rem
  }

  .\32xl\:tw--translate-x-44{
    --tw-translate-x:-11rem
  }

  .\32xl\:tw--translate-x-48{
    --tw-translate-x:-12rem
  }

  .\32xl\:tw--translate-x-52{
    --tw-translate-x:-13rem
  }

  .\32xl\:tw--translate-x-56{
    --tw-translate-x:-14rem
  }

  .\32xl\:tw--translate-x-60{
    --tw-translate-x:-15rem
  }

  .\32xl\:tw--translate-x-64{
    --tw-translate-x:-16rem
  }

  .\32xl\:tw--translate-x-72{
    --tw-translate-x:-18rem
  }

  .\32xl\:tw--translate-x-80{
    --tw-translate-x:-20rem
  }

  .\32xl\:tw--translate-x-96{
    --tw-translate-x:-24rem
  }

  .\32xl\:tw--translate-x-px{
    --tw-translate-x:-1px
  }

  .\32xl\:tw--translate-x-0\.5{
    --tw-translate-x:-0.125rem
  }

  .\32xl\:tw--translate-x-1\.5{
    --tw-translate-x:-0.375rem
  }

  .\32xl\:tw--translate-x-2\.5{
    --tw-translate-x:-0.625rem
  }

  .\32xl\:tw--translate-x-3\.5{
    --tw-translate-x:-0.875rem
  }

  .\32xl\:tw-translate-x-1\/2{
    --tw-translate-x:50%
  }

  .\32xl\:tw-translate-x-1\/3{
    --tw-translate-x:33.333333%
  }

  .\32xl\:tw-translate-x-2\/3{
    --tw-translate-x:66.666667%
  }

  .\32xl\:tw-translate-x-1\/4{
    --tw-translate-x:25%
  }

  .\32xl\:tw-translate-x-2\/4{
    --tw-translate-x:50%
  }

  .\32xl\:tw-translate-x-3\/4{
    --tw-translate-x:75%
  }

  .\32xl\:tw-translate-x-full{
    --tw-translate-x:100%
  }

  .\32xl\:tw--translate-x-1\/2{
    --tw-translate-x:-50%
  }

  .\32xl\:tw--translate-x-1\/3{
    --tw-translate-x:-33.333333%
  }

  .\32xl\:tw--translate-x-2\/3{
    --tw-translate-x:-66.666667%
  }

  .\32xl\:tw--translate-x-1\/4{
    --tw-translate-x:-25%
  }

  .\32xl\:tw--translate-x-2\/4{
    --tw-translate-x:-50%
  }

  .\32xl\:tw--translate-x-3\/4{
    --tw-translate-x:-75%
  }

  .\32xl\:tw--translate-x-full{
    --tw-translate-x:-100%
  }

  .\32xl\:tw-translate-y-0{
    --tw-translate-y:0px
  }

  .\32xl\:tw-translate-y-1{
    --tw-translate-y:0.25rem
  }

  .\32xl\:tw-translate-y-2{
    --tw-translate-y:0.5rem
  }

  .\32xl\:tw-translate-y-3{
    --tw-translate-y:0.75rem
  }

  .\32xl\:tw-translate-y-4{
    --tw-translate-y:1rem
  }

  .\32xl\:tw-translate-y-5{
    --tw-translate-y:1.25rem
  }

  .\32xl\:tw-translate-y-6{
    --tw-translate-y:1.5rem
  }

  .\32xl\:tw-translate-y-7{
    --tw-translate-y:1.75rem
  }

  .\32xl\:tw-translate-y-8{
    --tw-translate-y:2rem
  }

  .\32xl\:tw-translate-y-9{
    --tw-translate-y:2.25rem
  }

  .\32xl\:tw-translate-y-10{
    --tw-translate-y:2.5rem
  }

  .\32xl\:tw-translate-y-11{
    --tw-translate-y:2.75rem
  }

  .\32xl\:tw-translate-y-12{
    --tw-translate-y:3rem
  }

  .\32xl\:tw-translate-y-14{
    --tw-translate-y:3.5rem
  }

  .\32xl\:tw-translate-y-16{
    --tw-translate-y:4rem
  }

  .\32xl\:tw-translate-y-20{
    --tw-translate-y:5rem
  }

  .\32xl\:tw-translate-y-24{
    --tw-translate-y:6rem
  }

  .\32xl\:tw-translate-y-28{
    --tw-translate-y:7rem
  }

  .\32xl\:tw-translate-y-32{
    --tw-translate-y:8rem
  }

  .\32xl\:tw-translate-y-36{
    --tw-translate-y:9rem
  }

  .\32xl\:tw-translate-y-40{
    --tw-translate-y:10rem
  }

  .\32xl\:tw-translate-y-44{
    --tw-translate-y:11rem
  }

  .\32xl\:tw-translate-y-48{
    --tw-translate-y:12rem
  }

  .\32xl\:tw-translate-y-52{
    --tw-translate-y:13rem
  }

  .\32xl\:tw-translate-y-56{
    --tw-translate-y:14rem
  }

  .\32xl\:tw-translate-y-60{
    --tw-translate-y:15rem
  }

  .\32xl\:tw-translate-y-64{
    --tw-translate-y:16rem
  }

  .\32xl\:tw-translate-y-72{
    --tw-translate-y:18rem
  }

  .\32xl\:tw-translate-y-80{
    --tw-translate-y:20rem
  }

  .\32xl\:tw-translate-y-96{
    --tw-translate-y:24rem
  }

  .\32xl\:tw-translate-y-px{
    --tw-translate-y:1px
  }

  .\32xl\:tw-translate-y-0\.5{
    --tw-translate-y:0.125rem
  }

  .\32xl\:tw-translate-y-1\.5{
    --tw-translate-y:0.375rem
  }

  .\32xl\:tw-translate-y-2\.5{
    --tw-translate-y:0.625rem
  }

  .\32xl\:tw-translate-y-3\.5{
    --tw-translate-y:0.875rem
  }

  .\32xl\:tw--translate-y-0{
    --tw-translate-y:0px
  }

  .\32xl\:tw--translate-y-1{
    --tw-translate-y:-0.25rem
  }

  .\32xl\:tw--translate-y-2{
    --tw-translate-y:-0.5rem
  }

  .\32xl\:tw--translate-y-3{
    --tw-translate-y:-0.75rem
  }

  .\32xl\:tw--translate-y-4{
    --tw-translate-y:-1rem
  }

  .\32xl\:tw--translate-y-5{
    --tw-translate-y:-1.25rem
  }

  .\32xl\:tw--translate-y-6{
    --tw-translate-y:-1.5rem
  }

  .\32xl\:tw--translate-y-7{
    --tw-translate-y:-1.75rem
  }

  .\32xl\:tw--translate-y-8{
    --tw-translate-y:-2rem
  }

  .\32xl\:tw--translate-y-9{
    --tw-translate-y:-2.25rem
  }

  .\32xl\:tw--translate-y-10{
    --tw-translate-y:-2.5rem
  }

  .\32xl\:tw--translate-y-11{
    --tw-translate-y:-2.75rem
  }

  .\32xl\:tw--translate-y-12{
    --tw-translate-y:-3rem
  }

  .\32xl\:tw--translate-y-14{
    --tw-translate-y:-3.5rem
  }

  .\32xl\:tw--translate-y-16{
    --tw-translate-y:-4rem
  }

  .\32xl\:tw--translate-y-20{
    --tw-translate-y:-5rem
  }

  .\32xl\:tw--translate-y-24{
    --tw-translate-y:-6rem
  }

  .\32xl\:tw--translate-y-28{
    --tw-translate-y:-7rem
  }

  .\32xl\:tw--translate-y-32{
    --tw-translate-y:-8rem
  }

  .\32xl\:tw--translate-y-36{
    --tw-translate-y:-9rem
  }

  .\32xl\:tw--translate-y-40{
    --tw-translate-y:-10rem
  }

  .\32xl\:tw--translate-y-44{
    --tw-translate-y:-11rem
  }

  .\32xl\:tw--translate-y-48{
    --tw-translate-y:-12rem
  }

  .\32xl\:tw--translate-y-52{
    --tw-translate-y:-13rem
  }

  .\32xl\:tw--translate-y-56{
    --tw-translate-y:-14rem
  }

  .\32xl\:tw--translate-y-60{
    --tw-translate-y:-15rem
  }

  .\32xl\:tw--translate-y-64{
    --tw-translate-y:-16rem
  }

  .\32xl\:tw--translate-y-72{
    --tw-translate-y:-18rem
  }

  .\32xl\:tw--translate-y-80{
    --tw-translate-y:-20rem
  }

  .\32xl\:tw--translate-y-96{
    --tw-translate-y:-24rem
  }

  .\32xl\:tw--translate-y-px{
    --tw-translate-y:-1px
  }

  .\32xl\:tw--translate-y-0\.5{
    --tw-translate-y:-0.125rem
  }

  .\32xl\:tw--translate-y-1\.5{
    --tw-translate-y:-0.375rem
  }

  .\32xl\:tw--translate-y-2\.5{
    --tw-translate-y:-0.625rem
  }

  .\32xl\:tw--translate-y-3\.5{
    --tw-translate-y:-0.875rem
  }

  .\32xl\:tw-translate-y-1\/2{
    --tw-translate-y:50%
  }

  .\32xl\:tw-translate-y-1\/3{
    --tw-translate-y:33.333333%
  }

  .\32xl\:tw-translate-y-2\/3{
    --tw-translate-y:66.666667%
  }

  .\32xl\:tw-translate-y-1\/4{
    --tw-translate-y:25%
  }

  .\32xl\:tw-translate-y-2\/4{
    --tw-translate-y:50%
  }

  .\32xl\:tw-translate-y-3\/4{
    --tw-translate-y:75%
  }

  .\32xl\:tw-translate-y-full{
    --tw-translate-y:100%
  }

  .\32xl\:tw--translate-y-1\/2{
    --tw-translate-y:-50%
  }

  .\32xl\:tw--translate-y-1\/3{
    --tw-translate-y:-33.333333%
  }

  .\32xl\:tw--translate-y-2\/3{
    --tw-translate-y:-66.666667%
  }

  .\32xl\:tw--translate-y-1\/4{
    --tw-translate-y:-25%
  }

  .\32xl\:tw--translate-y-2\/4{
    --tw-translate-y:-50%
  }

  .\32xl\:tw--translate-y-3\/4{
    --tw-translate-y:-75%
  }

  .\32xl\:tw--translate-y-full{
    --tw-translate-y:-100%
  }

  .\32xl\:hover\:tw-translate-x-0:hover{
    --tw-translate-x:0px
  }

  .\32xl\:hover\:tw-translate-x-1:hover{
    --tw-translate-x:0.25rem
  }

  .\32xl\:hover\:tw-translate-x-2:hover{
    --tw-translate-x:0.5rem
  }

  .\32xl\:hover\:tw-translate-x-3:hover{
    --tw-translate-x:0.75rem
  }

  .\32xl\:hover\:tw-translate-x-4:hover{
    --tw-translate-x:1rem
  }

  .\32xl\:hover\:tw-translate-x-5:hover{
    --tw-translate-x:1.25rem
  }

  .\32xl\:hover\:tw-translate-x-6:hover{
    --tw-translate-x:1.5rem
  }

  .\32xl\:hover\:tw-translate-x-7:hover{
    --tw-translate-x:1.75rem
  }

  .\32xl\:hover\:tw-translate-x-8:hover{
    --tw-translate-x:2rem
  }

  .\32xl\:hover\:tw-translate-x-9:hover{
    --tw-translate-x:2.25rem
  }

  .\32xl\:hover\:tw-translate-x-10:hover{
    --tw-translate-x:2.5rem
  }

  .\32xl\:hover\:tw-translate-x-11:hover{
    --tw-translate-x:2.75rem
  }

  .\32xl\:hover\:tw-translate-x-12:hover{
    --tw-translate-x:3rem
  }

  .\32xl\:hover\:tw-translate-x-14:hover{
    --tw-translate-x:3.5rem
  }

  .\32xl\:hover\:tw-translate-x-16:hover{
    --tw-translate-x:4rem
  }

  .\32xl\:hover\:tw-translate-x-20:hover{
    --tw-translate-x:5rem
  }

  .\32xl\:hover\:tw-translate-x-24:hover{
    --tw-translate-x:6rem
  }

  .\32xl\:hover\:tw-translate-x-28:hover{
    --tw-translate-x:7rem
  }

  .\32xl\:hover\:tw-translate-x-32:hover{
    --tw-translate-x:8rem
  }

  .\32xl\:hover\:tw-translate-x-36:hover{
    --tw-translate-x:9rem
  }

  .\32xl\:hover\:tw-translate-x-40:hover{
    --tw-translate-x:10rem
  }

  .\32xl\:hover\:tw-translate-x-44:hover{
    --tw-translate-x:11rem
  }

  .\32xl\:hover\:tw-translate-x-48:hover{
    --tw-translate-x:12rem
  }

  .\32xl\:hover\:tw-translate-x-52:hover{
    --tw-translate-x:13rem
  }

  .\32xl\:hover\:tw-translate-x-56:hover{
    --tw-translate-x:14rem
  }

  .\32xl\:hover\:tw-translate-x-60:hover{
    --tw-translate-x:15rem
  }

  .\32xl\:hover\:tw-translate-x-64:hover{
    --tw-translate-x:16rem
  }

  .\32xl\:hover\:tw-translate-x-72:hover{
    --tw-translate-x:18rem
  }

  .\32xl\:hover\:tw-translate-x-80:hover{
    --tw-translate-x:20rem
  }

  .\32xl\:hover\:tw-translate-x-96:hover{
    --tw-translate-x:24rem
  }

  .\32xl\:hover\:tw-translate-x-px:hover{
    --tw-translate-x:1px
  }

  .\32xl\:hover\:tw-translate-x-0\.5:hover{
    --tw-translate-x:0.125rem
  }

  .\32xl\:hover\:tw-translate-x-1\.5:hover{
    --tw-translate-x:0.375rem
  }

  .\32xl\:hover\:tw-translate-x-2\.5:hover{
    --tw-translate-x:0.625rem
  }

  .\32xl\:hover\:tw-translate-x-3\.5:hover{
    --tw-translate-x:0.875rem
  }

  .\32xl\:hover\:tw--translate-x-0:hover{
    --tw-translate-x:0px
  }

  .\32xl\:hover\:tw--translate-x-1:hover{
    --tw-translate-x:-0.25rem
  }

  .\32xl\:hover\:tw--translate-x-2:hover{
    --tw-translate-x:-0.5rem
  }

  .\32xl\:hover\:tw--translate-x-3:hover{
    --tw-translate-x:-0.75rem
  }

  .\32xl\:hover\:tw--translate-x-4:hover{
    --tw-translate-x:-1rem
  }

  .\32xl\:hover\:tw--translate-x-5:hover{
    --tw-translate-x:-1.25rem
  }

  .\32xl\:hover\:tw--translate-x-6:hover{
    --tw-translate-x:-1.5rem
  }

  .\32xl\:hover\:tw--translate-x-7:hover{
    --tw-translate-x:-1.75rem
  }

  .\32xl\:hover\:tw--translate-x-8:hover{
    --tw-translate-x:-2rem
  }

  .\32xl\:hover\:tw--translate-x-9:hover{
    --tw-translate-x:-2.25rem
  }

  .\32xl\:hover\:tw--translate-x-10:hover{
    --tw-translate-x:-2.5rem
  }

  .\32xl\:hover\:tw--translate-x-11:hover{
    --tw-translate-x:-2.75rem
  }

  .\32xl\:hover\:tw--translate-x-12:hover{
    --tw-translate-x:-3rem
  }

  .\32xl\:hover\:tw--translate-x-14:hover{
    --tw-translate-x:-3.5rem
  }

  .\32xl\:hover\:tw--translate-x-16:hover{
    --tw-translate-x:-4rem
  }

  .\32xl\:hover\:tw--translate-x-20:hover{
    --tw-translate-x:-5rem
  }

  .\32xl\:hover\:tw--translate-x-24:hover{
    --tw-translate-x:-6rem
  }

  .\32xl\:hover\:tw--translate-x-28:hover{
    --tw-translate-x:-7rem
  }

  .\32xl\:hover\:tw--translate-x-32:hover{
    --tw-translate-x:-8rem
  }

  .\32xl\:hover\:tw--translate-x-36:hover{
    --tw-translate-x:-9rem
  }

  .\32xl\:hover\:tw--translate-x-40:hover{
    --tw-translate-x:-10rem
  }

  .\32xl\:hover\:tw--translate-x-44:hover{
    --tw-translate-x:-11rem
  }

  .\32xl\:hover\:tw--translate-x-48:hover{
    --tw-translate-x:-12rem
  }

  .\32xl\:hover\:tw--translate-x-52:hover{
    --tw-translate-x:-13rem
  }

  .\32xl\:hover\:tw--translate-x-56:hover{
    --tw-translate-x:-14rem
  }

  .\32xl\:hover\:tw--translate-x-60:hover{
    --tw-translate-x:-15rem
  }

  .\32xl\:hover\:tw--translate-x-64:hover{
    --tw-translate-x:-16rem
  }

  .\32xl\:hover\:tw--translate-x-72:hover{
    --tw-translate-x:-18rem
  }

  .\32xl\:hover\:tw--translate-x-80:hover{
    --tw-translate-x:-20rem
  }

  .\32xl\:hover\:tw--translate-x-96:hover{
    --tw-translate-x:-24rem
  }

  .\32xl\:hover\:tw--translate-x-px:hover{
    --tw-translate-x:-1px
  }

  .\32xl\:hover\:tw--translate-x-0\.5:hover{
    --tw-translate-x:-0.125rem
  }

  .\32xl\:hover\:tw--translate-x-1\.5:hover{
    --tw-translate-x:-0.375rem
  }

  .\32xl\:hover\:tw--translate-x-2\.5:hover{
    --tw-translate-x:-0.625rem
  }

  .\32xl\:hover\:tw--translate-x-3\.5:hover{
    --tw-translate-x:-0.875rem
  }

  .\32xl\:hover\:tw-translate-x-1\/2:hover{
    --tw-translate-x:50%
  }

  .\32xl\:hover\:tw-translate-x-1\/3:hover{
    --tw-translate-x:33.333333%
  }

  .\32xl\:hover\:tw-translate-x-2\/3:hover{
    --tw-translate-x:66.666667%
  }

  .\32xl\:hover\:tw-translate-x-1\/4:hover{
    --tw-translate-x:25%
  }

  .\32xl\:hover\:tw-translate-x-2\/4:hover{
    --tw-translate-x:50%
  }

  .\32xl\:hover\:tw-translate-x-3\/4:hover{
    --tw-translate-x:75%
  }

  .\32xl\:hover\:tw-translate-x-full:hover{
    --tw-translate-x:100%
  }

  .\32xl\:hover\:tw--translate-x-1\/2:hover{
    --tw-translate-x:-50%
  }

  .\32xl\:hover\:tw--translate-x-1\/3:hover{
    --tw-translate-x:-33.333333%
  }

  .\32xl\:hover\:tw--translate-x-2\/3:hover{
    --tw-translate-x:-66.666667%
  }

  .\32xl\:hover\:tw--translate-x-1\/4:hover{
    --tw-translate-x:-25%
  }

  .\32xl\:hover\:tw--translate-x-2\/4:hover{
    --tw-translate-x:-50%
  }

  .\32xl\:hover\:tw--translate-x-3\/4:hover{
    --tw-translate-x:-75%
  }

  .\32xl\:hover\:tw--translate-x-full:hover{
    --tw-translate-x:-100%
  }

  .\32xl\:hover\:tw-translate-y-0:hover{
    --tw-translate-y:0px
  }

  .\32xl\:hover\:tw-translate-y-1:hover{
    --tw-translate-y:0.25rem
  }

  .\32xl\:hover\:tw-translate-y-2:hover{
    --tw-translate-y:0.5rem
  }

  .\32xl\:hover\:tw-translate-y-3:hover{
    --tw-translate-y:0.75rem
  }

  .\32xl\:hover\:tw-translate-y-4:hover{
    --tw-translate-y:1rem
  }

  .\32xl\:hover\:tw-translate-y-5:hover{
    --tw-translate-y:1.25rem
  }

  .\32xl\:hover\:tw-translate-y-6:hover{
    --tw-translate-y:1.5rem
  }

  .\32xl\:hover\:tw-translate-y-7:hover{
    --tw-translate-y:1.75rem
  }

  .\32xl\:hover\:tw-translate-y-8:hover{
    --tw-translate-y:2rem
  }

  .\32xl\:hover\:tw-translate-y-9:hover{
    --tw-translate-y:2.25rem
  }

  .\32xl\:hover\:tw-translate-y-10:hover{
    --tw-translate-y:2.5rem
  }

  .\32xl\:hover\:tw-translate-y-11:hover{
    --tw-translate-y:2.75rem
  }

  .\32xl\:hover\:tw-translate-y-12:hover{
    --tw-translate-y:3rem
  }

  .\32xl\:hover\:tw-translate-y-14:hover{
    --tw-translate-y:3.5rem
  }

  .\32xl\:hover\:tw-translate-y-16:hover{
    --tw-translate-y:4rem
  }

  .\32xl\:hover\:tw-translate-y-20:hover{
    --tw-translate-y:5rem
  }

  .\32xl\:hover\:tw-translate-y-24:hover{
    --tw-translate-y:6rem
  }

  .\32xl\:hover\:tw-translate-y-28:hover{
    --tw-translate-y:7rem
  }

  .\32xl\:hover\:tw-translate-y-32:hover{
    --tw-translate-y:8rem
  }

  .\32xl\:hover\:tw-translate-y-36:hover{
    --tw-translate-y:9rem
  }

  .\32xl\:hover\:tw-translate-y-40:hover{
    --tw-translate-y:10rem
  }

  .\32xl\:hover\:tw-translate-y-44:hover{
    --tw-translate-y:11rem
  }

  .\32xl\:hover\:tw-translate-y-48:hover{
    --tw-translate-y:12rem
  }

  .\32xl\:hover\:tw-translate-y-52:hover{
    --tw-translate-y:13rem
  }

  .\32xl\:hover\:tw-translate-y-56:hover{
    --tw-translate-y:14rem
  }

  .\32xl\:hover\:tw-translate-y-60:hover{
    --tw-translate-y:15rem
  }

  .\32xl\:hover\:tw-translate-y-64:hover{
    --tw-translate-y:16rem
  }

  .\32xl\:hover\:tw-translate-y-72:hover{
    --tw-translate-y:18rem
  }

  .\32xl\:hover\:tw-translate-y-80:hover{
    --tw-translate-y:20rem
  }

  .\32xl\:hover\:tw-translate-y-96:hover{
    --tw-translate-y:24rem
  }

  .\32xl\:hover\:tw-translate-y-px:hover{
    --tw-translate-y:1px
  }

  .\32xl\:hover\:tw-translate-y-0\.5:hover{
    --tw-translate-y:0.125rem
  }

  .\32xl\:hover\:tw-translate-y-1\.5:hover{
    --tw-translate-y:0.375rem
  }

  .\32xl\:hover\:tw-translate-y-2\.5:hover{
    --tw-translate-y:0.625rem
  }

  .\32xl\:hover\:tw-translate-y-3\.5:hover{
    --tw-translate-y:0.875rem
  }

  .\32xl\:hover\:tw--translate-y-0:hover{
    --tw-translate-y:0px
  }

  .\32xl\:hover\:tw--translate-y-1:hover{
    --tw-translate-y:-0.25rem
  }

  .\32xl\:hover\:tw--translate-y-2:hover{
    --tw-translate-y:-0.5rem
  }

  .\32xl\:hover\:tw--translate-y-3:hover{
    --tw-translate-y:-0.75rem
  }

  .\32xl\:hover\:tw--translate-y-4:hover{
    --tw-translate-y:-1rem
  }

  .\32xl\:hover\:tw--translate-y-5:hover{
    --tw-translate-y:-1.25rem
  }

  .\32xl\:hover\:tw--translate-y-6:hover{
    --tw-translate-y:-1.5rem
  }

  .\32xl\:hover\:tw--translate-y-7:hover{
    --tw-translate-y:-1.75rem
  }

  .\32xl\:hover\:tw--translate-y-8:hover{
    --tw-translate-y:-2rem
  }

  .\32xl\:hover\:tw--translate-y-9:hover{
    --tw-translate-y:-2.25rem
  }

  .\32xl\:hover\:tw--translate-y-10:hover{
    --tw-translate-y:-2.5rem
  }

  .\32xl\:hover\:tw--translate-y-11:hover{
    --tw-translate-y:-2.75rem
  }

  .\32xl\:hover\:tw--translate-y-12:hover{
    --tw-translate-y:-3rem
  }

  .\32xl\:hover\:tw--translate-y-14:hover{
    --tw-translate-y:-3.5rem
  }

  .\32xl\:hover\:tw--translate-y-16:hover{
    --tw-translate-y:-4rem
  }

  .\32xl\:hover\:tw--translate-y-20:hover{
    --tw-translate-y:-5rem
  }

  .\32xl\:hover\:tw--translate-y-24:hover{
    --tw-translate-y:-6rem
  }

  .\32xl\:hover\:tw--translate-y-28:hover{
    --tw-translate-y:-7rem
  }

  .\32xl\:hover\:tw--translate-y-32:hover{
    --tw-translate-y:-8rem
  }

  .\32xl\:hover\:tw--translate-y-36:hover{
    --tw-translate-y:-9rem
  }

  .\32xl\:hover\:tw--translate-y-40:hover{
    --tw-translate-y:-10rem
  }

  .\32xl\:hover\:tw--translate-y-44:hover{
    --tw-translate-y:-11rem
  }

  .\32xl\:hover\:tw--translate-y-48:hover{
    --tw-translate-y:-12rem
  }

  .\32xl\:hover\:tw--translate-y-52:hover{
    --tw-translate-y:-13rem
  }

  .\32xl\:hover\:tw--translate-y-56:hover{
    --tw-translate-y:-14rem
  }

  .\32xl\:hover\:tw--translate-y-60:hover{
    --tw-translate-y:-15rem
  }

  .\32xl\:hover\:tw--translate-y-64:hover{
    --tw-translate-y:-16rem
  }

  .\32xl\:hover\:tw--translate-y-72:hover{
    --tw-translate-y:-18rem
  }

  .\32xl\:hover\:tw--translate-y-80:hover{
    --tw-translate-y:-20rem
  }

  .\32xl\:hover\:tw--translate-y-96:hover{
    --tw-translate-y:-24rem
  }

  .\32xl\:hover\:tw--translate-y-px:hover{
    --tw-translate-y:-1px
  }

  .\32xl\:hover\:tw--translate-y-0\.5:hover{
    --tw-translate-y:-0.125rem
  }

  .\32xl\:hover\:tw--translate-y-1\.5:hover{
    --tw-translate-y:-0.375rem
  }

  .\32xl\:hover\:tw--translate-y-2\.5:hover{
    --tw-translate-y:-0.625rem
  }

  .\32xl\:hover\:tw--translate-y-3\.5:hover{
    --tw-translate-y:-0.875rem
  }

  .\32xl\:hover\:tw-translate-y-1\/2:hover{
    --tw-translate-y:50%
  }

  .\32xl\:hover\:tw-translate-y-1\/3:hover{
    --tw-translate-y:33.333333%
  }

  .\32xl\:hover\:tw-translate-y-2\/3:hover{
    --tw-translate-y:66.666667%
  }

  .\32xl\:hover\:tw-translate-y-1\/4:hover{
    --tw-translate-y:25%
  }

  .\32xl\:hover\:tw-translate-y-2\/4:hover{
    --tw-translate-y:50%
  }

  .\32xl\:hover\:tw-translate-y-3\/4:hover{
    --tw-translate-y:75%
  }

  .\32xl\:hover\:tw-translate-y-full:hover{
    --tw-translate-y:100%
  }

  .\32xl\:hover\:tw--translate-y-1\/2:hover{
    --tw-translate-y:-50%
  }

  .\32xl\:hover\:tw--translate-y-1\/3:hover{
    --tw-translate-y:-33.333333%
  }

  .\32xl\:hover\:tw--translate-y-2\/3:hover{
    --tw-translate-y:-66.666667%
  }

  .\32xl\:hover\:tw--translate-y-1\/4:hover{
    --tw-translate-y:-25%
  }

  .\32xl\:hover\:tw--translate-y-2\/4:hover{
    --tw-translate-y:-50%
  }

  .\32xl\:hover\:tw--translate-y-3\/4:hover{
    --tw-translate-y:-75%
  }

  .\32xl\:hover\:tw--translate-y-full:hover{
    --tw-translate-y:-100%
  }

  .\32xl\:focus\:tw-translate-x-0:focus{
    --tw-translate-x:0px
  }

  .\32xl\:focus\:tw-translate-x-1:focus{
    --tw-translate-x:0.25rem
  }

  .\32xl\:focus\:tw-translate-x-2:focus{
    --tw-translate-x:0.5rem
  }

  .\32xl\:focus\:tw-translate-x-3:focus{
    --tw-translate-x:0.75rem
  }

  .\32xl\:focus\:tw-translate-x-4:focus{
    --tw-translate-x:1rem
  }

  .\32xl\:focus\:tw-translate-x-5:focus{
    --tw-translate-x:1.25rem
  }

  .\32xl\:focus\:tw-translate-x-6:focus{
    --tw-translate-x:1.5rem
  }

  .\32xl\:focus\:tw-translate-x-7:focus{
    --tw-translate-x:1.75rem
  }

  .\32xl\:focus\:tw-translate-x-8:focus{
    --tw-translate-x:2rem
  }

  .\32xl\:focus\:tw-translate-x-9:focus{
    --tw-translate-x:2.25rem
  }

  .\32xl\:focus\:tw-translate-x-10:focus{
    --tw-translate-x:2.5rem
  }

  .\32xl\:focus\:tw-translate-x-11:focus{
    --tw-translate-x:2.75rem
  }

  .\32xl\:focus\:tw-translate-x-12:focus{
    --tw-translate-x:3rem
  }

  .\32xl\:focus\:tw-translate-x-14:focus{
    --tw-translate-x:3.5rem
  }

  .\32xl\:focus\:tw-translate-x-16:focus{
    --tw-translate-x:4rem
  }

  .\32xl\:focus\:tw-translate-x-20:focus{
    --tw-translate-x:5rem
  }

  .\32xl\:focus\:tw-translate-x-24:focus{
    --tw-translate-x:6rem
  }

  .\32xl\:focus\:tw-translate-x-28:focus{
    --tw-translate-x:7rem
  }

  .\32xl\:focus\:tw-translate-x-32:focus{
    --tw-translate-x:8rem
  }

  .\32xl\:focus\:tw-translate-x-36:focus{
    --tw-translate-x:9rem
  }

  .\32xl\:focus\:tw-translate-x-40:focus{
    --tw-translate-x:10rem
  }

  .\32xl\:focus\:tw-translate-x-44:focus{
    --tw-translate-x:11rem
  }

  .\32xl\:focus\:tw-translate-x-48:focus{
    --tw-translate-x:12rem
  }

  .\32xl\:focus\:tw-translate-x-52:focus{
    --tw-translate-x:13rem
  }

  .\32xl\:focus\:tw-translate-x-56:focus{
    --tw-translate-x:14rem
  }

  .\32xl\:focus\:tw-translate-x-60:focus{
    --tw-translate-x:15rem
  }

  .\32xl\:focus\:tw-translate-x-64:focus{
    --tw-translate-x:16rem
  }

  .\32xl\:focus\:tw-translate-x-72:focus{
    --tw-translate-x:18rem
  }

  .\32xl\:focus\:tw-translate-x-80:focus{
    --tw-translate-x:20rem
  }

  .\32xl\:focus\:tw-translate-x-96:focus{
    --tw-translate-x:24rem
  }

  .\32xl\:focus\:tw-translate-x-px:focus{
    --tw-translate-x:1px
  }

  .\32xl\:focus\:tw-translate-x-0\.5:focus{
    --tw-translate-x:0.125rem
  }

  .\32xl\:focus\:tw-translate-x-1\.5:focus{
    --tw-translate-x:0.375rem
  }

  .\32xl\:focus\:tw-translate-x-2\.5:focus{
    --tw-translate-x:0.625rem
  }

  .\32xl\:focus\:tw-translate-x-3\.5:focus{
    --tw-translate-x:0.875rem
  }

  .\32xl\:focus\:tw--translate-x-0:focus{
    --tw-translate-x:0px
  }

  .\32xl\:focus\:tw--translate-x-1:focus{
    --tw-translate-x:-0.25rem
  }

  .\32xl\:focus\:tw--translate-x-2:focus{
    --tw-translate-x:-0.5rem
  }

  .\32xl\:focus\:tw--translate-x-3:focus{
    --tw-translate-x:-0.75rem
  }

  .\32xl\:focus\:tw--translate-x-4:focus{
    --tw-translate-x:-1rem
  }

  .\32xl\:focus\:tw--translate-x-5:focus{
    --tw-translate-x:-1.25rem
  }

  .\32xl\:focus\:tw--translate-x-6:focus{
    --tw-translate-x:-1.5rem
  }

  .\32xl\:focus\:tw--translate-x-7:focus{
    --tw-translate-x:-1.75rem
  }

  .\32xl\:focus\:tw--translate-x-8:focus{
    --tw-translate-x:-2rem
  }

  .\32xl\:focus\:tw--translate-x-9:focus{
    --tw-translate-x:-2.25rem
  }

  .\32xl\:focus\:tw--translate-x-10:focus{
    --tw-translate-x:-2.5rem
  }

  .\32xl\:focus\:tw--translate-x-11:focus{
    --tw-translate-x:-2.75rem
  }

  .\32xl\:focus\:tw--translate-x-12:focus{
    --tw-translate-x:-3rem
  }

  .\32xl\:focus\:tw--translate-x-14:focus{
    --tw-translate-x:-3.5rem
  }

  .\32xl\:focus\:tw--translate-x-16:focus{
    --tw-translate-x:-4rem
  }

  .\32xl\:focus\:tw--translate-x-20:focus{
    --tw-translate-x:-5rem
  }

  .\32xl\:focus\:tw--translate-x-24:focus{
    --tw-translate-x:-6rem
  }

  .\32xl\:focus\:tw--translate-x-28:focus{
    --tw-translate-x:-7rem
  }

  .\32xl\:focus\:tw--translate-x-32:focus{
    --tw-translate-x:-8rem
  }

  .\32xl\:focus\:tw--translate-x-36:focus{
    --tw-translate-x:-9rem
  }

  .\32xl\:focus\:tw--translate-x-40:focus{
    --tw-translate-x:-10rem
  }

  .\32xl\:focus\:tw--translate-x-44:focus{
    --tw-translate-x:-11rem
  }

  .\32xl\:focus\:tw--translate-x-48:focus{
    --tw-translate-x:-12rem
  }

  .\32xl\:focus\:tw--translate-x-52:focus{
    --tw-translate-x:-13rem
  }

  .\32xl\:focus\:tw--translate-x-56:focus{
    --tw-translate-x:-14rem
  }

  .\32xl\:focus\:tw--translate-x-60:focus{
    --tw-translate-x:-15rem
  }

  .\32xl\:focus\:tw--translate-x-64:focus{
    --tw-translate-x:-16rem
  }

  .\32xl\:focus\:tw--translate-x-72:focus{
    --tw-translate-x:-18rem
  }

  .\32xl\:focus\:tw--translate-x-80:focus{
    --tw-translate-x:-20rem
  }

  .\32xl\:focus\:tw--translate-x-96:focus{
    --tw-translate-x:-24rem
  }

  .\32xl\:focus\:tw--translate-x-px:focus{
    --tw-translate-x:-1px
  }

  .\32xl\:focus\:tw--translate-x-0\.5:focus{
    --tw-translate-x:-0.125rem
  }

  .\32xl\:focus\:tw--translate-x-1\.5:focus{
    --tw-translate-x:-0.375rem
  }

  .\32xl\:focus\:tw--translate-x-2\.5:focus{
    --tw-translate-x:-0.625rem
  }

  .\32xl\:focus\:tw--translate-x-3\.5:focus{
    --tw-translate-x:-0.875rem
  }

  .\32xl\:focus\:tw-translate-x-1\/2:focus{
    --tw-translate-x:50%
  }

  .\32xl\:focus\:tw-translate-x-1\/3:focus{
    --tw-translate-x:33.333333%
  }

  .\32xl\:focus\:tw-translate-x-2\/3:focus{
    --tw-translate-x:66.666667%
  }

  .\32xl\:focus\:tw-translate-x-1\/4:focus{
    --tw-translate-x:25%
  }

  .\32xl\:focus\:tw-translate-x-2\/4:focus{
    --tw-translate-x:50%
  }

  .\32xl\:focus\:tw-translate-x-3\/4:focus{
    --tw-translate-x:75%
  }

  .\32xl\:focus\:tw-translate-x-full:focus{
    --tw-translate-x:100%
  }

  .\32xl\:focus\:tw--translate-x-1\/2:focus{
    --tw-translate-x:-50%
  }

  .\32xl\:focus\:tw--translate-x-1\/3:focus{
    --tw-translate-x:-33.333333%
  }

  .\32xl\:focus\:tw--translate-x-2\/3:focus{
    --tw-translate-x:-66.666667%
  }

  .\32xl\:focus\:tw--translate-x-1\/4:focus{
    --tw-translate-x:-25%
  }

  .\32xl\:focus\:tw--translate-x-2\/4:focus{
    --tw-translate-x:-50%
  }

  .\32xl\:focus\:tw--translate-x-3\/4:focus{
    --tw-translate-x:-75%
  }

  .\32xl\:focus\:tw--translate-x-full:focus{
    --tw-translate-x:-100%
  }

  .\32xl\:focus\:tw-translate-y-0:focus{
    --tw-translate-y:0px
  }

  .\32xl\:focus\:tw-translate-y-1:focus{
    --tw-translate-y:0.25rem
  }

  .\32xl\:focus\:tw-translate-y-2:focus{
    --tw-translate-y:0.5rem
  }

  .\32xl\:focus\:tw-translate-y-3:focus{
    --tw-translate-y:0.75rem
  }

  .\32xl\:focus\:tw-translate-y-4:focus{
    --tw-translate-y:1rem
  }

  .\32xl\:focus\:tw-translate-y-5:focus{
    --tw-translate-y:1.25rem
  }

  .\32xl\:focus\:tw-translate-y-6:focus{
    --tw-translate-y:1.5rem
  }

  .\32xl\:focus\:tw-translate-y-7:focus{
    --tw-translate-y:1.75rem
  }

  .\32xl\:focus\:tw-translate-y-8:focus{
    --tw-translate-y:2rem
  }

  .\32xl\:focus\:tw-translate-y-9:focus{
    --tw-translate-y:2.25rem
  }

  .\32xl\:focus\:tw-translate-y-10:focus{
    --tw-translate-y:2.5rem
  }

  .\32xl\:focus\:tw-translate-y-11:focus{
    --tw-translate-y:2.75rem
  }

  .\32xl\:focus\:tw-translate-y-12:focus{
    --tw-translate-y:3rem
  }

  .\32xl\:focus\:tw-translate-y-14:focus{
    --tw-translate-y:3.5rem
  }

  .\32xl\:focus\:tw-translate-y-16:focus{
    --tw-translate-y:4rem
  }

  .\32xl\:focus\:tw-translate-y-20:focus{
    --tw-translate-y:5rem
  }

  .\32xl\:focus\:tw-translate-y-24:focus{
    --tw-translate-y:6rem
  }

  .\32xl\:focus\:tw-translate-y-28:focus{
    --tw-translate-y:7rem
  }

  .\32xl\:focus\:tw-translate-y-32:focus{
    --tw-translate-y:8rem
  }

  .\32xl\:focus\:tw-translate-y-36:focus{
    --tw-translate-y:9rem
  }

  .\32xl\:focus\:tw-translate-y-40:focus{
    --tw-translate-y:10rem
  }

  .\32xl\:focus\:tw-translate-y-44:focus{
    --tw-translate-y:11rem
  }

  .\32xl\:focus\:tw-translate-y-48:focus{
    --tw-translate-y:12rem
  }

  .\32xl\:focus\:tw-translate-y-52:focus{
    --tw-translate-y:13rem
  }

  .\32xl\:focus\:tw-translate-y-56:focus{
    --tw-translate-y:14rem
  }

  .\32xl\:focus\:tw-translate-y-60:focus{
    --tw-translate-y:15rem
  }

  .\32xl\:focus\:tw-translate-y-64:focus{
    --tw-translate-y:16rem
  }

  .\32xl\:focus\:tw-translate-y-72:focus{
    --tw-translate-y:18rem
  }

  .\32xl\:focus\:tw-translate-y-80:focus{
    --tw-translate-y:20rem
  }

  .\32xl\:focus\:tw-translate-y-96:focus{
    --tw-translate-y:24rem
  }

  .\32xl\:focus\:tw-translate-y-px:focus{
    --tw-translate-y:1px
  }

  .\32xl\:focus\:tw-translate-y-0\.5:focus{
    --tw-translate-y:0.125rem
  }

  .\32xl\:focus\:tw-translate-y-1\.5:focus{
    --tw-translate-y:0.375rem
  }

  .\32xl\:focus\:tw-translate-y-2\.5:focus{
    --tw-translate-y:0.625rem
  }

  .\32xl\:focus\:tw-translate-y-3\.5:focus{
    --tw-translate-y:0.875rem
  }

  .\32xl\:focus\:tw--translate-y-0:focus{
    --tw-translate-y:0px
  }

  .\32xl\:focus\:tw--translate-y-1:focus{
    --tw-translate-y:-0.25rem
  }

  .\32xl\:focus\:tw--translate-y-2:focus{
    --tw-translate-y:-0.5rem
  }

  .\32xl\:focus\:tw--translate-y-3:focus{
    --tw-translate-y:-0.75rem
  }

  .\32xl\:focus\:tw--translate-y-4:focus{
    --tw-translate-y:-1rem
  }

  .\32xl\:focus\:tw--translate-y-5:focus{
    --tw-translate-y:-1.25rem
  }

  .\32xl\:focus\:tw--translate-y-6:focus{
    --tw-translate-y:-1.5rem
  }

  .\32xl\:focus\:tw--translate-y-7:focus{
    --tw-translate-y:-1.75rem
  }

  .\32xl\:focus\:tw--translate-y-8:focus{
    --tw-translate-y:-2rem
  }

  .\32xl\:focus\:tw--translate-y-9:focus{
    --tw-translate-y:-2.25rem
  }

  .\32xl\:focus\:tw--translate-y-10:focus{
    --tw-translate-y:-2.5rem
  }

  .\32xl\:focus\:tw--translate-y-11:focus{
    --tw-translate-y:-2.75rem
  }

  .\32xl\:focus\:tw--translate-y-12:focus{
    --tw-translate-y:-3rem
  }

  .\32xl\:focus\:tw--translate-y-14:focus{
    --tw-translate-y:-3.5rem
  }

  .\32xl\:focus\:tw--translate-y-16:focus{
    --tw-translate-y:-4rem
  }

  .\32xl\:focus\:tw--translate-y-20:focus{
    --tw-translate-y:-5rem
  }

  .\32xl\:focus\:tw--translate-y-24:focus{
    --tw-translate-y:-6rem
  }

  .\32xl\:focus\:tw--translate-y-28:focus{
    --tw-translate-y:-7rem
  }

  .\32xl\:focus\:tw--translate-y-32:focus{
    --tw-translate-y:-8rem
  }

  .\32xl\:focus\:tw--translate-y-36:focus{
    --tw-translate-y:-9rem
  }

  .\32xl\:focus\:tw--translate-y-40:focus{
    --tw-translate-y:-10rem
  }

  .\32xl\:focus\:tw--translate-y-44:focus{
    --tw-translate-y:-11rem
  }

  .\32xl\:focus\:tw--translate-y-48:focus{
    --tw-translate-y:-12rem
  }

  .\32xl\:focus\:tw--translate-y-52:focus{
    --tw-translate-y:-13rem
  }

  .\32xl\:focus\:tw--translate-y-56:focus{
    --tw-translate-y:-14rem
  }

  .\32xl\:focus\:tw--translate-y-60:focus{
    --tw-translate-y:-15rem
  }

  .\32xl\:focus\:tw--translate-y-64:focus{
    --tw-translate-y:-16rem
  }

  .\32xl\:focus\:tw--translate-y-72:focus{
    --tw-translate-y:-18rem
  }

  .\32xl\:focus\:tw--translate-y-80:focus{
    --tw-translate-y:-20rem
  }

  .\32xl\:focus\:tw--translate-y-96:focus{
    --tw-translate-y:-24rem
  }

  .\32xl\:focus\:tw--translate-y-px:focus{
    --tw-translate-y:-1px
  }

  .\32xl\:focus\:tw--translate-y-0\.5:focus{
    --tw-translate-y:-0.125rem
  }

  .\32xl\:focus\:tw--translate-y-1\.5:focus{
    --tw-translate-y:-0.375rem
  }

  .\32xl\:focus\:tw--translate-y-2\.5:focus{
    --tw-translate-y:-0.625rem
  }

  .\32xl\:focus\:tw--translate-y-3\.5:focus{
    --tw-translate-y:-0.875rem
  }

  .\32xl\:focus\:tw-translate-y-1\/2:focus{
    --tw-translate-y:50%
  }

  .\32xl\:focus\:tw-translate-y-1\/3:focus{
    --tw-translate-y:33.333333%
  }

  .\32xl\:focus\:tw-translate-y-2\/3:focus{
    --tw-translate-y:66.666667%
  }

  .\32xl\:focus\:tw-translate-y-1\/4:focus{
    --tw-translate-y:25%
  }

  .\32xl\:focus\:tw-translate-y-2\/4:focus{
    --tw-translate-y:50%
  }

  .\32xl\:focus\:tw-translate-y-3\/4:focus{
    --tw-translate-y:75%
  }

  .\32xl\:focus\:tw-translate-y-full:focus{
    --tw-translate-y:100%
  }

  .\32xl\:focus\:tw--translate-y-1\/2:focus{
    --tw-translate-y:-50%
  }

  .\32xl\:focus\:tw--translate-y-1\/3:focus{
    --tw-translate-y:-33.333333%
  }

  .\32xl\:focus\:tw--translate-y-2\/3:focus{
    --tw-translate-y:-66.666667%
  }

  .\32xl\:focus\:tw--translate-y-1\/4:focus{
    --tw-translate-y:-25%
  }

  .\32xl\:focus\:tw--translate-y-2\/4:focus{
    --tw-translate-y:-50%
  }

  .\32xl\:focus\:tw--translate-y-3\/4:focus{
    --tw-translate-y:-75%
  }

  .\32xl\:focus\:tw--translate-y-full:focus{
    --tw-translate-y:-100%
  }

  .\32xl\:tw-rotate-0{
    --tw-rotate:0deg
  }

  .\32xl\:tw-rotate-1{
    --tw-rotate:1deg
  }

  .\32xl\:tw-rotate-2{
    --tw-rotate:2deg
  }

  .\32xl\:tw-rotate-3{
    --tw-rotate:3deg
  }

  .\32xl\:tw-rotate-6{
    --tw-rotate:6deg
  }

  .\32xl\:tw-rotate-12{
    --tw-rotate:12deg
  }

  .\32xl\:tw-rotate-45{
    --tw-rotate:45deg
  }

  .\32xl\:tw-rotate-90{
    --tw-rotate:90deg
  }

  .\32xl\:tw-rotate-180{
    --tw-rotate:180deg
  }

  .\32xl\:tw--rotate-180{
    --tw-rotate:-180deg
  }

  .\32xl\:tw--rotate-90{
    --tw-rotate:-90deg
  }

  .\32xl\:tw--rotate-45{
    --tw-rotate:-45deg
  }

  .\32xl\:tw--rotate-12{
    --tw-rotate:-12deg
  }

  .\32xl\:tw--rotate-6{
    --tw-rotate:-6deg
  }

  .\32xl\:tw--rotate-3{
    --tw-rotate:-3deg
  }

  .\32xl\:tw--rotate-2{
    --tw-rotate:-2deg
  }

  .\32xl\:tw--rotate-1{
    --tw-rotate:-1deg
  }

  .\32xl\:hover\:tw-rotate-0:hover{
    --tw-rotate:0deg
  }

  .\32xl\:hover\:tw-rotate-1:hover{
    --tw-rotate:1deg
  }

  .\32xl\:hover\:tw-rotate-2:hover{
    --tw-rotate:2deg
  }

  .\32xl\:hover\:tw-rotate-3:hover{
    --tw-rotate:3deg
  }

  .\32xl\:hover\:tw-rotate-6:hover{
    --tw-rotate:6deg
  }

  .\32xl\:hover\:tw-rotate-12:hover{
    --tw-rotate:12deg
  }

  .\32xl\:hover\:tw-rotate-45:hover{
    --tw-rotate:45deg
  }

  .\32xl\:hover\:tw-rotate-90:hover{
    --tw-rotate:90deg
  }

  .\32xl\:hover\:tw-rotate-180:hover{
    --tw-rotate:180deg
  }

  .\32xl\:hover\:tw--rotate-180:hover{
    --tw-rotate:-180deg
  }

  .\32xl\:hover\:tw--rotate-90:hover{
    --tw-rotate:-90deg
  }

  .\32xl\:hover\:tw--rotate-45:hover{
    --tw-rotate:-45deg
  }

  .\32xl\:hover\:tw--rotate-12:hover{
    --tw-rotate:-12deg
  }

  .\32xl\:hover\:tw--rotate-6:hover{
    --tw-rotate:-6deg
  }

  .\32xl\:hover\:tw--rotate-3:hover{
    --tw-rotate:-3deg
  }

  .\32xl\:hover\:tw--rotate-2:hover{
    --tw-rotate:-2deg
  }

  .\32xl\:hover\:tw--rotate-1:hover{
    --tw-rotate:-1deg
  }

  .\32xl\:focus\:tw-rotate-0:focus{
    --tw-rotate:0deg
  }

  .\32xl\:focus\:tw-rotate-1:focus{
    --tw-rotate:1deg
  }

  .\32xl\:focus\:tw-rotate-2:focus{
    --tw-rotate:2deg
  }

  .\32xl\:focus\:tw-rotate-3:focus{
    --tw-rotate:3deg
  }

  .\32xl\:focus\:tw-rotate-6:focus{
    --tw-rotate:6deg
  }

  .\32xl\:focus\:tw-rotate-12:focus{
    --tw-rotate:12deg
  }

  .\32xl\:focus\:tw-rotate-45:focus{
    --tw-rotate:45deg
  }

  .\32xl\:focus\:tw-rotate-90:focus{
    --tw-rotate:90deg
  }

  .\32xl\:focus\:tw-rotate-180:focus{
    --tw-rotate:180deg
  }

  .\32xl\:focus\:tw--rotate-180:focus{
    --tw-rotate:-180deg
  }

  .\32xl\:focus\:tw--rotate-90:focus{
    --tw-rotate:-90deg
  }

  .\32xl\:focus\:tw--rotate-45:focus{
    --tw-rotate:-45deg
  }

  .\32xl\:focus\:tw--rotate-12:focus{
    --tw-rotate:-12deg
  }

  .\32xl\:focus\:tw--rotate-6:focus{
    --tw-rotate:-6deg
  }

  .\32xl\:focus\:tw--rotate-3:focus{
    --tw-rotate:-3deg
  }

  .\32xl\:focus\:tw--rotate-2:focus{
    --tw-rotate:-2deg
  }

  .\32xl\:focus\:tw--rotate-1:focus{
    --tw-rotate:-1deg
  }

  .\32xl\:tw-skew-x-0{
    --tw-skew-x:0deg
  }

  .\32xl\:tw-skew-x-1{
    --tw-skew-x:1deg
  }

  .\32xl\:tw-skew-x-2{
    --tw-skew-x:2deg
  }

  .\32xl\:tw-skew-x-3{
    --tw-skew-x:3deg
  }

  .\32xl\:tw-skew-x-6{
    --tw-skew-x:6deg
  }

  .\32xl\:tw-skew-x-12{
    --tw-skew-x:12deg
  }

  .\32xl\:tw--skew-x-12{
    --tw-skew-x:-12deg
  }

  .\32xl\:tw--skew-x-6{
    --tw-skew-x:-6deg
  }

  .\32xl\:tw--skew-x-3{
    --tw-skew-x:-3deg
  }

  .\32xl\:tw--skew-x-2{
    --tw-skew-x:-2deg
  }

  .\32xl\:tw--skew-x-1{
    --tw-skew-x:-1deg
  }

  .\32xl\:tw-skew-y-0{
    --tw-skew-y:0deg
  }

  .\32xl\:tw-skew-y-1{
    --tw-skew-y:1deg
  }

  .\32xl\:tw-skew-y-2{
    --tw-skew-y:2deg
  }

  .\32xl\:tw-skew-y-3{
    --tw-skew-y:3deg
  }

  .\32xl\:tw-skew-y-6{
    --tw-skew-y:6deg
  }

  .\32xl\:tw-skew-y-12{
    --tw-skew-y:12deg
  }

  .\32xl\:tw--skew-y-12{
    --tw-skew-y:-12deg
  }

  .\32xl\:tw--skew-y-6{
    --tw-skew-y:-6deg
  }

  .\32xl\:tw--skew-y-3{
    --tw-skew-y:-3deg
  }

  .\32xl\:tw--skew-y-2{
    --tw-skew-y:-2deg
  }

  .\32xl\:tw--skew-y-1{
    --tw-skew-y:-1deg
  }

  .\32xl\:hover\:tw-skew-x-0:hover{
    --tw-skew-x:0deg
  }

  .\32xl\:hover\:tw-skew-x-1:hover{
    --tw-skew-x:1deg
  }

  .\32xl\:hover\:tw-skew-x-2:hover{
    --tw-skew-x:2deg
  }

  .\32xl\:hover\:tw-skew-x-3:hover{
    --tw-skew-x:3deg
  }

  .\32xl\:hover\:tw-skew-x-6:hover{
    --tw-skew-x:6deg
  }

  .\32xl\:hover\:tw-skew-x-12:hover{
    --tw-skew-x:12deg
  }

  .\32xl\:hover\:tw--skew-x-12:hover{
    --tw-skew-x:-12deg
  }

  .\32xl\:hover\:tw--skew-x-6:hover{
    --tw-skew-x:-6deg
  }

  .\32xl\:hover\:tw--skew-x-3:hover{
    --tw-skew-x:-3deg
  }

  .\32xl\:hover\:tw--skew-x-2:hover{
    --tw-skew-x:-2deg
  }

  .\32xl\:hover\:tw--skew-x-1:hover{
    --tw-skew-x:-1deg
  }

  .\32xl\:hover\:tw-skew-y-0:hover{
    --tw-skew-y:0deg
  }

  .\32xl\:hover\:tw-skew-y-1:hover{
    --tw-skew-y:1deg
  }

  .\32xl\:hover\:tw-skew-y-2:hover{
    --tw-skew-y:2deg
  }

  .\32xl\:hover\:tw-skew-y-3:hover{
    --tw-skew-y:3deg
  }

  .\32xl\:hover\:tw-skew-y-6:hover{
    --tw-skew-y:6deg
  }

  .\32xl\:hover\:tw-skew-y-12:hover{
    --tw-skew-y:12deg
  }

  .\32xl\:hover\:tw--skew-y-12:hover{
    --tw-skew-y:-12deg
  }

  .\32xl\:hover\:tw--skew-y-6:hover{
    --tw-skew-y:-6deg
  }

  .\32xl\:hover\:tw--skew-y-3:hover{
    --tw-skew-y:-3deg
  }

  .\32xl\:hover\:tw--skew-y-2:hover{
    --tw-skew-y:-2deg
  }

  .\32xl\:hover\:tw--skew-y-1:hover{
    --tw-skew-y:-1deg
  }

  .\32xl\:focus\:tw-skew-x-0:focus{
    --tw-skew-x:0deg
  }

  .\32xl\:focus\:tw-skew-x-1:focus{
    --tw-skew-x:1deg
  }

  .\32xl\:focus\:tw-skew-x-2:focus{
    --tw-skew-x:2deg
  }

  .\32xl\:focus\:tw-skew-x-3:focus{
    --tw-skew-x:3deg
  }

  .\32xl\:focus\:tw-skew-x-6:focus{
    --tw-skew-x:6deg
  }

  .\32xl\:focus\:tw-skew-x-12:focus{
    --tw-skew-x:12deg
  }

  .\32xl\:focus\:tw--skew-x-12:focus{
    --tw-skew-x:-12deg
  }

  .\32xl\:focus\:tw--skew-x-6:focus{
    --tw-skew-x:-6deg
  }

  .\32xl\:focus\:tw--skew-x-3:focus{
    --tw-skew-x:-3deg
  }

  .\32xl\:focus\:tw--skew-x-2:focus{
    --tw-skew-x:-2deg
  }

  .\32xl\:focus\:tw--skew-x-1:focus{
    --tw-skew-x:-1deg
  }

  .\32xl\:focus\:tw-skew-y-0:focus{
    --tw-skew-y:0deg
  }

  .\32xl\:focus\:tw-skew-y-1:focus{
    --tw-skew-y:1deg
  }

  .\32xl\:focus\:tw-skew-y-2:focus{
    --tw-skew-y:2deg
  }

  .\32xl\:focus\:tw-skew-y-3:focus{
    --tw-skew-y:3deg
  }

  .\32xl\:focus\:tw-skew-y-6:focus{
    --tw-skew-y:6deg
  }

  .\32xl\:focus\:tw-skew-y-12:focus{
    --tw-skew-y:12deg
  }

  .\32xl\:focus\:tw--skew-y-12:focus{
    --tw-skew-y:-12deg
  }

  .\32xl\:focus\:tw--skew-y-6:focus{
    --tw-skew-y:-6deg
  }

  .\32xl\:focus\:tw--skew-y-3:focus{
    --tw-skew-y:-3deg
  }

  .\32xl\:focus\:tw--skew-y-2:focus{
    --tw-skew-y:-2deg
  }

  .\32xl\:focus\:tw--skew-y-1:focus{
    --tw-skew-y:-1deg
  }

  .\32xl\:tw-scale-0{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .\32xl\:tw-scale-50{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .\32xl\:tw-scale-75{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .\32xl\:tw-scale-90{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .\32xl\:tw-scale-95{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .\32xl\:tw-scale-100{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .\32xl\:tw-scale-105{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .\32xl\:tw-scale-110{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .\32xl\:tw-scale-125{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .\32xl\:tw-scale-150{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .\32xl\:hover\:tw-scale-0:hover{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .\32xl\:hover\:tw-scale-50:hover{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .\32xl\:hover\:tw-scale-75:hover{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .\32xl\:hover\:tw-scale-90:hover{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .\32xl\:hover\:tw-scale-95:hover{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .\32xl\:hover\:tw-scale-100:hover{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .\32xl\:hover\:tw-scale-105:hover{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .\32xl\:hover\:tw-scale-110:hover{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .\32xl\:hover\:tw-scale-125:hover{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .\32xl\:hover\:tw-scale-150:hover{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .\32xl\:focus\:tw-scale-0:focus{
    --tw-scale-x:0;
    --tw-scale-y:0
  }

  .\32xl\:focus\:tw-scale-50:focus{
    --tw-scale-x:.5;
    --tw-scale-y:.5
  }

  .\32xl\:focus\:tw-scale-75:focus{
    --tw-scale-x:.75;
    --tw-scale-y:.75
  }

  .\32xl\:focus\:tw-scale-90:focus{
    --tw-scale-x:.9;
    --tw-scale-y:.9
  }

  .\32xl\:focus\:tw-scale-95:focus{
    --tw-scale-x:.95;
    --tw-scale-y:.95
  }

  .\32xl\:focus\:tw-scale-100:focus{
    --tw-scale-x:1;
    --tw-scale-y:1
  }

  .\32xl\:focus\:tw-scale-105:focus{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
  }

  .\32xl\:focus\:tw-scale-110:focus{
    --tw-scale-x:1.1;
    --tw-scale-y:1.1
  }

  .\32xl\:focus\:tw-scale-125:focus{
    --tw-scale-x:1.25;
    --tw-scale-y:1.25
  }

  .\32xl\:focus\:tw-scale-150:focus{
    --tw-scale-x:1.5;
    --tw-scale-y:1.5
  }

  .\32xl\:tw-scale-x-0{
    --tw-scale-x:0
  }

  .\32xl\:tw-scale-x-50{
    --tw-scale-x:.5
  }

  .\32xl\:tw-scale-x-75{
    --tw-scale-x:.75
  }

  .\32xl\:tw-scale-x-90{
    --tw-scale-x:.9
  }

  .\32xl\:tw-scale-x-95{
    --tw-scale-x:.95
  }

  .\32xl\:tw-scale-x-100{
    --tw-scale-x:1
  }

  .\32xl\:tw-scale-x-105{
    --tw-scale-x:1.05
  }

  .\32xl\:tw-scale-x-110{
    --tw-scale-x:1.1
  }

  .\32xl\:tw-scale-x-125{
    --tw-scale-x:1.25
  }

  .\32xl\:tw-scale-x-150{
    --tw-scale-x:1.5
  }

  .\32xl\:tw-scale-y-0{
    --tw-scale-y:0
  }

  .\32xl\:tw-scale-y-50{
    --tw-scale-y:.5
  }

  .\32xl\:tw-scale-y-75{
    --tw-scale-y:.75
  }

  .\32xl\:tw-scale-y-90{
    --tw-scale-y:.9
  }

  .\32xl\:tw-scale-y-95{
    --tw-scale-y:.95
  }

  .\32xl\:tw-scale-y-100{
    --tw-scale-y:1
  }

  .\32xl\:tw-scale-y-105{
    --tw-scale-y:1.05
  }

  .\32xl\:tw-scale-y-110{
    --tw-scale-y:1.1
  }

  .\32xl\:tw-scale-y-125{
    --tw-scale-y:1.25
  }

  .\32xl\:tw-scale-y-150{
    --tw-scale-y:1.5
  }

  .\32xl\:hover\:tw-scale-x-0:hover{
    --tw-scale-x:0
  }

  .\32xl\:hover\:tw-scale-x-50:hover{
    --tw-scale-x:.5
  }

  .\32xl\:hover\:tw-scale-x-75:hover{
    --tw-scale-x:.75
  }

  .\32xl\:hover\:tw-scale-x-90:hover{
    --tw-scale-x:.9
  }

  .\32xl\:hover\:tw-scale-x-95:hover{
    --tw-scale-x:.95
  }

  .\32xl\:hover\:tw-scale-x-100:hover{
    --tw-scale-x:1
  }

  .\32xl\:hover\:tw-scale-x-105:hover{
    --tw-scale-x:1.05
  }

  .\32xl\:hover\:tw-scale-x-110:hover{
    --tw-scale-x:1.1
  }

  .\32xl\:hover\:tw-scale-x-125:hover{
    --tw-scale-x:1.25
  }

  .\32xl\:hover\:tw-scale-x-150:hover{
    --tw-scale-x:1.5
  }

  .\32xl\:hover\:tw-scale-y-0:hover{
    --tw-scale-y:0
  }

  .\32xl\:hover\:tw-scale-y-50:hover{
    --tw-scale-y:.5
  }

  .\32xl\:hover\:tw-scale-y-75:hover{
    --tw-scale-y:.75
  }

  .\32xl\:hover\:tw-scale-y-90:hover{
    --tw-scale-y:.9
  }

  .\32xl\:hover\:tw-scale-y-95:hover{
    --tw-scale-y:.95
  }

  .\32xl\:hover\:tw-scale-y-100:hover{
    --tw-scale-y:1
  }

  .\32xl\:hover\:tw-scale-y-105:hover{
    --tw-scale-y:1.05
  }

  .\32xl\:hover\:tw-scale-y-110:hover{
    --tw-scale-y:1.1
  }

  .\32xl\:hover\:tw-scale-y-125:hover{
    --tw-scale-y:1.25
  }

  .\32xl\:hover\:tw-scale-y-150:hover{
    --tw-scale-y:1.5
  }

  .\32xl\:focus\:tw-scale-x-0:focus{
    --tw-scale-x:0
  }

  .\32xl\:focus\:tw-scale-x-50:focus{
    --tw-scale-x:.5
  }

  .\32xl\:focus\:tw-scale-x-75:focus{
    --tw-scale-x:.75
  }

  .\32xl\:focus\:tw-scale-x-90:focus{
    --tw-scale-x:.9
  }

  .\32xl\:focus\:tw-scale-x-95:focus{
    --tw-scale-x:.95
  }

  .\32xl\:focus\:tw-scale-x-100:focus{
    --tw-scale-x:1
  }

  .\32xl\:focus\:tw-scale-x-105:focus{
    --tw-scale-x:1.05
  }

  .\32xl\:focus\:tw-scale-x-110:focus{
    --tw-scale-x:1.1
  }

  .\32xl\:focus\:tw-scale-x-125:focus{
    --tw-scale-x:1.25
  }

  .\32xl\:focus\:tw-scale-x-150:focus{
    --tw-scale-x:1.5
  }

  .\32xl\:focus\:tw-scale-y-0:focus{
    --tw-scale-y:0
  }

  .\32xl\:focus\:tw-scale-y-50:focus{
    --tw-scale-y:.5
  }

  .\32xl\:focus\:tw-scale-y-75:focus{
    --tw-scale-y:.75
  }

  .\32xl\:focus\:tw-scale-y-90:focus{
    --tw-scale-y:.9
  }

  .\32xl\:focus\:tw-scale-y-95:focus{
    --tw-scale-y:.95
  }

  .\32xl\:focus\:tw-scale-y-100:focus{
    --tw-scale-y:1
  }

  .\32xl\:focus\:tw-scale-y-105:focus{
    --tw-scale-y:1.05
  }

  .\32xl\:focus\:tw-scale-y-110:focus{
    --tw-scale-y:1.1
  }

  .\32xl\:focus\:tw-scale-y-125:focus{
    --tw-scale-y:1.25
  }

  .\32xl\:focus\:tw-scale-y-150:focus{
    --tw-scale-y:1.5
  }

  .\32xl\:tw-animate-none{
    animation:none
  }

  .\32xl\:tw-animate-spin{
    animation:tw-spin 1s linear infinite
  }

  .\32xl\:tw-animate-ping{
    animation:tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
  }

  .\32xl\:tw-animate-pulse{
    animation:tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
  }

  .\32xl\:tw-animate-bounce{
    animation:tw-bounce 1s infinite
  }

  .\32xl\:tw-cursor-auto{
    cursor:auto
  }

  .\32xl\:tw-cursor-default{
    cursor:default
  }

  .\32xl\:tw-cursor-pointer{
    cursor:pointer
  }

  .\32xl\:tw-cursor-wait{
    cursor:wait
  }

  .\32xl\:tw-cursor-text{
    cursor:text
  }

  .\32xl\:tw-cursor-move{
    cursor:move
  }

  .\32xl\:tw-cursor-help{
    cursor:help
  }

  .\32xl\:tw-cursor-not-allowed{
    cursor:not-allowed
  }

  .\32xl\:tw-select-none{
    -webkit-user-select:none;
            user-select:none
  }

  .\32xl\:tw-select-text{
    -webkit-user-select:text;
            user-select:text
  }

  .\32xl\:tw-select-all{
    -webkit-user-select:all;
            user-select:all
  }

  .\32xl\:tw-select-auto{
    -webkit-user-select:auto;
            user-select:auto
  }

  .\32xl\:tw-resize-none{
    resize:none
  }

  .\32xl\:tw-resize-y{
    resize:vertical
  }

  .\32xl\:tw-resize-x{
    resize:horizontal
  }

  .\32xl\:tw-resize{
    resize:both
  }

  .\32xl\:tw-list-inside{
    list-style-position:inside
  }

  .\32xl\:tw-list-outside{
    list-style-position:outside
  }

  .\32xl\:tw-list-none{
    list-style-type:none
  }

  .\32xl\:tw-list-disc{
    list-style-type:disc
  }

  .\32xl\:tw-list-decimal{
    list-style-type:decimal
  }

  .\32xl\:tw-appearance-none{
    appearance:none
  }

  .\32xl\:tw-auto-cols-auto{
    grid-auto-columns:auto
  }

  .\32xl\:tw-auto-cols-min{
    grid-auto-columns:min-content
  }

  .\32xl\:tw-auto-cols-max{
    grid-auto-columns:max-content
  }

  .\32xl\:tw-auto-cols-fr{
    grid-auto-columns:minmax(0, 1fr)
  }

  .\32xl\:tw-grid-flow-row{
    grid-auto-flow:row
  }

  .\32xl\:tw-grid-flow-col{
    grid-auto-flow:column
  }

  .\32xl\:tw-grid-flow-row-dense{
    grid-auto-flow:row dense
  }

  .\32xl\:tw-grid-flow-col-dense{
    grid-auto-flow:column dense
  }

  .\32xl\:tw-auto-rows-auto{
    grid-auto-rows:auto
  }

  .\32xl\:tw-auto-rows-min{
    grid-auto-rows:min-content
  }

  .\32xl\:tw-auto-rows-max{
    grid-auto-rows:max-content
  }

  .\32xl\:tw-auto-rows-fr{
    grid-auto-rows:minmax(0, 1fr)
  }

  .\32xl\:tw-grid-cols-1{
    grid-template-columns:repeat(1, minmax(0, 1fr))
  }

  .\32xl\:tw-grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .\32xl\:tw-grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .\32xl\:tw-grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }

  .\32xl\:tw-grid-cols-5{
    grid-template-columns:repeat(5, minmax(0, 1fr))
  }

  .\32xl\:tw-grid-cols-6{
    grid-template-columns:repeat(6, minmax(0, 1fr))
  }

  .\32xl\:tw-grid-cols-7{
    grid-template-columns:repeat(7, minmax(0, 1fr))
  }

  .\32xl\:tw-grid-cols-8{
    grid-template-columns:repeat(8, minmax(0, 1fr))
  }

  .\32xl\:tw-grid-cols-9{
    grid-template-columns:repeat(9, minmax(0, 1fr))
  }

  .\32xl\:tw-grid-cols-10{
    grid-template-columns:repeat(10, minmax(0, 1fr))
  }

  .\32xl\:tw-grid-cols-11{
    grid-template-columns:repeat(11, minmax(0, 1fr))
  }

  .\32xl\:tw-grid-cols-12{
    grid-template-columns:repeat(12, minmax(0, 1fr))
  }

  .\32xl\:tw-grid-cols-none{
    grid-template-columns:none
  }

  .\32xl\:tw-grid-rows-1{
    grid-template-rows:repeat(1, minmax(0, 1fr))
  }

  .\32xl\:tw-grid-rows-2{
    grid-template-rows:repeat(2, minmax(0, 1fr))
  }

  .\32xl\:tw-grid-rows-3{
    grid-template-rows:repeat(3, minmax(0, 1fr))
  }

  .\32xl\:tw-grid-rows-4{
    grid-template-rows:repeat(4, minmax(0, 1fr))
  }

  .\32xl\:tw-grid-rows-5{
    grid-template-rows:repeat(5, minmax(0, 1fr))
  }

  .\32xl\:tw-grid-rows-6{
    grid-template-rows:repeat(6, minmax(0, 1fr))
  }

  .\32xl\:tw-grid-rows-none{
    grid-template-rows:none
  }

  .\32xl\:tw-flex-row{
    flex-direction:row
  }

  .\32xl\:tw-flex-row-reverse{
    flex-direction:row-reverse
  }

  .\32xl\:tw-flex-col{
    flex-direction:column
  }

  .\32xl\:tw-flex-col-reverse{
    flex-direction:column-reverse
  }

  .\32xl\:tw-flex-wrap{
    flex-wrap:wrap
  }

  .\32xl\:tw-flex-wrap-reverse{
    flex-wrap:wrap-reverse
  }

  .\32xl\:tw-flex-nowrap{
    flex-wrap:nowrap
  }

  .\32xl\:tw-place-content-center{
    place-content:center
  }

  .\32xl\:tw-place-content-start{
    place-content:start
  }

  .\32xl\:tw-place-content-end{
    place-content:end
  }

  .\32xl\:tw-place-content-between{
    place-content:space-between
  }

  .\32xl\:tw-place-content-around{
    place-content:space-around
  }

  .\32xl\:tw-place-content-evenly{
    place-content:space-evenly
  }

  .\32xl\:tw-place-content-stretch{
    place-content:stretch
  }

  .\32xl\:tw-place-items-start{
    place-items:start
  }

  .\32xl\:tw-place-items-end{
    place-items:end
  }

  .\32xl\:tw-place-items-center{
    place-items:center
  }

  .\32xl\:tw-place-items-stretch{
    place-items:stretch
  }

  .\32xl\:tw-content-center{
    align-content:center
  }

  .\32xl\:tw-content-start{
    align-content:flex-start
  }

  .\32xl\:tw-content-end{
    align-content:flex-end
  }

  .\32xl\:tw-content-between{
    align-content:space-between
  }

  .\32xl\:tw-content-around{
    align-content:space-around
  }

  .\32xl\:tw-content-evenly{
    align-content:space-evenly
  }

  .\32xl\:tw-items-start{
    align-items:flex-start
  }

  .\32xl\:tw-items-end{
    align-items:flex-end
  }

  .\32xl\:tw-items-center{
    align-items:center
  }

  .\32xl\:tw-items-baseline{
    align-items:baseline
  }

  .\32xl\:tw-items-stretch{
    align-items:stretch
  }

  .\32xl\:tw-justify-start{
    justify-content:flex-start
  }

  .\32xl\:tw-justify-end{
    justify-content:flex-end
  }

  .\32xl\:tw-justify-center{
    justify-content:center
  }

  .\32xl\:tw-justify-between{
    justify-content:space-between
  }

  .\32xl\:tw-justify-around{
    justify-content:space-around
  }

  .\32xl\:tw-justify-evenly{
    justify-content:space-evenly
  }

  .\32xl\:tw-justify-items-start{
    justify-items:start
  }

  .\32xl\:tw-justify-items-end{
    justify-items:end
  }

  .\32xl\:tw-justify-items-center{
    justify-items:center
  }

  .\32xl\:tw-justify-items-stretch{
    justify-items:stretch
  }

  .\32xl\:tw-gap-0{
    grid-gap:0px;
    gap:0px
  }

  .\32xl\:tw-gap-1{
    grid-gap:0.25rem;
    gap:0.25rem
  }

  .\32xl\:tw-gap-2{
    grid-gap:0.5rem;
    gap:0.5rem
  }

  .\32xl\:tw-gap-3{
    grid-gap:0.75rem;
    gap:0.75rem
  }

  .\32xl\:tw-gap-4{
    grid-gap:1rem;
    gap:1rem
  }

  .\32xl\:tw-gap-5{
    grid-gap:1.25rem;
    gap:1.25rem
  }

  .\32xl\:tw-gap-6{
    grid-gap:1.5rem;
    gap:1.5rem
  }

  .\32xl\:tw-gap-7{
    grid-gap:1.75rem;
    gap:1.75rem
  }

  .\32xl\:tw-gap-8{
    grid-gap:2rem;
    gap:2rem
  }

  .\32xl\:tw-gap-9{
    grid-gap:2.25rem;
    gap:2.25rem
  }

  .\32xl\:tw-gap-10{
    grid-gap:2.5rem;
    gap:2.5rem
  }

  .\32xl\:tw-gap-11{
    grid-gap:2.75rem;
    gap:2.75rem
  }

  .\32xl\:tw-gap-12{
    grid-gap:3rem;
    gap:3rem
  }

  .\32xl\:tw-gap-14{
    grid-gap:3.5rem;
    gap:3.5rem
  }

  .\32xl\:tw-gap-16{
    grid-gap:4rem;
    gap:4rem
  }

  .\32xl\:tw-gap-20{
    grid-gap:5rem;
    gap:5rem
  }

  .\32xl\:tw-gap-24{
    grid-gap:6rem;
    gap:6rem
  }

  .\32xl\:tw-gap-28{
    grid-gap:7rem;
    gap:7rem
  }

  .\32xl\:tw-gap-32{
    grid-gap:8rem;
    gap:8rem
  }

  .\32xl\:tw-gap-36{
    grid-gap:9rem;
    gap:9rem
  }

  .\32xl\:tw-gap-40{
    grid-gap:10rem;
    gap:10rem
  }

  .\32xl\:tw-gap-44{
    grid-gap:11rem;
    gap:11rem
  }

  .\32xl\:tw-gap-48{
    grid-gap:12rem;
    gap:12rem
  }

  .\32xl\:tw-gap-52{
    grid-gap:13rem;
    gap:13rem
  }

  .\32xl\:tw-gap-56{
    grid-gap:14rem;
    gap:14rem
  }

  .\32xl\:tw-gap-60{
    grid-gap:15rem;
    gap:15rem
  }

  .\32xl\:tw-gap-64{
    grid-gap:16rem;
    gap:16rem
  }

  .\32xl\:tw-gap-72{
    grid-gap:18rem;
    gap:18rem
  }

  .\32xl\:tw-gap-80{
    grid-gap:20rem;
    gap:20rem
  }

  .\32xl\:tw-gap-96{
    grid-gap:24rem;
    gap:24rem
  }

  .\32xl\:tw-gap-px{
    grid-gap:1px;
    gap:1px
  }

  .\32xl\:tw-gap-0\.5{
    grid-gap:0.125rem;
    gap:0.125rem
  }

  .\32xl\:tw-gap-1\.5{
    grid-gap:0.375rem;
    gap:0.375rem
  }

  .\32xl\:tw-gap-2\.5{
    grid-gap:0.625rem;
    gap:0.625rem
  }

  .\32xl\:tw-gap-3\.5{
    grid-gap:0.875rem;
    gap:0.875rem
  }

  .\32xl\:tw-gap-x-0{
    grid-column-gap:0px;
    column-gap:0px
  }

  .\32xl\:tw-gap-x-1{
    grid-column-gap:0.25rem;
    column-gap:0.25rem
  }

  .\32xl\:tw-gap-x-2{
    grid-column-gap:0.5rem;
    column-gap:0.5rem
  }

  .\32xl\:tw-gap-x-3{
    grid-column-gap:0.75rem;
    column-gap:0.75rem
  }

  .\32xl\:tw-gap-x-4{
    grid-column-gap:1rem;
    column-gap:1rem
  }

  .\32xl\:tw-gap-x-5{
    grid-column-gap:1.25rem;
    column-gap:1.25rem
  }

  .\32xl\:tw-gap-x-6{
    grid-column-gap:1.5rem;
    column-gap:1.5rem
  }

  .\32xl\:tw-gap-x-7{
    grid-column-gap:1.75rem;
    column-gap:1.75rem
  }

  .\32xl\:tw-gap-x-8{
    grid-column-gap:2rem;
    column-gap:2rem
  }

  .\32xl\:tw-gap-x-9{
    grid-column-gap:2.25rem;
    column-gap:2.25rem
  }

  .\32xl\:tw-gap-x-10{
    grid-column-gap:2.5rem;
    column-gap:2.5rem
  }

  .\32xl\:tw-gap-x-11{
    grid-column-gap:2.75rem;
    column-gap:2.75rem
  }

  .\32xl\:tw-gap-x-12{
    grid-column-gap:3rem;
    column-gap:3rem
  }

  .\32xl\:tw-gap-x-14{
    grid-column-gap:3.5rem;
    column-gap:3.5rem
  }

  .\32xl\:tw-gap-x-16{
    grid-column-gap:4rem;
    column-gap:4rem
  }

  .\32xl\:tw-gap-x-20{
    grid-column-gap:5rem;
    column-gap:5rem
  }

  .\32xl\:tw-gap-x-24{
    grid-column-gap:6rem;
    column-gap:6rem
  }

  .\32xl\:tw-gap-x-28{
    grid-column-gap:7rem;
    column-gap:7rem
  }

  .\32xl\:tw-gap-x-32{
    grid-column-gap:8rem;
    column-gap:8rem
  }

  .\32xl\:tw-gap-x-36{
    grid-column-gap:9rem;
    column-gap:9rem
  }

  .\32xl\:tw-gap-x-40{
    grid-column-gap:10rem;
    column-gap:10rem
  }

  .\32xl\:tw-gap-x-44{
    grid-column-gap:11rem;
    column-gap:11rem
  }

  .\32xl\:tw-gap-x-48{
    grid-column-gap:12rem;
    column-gap:12rem
  }

  .\32xl\:tw-gap-x-52{
    grid-column-gap:13rem;
    column-gap:13rem
  }

  .\32xl\:tw-gap-x-56{
    grid-column-gap:14rem;
    column-gap:14rem
  }

  .\32xl\:tw-gap-x-60{
    grid-column-gap:15rem;
    column-gap:15rem
  }

  .\32xl\:tw-gap-x-64{
    grid-column-gap:16rem;
    column-gap:16rem
  }

  .\32xl\:tw-gap-x-72{
    grid-column-gap:18rem;
    column-gap:18rem
  }

  .\32xl\:tw-gap-x-80{
    grid-column-gap:20rem;
    column-gap:20rem
  }

  .\32xl\:tw-gap-x-96{
    grid-column-gap:24rem;
    column-gap:24rem
  }

  .\32xl\:tw-gap-x-px{
    grid-column-gap:1px;
    column-gap:1px
  }

  .\32xl\:tw-gap-x-0\.5{
    grid-column-gap:0.125rem;
    column-gap:0.125rem
  }

  .\32xl\:tw-gap-x-1\.5{
    grid-column-gap:0.375rem;
    column-gap:0.375rem
  }

  .\32xl\:tw-gap-x-2\.5{
    grid-column-gap:0.625rem;
    column-gap:0.625rem
  }

  .\32xl\:tw-gap-x-3\.5{
    grid-column-gap:0.875rem;
    column-gap:0.875rem
  }

  .\32xl\:tw-gap-y-0{
    grid-row-gap:0px;
    row-gap:0px
  }

  .\32xl\:tw-gap-y-1{
    grid-row-gap:0.25rem;
    row-gap:0.25rem
  }

  .\32xl\:tw-gap-y-2{
    grid-row-gap:0.5rem;
    row-gap:0.5rem
  }

  .\32xl\:tw-gap-y-3{
    grid-row-gap:0.75rem;
    row-gap:0.75rem
  }

  .\32xl\:tw-gap-y-4{
    grid-row-gap:1rem;
    row-gap:1rem
  }

  .\32xl\:tw-gap-y-5{
    grid-row-gap:1.25rem;
    row-gap:1.25rem
  }

  .\32xl\:tw-gap-y-6{
    grid-row-gap:1.5rem;
    row-gap:1.5rem
  }

  .\32xl\:tw-gap-y-7{
    grid-row-gap:1.75rem;
    row-gap:1.75rem
  }

  .\32xl\:tw-gap-y-8{
    grid-row-gap:2rem;
    row-gap:2rem
  }

  .\32xl\:tw-gap-y-9{
    grid-row-gap:2.25rem;
    row-gap:2.25rem
  }

  .\32xl\:tw-gap-y-10{
    grid-row-gap:2.5rem;
    row-gap:2.5rem
  }

  .\32xl\:tw-gap-y-11{
    grid-row-gap:2.75rem;
    row-gap:2.75rem
  }

  .\32xl\:tw-gap-y-12{
    grid-row-gap:3rem;
    row-gap:3rem
  }

  .\32xl\:tw-gap-y-14{
    grid-row-gap:3.5rem;
    row-gap:3.5rem
  }

  .\32xl\:tw-gap-y-16{
    grid-row-gap:4rem;
    row-gap:4rem
  }

  .\32xl\:tw-gap-y-20{
    grid-row-gap:5rem;
    row-gap:5rem
  }

  .\32xl\:tw-gap-y-24{
    grid-row-gap:6rem;
    row-gap:6rem
  }

  .\32xl\:tw-gap-y-28{
    grid-row-gap:7rem;
    row-gap:7rem
  }

  .\32xl\:tw-gap-y-32{
    grid-row-gap:8rem;
    row-gap:8rem
  }

  .\32xl\:tw-gap-y-36{
    grid-row-gap:9rem;
    row-gap:9rem
  }

  .\32xl\:tw-gap-y-40{
    grid-row-gap:10rem;
    row-gap:10rem
  }

  .\32xl\:tw-gap-y-44{
    grid-row-gap:11rem;
    row-gap:11rem
  }

  .\32xl\:tw-gap-y-48{
    grid-row-gap:12rem;
    row-gap:12rem
  }

  .\32xl\:tw-gap-y-52{
    grid-row-gap:13rem;
    row-gap:13rem
  }

  .\32xl\:tw-gap-y-56{
    grid-row-gap:14rem;
    row-gap:14rem
  }

  .\32xl\:tw-gap-y-60{
    grid-row-gap:15rem;
    row-gap:15rem
  }

  .\32xl\:tw-gap-y-64{
    grid-row-gap:16rem;
    row-gap:16rem
  }

  .\32xl\:tw-gap-y-72{
    grid-row-gap:18rem;
    row-gap:18rem
  }

  .\32xl\:tw-gap-y-80{
    grid-row-gap:20rem;
    row-gap:20rem
  }

  .\32xl\:tw-gap-y-96{
    grid-row-gap:24rem;
    row-gap:24rem
  }

  .\32xl\:tw-gap-y-px{
    grid-row-gap:1px;
    row-gap:1px
  }

  .\32xl\:tw-gap-y-0\.5{
    grid-row-gap:0.125rem;
    row-gap:0.125rem
  }

  .\32xl\:tw-gap-y-1\.5{
    grid-row-gap:0.375rem;
    row-gap:0.375rem
  }

  .\32xl\:tw-gap-y-2\.5{
    grid-row-gap:0.625rem;
    row-gap:0.625rem
  }

  .\32xl\:tw-gap-y-3\.5{
    grid-row-gap:0.875rem;
    row-gap:0.875rem
  }

  .\32xl\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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)))
  }

  .\32xl\:tw-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)))
  }

  .\32xl\:tw-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)))
  }

  .\32xl\:tw-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)))
  }

  .\32xl\:tw-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)))
  }

  .\32xl\:tw-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)))
  }

  .\32xl\:tw-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)))
  }

  .\32xl\:tw-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)))
  }

  .\32xl\:tw-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)))
  }

  .\32xl\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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)))
  }

  .\32xl\:tw--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)))
  }

  .\32xl\:tw--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)))
  }

  .\32xl\:tw--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)))
  }

  .\32xl\:tw--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)))
  }

  .\32xl\:tw--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)))
  }

  .\32xl\:tw--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)))
  }

  .\32xl\:tw--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)))
  }

  .\32xl\:tw--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)))
  }

  .\32xl\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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))
  }

  .\32xl\:tw-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))
  }

  .\32xl\:tw-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))
  }

  .\32xl\:tw-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))
  }

  .\32xl\:tw-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))
  }

  .\32xl\:tw-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))
  }

  .\32xl\:tw-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))
  }

  .\32xl\:tw-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))
  }

  .\32xl\:tw-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))
  }

  .\32xl\:tw-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\:tw-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\:tw-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\:tw-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\:tw-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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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))
  }

  .\32xl\:tw--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))
  }

  .\32xl\:tw--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))
  }

  .\32xl\:tw--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))
  }

  .\32xl\:tw--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))
  }

  .\32xl\:tw--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))
  }

  .\32xl\:tw--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))
  }

  .\32xl\:tw--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))
  }

  .\32xl\:tw--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))
  }

  .\32xl\:tw--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\:tw--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\:tw--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\:tw--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\:tw--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\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:1
  }

  .\32xl\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:1
  }

  .\32xl\:tw-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)))
  }

  .\32xl\:tw-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)))
  }

  .\32xl\:tw-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)))
  }

  .\32xl\:tw-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)))
  }

  .\32xl\:tw-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)))
  }

  .\32xl\:tw-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))
  }

  .\32xl\:tw-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))
  }

  .\32xl\:tw-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))
  }

  .\32xl\:tw-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))
  }

  .\32xl\:tw-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))
  }

  .\32xl\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:1
  }

  .\32xl\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:1
  }

  .\32xl\:tw-divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style:solid
  }

  .\32xl\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style:dashed
  }

  .\32xl\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style:dotted
  }

  .\32xl\:tw-divide-double > :not([hidden]) ~ :not([hidden]){
    border-style:double
  }

  .\32xl\:tw-divide-none > :not([hidden]) ~ :not([hidden]){
    border-style:none
  }

  .\32xl\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color:transparent
  }

  .\32xl\:tw-divide-current > :not([hidden]) ~ :not([hidden]){
    border-color:currentColor
  }

  .\32xl\:tw-divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-divide-opacity))
  }

  .\32xl\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0
  }

  .\32xl\:tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.05
  }

  .\32xl\:tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.1
  }

  .\32xl\:tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.2
  }

  .\32xl\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.25
  }

  .\32xl\:tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.3
  }

  .\32xl\:tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.4
  }

  .\32xl\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.5
  }

  .\32xl\:tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.6
  }

  .\32xl\:tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.7
  }

  .\32xl\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.75
  }

  .\32xl\:tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.8
  }

  .\32xl\:tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.9
  }

  .\32xl\:tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:0.95
  }

  .\32xl\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity:1
  }

  .\32xl\:tw-place-self-auto{
    place-self:auto
  }

  .\32xl\:tw-place-self-start{
    place-self:start
  }

  .\32xl\:tw-place-self-end{
    place-self:end
  }

  .\32xl\:tw-place-self-center{
    place-self:center
  }

  .\32xl\:tw-place-self-stretch{
    place-self:stretch
  }

  .\32xl\:tw-self-auto{
    align-self:auto
  }

  .\32xl\:tw-self-start{
    align-self:flex-start
  }

  .\32xl\:tw-self-end{
    align-self:flex-end
  }

  .\32xl\:tw-self-center{
    align-self:center
  }

  .\32xl\:tw-self-stretch{
    align-self:stretch
  }

  .\32xl\:tw-self-baseline{
    align-self:baseline
  }

  .\32xl\:tw-justify-self-auto{
    justify-self:auto
  }

  .\32xl\:tw-justify-self-start{
    justify-self:start
  }

  .\32xl\:tw-justify-self-end{
    justify-self:end
  }

  .\32xl\:tw-justify-self-center{
    justify-self:center
  }

  .\32xl\:tw-justify-self-stretch{
    justify-self:stretch
  }

  .\32xl\:tw-overflow-auto{
    overflow:auto
  }

  .\32xl\:tw-overflow-hidden{
    overflow:hidden
  }

  .\32xl\:tw-overflow-visible{
    overflow:visible
  }

  .\32xl\:tw-overflow-scroll{
    overflow:scroll
  }

  .\32xl\:tw-overflow-x-auto{
    overflow-x:auto
  }

  .\32xl\:tw-overflow-y-auto{
    overflow-y:auto
  }

  .\32xl\:tw-overflow-x-hidden{
    overflow-x:hidden
  }

  .\32xl\:tw-overflow-y-hidden{
    overflow-y:hidden
  }

  .\32xl\:tw-overflow-x-visible{
    overflow-x:visible
  }

  .\32xl\:tw-overflow-y-visible{
    overflow-y:visible
  }

  .\32xl\:tw-overflow-x-scroll{
    overflow-x:scroll
  }

  .\32xl\:tw-overflow-y-scroll{
    overflow-y:scroll
  }

  .\32xl\:tw-overscroll-auto{
    overscroll-behavior:auto
  }

  .\32xl\:tw-overscroll-contain{
    overscroll-behavior:contain
  }

  .\32xl\:tw-overscroll-none{
    overscroll-behavior:none
  }

  .\32xl\:tw-overscroll-y-auto{
    overscroll-behavior-y:auto
  }

  .\32xl\:tw-overscroll-y-contain{
    overscroll-behavior-y:contain
  }

  .\32xl\:tw-overscroll-y-none{
    overscroll-behavior-y:none
  }

  .\32xl\:tw-overscroll-x-auto{
    overscroll-behavior-x:auto
  }

  .\32xl\:tw-overscroll-x-contain{
    overscroll-behavior-x:contain
  }

  .\32xl\:tw-overscroll-x-none{
    overscroll-behavior-x:none
  }

  .\32xl\:tw-truncate{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
  }

  .\32xl\:tw-overflow-ellipsis{
    text-overflow:ellipsis
  }

  .\32xl\:tw-overflow-clip{
    text-overflow:clip
  }

  .\32xl\:tw-whitespace-normal{
    white-space:normal
  }

  .\32xl\:tw-whitespace-nowrap{
    white-space:nowrap
  }

  .\32xl\:tw-whitespace-pre{
    white-space:pre
  }

  .\32xl\:tw-whitespace-pre-line{
    white-space:pre-line
  }

  .\32xl\:tw-whitespace-pre-wrap{
    white-space:pre-wrap
  }

  .\32xl\:tw-break-normal{
    overflow-wrap:normal;
    word-break:normal
  }

  .\32xl\:tw-break-words{
    overflow-wrap:break-word
  }

  .\32xl\:tw-break-all{
    word-break:break-all
  }

  .\32xl\:tw-rounded-none{
    border-radius:0px
  }

  .\32xl\:tw-rounded-sm{
    border-radius:0.125rem
  }

  .\32xl\:tw-rounded{
    border-radius:0.25rem
  }

  .\32xl\:tw-rounded-md{
    border-radius:0.375rem
  }

  .\32xl\:tw-rounded-lg{
    border-radius:0.5rem
  }

  .\32xl\:tw-rounded-xl{
    border-radius:0.75rem
  }

  .\32xl\:tw-rounded-2xl{
    border-radius:1rem
  }

  .\32xl\:tw-rounded-3xl{
    border-radius:1.5rem
  }

  .\32xl\:tw-rounded-full{
    border-radius:9999px
  }

  .\32xl\:tw-rounded-t-none{
    border-top-left-radius:0px;
    border-top-right-radius:0px
  }

  .\32xl\:tw-rounded-t-sm{
    border-top-left-radius:0.125rem;
    border-top-right-radius:0.125rem
  }

  .\32xl\:tw-rounded-t{
    border-top-left-radius:0.25rem;
    border-top-right-radius:0.25rem
  }

  .\32xl\:tw-rounded-t-md{
    border-top-left-radius:0.375rem;
    border-top-right-radius:0.375rem
  }

  .\32xl\:tw-rounded-t-lg{
    border-top-left-radius:0.5rem;
    border-top-right-radius:0.5rem
  }

  .\32xl\:tw-rounded-t-xl{
    border-top-left-radius:0.75rem;
    border-top-right-radius:0.75rem
  }

  .\32xl\:tw-rounded-t-2xl{
    border-top-left-radius:1rem;
    border-top-right-radius:1rem
  }

  .\32xl\:tw-rounded-t-3xl{
    border-top-left-radius:1.5rem;
    border-top-right-radius:1.5rem
  }

  .\32xl\:tw-rounded-t-full{
    border-top-left-radius:9999px;
    border-top-right-radius:9999px
  }

  .\32xl\:tw-rounded-r-none{
    border-top-right-radius:0px;
    border-bottom-right-radius:0px
  }

  .\32xl\:tw-rounded-r-sm{
    border-top-right-radius:0.125rem;
    border-bottom-right-radius:0.125rem
  }

  .\32xl\:tw-rounded-r{
    border-top-right-radius:0.25rem;
    border-bottom-right-radius:0.25rem
  }

  .\32xl\:tw-rounded-r-md{
    border-top-right-radius:0.375rem;
    border-bottom-right-radius:0.375rem
  }

  .\32xl\:tw-rounded-r-lg{
    border-top-right-radius:0.5rem;
    border-bottom-right-radius:0.5rem
  }

  .\32xl\:tw-rounded-r-xl{
    border-top-right-radius:0.75rem;
    border-bottom-right-radius:0.75rem
  }

  .\32xl\:tw-rounded-r-2xl{
    border-top-right-radius:1rem;
    border-bottom-right-radius:1rem
  }

  .\32xl\:tw-rounded-r-3xl{
    border-top-right-radius:1.5rem;
    border-bottom-right-radius:1.5rem
  }

  .\32xl\:tw-rounded-r-full{
    border-top-right-radius:9999px;
    border-bottom-right-radius:9999px
  }

  .\32xl\:tw-rounded-b-none{
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px
  }

  .\32xl\:tw-rounded-b-sm{
    border-bottom-right-radius:0.125rem;
    border-bottom-left-radius:0.125rem
  }

  .\32xl\:tw-rounded-b{
    border-bottom-right-radius:0.25rem;
    border-bottom-left-radius:0.25rem
  }

  .\32xl\:tw-rounded-b-md{
    border-bottom-right-radius:0.375rem;
    border-bottom-left-radius:0.375rem
  }

  .\32xl\:tw-rounded-b-lg{
    border-bottom-right-radius:0.5rem;
    border-bottom-left-radius:0.5rem
  }

  .\32xl\:tw-rounded-b-xl{
    border-bottom-right-radius:0.75rem;
    border-bottom-left-radius:0.75rem
  }

  .\32xl\:tw-rounded-b-2xl{
    border-bottom-right-radius:1rem;
    border-bottom-left-radius:1rem
  }

  .\32xl\:tw-rounded-b-3xl{
    border-bottom-right-radius:1.5rem;
    border-bottom-left-radius:1.5rem
  }

  .\32xl\:tw-rounded-b-full{
    border-bottom-right-radius:9999px;
    border-bottom-left-radius:9999px
  }

  .\32xl\:tw-rounded-l-none{
    border-top-left-radius:0px;
    border-bottom-left-radius:0px
  }

  .\32xl\:tw-rounded-l-sm{
    border-top-left-radius:0.125rem;
    border-bottom-left-radius:0.125rem
  }

  .\32xl\:tw-rounded-l{
    border-top-left-radius:0.25rem;
    border-bottom-left-radius:0.25rem
  }

  .\32xl\:tw-rounded-l-md{
    border-top-left-radius:0.375rem;
    border-bottom-left-radius:0.375rem
  }

  .\32xl\:tw-rounded-l-lg{
    border-top-left-radius:0.5rem;
    border-bottom-left-radius:0.5rem
  }

  .\32xl\:tw-rounded-l-xl{
    border-top-left-radius:0.75rem;
    border-bottom-left-radius:0.75rem
  }

  .\32xl\:tw-rounded-l-2xl{
    border-top-left-radius:1rem;
    border-bottom-left-radius:1rem
  }

  .\32xl\:tw-rounded-l-3xl{
    border-top-left-radius:1.5rem;
    border-bottom-left-radius:1.5rem
  }

  .\32xl\:tw-rounded-l-full{
    border-top-left-radius:9999px;
    border-bottom-left-radius:9999px
  }

  .\32xl\:tw-rounded-tl-none{
    border-top-left-radius:0px
  }

  .\32xl\:tw-rounded-tl-sm{
    border-top-left-radius:0.125rem
  }

  .\32xl\:tw-rounded-tl{
    border-top-left-radius:0.25rem
  }

  .\32xl\:tw-rounded-tl-md{
    border-top-left-radius:0.375rem
  }

  .\32xl\:tw-rounded-tl-lg{
    border-top-left-radius:0.5rem
  }

  .\32xl\:tw-rounded-tl-xl{
    border-top-left-radius:0.75rem
  }

  .\32xl\:tw-rounded-tl-2xl{
    border-top-left-radius:1rem
  }

  .\32xl\:tw-rounded-tl-3xl{
    border-top-left-radius:1.5rem
  }

  .\32xl\:tw-rounded-tl-full{
    border-top-left-radius:9999px
  }

  .\32xl\:tw-rounded-tr-none{
    border-top-right-radius:0px
  }

  .\32xl\:tw-rounded-tr-sm{
    border-top-right-radius:0.125rem
  }

  .\32xl\:tw-rounded-tr{
    border-top-right-radius:0.25rem
  }

  .\32xl\:tw-rounded-tr-md{
    border-top-right-radius:0.375rem
  }

  .\32xl\:tw-rounded-tr-lg{
    border-top-right-radius:0.5rem
  }

  .\32xl\:tw-rounded-tr-xl{
    border-top-right-radius:0.75rem
  }

  .\32xl\:tw-rounded-tr-2xl{
    border-top-right-radius:1rem
  }

  .\32xl\:tw-rounded-tr-3xl{
    border-top-right-radius:1.5rem
  }

  .\32xl\:tw-rounded-tr-full{
    border-top-right-radius:9999px
  }

  .\32xl\:tw-rounded-br-none{
    border-bottom-right-radius:0px
  }

  .\32xl\:tw-rounded-br-sm{
    border-bottom-right-radius:0.125rem
  }

  .\32xl\:tw-rounded-br{
    border-bottom-right-radius:0.25rem
  }

  .\32xl\:tw-rounded-br-md{
    border-bottom-right-radius:0.375rem
  }

  .\32xl\:tw-rounded-br-lg{
    border-bottom-right-radius:0.5rem
  }

  .\32xl\:tw-rounded-br-xl{
    border-bottom-right-radius:0.75rem
  }

  .\32xl\:tw-rounded-br-2xl{
    border-bottom-right-radius:1rem
  }

  .\32xl\:tw-rounded-br-3xl{
    border-bottom-right-radius:1.5rem
  }

  .\32xl\:tw-rounded-br-full{
    border-bottom-right-radius:9999px
  }

  .\32xl\:tw-rounded-bl-none{
    border-bottom-left-radius:0px
  }

  .\32xl\:tw-rounded-bl-sm{
    border-bottom-left-radius:0.125rem
  }

  .\32xl\:tw-rounded-bl{
    border-bottom-left-radius:0.25rem
  }

  .\32xl\:tw-rounded-bl-md{
    border-bottom-left-radius:0.375rem
  }

  .\32xl\:tw-rounded-bl-lg{
    border-bottom-left-radius:0.5rem
  }

  .\32xl\:tw-rounded-bl-xl{
    border-bottom-left-radius:0.75rem
  }

  .\32xl\:tw-rounded-bl-2xl{
    border-bottom-left-radius:1rem
  }

  .\32xl\:tw-rounded-bl-3xl{
    border-bottom-left-radius:1.5rem
  }

  .\32xl\:tw-rounded-bl-full{
    border-bottom-left-radius:9999px
  }

  .\32xl\:tw-border-0{
    border-width:0px
  }

  .\32xl\:tw-border-2{
    border-width:2px
  }

  .\32xl\:tw-border-4{
    border-width:4px
  }

  .\32xl\:tw-border-8{
    border-width:8px
  }

  .\32xl\:tw-border{
    border-width:1px
  }

  .\32xl\:tw-border-t-0{
    border-top-width:0px
  }

  .\32xl\:tw-border-t-2{
    border-top-width:2px
  }

  .\32xl\:tw-border-t-4{
    border-top-width:4px
  }

  .\32xl\:tw-border-t-8{
    border-top-width:8px
  }

  .\32xl\:tw-border-t{
    border-top-width:1px
  }

  .\32xl\:tw-border-r-0{
    border-right-width:0px
  }

  .\32xl\:tw-border-r-2{
    border-right-width:2px
  }

  .\32xl\:tw-border-r-4{
    border-right-width:4px
  }

  .\32xl\:tw-border-r-8{
    border-right-width:8px
  }

  .\32xl\:tw-border-r{
    border-right-width:1px
  }

  .\32xl\:tw-border-b-0{
    border-bottom-width:0px
  }

  .\32xl\:tw-border-b-2{
    border-bottom-width:2px
  }

  .\32xl\:tw-border-b-4{
    border-bottom-width:4px
  }

  .\32xl\:tw-border-b-8{
    border-bottom-width:8px
  }

  .\32xl\:tw-border-b{
    border-bottom-width:1px
  }

  .\32xl\:tw-border-l-0{
    border-left-width:0px
  }

  .\32xl\:tw-border-l-2{
    border-left-width:2px
  }

  .\32xl\:tw-border-l-4{
    border-left-width:4px
  }

  .\32xl\:tw-border-l-8{
    border-left-width:8px
  }

  .\32xl\:tw-border-l{
    border-left-width:1px
  }

  .\32xl\:tw-border-solid{
    border-style:solid
  }

  .\32xl\:tw-border-dashed{
    border-style:dashed
  }

  .\32xl\:tw-border-dotted{
    border-style:dotted
  }

  .\32xl\:tw-border-double{
    border-style:double
  }

  .\32xl\:tw-border-none{
    border-style:none
  }

  .\32xl\:tw-border-transparent{
    border-color:transparent
  }

  .\32xl\:tw-border-current{
    border-color:currentColor
  }

  .\32xl\:tw-border-black{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-white{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-gray-50{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-gray-100{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-gray-200{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-gray-300{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-gray-400{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-gray-500{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-gray-600{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-gray-700{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-gray-800{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-gray-900{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-red-50{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-red-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-red-200{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-red-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-red-400{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-red-500{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-red-600{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-red-700{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-red-800{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-red-900{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-yellow-50{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-yellow-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-yellow-200{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-yellow-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-yellow-400{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-yellow-500{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-yellow-600{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-yellow-700{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-yellow-800{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-yellow-900{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-green-50{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-green-100{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-green-200{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-green-300{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-green-400{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-green-500{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-green-600{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-green-700{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-green-800{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-green-900{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-blue-50{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-blue-100{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-blue-200{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-blue-300{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-blue-400{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-blue-500{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-blue-600{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-blue-700{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-blue-800{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-blue-900{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-indigo-50{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-indigo-100{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-indigo-200{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-indigo-300{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-indigo-400{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-indigo-500{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-indigo-600{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-indigo-700{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-indigo-800{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-indigo-900{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-purple-50{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-purple-100{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-purple-200{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-purple-300{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-purple-400{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-purple-500{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-purple-600{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-purple-700{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-purple-800{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-purple-900{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-pink-50{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-pink-100{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-pink-200{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-pink-300{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-pink-400{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-pink-500{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-pink-600{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-pink-700{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-pink-800{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-pink-900{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-transparent{
    border-color:transparent
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-current{
    border-color:currentColor
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-black{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-white{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-50{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-100{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-200{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-300{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-400{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-500{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-600{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-700{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-800{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-900{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-50{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-200{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-400{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-500{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-600{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-700{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-800{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-900{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-50{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-100{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-200{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-300{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-400{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-500{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-600{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-700{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-800{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-900{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-50{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-100{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-200{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-300{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-400{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-500{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-600{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-700{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-800{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-900{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-50{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-100{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-200{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-300{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-400{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-500{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-600{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-700{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-800{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-900{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-50{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-100{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-200{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-300{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-400{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-500{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-600{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-700{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-800{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-900{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-50{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-100{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-200{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-300{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-400{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-500{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-600{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-700{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-800{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-900{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-50{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-100{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-200{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-300{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-400{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-500{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-600{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-700{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-800{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-900{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-transparent:focus-within{
    border-color:transparent
  }

  .\32xl\:focus-within\:tw-border-current:focus-within{
    border-color:currentColor
  }

  .\32xl\:focus-within\:tw-border-black:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-white:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-gray-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-gray-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-gray-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-gray-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-gray-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-gray-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-gray-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-gray-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-gray-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-gray-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-red-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-red-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-red-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-red-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-red-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-red-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-red-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-red-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-red-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-red-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-yellow-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-yellow-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-yellow-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-yellow-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-yellow-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-yellow-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-yellow-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-yellow-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-yellow-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-yellow-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-green-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-green-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-green-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-green-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-green-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-green-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-green-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-green-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-green-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-green-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-blue-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-blue-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-blue-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-blue-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-blue-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-blue-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-blue-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-blue-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-blue-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-blue-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-indigo-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-indigo-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-indigo-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-indigo-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-indigo-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-indigo-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-indigo-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-indigo-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-indigo-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-indigo-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-purple-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-purple-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-purple-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-purple-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-purple-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-purple-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-purple-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-purple-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-purple-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-purple-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-pink-50:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-pink-100:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-pink-200:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-pink-300:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-pink-400:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-pink-500:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-pink-600:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-pink-700:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-pink-800:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .\32xl\:focus-within\:tw-border-pink-900:focus-within{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-transparent:hover{
    border-color:transparent
  }

  .\32xl\:hover\:tw-border-current:hover{
    border-color:currentColor
  }

  .\32xl\:hover\:tw-border-black:hover{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-white:hover{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-gray-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-gray-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-gray-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-gray-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-gray-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-gray-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-gray-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-gray-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-gray-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-gray-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-red-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-red-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-red-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-red-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-red-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-red-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-red-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-red-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-red-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-red-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-yellow-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-yellow-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-yellow-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-yellow-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-yellow-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-yellow-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-yellow-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-yellow-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-yellow-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-yellow-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-green-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-green-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-green-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-green-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-green-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-green-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-green-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-green-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-green-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-green-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-blue-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-blue-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-blue-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-blue-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-blue-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-blue-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-blue-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-blue-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-blue-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-blue-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-indigo-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-indigo-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-indigo-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-indigo-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-indigo-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-indigo-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-indigo-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-indigo-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-indigo-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-indigo-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-purple-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-purple-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-purple-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-purple-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-purple-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-purple-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-purple-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-purple-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-purple-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-purple-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-pink-50:hover{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-pink-100:hover{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-pink-200:hover{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-pink-300:hover{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-pink-400:hover{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-pink-500:hover{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-pink-600:hover{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-pink-700:hover{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-pink-800:hover{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .\32xl\:hover\:tw-border-pink-900:hover{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-transparent:focus{
    border-color:transparent
  }

  .\32xl\:focus\:tw-border-current:focus{
    border-color:currentColor
  }

  .\32xl\:focus\:tw-border-black:focus{
    --tw-border-opacity:1;
    border-color:rgba(0, 0, 0, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-white:focus{
    --tw-border-opacity:1;
    border-color:rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-gray-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 250, 251, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-gray-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(243, 244, 246, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-gray-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(229, 231, 235, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-gray-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-gray-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(156, 163, 175, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-gray-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(107, 114, 128, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-gray-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(75, 85, 99, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-gray-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(55, 65, 81, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-gray-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(31, 41, 55, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-gray-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(17, 24, 39, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-red-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 242, 242, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-red-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 226, 226, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-red-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 202, 202, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-red-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 165, 165, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-red-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(248, 113, 113, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-red-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(239, 68, 68, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-red-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(220, 38, 38, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-red-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(185, 28, 28, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-red-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(153, 27, 27, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-red-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(127, 29, 29, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-yellow-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(255, 251, 235, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-yellow-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(254, 243, 199, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-yellow-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(253, 230, 138, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-yellow-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 211, 77, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-yellow-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(251, 191, 36, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-yellow-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(245, 158, 11, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-yellow-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(217, 119, 6, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-yellow-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(180, 83, 9, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-yellow-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(146, 64, 14, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-yellow-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(120, 53, 15, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-green-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(236, 253, 245, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-green-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(209, 250, 229, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-green-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(167, 243, 208, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-green-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(110, 231, 183, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-green-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(52, 211, 153, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-green-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(16, 185, 129, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-green-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(5, 150, 105, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-green-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(4, 120, 87, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-green-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(6, 95, 70, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-green-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(6, 78, 59, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-blue-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(239, 246, 255, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-blue-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(219, 234, 254, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-blue-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(191, 219, 254, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-blue-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(147, 197, 253, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-blue-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(96, 165, 250, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-blue-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(59, 130, 246, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-blue-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(37, 99, 235, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-blue-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(29, 78, 216, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-blue-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(30, 64, 175, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-blue-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(30, 58, 138, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-indigo-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(238, 242, 255, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-indigo-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(224, 231, 255, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-indigo-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(199, 210, 254, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-indigo-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(165, 180, 252, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-indigo-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(129, 140, 248, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-indigo-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(99, 102, 241, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-indigo-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(79, 70, 229, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-indigo-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(67, 56, 202, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-indigo-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(55, 48, 163, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-indigo-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(49, 46, 129, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-purple-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(245, 243, 255, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-purple-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(237, 233, 254, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-purple-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(221, 214, 254, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-purple-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(196, 181, 253, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-purple-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(167, 139, 250, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-purple-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(139, 92, 246, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-purple-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(124, 58, 237, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-purple-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(109, 40, 217, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-purple-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(91, 33, 182, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-purple-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(76, 29, 149, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-pink-50:focus{
    --tw-border-opacity:1;
    border-color:rgba(253, 242, 248, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-pink-100:focus{
    --tw-border-opacity:1;
    border-color:rgba(252, 231, 243, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-pink-200:focus{
    --tw-border-opacity:1;
    border-color:rgba(251, 207, 232, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-pink-300:focus{
    --tw-border-opacity:1;
    border-color:rgba(249, 168, 212, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-pink-400:focus{
    --tw-border-opacity:1;
    border-color:rgba(244, 114, 182, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-pink-500:focus{
    --tw-border-opacity:1;
    border-color:rgba(236, 72, 153, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-pink-600:focus{
    --tw-border-opacity:1;
    border-color:rgba(219, 39, 119, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-pink-700:focus{
    --tw-border-opacity:1;
    border-color:rgba(190, 24, 93, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-pink-800:focus{
    --tw-border-opacity:1;
    border-color:rgba(157, 23, 77, var(--tw-border-opacity))
  }

  .\32xl\:focus\:tw-border-pink-900:focus{
    --tw-border-opacity:1;
    border-color:rgba(131, 24, 67, var(--tw-border-opacity))
  }

  .\32xl\:tw-border-opacity-0{
    --tw-border-opacity:0
  }

  .\32xl\:tw-border-opacity-5{
    --tw-border-opacity:0.05
  }

  .\32xl\:tw-border-opacity-10{
    --tw-border-opacity:0.1
  }

  .\32xl\:tw-border-opacity-20{
    --tw-border-opacity:0.2
  }

  .\32xl\:tw-border-opacity-25{
    --tw-border-opacity:0.25
  }

  .\32xl\:tw-border-opacity-30{
    --tw-border-opacity:0.3
  }

  .\32xl\:tw-border-opacity-40{
    --tw-border-opacity:0.4
  }

  .\32xl\:tw-border-opacity-50{
    --tw-border-opacity:0.5
  }

  .\32xl\:tw-border-opacity-60{
    --tw-border-opacity:0.6
  }

  .\32xl\:tw-border-opacity-70{
    --tw-border-opacity:0.7
  }

  .\32xl\:tw-border-opacity-75{
    --tw-border-opacity:0.75
  }

  .\32xl\:tw-border-opacity-80{
    --tw-border-opacity:0.8
  }

  .\32xl\:tw-border-opacity-90{
    --tw-border-opacity:0.9
  }

  .\32xl\:tw-border-opacity-95{
    --tw-border-opacity:0.95
  }

  .\32xl\:tw-border-opacity-100{
    --tw-border-opacity:1
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-0{
    --tw-border-opacity:0
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-5{
    --tw-border-opacity:0.05
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-10{
    --tw-border-opacity:0.1
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-20{
    --tw-border-opacity:0.2
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-25{
    --tw-border-opacity:0.25
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-30{
    --tw-border-opacity:0.3
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-40{
    --tw-border-opacity:0.4
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-50{
    --tw-border-opacity:0.5
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-60{
    --tw-border-opacity:0.6
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-70{
    --tw-border-opacity:0.7
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-75{
    --tw-border-opacity:0.75
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-80{
    --tw-border-opacity:0.8
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-90{
    --tw-border-opacity:0.9
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-95{
    --tw-border-opacity:0.95
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-100{
    --tw-border-opacity:1
  }

  .\32xl\:focus-within\:tw-border-opacity-0:focus-within{
    --tw-border-opacity:0
  }

  .\32xl\:focus-within\:tw-border-opacity-5:focus-within{
    --tw-border-opacity:0.05
  }

  .\32xl\:focus-within\:tw-border-opacity-10:focus-within{
    --tw-border-opacity:0.1
  }

  .\32xl\:focus-within\:tw-border-opacity-20:focus-within{
    --tw-border-opacity:0.2
  }

  .\32xl\:focus-within\:tw-border-opacity-25:focus-within{
    --tw-border-opacity:0.25
  }

  .\32xl\:focus-within\:tw-border-opacity-30:focus-within{
    --tw-border-opacity:0.3
  }

  .\32xl\:focus-within\:tw-border-opacity-40:focus-within{
    --tw-border-opacity:0.4
  }

  .\32xl\:focus-within\:tw-border-opacity-50:focus-within{
    --tw-border-opacity:0.5
  }

  .\32xl\:focus-within\:tw-border-opacity-60:focus-within{
    --tw-border-opacity:0.6
  }

  .\32xl\:focus-within\:tw-border-opacity-70:focus-within{
    --tw-border-opacity:0.7
  }

  .\32xl\:focus-within\:tw-border-opacity-75:focus-within{
    --tw-border-opacity:0.75
  }

  .\32xl\:focus-within\:tw-border-opacity-80:focus-within{
    --tw-border-opacity:0.8
  }

  .\32xl\:focus-within\:tw-border-opacity-90:focus-within{
    --tw-border-opacity:0.9
  }

  .\32xl\:focus-within\:tw-border-opacity-95:focus-within{
    --tw-border-opacity:0.95
  }

  .\32xl\:focus-within\:tw-border-opacity-100:focus-within{
    --tw-border-opacity:1
  }

  .\32xl\:hover\:tw-border-opacity-0:hover{
    --tw-border-opacity:0
  }

  .\32xl\:hover\:tw-border-opacity-5:hover{
    --tw-border-opacity:0.05
  }

  .\32xl\:hover\:tw-border-opacity-10:hover{
    --tw-border-opacity:0.1
  }

  .\32xl\:hover\:tw-border-opacity-20:hover{
    --tw-border-opacity:0.2
  }

  .\32xl\:hover\:tw-border-opacity-25:hover{
    --tw-border-opacity:0.25
  }

  .\32xl\:hover\:tw-border-opacity-30:hover{
    --tw-border-opacity:0.3
  }

  .\32xl\:hover\:tw-border-opacity-40:hover{
    --tw-border-opacity:0.4
  }

  .\32xl\:hover\:tw-border-opacity-50:hover{
    --tw-border-opacity:0.5
  }

  .\32xl\:hover\:tw-border-opacity-60:hover{
    --tw-border-opacity:0.6
  }

  .\32xl\:hover\:tw-border-opacity-70:hover{
    --tw-border-opacity:0.7
  }

  .\32xl\:hover\:tw-border-opacity-75:hover{
    --tw-border-opacity:0.75
  }

  .\32xl\:hover\:tw-border-opacity-80:hover{
    --tw-border-opacity:0.8
  }

  .\32xl\:hover\:tw-border-opacity-90:hover{
    --tw-border-opacity:0.9
  }

  .\32xl\:hover\:tw-border-opacity-95:hover{
    --tw-border-opacity:0.95
  }

  .\32xl\:hover\:tw-border-opacity-100:hover{
    --tw-border-opacity:1
  }

  .\32xl\:focus\:tw-border-opacity-0:focus{
    --tw-border-opacity:0
  }

  .\32xl\:focus\:tw-border-opacity-5:focus{
    --tw-border-opacity:0.05
  }

  .\32xl\:focus\:tw-border-opacity-10:focus{
    --tw-border-opacity:0.1
  }

  .\32xl\:focus\:tw-border-opacity-20:focus{
    --tw-border-opacity:0.2
  }

  .\32xl\:focus\:tw-border-opacity-25:focus{
    --tw-border-opacity:0.25
  }

  .\32xl\:focus\:tw-border-opacity-30:focus{
    --tw-border-opacity:0.3
  }

  .\32xl\:focus\:tw-border-opacity-40:focus{
    --tw-border-opacity:0.4
  }

  .\32xl\:focus\:tw-border-opacity-50:focus{
    --tw-border-opacity:0.5
  }

  .\32xl\:focus\:tw-border-opacity-60:focus{
    --tw-border-opacity:0.6
  }

  .\32xl\:focus\:tw-border-opacity-70:focus{
    --tw-border-opacity:0.7
  }

  .\32xl\:focus\:tw-border-opacity-75:focus{
    --tw-border-opacity:0.75
  }

  .\32xl\:focus\:tw-border-opacity-80:focus{
    --tw-border-opacity:0.8
  }

  .\32xl\:focus\:tw-border-opacity-90:focus{
    --tw-border-opacity:0.9
  }

  .\32xl\:focus\:tw-border-opacity-95:focus{
    --tw-border-opacity:0.95
  }

  .\32xl\:focus\:tw-border-opacity-100:focus{
    --tw-border-opacity:1
  }

  .\32xl\:tw-bg-transparent{
    background-color:transparent
  }

  .\32xl\:tw-bg-current{
    background-color:currentColor
  }

  .\32xl\:tw-bg-black{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-gray-50{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-gray-100{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-gray-200{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-gray-300{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-gray-400{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-gray-500{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-gray-600{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-gray-700{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-gray-800{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-gray-900{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-red-50{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-red-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-red-200{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-red-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-red-400{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-red-500{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-red-600{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-red-700{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-red-800{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-red-900{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-yellow-50{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-yellow-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-yellow-200{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-yellow-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-yellow-400{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-yellow-500{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-yellow-600{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-yellow-700{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-yellow-800{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-yellow-900{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-green-50{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-green-100{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-green-200{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-green-300{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-green-400{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-green-500{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-green-600{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-green-700{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-green-800{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-green-900{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-blue-50{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-blue-100{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-blue-200{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-blue-300{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-blue-400{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-blue-500{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-blue-600{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-blue-700{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-blue-800{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-blue-900{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-indigo-50{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-indigo-100{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-indigo-200{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-indigo-300{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-indigo-400{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-indigo-500{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-indigo-600{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-indigo-700{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-indigo-800{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-indigo-900{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-purple-50{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-purple-100{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-purple-200{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-purple-300{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-purple-400{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-purple-500{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-purple-600{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-purple-700{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-purple-800{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-purple-900{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-pink-50{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-pink-100{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-pink-200{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-pink-300{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-pink-400{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-pink-500{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-pink-600{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-pink-700{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-pink-800{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-pink-900{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-transparent{
    background-color:transparent
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-current{
    background-color:currentColor
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-black{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-50{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-100{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-200{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-300{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-400{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-500{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-600{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-700{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-800{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-900{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-50{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-200{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-400{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-500{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-600{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-700{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-800{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-900{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-50{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-100{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-200{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-300{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-400{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-500{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-600{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-700{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-800{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-900{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-50{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-100{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-200{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-300{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-400{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-500{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-600{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-700{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-800{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-900{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-50{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-100{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-200{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-300{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-400{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-500{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-600{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-700{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-800{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-900{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-50{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-100{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-200{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-300{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-400{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-500{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-600{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-700{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-800{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-900{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-50{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-100{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-200{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-300{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-400{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-500{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-600{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-700{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-800{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-900{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-50{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-100{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-200{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-300{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-400{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-500{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-600{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-700{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-800{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-900{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-transparent:focus-within{
    background-color:transparent
  }

  .\32xl\:focus-within\:tw-bg-current:focus-within{
    background-color:currentColor
  }

  .\32xl\:focus-within\:tw-bg-black:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-white:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-gray-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-gray-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-gray-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-gray-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-gray-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-gray-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-gray-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-gray-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-gray-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-gray-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-red-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-red-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-red-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-red-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-red-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-red-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-red-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-red-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-red-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-red-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-yellow-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-yellow-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-yellow-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-yellow-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-yellow-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-yellow-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-yellow-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-yellow-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-yellow-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-yellow-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-green-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-green-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-green-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-green-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-green-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-green-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-green-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-green-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-green-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-green-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-blue-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-blue-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-blue-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-blue-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-blue-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-blue-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-blue-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-blue-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-blue-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-blue-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-indigo-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-indigo-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-indigo-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-indigo-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-indigo-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-indigo-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-indigo-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-indigo-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-indigo-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-indigo-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-purple-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-purple-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-purple-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-purple-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-purple-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-purple-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-purple-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-purple-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-purple-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-purple-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-pink-50:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-pink-100:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-pink-200:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-pink-300:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-pink-400:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-pink-500:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-pink-600:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-pink-700:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-pink-800:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .\32xl\:focus-within\:tw-bg-pink-900:focus-within{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-transparent:hover{
    background-color:transparent
  }

  .\32xl\:hover\:tw-bg-current:hover{
    background-color:currentColor
  }

  .\32xl\:hover\:tw-bg-black:hover{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-white:hover{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-gray-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-gray-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-gray-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-gray-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-gray-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-gray-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-gray-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-gray-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-gray-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-gray-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-red-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-red-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-red-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-red-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-red-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-red-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-red-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-red-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-red-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-red-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-yellow-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-yellow-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-yellow-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-yellow-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-yellow-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-yellow-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-yellow-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-yellow-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-yellow-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-yellow-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-green-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-green-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-green-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-green-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-green-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-green-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-green-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-green-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-green-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-green-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-blue-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-blue-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-blue-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-blue-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-blue-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-blue-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-blue-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-blue-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-blue-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-blue-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-indigo-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-indigo-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-indigo-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-indigo-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-indigo-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-indigo-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-indigo-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-indigo-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-indigo-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-indigo-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-purple-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-purple-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-purple-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-purple-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-purple-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-purple-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-purple-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-purple-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-purple-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-purple-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-pink-50:hover{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-pink-100:hover{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-pink-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-pink-300:hover{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-pink-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-pink-500:hover{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-pink-600:hover{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-pink-700:hover{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-pink-800:hover{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .\32xl\:hover\:tw-bg-pink-900:hover{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-transparent:focus{
    background-color:transparent
  }

  .\32xl\:focus\:tw-bg-current:focus{
    background-color:currentColor
  }

  .\32xl\:focus\:tw-bg-black:focus{
    --tw-bg-opacity:1;
    background-color:rgba(0, 0, 0, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-white:focus{
    --tw-bg-opacity:1;
    background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-gray-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 250, 251, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-gray-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(243, 244, 246, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-gray-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(229, 231, 235, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-gray-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(209, 213, 219, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-gray-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(156, 163, 175, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-gray-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(107, 114, 128, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-gray-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(75, 85, 99, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-gray-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(55, 65, 81, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-gray-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(31, 41, 55, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-gray-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(17, 24, 39, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-red-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 242, 242, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-red-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 226, 226, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-red-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 202, 202, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-red-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 165, 165, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-red-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(248, 113, 113, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-red-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(239, 68, 68, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-red-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(220, 38, 38, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-red-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(185, 28, 28, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-red-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(153, 27, 27, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-red-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(127, 29, 29, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-yellow-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(255, 251, 235, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-yellow-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(254, 243, 199, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-yellow-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(253, 230, 138, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-yellow-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 211, 77, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-yellow-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(251, 191, 36, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-yellow-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(245, 158, 11, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-yellow-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(217, 119, 6, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-yellow-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(180, 83, 9, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-yellow-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(146, 64, 14, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-yellow-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(120, 53, 15, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-green-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(236, 253, 245, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-green-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(209, 250, 229, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-green-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(167, 243, 208, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-green-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(110, 231, 183, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-green-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(52, 211, 153, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-green-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(16, 185, 129, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-green-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(5, 150, 105, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-green-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(4, 120, 87, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-green-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(6, 95, 70, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-green-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(6, 78, 59, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-blue-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(239, 246, 255, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-blue-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(219, 234, 254, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-blue-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(191, 219, 254, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-blue-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(147, 197, 253, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-blue-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(96, 165, 250, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-blue-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(59, 130, 246, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-blue-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(37, 99, 235, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-blue-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(29, 78, 216, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-blue-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(30, 64, 175, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-blue-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(30, 58, 138, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-indigo-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(238, 242, 255, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-indigo-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(224, 231, 255, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-indigo-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(199, 210, 254, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-indigo-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(165, 180, 252, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-indigo-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(129, 140, 248, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-indigo-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(99, 102, 241, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-indigo-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(79, 70, 229, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-indigo-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(67, 56, 202, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-indigo-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(55, 48, 163, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-indigo-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(49, 46, 129, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-purple-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(245, 243, 255, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-purple-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(237, 233, 254, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-purple-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(221, 214, 254, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-purple-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(196, 181, 253, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-purple-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(167, 139, 250, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-purple-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(139, 92, 246, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-purple-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(124, 58, 237, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-purple-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(109, 40, 217, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-purple-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(91, 33, 182, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-purple-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(76, 29, 149, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-pink-50:focus{
    --tw-bg-opacity:1;
    background-color:rgba(253, 242, 248, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-pink-100:focus{
    --tw-bg-opacity:1;
    background-color:rgba(252, 231, 243, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-pink-200:focus{
    --tw-bg-opacity:1;
    background-color:rgba(251, 207, 232, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-pink-300:focus{
    --tw-bg-opacity:1;
    background-color:rgba(249, 168, 212, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-pink-400:focus{
    --tw-bg-opacity:1;
    background-color:rgba(244, 114, 182, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-pink-500:focus{
    --tw-bg-opacity:1;
    background-color:rgba(236, 72, 153, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-pink-600:focus{
    --tw-bg-opacity:1;
    background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-pink-700:focus{
    --tw-bg-opacity:1;
    background-color:rgba(190, 24, 93, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-pink-800:focus{
    --tw-bg-opacity:1;
    background-color:rgba(157, 23, 77, var(--tw-bg-opacity))
  }

  .\32xl\:focus\:tw-bg-pink-900:focus{
    --tw-bg-opacity:1;
    background-color:rgba(131, 24, 67, var(--tw-bg-opacity))
  }

  .\32xl\:tw-bg-opacity-0{
    --tw-bg-opacity:0
  }

  .\32xl\:tw-bg-opacity-5{
    --tw-bg-opacity:0.05
  }

  .\32xl\:tw-bg-opacity-10{
    --tw-bg-opacity:0.1
  }

  .\32xl\:tw-bg-opacity-20{
    --tw-bg-opacity:0.2
  }

  .\32xl\:tw-bg-opacity-25{
    --tw-bg-opacity:0.25
  }

  .\32xl\:tw-bg-opacity-30{
    --tw-bg-opacity:0.3
  }

  .\32xl\:tw-bg-opacity-40{
    --tw-bg-opacity:0.4
  }

  .\32xl\:tw-bg-opacity-50{
    --tw-bg-opacity:0.5
  }

  .\32xl\:tw-bg-opacity-60{
    --tw-bg-opacity:0.6
  }

  .\32xl\:tw-bg-opacity-70{
    --tw-bg-opacity:0.7
  }

  .\32xl\:tw-bg-opacity-75{
    --tw-bg-opacity:0.75
  }

  .\32xl\:tw-bg-opacity-80{
    --tw-bg-opacity:0.8
  }

  .\32xl\:tw-bg-opacity-90{
    --tw-bg-opacity:0.9
  }

  .\32xl\:tw-bg-opacity-95{
    --tw-bg-opacity:0.95
  }

  .\32xl\:tw-bg-opacity-100{
    --tw-bg-opacity:1
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-0{
    --tw-bg-opacity:0
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-5{
    --tw-bg-opacity:0.05
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-10{
    --tw-bg-opacity:0.1
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-20{
    --tw-bg-opacity:0.2
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-25{
    --tw-bg-opacity:0.25
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-30{
    --tw-bg-opacity:0.3
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-40{
    --tw-bg-opacity:0.4
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-50{
    --tw-bg-opacity:0.5
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-60{
    --tw-bg-opacity:0.6
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-70{
    --tw-bg-opacity:0.7
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-75{
    --tw-bg-opacity:0.75
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-80{
    --tw-bg-opacity:0.8
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-90{
    --tw-bg-opacity:0.9
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-95{
    --tw-bg-opacity:0.95
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-100{
    --tw-bg-opacity:1
  }

  .\32xl\:focus-within\:tw-bg-opacity-0:focus-within{
    --tw-bg-opacity:0
  }

  .\32xl\:focus-within\:tw-bg-opacity-5:focus-within{
    --tw-bg-opacity:0.05
  }

  .\32xl\:focus-within\:tw-bg-opacity-10:focus-within{
    --tw-bg-opacity:0.1
  }

  .\32xl\:focus-within\:tw-bg-opacity-20:focus-within{
    --tw-bg-opacity:0.2
  }

  .\32xl\:focus-within\:tw-bg-opacity-25:focus-within{
    --tw-bg-opacity:0.25
  }

  .\32xl\:focus-within\:tw-bg-opacity-30:focus-within{
    --tw-bg-opacity:0.3
  }

  .\32xl\:focus-within\:tw-bg-opacity-40:focus-within{
    --tw-bg-opacity:0.4
  }

  .\32xl\:focus-within\:tw-bg-opacity-50:focus-within{
    --tw-bg-opacity:0.5
  }

  .\32xl\:focus-within\:tw-bg-opacity-60:focus-within{
    --tw-bg-opacity:0.6
  }

  .\32xl\:focus-within\:tw-bg-opacity-70:focus-within{
    --tw-bg-opacity:0.7
  }

  .\32xl\:focus-within\:tw-bg-opacity-75:focus-within{
    --tw-bg-opacity:0.75
  }

  .\32xl\:focus-within\:tw-bg-opacity-80:focus-within{
    --tw-bg-opacity:0.8
  }

  .\32xl\:focus-within\:tw-bg-opacity-90:focus-within{
    --tw-bg-opacity:0.9
  }

  .\32xl\:focus-within\:tw-bg-opacity-95:focus-within{
    --tw-bg-opacity:0.95
  }

  .\32xl\:focus-within\:tw-bg-opacity-100:focus-within{
    --tw-bg-opacity:1
  }

  .\32xl\:hover\:tw-bg-opacity-0:hover{
    --tw-bg-opacity:0
  }

  .\32xl\:hover\:tw-bg-opacity-5:hover{
    --tw-bg-opacity:0.05
  }

  .\32xl\:hover\:tw-bg-opacity-10:hover{
    --tw-bg-opacity:0.1
  }

  .\32xl\:hover\:tw-bg-opacity-20:hover{
    --tw-bg-opacity:0.2
  }

  .\32xl\:hover\:tw-bg-opacity-25:hover{
    --tw-bg-opacity:0.25
  }

  .\32xl\:hover\:tw-bg-opacity-30:hover{
    --tw-bg-opacity:0.3
  }

  .\32xl\:hover\:tw-bg-opacity-40:hover{
    --tw-bg-opacity:0.4
  }

  .\32xl\:hover\:tw-bg-opacity-50:hover{
    --tw-bg-opacity:0.5
  }

  .\32xl\:hover\:tw-bg-opacity-60:hover{
    --tw-bg-opacity:0.6
  }

  .\32xl\:hover\:tw-bg-opacity-70:hover{
    --tw-bg-opacity:0.7
  }

  .\32xl\:hover\:tw-bg-opacity-75:hover{
    --tw-bg-opacity:0.75
  }

  .\32xl\:hover\:tw-bg-opacity-80:hover{
    --tw-bg-opacity:0.8
  }

  .\32xl\:hover\:tw-bg-opacity-90:hover{
    --tw-bg-opacity:0.9
  }

  .\32xl\:hover\:tw-bg-opacity-95:hover{
    --tw-bg-opacity:0.95
  }

  .\32xl\:hover\:tw-bg-opacity-100:hover{
    --tw-bg-opacity:1
  }

  .\32xl\:focus\:tw-bg-opacity-0:focus{
    --tw-bg-opacity:0
  }

  .\32xl\:focus\:tw-bg-opacity-5:focus{
    --tw-bg-opacity:0.05
  }

  .\32xl\:focus\:tw-bg-opacity-10:focus{
    --tw-bg-opacity:0.1
  }

  .\32xl\:focus\:tw-bg-opacity-20:focus{
    --tw-bg-opacity:0.2
  }

  .\32xl\:focus\:tw-bg-opacity-25:focus{
    --tw-bg-opacity:0.25
  }

  .\32xl\:focus\:tw-bg-opacity-30:focus{
    --tw-bg-opacity:0.3
  }

  .\32xl\:focus\:tw-bg-opacity-40:focus{
    --tw-bg-opacity:0.4
  }

  .\32xl\:focus\:tw-bg-opacity-50:focus{
    --tw-bg-opacity:0.5
  }

  .\32xl\:focus\:tw-bg-opacity-60:focus{
    --tw-bg-opacity:0.6
  }

  .\32xl\:focus\:tw-bg-opacity-70:focus{
    --tw-bg-opacity:0.7
  }

  .\32xl\:focus\:tw-bg-opacity-75:focus{
    --tw-bg-opacity:0.75
  }

  .\32xl\:focus\:tw-bg-opacity-80:focus{
    --tw-bg-opacity:0.8
  }

  .\32xl\:focus\:tw-bg-opacity-90:focus{
    --tw-bg-opacity:0.9
  }

  .\32xl\:focus\:tw-bg-opacity-95:focus{
    --tw-bg-opacity:0.95
  }

  .\32xl\:focus\:tw-bg-opacity-100:focus{
    --tw-bg-opacity:1
  }

  .\32xl\:tw-bg-none{
    background-image:none
  }

  .\32xl\:tw-bg-gradient-to-t{
    background-image:linear-gradient(to top, var(--tw-gradient-stops))
  }

  .\32xl\:tw-bg-gradient-to-tr{
    background-image:linear-gradient(to top right, var(--tw-gradient-stops))
  }

  .\32xl\:tw-bg-gradient-to-r{
    background-image:linear-gradient(to right, var(--tw-gradient-stops))
  }

  .\32xl\:tw-bg-gradient-to-br{
    background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))
  }

  .\32xl\:tw-bg-gradient-to-b{
    background-image:linear-gradient(to bottom, var(--tw-gradient-stops))
  }

  .\32xl\:tw-bg-gradient-to-bl{
    background-image:linear-gradient(to bottom left, var(--tw-gradient-stops))
  }

  .\32xl\:tw-bg-gradient-to-l{
    background-image:linear-gradient(to left, var(--tw-gradient-stops))
  }

  .\32xl\:tw-bg-gradient-to-tl{
    background-image:linear-gradient(to top left, var(--tw-gradient-stops))
  }

  .\32xl\:tw-from-transparent{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .\32xl\:tw-from-current{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .\32xl\:tw-from-black{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .\32xl\:tw-from-white{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .\32xl\:tw-from-gray-50{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .\32xl\:tw-from-gray-100{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .\32xl\:tw-from-gray-200{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .\32xl\:tw-from-gray-300{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .\32xl\:tw-from-gray-400{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .\32xl\:tw-from-gray-500{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .\32xl\:tw-from-gray-600{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .\32xl\:tw-from-gray-700{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .\32xl\:tw-from-gray-800{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .\32xl\:tw-from-gray-900{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .\32xl\:tw-from-red-50{
    --tw-gradient-from:#fef2f2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .\32xl\:tw-from-red-100{
    --tw-gradient-from:#fee2e2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .\32xl\:tw-from-red-200{
    --tw-gradient-from:#fecaca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .\32xl\:tw-from-red-300{
    --tw-gradient-from:#fca5a5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .\32xl\:tw-from-red-400{
    --tw-gradient-from:#f87171;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .\32xl\:tw-from-red-500{
    --tw-gradient-from:#ef4444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .\32xl\:tw-from-red-600{
    --tw-gradient-from:#dc2626;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .\32xl\:tw-from-red-700{
    --tw-gradient-from:#b91c1c;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .\32xl\:tw-from-red-800{
    --tw-gradient-from:#991b1b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .\32xl\:tw-from-red-900{
    --tw-gradient-from:#7f1d1d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .\32xl\:tw-from-yellow-50{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .\32xl\:tw-from-yellow-100{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .\32xl\:tw-from-yellow-200{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .\32xl\:tw-from-yellow-300{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .\32xl\:tw-from-yellow-400{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .\32xl\:tw-from-yellow-500{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .\32xl\:tw-from-yellow-600{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .\32xl\:tw-from-yellow-700{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .\32xl\:tw-from-yellow-800{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .\32xl\:tw-from-yellow-900{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .\32xl\:tw-from-green-50{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .\32xl\:tw-from-green-100{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .\32xl\:tw-from-green-200{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .\32xl\:tw-from-green-300{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .\32xl\:tw-from-green-400{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .\32xl\:tw-from-green-500{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .\32xl\:tw-from-green-600{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .\32xl\:tw-from-green-700{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .\32xl\:tw-from-green-800{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .\32xl\:tw-from-green-900{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .\32xl\:tw-from-blue-50{
    --tw-gradient-from:#eff6ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .\32xl\:tw-from-blue-100{
    --tw-gradient-from:#dbeafe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .\32xl\:tw-from-blue-200{
    --tw-gradient-from:#bfdbfe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .\32xl\:tw-from-blue-300{
    --tw-gradient-from:#93c5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .\32xl\:tw-from-blue-400{
    --tw-gradient-from:#60a5fa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .\32xl\:tw-from-blue-500{
    --tw-gradient-from:#3b82f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .\32xl\:tw-from-blue-600{
    --tw-gradient-from:#2563eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .\32xl\:tw-from-blue-700{
    --tw-gradient-from:#1d4ed8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .\32xl\:tw-from-blue-800{
    --tw-gradient-from:#1e40af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .\32xl\:tw-from-blue-900{
    --tw-gradient-from:#1e3a8a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .\32xl\:tw-from-indigo-50{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .\32xl\:tw-from-indigo-100{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .\32xl\:tw-from-indigo-200{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .\32xl\:tw-from-indigo-300{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .\32xl\:tw-from-indigo-400{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .\32xl\:tw-from-indigo-500{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .\32xl\:tw-from-indigo-600{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .\32xl\:tw-from-indigo-700{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .\32xl\:tw-from-indigo-800{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .\32xl\:tw-from-indigo-900{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .\32xl\:tw-from-purple-50{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .\32xl\:tw-from-purple-100{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .\32xl\:tw-from-purple-200{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .\32xl\:tw-from-purple-300{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .\32xl\:tw-from-purple-400{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .\32xl\:tw-from-purple-500{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .\32xl\:tw-from-purple-600{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .\32xl\:tw-from-purple-700{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .\32xl\:tw-from-purple-800{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .\32xl\:tw-from-purple-900{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .\32xl\:tw-from-pink-50{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .\32xl\:tw-from-pink-100{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .\32xl\:tw-from-pink-200{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .\32xl\:tw-from-pink-300{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .\32xl\:tw-from-pink-400{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .\32xl\:tw-from-pink-500{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .\32xl\:tw-from-pink-600{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .\32xl\:tw-from-pink-700{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .\32xl\:tw-from-pink-800{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .\32xl\:tw-from-pink-900{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .\32xl\:hover\:tw-from-transparent:hover{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .\32xl\:hover\:tw-from-current:hover{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .\32xl\:hover\:tw-from-black:hover{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .\32xl\:hover\:tw-from-white:hover{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .\32xl\:hover\:tw-from-gray-50:hover{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .\32xl\:hover\:tw-from-gray-100:hover{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .\32xl\:hover\:tw-from-gray-200:hover{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .\32xl\:hover\:tw-from-gray-300:hover{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .\32xl\:hover\:tw-from-gray-400:hover{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .\32xl\:hover\:tw-from-gray-500:hover{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .\32xl\:hover\:tw-from-gray-600:hover{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .\32xl\:hover\:tw-from-gray-700:hover{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .\32xl\:hover\:tw-from-gray-800:hover{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .\32xl\:hover\:tw-from-gray-900:hover{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .\32xl\:hover\:tw-from-red-50:hover{
    --tw-gradient-from:#fef2f2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .\32xl\:hover\:tw-from-red-100:hover{
    --tw-gradient-from:#fee2e2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .\32xl\:hover\:tw-from-red-200:hover{
    --tw-gradient-from:#fecaca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .\32xl\:hover\:tw-from-red-300:hover{
    --tw-gradient-from:#fca5a5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .\32xl\:hover\:tw-from-red-400:hover{
    --tw-gradient-from:#f87171;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .\32xl\:hover\:tw-from-red-500:hover{
    --tw-gradient-from:#ef4444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .\32xl\:hover\:tw-from-red-600:hover{
    --tw-gradient-from:#dc2626;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .\32xl\:hover\:tw-from-red-700:hover{
    --tw-gradient-from:#b91c1c;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .\32xl\:hover\:tw-from-red-800:hover{
    --tw-gradient-from:#991b1b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .\32xl\:hover\:tw-from-red-900:hover{
    --tw-gradient-from:#7f1d1d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .\32xl\:hover\:tw-from-yellow-50:hover{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .\32xl\:hover\:tw-from-yellow-100:hover{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .\32xl\:hover\:tw-from-yellow-200:hover{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .\32xl\:hover\:tw-from-yellow-300:hover{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .\32xl\:hover\:tw-from-yellow-400:hover{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .\32xl\:hover\:tw-from-yellow-500:hover{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .\32xl\:hover\:tw-from-yellow-600:hover{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .\32xl\:hover\:tw-from-yellow-700:hover{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .\32xl\:hover\:tw-from-yellow-800:hover{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .\32xl\:hover\:tw-from-yellow-900:hover{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .\32xl\:hover\:tw-from-green-50:hover{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .\32xl\:hover\:tw-from-green-100:hover{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .\32xl\:hover\:tw-from-green-200:hover{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .\32xl\:hover\:tw-from-green-300:hover{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .\32xl\:hover\:tw-from-green-400:hover{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .\32xl\:hover\:tw-from-green-500:hover{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .\32xl\:hover\:tw-from-green-600:hover{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .\32xl\:hover\:tw-from-green-700:hover{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .\32xl\:hover\:tw-from-green-800:hover{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .\32xl\:hover\:tw-from-green-900:hover{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .\32xl\:hover\:tw-from-blue-50:hover{
    --tw-gradient-from:#eff6ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .\32xl\:hover\:tw-from-blue-100:hover{
    --tw-gradient-from:#dbeafe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .\32xl\:hover\:tw-from-blue-200:hover{
    --tw-gradient-from:#bfdbfe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .\32xl\:hover\:tw-from-blue-300:hover{
    --tw-gradient-from:#93c5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .\32xl\:hover\:tw-from-blue-400:hover{
    --tw-gradient-from:#60a5fa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .\32xl\:hover\:tw-from-blue-500:hover{
    --tw-gradient-from:#3b82f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .\32xl\:hover\:tw-from-blue-600:hover{
    --tw-gradient-from:#2563eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .\32xl\:hover\:tw-from-blue-700:hover{
    --tw-gradient-from:#1d4ed8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .\32xl\:hover\:tw-from-blue-800:hover{
    --tw-gradient-from:#1e40af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .\32xl\:hover\:tw-from-blue-900:hover{
    --tw-gradient-from:#1e3a8a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .\32xl\:hover\:tw-from-indigo-50:hover{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .\32xl\:hover\:tw-from-indigo-100:hover{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .\32xl\:hover\:tw-from-indigo-200:hover{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .\32xl\:hover\:tw-from-indigo-300:hover{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .\32xl\:hover\:tw-from-indigo-400:hover{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .\32xl\:hover\:tw-from-indigo-500:hover{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .\32xl\:hover\:tw-from-indigo-600:hover{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .\32xl\:hover\:tw-from-indigo-700:hover{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .\32xl\:hover\:tw-from-indigo-800:hover{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .\32xl\:hover\:tw-from-indigo-900:hover{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .\32xl\:hover\:tw-from-purple-50:hover{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .\32xl\:hover\:tw-from-purple-100:hover{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .\32xl\:hover\:tw-from-purple-200:hover{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .\32xl\:hover\:tw-from-purple-300:hover{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .\32xl\:hover\:tw-from-purple-400:hover{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .\32xl\:hover\:tw-from-purple-500:hover{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .\32xl\:hover\:tw-from-purple-600:hover{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .\32xl\:hover\:tw-from-purple-700:hover{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .\32xl\:hover\:tw-from-purple-800:hover{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .\32xl\:hover\:tw-from-purple-900:hover{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .\32xl\:hover\:tw-from-pink-50:hover{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .\32xl\:hover\:tw-from-pink-100:hover{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .\32xl\:hover\:tw-from-pink-200:hover{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .\32xl\:hover\:tw-from-pink-300:hover{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .\32xl\:hover\:tw-from-pink-400:hover{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .\32xl\:hover\:tw-from-pink-500:hover{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .\32xl\:hover\:tw-from-pink-600:hover{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .\32xl\:hover\:tw-from-pink-700:hover{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .\32xl\:hover\:tw-from-pink-800:hover{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .\32xl\:hover\:tw-from-pink-900:hover{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .\32xl\:focus\:tw-from-transparent:focus{
    --tw-gradient-from:transparent;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .\32xl\:focus\:tw-from-current:focus{
    --tw-gradient-from:currentColor;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .\32xl\:focus\:tw-from-black:focus{
    --tw-gradient-from:#000;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .\32xl\:focus\:tw-from-white:focus{
    --tw-gradient-from:#fff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .\32xl\:focus\:tw-from-gray-50:focus{
    --tw-gradient-from:#f9fafb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .\32xl\:focus\:tw-from-gray-100:focus{
    --tw-gradient-from:#f3f4f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .\32xl\:focus\:tw-from-gray-200:focus{
    --tw-gradient-from:#e5e7eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .\32xl\:focus\:tw-from-gray-300:focus{
    --tw-gradient-from:#d1d5db;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .\32xl\:focus\:tw-from-gray-400:focus{
    --tw-gradient-from:#9ca3af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .\32xl\:focus\:tw-from-gray-500:focus{
    --tw-gradient-from:#6b7280;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .\32xl\:focus\:tw-from-gray-600:focus{
    --tw-gradient-from:#4b5563;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .\32xl\:focus\:tw-from-gray-700:focus{
    --tw-gradient-from:#374151;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .\32xl\:focus\:tw-from-gray-800:focus{
    --tw-gradient-from:#1f2937;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .\32xl\:focus\:tw-from-gray-900:focus{
    --tw-gradient-from:#111827;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .\32xl\:focus\:tw-from-red-50:focus{
    --tw-gradient-from:#fef2f2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .\32xl\:focus\:tw-from-red-100:focus{
    --tw-gradient-from:#fee2e2;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .\32xl\:focus\:tw-from-red-200:focus{
    --tw-gradient-from:#fecaca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .\32xl\:focus\:tw-from-red-300:focus{
    --tw-gradient-from:#fca5a5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .\32xl\:focus\:tw-from-red-400:focus{
    --tw-gradient-from:#f87171;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .\32xl\:focus\:tw-from-red-500:focus{
    --tw-gradient-from:#ef4444;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .\32xl\:focus\:tw-from-red-600:focus{
    --tw-gradient-from:#dc2626;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .\32xl\:focus\:tw-from-red-700:focus{
    --tw-gradient-from:#b91c1c;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .\32xl\:focus\:tw-from-red-800:focus{
    --tw-gradient-from:#991b1b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .\32xl\:focus\:tw-from-red-900:focus{
    --tw-gradient-from:#7f1d1d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .\32xl\:focus\:tw-from-yellow-50:focus{
    --tw-gradient-from:#fffbeb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .\32xl\:focus\:tw-from-yellow-100:focus{
    --tw-gradient-from:#fef3c7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .\32xl\:focus\:tw-from-yellow-200:focus{
    --tw-gradient-from:#fde68a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .\32xl\:focus\:tw-from-yellow-300:focus{
    --tw-gradient-from:#fcd34d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .\32xl\:focus\:tw-from-yellow-400:focus{
    --tw-gradient-from:#fbbf24;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .\32xl\:focus\:tw-from-yellow-500:focus{
    --tw-gradient-from:#f59e0b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .\32xl\:focus\:tw-from-yellow-600:focus{
    --tw-gradient-from:#d97706;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .\32xl\:focus\:tw-from-yellow-700:focus{
    --tw-gradient-from:#b45309;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .\32xl\:focus\:tw-from-yellow-800:focus{
    --tw-gradient-from:#92400e;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .\32xl\:focus\:tw-from-yellow-900:focus{
    --tw-gradient-from:#78350f;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .\32xl\:focus\:tw-from-green-50:focus{
    --tw-gradient-from:#ecfdf5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .\32xl\:focus\:tw-from-green-100:focus{
    --tw-gradient-from:#d1fae5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .\32xl\:focus\:tw-from-green-200:focus{
    --tw-gradient-from:#a7f3d0;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .\32xl\:focus\:tw-from-green-300:focus{
    --tw-gradient-from:#6ee7b7;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .\32xl\:focus\:tw-from-green-400:focus{
    --tw-gradient-from:#34d399;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .\32xl\:focus\:tw-from-green-500:focus{
    --tw-gradient-from:#10b981;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .\32xl\:focus\:tw-from-green-600:focus{
    --tw-gradient-from:#059669;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .\32xl\:focus\:tw-from-green-700:focus{
    --tw-gradient-from:#047857;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .\32xl\:focus\:tw-from-green-800:focus{
    --tw-gradient-from:#065f46;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .\32xl\:focus\:tw-from-green-900:focus{
    --tw-gradient-from:#064e3b;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .\32xl\:focus\:tw-from-blue-50:focus{
    --tw-gradient-from:#eff6ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .\32xl\:focus\:tw-from-blue-100:focus{
    --tw-gradient-from:#dbeafe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .\32xl\:focus\:tw-from-blue-200:focus{
    --tw-gradient-from:#bfdbfe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .\32xl\:focus\:tw-from-blue-300:focus{
    --tw-gradient-from:#93c5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .\32xl\:focus\:tw-from-blue-400:focus{
    --tw-gradient-from:#60a5fa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .\32xl\:focus\:tw-from-blue-500:focus{
    --tw-gradient-from:#3b82f6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .\32xl\:focus\:tw-from-blue-600:focus{
    --tw-gradient-from:#2563eb;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .\32xl\:focus\:tw-from-blue-700:focus{
    --tw-gradient-from:#1d4ed8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .\32xl\:focus\:tw-from-blue-800:focus{
    --tw-gradient-from:#1e40af;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .\32xl\:focus\:tw-from-blue-900:focus{
    --tw-gradient-from:#1e3a8a;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .\32xl\:focus\:tw-from-indigo-50:focus{
    --tw-gradient-from:#eef2ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .\32xl\:focus\:tw-from-indigo-100:focus{
    --tw-gradient-from:#e0e7ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .\32xl\:focus\:tw-from-indigo-200:focus{
    --tw-gradient-from:#c7d2fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .\32xl\:focus\:tw-from-indigo-300:focus{
    --tw-gradient-from:#a5b4fc;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .\32xl\:focus\:tw-from-indigo-400:focus{
    --tw-gradient-from:#818cf8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .\32xl\:focus\:tw-from-indigo-500:focus{
    --tw-gradient-from:#6366f1;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .\32xl\:focus\:tw-from-indigo-600:focus{
    --tw-gradient-from:#4f46e5;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .\32xl\:focus\:tw-from-indigo-700:focus{
    --tw-gradient-from:#4338ca;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .\32xl\:focus\:tw-from-indigo-800:focus{
    --tw-gradient-from:#3730a3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .\32xl\:focus\:tw-from-indigo-900:focus{
    --tw-gradient-from:#312e81;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .\32xl\:focus\:tw-from-purple-50:focus{
    --tw-gradient-from:#f5f3ff;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .\32xl\:focus\:tw-from-purple-100:focus{
    --tw-gradient-from:#ede9fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .\32xl\:focus\:tw-from-purple-200:focus{
    --tw-gradient-from:#ddd6fe;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .\32xl\:focus\:tw-from-purple-300:focus{
    --tw-gradient-from:#c4b5fd;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .\32xl\:focus\:tw-from-purple-400:focus{
    --tw-gradient-from:#a78bfa;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .\32xl\:focus\:tw-from-purple-500:focus{
    --tw-gradient-from:#8b5cf6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .\32xl\:focus\:tw-from-purple-600:focus{
    --tw-gradient-from:#7c3aed;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .\32xl\:focus\:tw-from-purple-700:focus{
    --tw-gradient-from:#6d28d9;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .\32xl\:focus\:tw-from-purple-800:focus{
    --tw-gradient-from:#5b21b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .\32xl\:focus\:tw-from-purple-900:focus{
    --tw-gradient-from:#4c1d95;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .\32xl\:focus\:tw-from-pink-50:focus{
    --tw-gradient-from:#fdf2f8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .\32xl\:focus\:tw-from-pink-100:focus{
    --tw-gradient-from:#fce7f3;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .\32xl\:focus\:tw-from-pink-200:focus{
    --tw-gradient-from:#fbcfe8;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .\32xl\:focus\:tw-from-pink-300:focus{
    --tw-gradient-from:#f9a8d4;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .\32xl\:focus\:tw-from-pink-400:focus{
    --tw-gradient-from:#f472b6;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .\32xl\:focus\:tw-from-pink-500:focus{
    --tw-gradient-from:#ec4899;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .\32xl\:focus\:tw-from-pink-600:focus{
    --tw-gradient-from:#db2777;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .\32xl\:focus\:tw-from-pink-700:focus{
    --tw-gradient-from:#be185d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .\32xl\:focus\:tw-from-pink-800:focus{
    --tw-gradient-from:#9d174d;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .\32xl\:focus\:tw-from-pink-900:focus{
    --tw-gradient-from:#831843;
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .\32xl\:tw-via-transparent{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .\32xl\:tw-via-current{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .\32xl\:tw-via-black{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .\32xl\:tw-via-white{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .\32xl\:tw-via-gray-50{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .\32xl\:tw-via-gray-100{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .\32xl\:tw-via-gray-200{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .\32xl\:tw-via-gray-300{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .\32xl\:tw-via-gray-400{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .\32xl\:tw-via-gray-500{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .\32xl\:tw-via-gray-600{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .\32xl\:tw-via-gray-700{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .\32xl\:tw-via-gray-800{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .\32xl\:tw-via-gray-900{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .\32xl\:tw-via-red-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .\32xl\:tw-via-red-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .\32xl\:tw-via-red-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .\32xl\:tw-via-red-300{
    --tw-gradient-stops:var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .\32xl\:tw-via-red-400{
    --tw-gradient-stops:var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .\32xl\:tw-via-red-500{
    --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .\32xl\:tw-via-red-600{
    --tw-gradient-stops:var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .\32xl\:tw-via-red-700{
    --tw-gradient-stops:var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .\32xl\:tw-via-red-800{
    --tw-gradient-stops:var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .\32xl\:tw-via-red-900{
    --tw-gradient-stops:var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .\32xl\:tw-via-yellow-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .\32xl\:tw-via-yellow-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .\32xl\:tw-via-yellow-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .\32xl\:tw-via-yellow-300{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .\32xl\:tw-via-yellow-400{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .\32xl\:tw-via-yellow-500{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .\32xl\:tw-via-yellow-600{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .\32xl\:tw-via-yellow-700{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .\32xl\:tw-via-yellow-800{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .\32xl\:tw-via-yellow-900{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .\32xl\:tw-via-green-50{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .\32xl\:tw-via-green-100{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .\32xl\:tw-via-green-200{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .\32xl\:tw-via-green-300{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .\32xl\:tw-via-green-400{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .\32xl\:tw-via-green-500{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .\32xl\:tw-via-green-600{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .\32xl\:tw-via-green-700{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .\32xl\:tw-via-green-800{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .\32xl\:tw-via-green-900{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .\32xl\:tw-via-blue-50{
    --tw-gradient-stops:var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .\32xl\:tw-via-blue-100{
    --tw-gradient-stops:var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .\32xl\:tw-via-blue-200{
    --tw-gradient-stops:var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .\32xl\:tw-via-blue-300{
    --tw-gradient-stops:var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .\32xl\:tw-via-blue-400{
    --tw-gradient-stops:var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .\32xl\:tw-via-blue-500{
    --tw-gradient-stops:var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .\32xl\:tw-via-blue-600{
    --tw-gradient-stops:var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .\32xl\:tw-via-blue-700{
    --tw-gradient-stops:var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .\32xl\:tw-via-blue-800{
    --tw-gradient-stops:var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .\32xl\:tw-via-blue-900{
    --tw-gradient-stops:var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .\32xl\:tw-via-indigo-50{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .\32xl\:tw-via-indigo-100{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .\32xl\:tw-via-indigo-200{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .\32xl\:tw-via-indigo-300{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .\32xl\:tw-via-indigo-400{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .\32xl\:tw-via-indigo-500{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .\32xl\:tw-via-indigo-600{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .\32xl\:tw-via-indigo-700{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .\32xl\:tw-via-indigo-800{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .\32xl\:tw-via-indigo-900{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .\32xl\:tw-via-purple-50{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .\32xl\:tw-via-purple-100{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .\32xl\:tw-via-purple-200{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .\32xl\:tw-via-purple-300{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .\32xl\:tw-via-purple-400{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .\32xl\:tw-via-purple-500{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .\32xl\:tw-via-purple-600{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .\32xl\:tw-via-purple-700{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .\32xl\:tw-via-purple-800{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .\32xl\:tw-via-purple-900{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .\32xl\:tw-via-pink-50{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .\32xl\:tw-via-pink-100{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .\32xl\:tw-via-pink-200{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .\32xl\:tw-via-pink-300{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .\32xl\:tw-via-pink-400{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .\32xl\:tw-via-pink-500{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .\32xl\:tw-via-pink-600{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .\32xl\:tw-via-pink-700{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .\32xl\:tw-via-pink-800{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .\32xl\:tw-via-pink-900{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .\32xl\:hover\:tw-via-transparent:hover{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .\32xl\:hover\:tw-via-current:hover{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .\32xl\:hover\:tw-via-black:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .\32xl\:hover\:tw-via-white:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .\32xl\:hover\:tw-via-gray-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .\32xl\:hover\:tw-via-gray-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .\32xl\:hover\:tw-via-gray-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .\32xl\:hover\:tw-via-gray-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .\32xl\:hover\:tw-via-gray-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .\32xl\:hover\:tw-via-gray-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .\32xl\:hover\:tw-via-gray-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .\32xl\:hover\:tw-via-gray-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .\32xl\:hover\:tw-via-gray-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .\32xl\:hover\:tw-via-gray-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .\32xl\:hover\:tw-via-red-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .\32xl\:hover\:tw-via-red-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .\32xl\:hover\:tw-via-red-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .\32xl\:hover\:tw-via-red-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .\32xl\:hover\:tw-via-red-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .\32xl\:hover\:tw-via-red-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .\32xl\:hover\:tw-via-red-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .\32xl\:hover\:tw-via-red-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .\32xl\:hover\:tw-via-red-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .\32xl\:hover\:tw-via-red-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .\32xl\:hover\:tw-via-yellow-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .\32xl\:hover\:tw-via-yellow-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .\32xl\:hover\:tw-via-yellow-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .\32xl\:hover\:tw-via-yellow-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .\32xl\:hover\:tw-via-yellow-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .\32xl\:hover\:tw-via-yellow-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .\32xl\:hover\:tw-via-yellow-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .\32xl\:hover\:tw-via-yellow-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .\32xl\:hover\:tw-via-yellow-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .\32xl\:hover\:tw-via-yellow-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .\32xl\:hover\:tw-via-green-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .\32xl\:hover\:tw-via-green-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .\32xl\:hover\:tw-via-green-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .\32xl\:hover\:tw-via-green-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .\32xl\:hover\:tw-via-green-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .\32xl\:hover\:tw-via-green-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .\32xl\:hover\:tw-via-green-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .\32xl\:hover\:tw-via-green-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .\32xl\:hover\:tw-via-green-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .\32xl\:hover\:tw-via-green-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .\32xl\:hover\:tw-via-blue-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .\32xl\:hover\:tw-via-blue-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .\32xl\:hover\:tw-via-blue-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .\32xl\:hover\:tw-via-blue-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .\32xl\:hover\:tw-via-blue-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .\32xl\:hover\:tw-via-blue-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .\32xl\:hover\:tw-via-blue-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .\32xl\:hover\:tw-via-blue-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .\32xl\:hover\:tw-via-blue-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .\32xl\:hover\:tw-via-blue-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .\32xl\:hover\:tw-via-indigo-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .\32xl\:hover\:tw-via-indigo-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .\32xl\:hover\:tw-via-indigo-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .\32xl\:hover\:tw-via-indigo-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .\32xl\:hover\:tw-via-indigo-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .\32xl\:hover\:tw-via-indigo-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .\32xl\:hover\:tw-via-indigo-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .\32xl\:hover\:tw-via-indigo-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .\32xl\:hover\:tw-via-indigo-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .\32xl\:hover\:tw-via-indigo-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .\32xl\:hover\:tw-via-purple-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .\32xl\:hover\:tw-via-purple-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .\32xl\:hover\:tw-via-purple-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .\32xl\:hover\:tw-via-purple-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .\32xl\:hover\:tw-via-purple-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .\32xl\:hover\:tw-via-purple-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .\32xl\:hover\:tw-via-purple-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .\32xl\:hover\:tw-via-purple-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .\32xl\:hover\:tw-via-purple-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .\32xl\:hover\:tw-via-purple-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .\32xl\:hover\:tw-via-pink-50:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .\32xl\:hover\:tw-via-pink-100:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .\32xl\:hover\:tw-via-pink-200:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .\32xl\:hover\:tw-via-pink-300:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .\32xl\:hover\:tw-via-pink-400:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .\32xl\:hover\:tw-via-pink-500:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .\32xl\:hover\:tw-via-pink-600:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .\32xl\:hover\:tw-via-pink-700:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .\32xl\:hover\:tw-via-pink-800:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .\32xl\:hover\:tw-via-pink-900:hover{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .\32xl\:focus\:tw-via-transparent:focus{
    --tw-gradient-stops:var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .\32xl\:focus\:tw-via-current:focus{
    --tw-gradient-stops:var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .\32xl\:focus\:tw-via-black:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))
  }

  .\32xl\:focus\:tw-via-white:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
  }

  .\32xl\:focus\:tw-via-gray-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }

  .\32xl\:focus\:tw-via-gray-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }

  .\32xl\:focus\:tw-via-gray-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }

  .\32xl\:focus\:tw-via-gray-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }

  .\32xl\:focus\:tw-via-gray-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }

  .\32xl\:focus\:tw-via-gray-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }

  .\32xl\:focus\:tw-via-gray-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }

  .\32xl\:focus\:tw-via-gray-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }

  .\32xl\:focus\:tw-via-gray-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }

  .\32xl\:focus\:tw-via-gray-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }

  .\32xl\:focus\:tw-via-red-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }

  .\32xl\:focus\:tw-via-red-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }

  .\32xl\:focus\:tw-via-red-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }

  .\32xl\:focus\:tw-via-red-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }

  .\32xl\:focus\:tw-via-red-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }

  .\32xl\:focus\:tw-via-red-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }

  .\32xl\:focus\:tw-via-red-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }

  .\32xl\:focus\:tw-via-red-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }

  .\32xl\:focus\:tw-via-red-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }

  .\32xl\:focus\:tw-via-red-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }

  .\32xl\:focus\:tw-via-yellow-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0))
  }

  .\32xl\:focus\:tw-via-yellow-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0))
  }

  .\32xl\:focus\:tw-via-yellow-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0))
  }

  .\32xl\:focus\:tw-via-yellow-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0))
  }

  .\32xl\:focus\:tw-via-yellow-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0))
  }

  .\32xl\:focus\:tw-via-yellow-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0))
  }

  .\32xl\:focus\:tw-via-yellow-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0))
  }

  .\32xl\:focus\:tw-via-yellow-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0))
  }

  .\32xl\:focus\:tw-via-yellow-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0))
  }

  .\32xl\:focus\:tw-via-yellow-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0))
  }

  .\32xl\:focus\:tw-via-green-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0))
  }

  .\32xl\:focus\:tw-via-green-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0))
  }

  .\32xl\:focus\:tw-via-green-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0))
  }

  .\32xl\:focus\:tw-via-green-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0))
  }

  .\32xl\:focus\:tw-via-green-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0))
  }

  .\32xl\:focus\:tw-via-green-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0))
  }

  .\32xl\:focus\:tw-via-green-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0))
  }

  .\32xl\:focus\:tw-via-green-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0))
  }

  .\32xl\:focus\:tw-via-green-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0))
  }

  .\32xl\:focus\:tw-via-green-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0))
  }

  .\32xl\:focus\:tw-via-blue-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }

  .\32xl\:focus\:tw-via-blue-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }

  .\32xl\:focus\:tw-via-blue-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }

  .\32xl\:focus\:tw-via-blue-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }

  .\32xl\:focus\:tw-via-blue-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }

  .\32xl\:focus\:tw-via-blue-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }

  .\32xl\:focus\:tw-via-blue-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }

  .\32xl\:focus\:tw-via-blue-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }

  .\32xl\:focus\:tw-via-blue-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }

  .\32xl\:focus\:tw-via-blue-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }

  .\32xl\:focus\:tw-via-indigo-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0))
  }

  .\32xl\:focus\:tw-via-indigo-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0))
  }

  .\32xl\:focus\:tw-via-indigo-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0))
  }

  .\32xl\:focus\:tw-via-indigo-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0))
  }

  .\32xl\:focus\:tw-via-indigo-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0))
  }

  .\32xl\:focus\:tw-via-indigo-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0))
  }

  .\32xl\:focus\:tw-via-indigo-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0))
  }

  .\32xl\:focus\:tw-via-indigo-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0))
  }

  .\32xl\:focus\:tw-via-indigo-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0))
  }

  .\32xl\:focus\:tw-via-indigo-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0))
  }

  .\32xl\:focus\:tw-via-purple-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0))
  }

  .\32xl\:focus\:tw-via-purple-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0))
  }

  .\32xl\:focus\:tw-via-purple-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0))
  }

  .\32xl\:focus\:tw-via-purple-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0))
  }

  .\32xl\:focus\:tw-via-purple-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0))
  }

  .\32xl\:focus\:tw-via-purple-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0))
  }

  .\32xl\:focus\:tw-via-purple-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0))
  }

  .\32xl\:focus\:tw-via-purple-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0))
  }

  .\32xl\:focus\:tw-via-purple-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0))
  }

  .\32xl\:focus\:tw-via-purple-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0))
  }

  .\32xl\:focus\:tw-via-pink-50:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0))
  }

  .\32xl\:focus\:tw-via-pink-100:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0))
  }

  .\32xl\:focus\:tw-via-pink-200:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0))
  }

  .\32xl\:focus\:tw-via-pink-300:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0))
  }

  .\32xl\:focus\:tw-via-pink-400:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0))
  }

  .\32xl\:focus\:tw-via-pink-500:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0))
  }

  .\32xl\:focus\:tw-via-pink-600:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0))
  }

  .\32xl\:focus\:tw-via-pink-700:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0))
  }

  .\32xl\:focus\:tw-via-pink-800:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0))
  }

  .\32xl\:focus\:tw-via-pink-900:focus{
    --tw-gradient-stops:var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0))
  }

  .\32xl\:tw-to-transparent{
    --tw-gradient-to:transparent
  }

  .\32xl\:tw-to-current{
    --tw-gradient-to:currentColor
  }

  .\32xl\:tw-to-black{
    --tw-gradient-to:#000
  }

  .\32xl\:tw-to-white{
    --tw-gradient-to:#fff
  }

  .\32xl\:tw-to-gray-50{
    --tw-gradient-to:#f9fafb
  }

  .\32xl\:tw-to-gray-100{
    --tw-gradient-to:#f3f4f6
  }

  .\32xl\:tw-to-gray-200{
    --tw-gradient-to:#e5e7eb
  }

  .\32xl\:tw-to-gray-300{
    --tw-gradient-to:#d1d5db
  }

  .\32xl\:tw-to-gray-400{
    --tw-gradient-to:#9ca3af
  }

  .\32xl\:tw-to-gray-500{
    --tw-gradient-to:#6b7280
  }

  .\32xl\:tw-to-gray-600{
    --tw-gradient-to:#4b5563
  }

  .\32xl\:tw-to-gray-700{
    --tw-gradient-to:#374151
  }

  .\32xl\:tw-to-gray-800{
    --tw-gradient-to:#1f2937
  }

  .\32xl\:tw-to-gray-900{
    --tw-gradient-to:#111827
  }

  .\32xl\:tw-to-red-50{
    --tw-gradient-to:#fef2f2
  }

  .\32xl\:tw-to-red-100{
    --tw-gradient-to:#fee2e2
  }

  .\32xl\:tw-to-red-200{
    --tw-gradient-to:#fecaca
  }

  .\32xl\:tw-to-red-300{
    --tw-gradient-to:#fca5a5
  }

  .\32xl\:tw-to-red-400{
    --tw-gradient-to:#f87171
  }

  .\32xl\:tw-to-red-500{
    --tw-gradient-to:#ef4444
  }

  .\32xl\:tw-to-red-600{
    --tw-gradient-to:#dc2626
  }

  .\32xl\:tw-to-red-700{
    --tw-gradient-to:#b91c1c
  }

  .\32xl\:tw-to-red-800{
    --tw-gradient-to:#991b1b
  }

  .\32xl\:tw-to-red-900{
    --tw-gradient-to:#7f1d1d
  }

  .\32xl\:tw-to-yellow-50{
    --tw-gradient-to:#fffbeb
  }

  .\32xl\:tw-to-yellow-100{
    --tw-gradient-to:#fef3c7
  }

  .\32xl\:tw-to-yellow-200{
    --tw-gradient-to:#fde68a
  }

  .\32xl\:tw-to-yellow-300{
    --tw-gradient-to:#fcd34d
  }

  .\32xl\:tw-to-yellow-400{
    --tw-gradient-to:#fbbf24
  }

  .\32xl\:tw-to-yellow-500{
    --tw-gradient-to:#f59e0b
  }

  .\32xl\:tw-to-yellow-600{
    --tw-gradient-to:#d97706
  }

  .\32xl\:tw-to-yellow-700{
    --tw-gradient-to:#b45309
  }

  .\32xl\:tw-to-yellow-800{
    --tw-gradient-to:#92400e
  }

  .\32xl\:tw-to-yellow-900{
    --tw-gradient-to:#78350f
  }

  .\32xl\:tw-to-green-50{
    --tw-gradient-to:#ecfdf5
  }

  .\32xl\:tw-to-green-100{
    --tw-gradient-to:#d1fae5
  }

  .\32xl\:tw-to-green-200{
    --tw-gradient-to:#a7f3d0
  }

  .\32xl\:tw-to-green-300{
    --tw-gradient-to:#6ee7b7
  }

  .\32xl\:tw-to-green-400{
    --tw-gradient-to:#34d399
  }

  .\32xl\:tw-to-green-500{
    --tw-gradient-to:#10b981
  }

  .\32xl\:tw-to-green-600{
    --tw-gradient-to:#059669
  }

  .\32xl\:tw-to-green-700{
    --tw-gradient-to:#047857
  }

  .\32xl\:tw-to-green-800{
    --tw-gradient-to:#065f46
  }

  .\32xl\:tw-to-green-900{
    --tw-gradient-to:#064e3b
  }

  .\32xl\:tw-to-blue-50{
    --tw-gradient-to:#eff6ff
  }

  .\32xl\:tw-to-blue-100{
    --tw-gradient-to:#dbeafe
  }

  .\32xl\:tw-to-blue-200{
    --tw-gradient-to:#bfdbfe
  }

  .\32xl\:tw-to-blue-300{
    --tw-gradient-to:#93c5fd
  }

  .\32xl\:tw-to-blue-400{
    --tw-gradient-to:#60a5fa
  }

  .\32xl\:tw-to-blue-500{
    --tw-gradient-to:#3b82f6
  }

  .\32xl\:tw-to-blue-600{
    --tw-gradient-to:#2563eb
  }

  .\32xl\:tw-to-blue-700{
    --tw-gradient-to:#1d4ed8
  }

  .\32xl\:tw-to-blue-800{
    --tw-gradient-to:#1e40af
  }

  .\32xl\:tw-to-blue-900{
    --tw-gradient-to:#1e3a8a
  }

  .\32xl\:tw-to-indigo-50{
    --tw-gradient-to:#eef2ff
  }

  .\32xl\:tw-to-indigo-100{
    --tw-gradient-to:#e0e7ff
  }

  .\32xl\:tw-to-indigo-200{
    --tw-gradient-to:#c7d2fe
  }

  .\32xl\:tw-to-indigo-300{
    --tw-gradient-to:#a5b4fc
  }

  .\32xl\:tw-to-indigo-400{
    --tw-gradient-to:#818cf8
  }

  .\32xl\:tw-to-indigo-500{
    --tw-gradient-to:#6366f1
  }

  .\32xl\:tw-to-indigo-600{
    --tw-gradient-to:#4f46e5
  }

  .\32xl\:tw-to-indigo-700{
    --tw-gradient-to:#4338ca
  }

  .\32xl\:tw-to-indigo-800{
    --tw-gradient-to:#3730a3
  }

  .\32xl\:tw-to-indigo-900{
    --tw-gradient-to:#312e81
  }

  .\32xl\:tw-to-purple-50{
    --tw-gradient-to:#f5f3ff
  }

  .\32xl\:tw-to-purple-100{
    --tw-gradient-to:#ede9fe
  }

  .\32xl\:tw-to-purple-200{
    --tw-gradient-to:#ddd6fe
  }

  .\32xl\:tw-to-purple-300{
    --tw-gradient-to:#c4b5fd
  }

  .\32xl\:tw-to-purple-400{
    --tw-gradient-to:#a78bfa
  }

  .\32xl\:tw-to-purple-500{
    --tw-gradient-to:#8b5cf6
  }

  .\32xl\:tw-to-purple-600{
    --tw-gradient-to:#7c3aed
  }

  .\32xl\:tw-to-purple-700{
    --tw-gradient-to:#6d28d9
  }

  .\32xl\:tw-to-purple-800{
    --tw-gradient-to:#5b21b6
  }

  .\32xl\:tw-to-purple-900{
    --tw-gradient-to:#4c1d95
  }

  .\32xl\:tw-to-pink-50{
    --tw-gradient-to:#fdf2f8
  }

  .\32xl\:tw-to-pink-100{
    --tw-gradient-to:#fce7f3
  }

  .\32xl\:tw-to-pink-200{
    --tw-gradient-to:#fbcfe8
  }

  .\32xl\:tw-to-pink-300{
    --tw-gradient-to:#f9a8d4
  }

  .\32xl\:tw-to-pink-400{
    --tw-gradient-to:#f472b6
  }

  .\32xl\:tw-to-pink-500{
    --tw-gradient-to:#ec4899
  }

  .\32xl\:tw-to-pink-600{
    --tw-gradient-to:#db2777
  }

  .\32xl\:tw-to-pink-700{
    --tw-gradient-to:#be185d
  }

  .\32xl\:tw-to-pink-800{
    --tw-gradient-to:#9d174d
  }

  .\32xl\:tw-to-pink-900{
    --tw-gradient-to:#831843
  }

  .\32xl\:hover\:tw-to-transparent:hover{
    --tw-gradient-to:transparent
  }

  .\32xl\:hover\:tw-to-current:hover{
    --tw-gradient-to:currentColor
  }

  .\32xl\:hover\:tw-to-black:hover{
    --tw-gradient-to:#000
  }

  .\32xl\:hover\:tw-to-white:hover{
    --tw-gradient-to:#fff
  }

  .\32xl\:hover\:tw-to-gray-50:hover{
    --tw-gradient-to:#f9fafb
  }

  .\32xl\:hover\:tw-to-gray-100:hover{
    --tw-gradient-to:#f3f4f6
  }

  .\32xl\:hover\:tw-to-gray-200:hover{
    --tw-gradient-to:#e5e7eb
  }

  .\32xl\:hover\:tw-to-gray-300:hover{
    --tw-gradient-to:#d1d5db
  }

  .\32xl\:hover\:tw-to-gray-400:hover{
    --tw-gradient-to:#9ca3af
  }

  .\32xl\:hover\:tw-to-gray-500:hover{
    --tw-gradient-to:#6b7280
  }

  .\32xl\:hover\:tw-to-gray-600:hover{
    --tw-gradient-to:#4b5563
  }

  .\32xl\:hover\:tw-to-gray-700:hover{
    --tw-gradient-to:#374151
  }

  .\32xl\:hover\:tw-to-gray-800:hover{
    --tw-gradient-to:#1f2937
  }

  .\32xl\:hover\:tw-to-gray-900:hover{
    --tw-gradient-to:#111827
  }

  .\32xl\:hover\:tw-to-red-50:hover{
    --tw-gradient-to:#fef2f2
  }

  .\32xl\:hover\:tw-to-red-100:hover{
    --tw-gradient-to:#fee2e2
  }

  .\32xl\:hover\:tw-to-red-200:hover{
    --tw-gradient-to:#fecaca
  }

  .\32xl\:hover\:tw-to-red-300:hover{
    --tw-gradient-to:#fca5a5
  }

  .\32xl\:hover\:tw-to-red-400:hover{
    --tw-gradient-to:#f87171
  }

  .\32xl\:hover\:tw-to-red-500:hover{
    --tw-gradient-to:#ef4444
  }

  .\32xl\:hover\:tw-to-red-600:hover{
    --tw-gradient-to:#dc2626
  }

  .\32xl\:hover\:tw-to-red-700:hover{
    --tw-gradient-to:#b91c1c
  }

  .\32xl\:hover\:tw-to-red-800:hover{
    --tw-gradient-to:#991b1b
  }

  .\32xl\:hover\:tw-to-red-900:hover{
    --tw-gradient-to:#7f1d1d
  }

  .\32xl\:hover\:tw-to-yellow-50:hover{
    --tw-gradient-to:#fffbeb
  }

  .\32xl\:hover\:tw-to-yellow-100:hover{
    --tw-gradient-to:#fef3c7
  }

  .\32xl\:hover\:tw-to-yellow-200:hover{
    --tw-gradient-to:#fde68a
  }

  .\32xl\:hover\:tw-to-yellow-300:hover{
    --tw-gradient-to:#fcd34d
  }

  .\32xl\:hover\:tw-to-yellow-400:hover{
    --tw-gradient-to:#fbbf24
  }

  .\32xl\:hover\:tw-to-yellow-500:hover{
    --tw-gradient-to:#f59e0b
  }

  .\32xl\:hover\:tw-to-yellow-600:hover{
    --tw-gradient-to:#d97706
  }

  .\32xl\:hover\:tw-to-yellow-700:hover{
    --tw-gradient-to:#b45309
  }

  .\32xl\:hover\:tw-to-yellow-800:hover{
    --tw-gradient-to:#92400e
  }

  .\32xl\:hover\:tw-to-yellow-900:hover{
    --tw-gradient-to:#78350f
  }

  .\32xl\:hover\:tw-to-green-50:hover{
    --tw-gradient-to:#ecfdf5
  }

  .\32xl\:hover\:tw-to-green-100:hover{
    --tw-gradient-to:#d1fae5
  }

  .\32xl\:hover\:tw-to-green-200:hover{
    --tw-gradient-to:#a7f3d0
  }

  .\32xl\:hover\:tw-to-green-300:hover{
    --tw-gradient-to:#6ee7b7
  }

  .\32xl\:hover\:tw-to-green-400:hover{
    --tw-gradient-to:#34d399
  }

  .\32xl\:hover\:tw-to-green-500:hover{
    --tw-gradient-to:#10b981
  }

  .\32xl\:hover\:tw-to-green-600:hover{
    --tw-gradient-to:#059669
  }

  .\32xl\:hover\:tw-to-green-700:hover{
    --tw-gradient-to:#047857
  }

  .\32xl\:hover\:tw-to-green-800:hover{
    --tw-gradient-to:#065f46
  }

  .\32xl\:hover\:tw-to-green-900:hover{
    --tw-gradient-to:#064e3b
  }

  .\32xl\:hover\:tw-to-blue-50:hover{
    --tw-gradient-to:#eff6ff
  }

  .\32xl\:hover\:tw-to-blue-100:hover{
    --tw-gradient-to:#dbeafe
  }

  .\32xl\:hover\:tw-to-blue-200:hover{
    --tw-gradient-to:#bfdbfe
  }

  .\32xl\:hover\:tw-to-blue-300:hover{
    --tw-gradient-to:#93c5fd
  }

  .\32xl\:hover\:tw-to-blue-400:hover{
    --tw-gradient-to:#60a5fa
  }

  .\32xl\:hover\:tw-to-blue-500:hover{
    --tw-gradient-to:#3b82f6
  }

  .\32xl\:hover\:tw-to-blue-600:hover{
    --tw-gradient-to:#2563eb
  }

  .\32xl\:hover\:tw-to-blue-700:hover{
    --tw-gradient-to:#1d4ed8
  }

  .\32xl\:hover\:tw-to-blue-800:hover{
    --tw-gradient-to:#1e40af
  }

  .\32xl\:hover\:tw-to-blue-900:hover{
    --tw-gradient-to:#1e3a8a
  }

  .\32xl\:hover\:tw-to-indigo-50:hover{
    --tw-gradient-to:#eef2ff
  }

  .\32xl\:hover\:tw-to-indigo-100:hover{
    --tw-gradient-to:#e0e7ff
  }

  .\32xl\:hover\:tw-to-indigo-200:hover{
    --tw-gradient-to:#c7d2fe
  }

  .\32xl\:hover\:tw-to-indigo-300:hover{
    --tw-gradient-to:#a5b4fc
  }

  .\32xl\:hover\:tw-to-indigo-400:hover{
    --tw-gradient-to:#818cf8
  }

  .\32xl\:hover\:tw-to-indigo-500:hover{
    --tw-gradient-to:#6366f1
  }

  .\32xl\:hover\:tw-to-indigo-600:hover{
    --tw-gradient-to:#4f46e5
  }

  .\32xl\:hover\:tw-to-indigo-700:hover{
    --tw-gradient-to:#4338ca
  }

  .\32xl\:hover\:tw-to-indigo-800:hover{
    --tw-gradient-to:#3730a3
  }

  .\32xl\:hover\:tw-to-indigo-900:hover{
    --tw-gradient-to:#312e81
  }

  .\32xl\:hover\:tw-to-purple-50:hover{
    --tw-gradient-to:#f5f3ff
  }

  .\32xl\:hover\:tw-to-purple-100:hover{
    --tw-gradient-to:#ede9fe
  }

  .\32xl\:hover\:tw-to-purple-200:hover{
    --tw-gradient-to:#ddd6fe
  }

  .\32xl\:hover\:tw-to-purple-300:hover{
    --tw-gradient-to:#c4b5fd
  }

  .\32xl\:hover\:tw-to-purple-400:hover{
    --tw-gradient-to:#a78bfa
  }

  .\32xl\:hover\:tw-to-purple-500:hover{
    --tw-gradient-to:#8b5cf6
  }

  .\32xl\:hover\:tw-to-purple-600:hover{
    --tw-gradient-to:#7c3aed
  }

  .\32xl\:hover\:tw-to-purple-700:hover{
    --tw-gradient-to:#6d28d9
  }

  .\32xl\:hover\:tw-to-purple-800:hover{
    --tw-gradient-to:#5b21b6
  }

  .\32xl\:hover\:tw-to-purple-900:hover{
    --tw-gradient-to:#4c1d95
  }

  .\32xl\:hover\:tw-to-pink-50:hover{
    --tw-gradient-to:#fdf2f8
  }

  .\32xl\:hover\:tw-to-pink-100:hover{
    --tw-gradient-to:#fce7f3
  }

  .\32xl\:hover\:tw-to-pink-200:hover{
    --tw-gradient-to:#fbcfe8
  }

  .\32xl\:hover\:tw-to-pink-300:hover{
    --tw-gradient-to:#f9a8d4
  }

  .\32xl\:hover\:tw-to-pink-400:hover{
    --tw-gradient-to:#f472b6
  }

  .\32xl\:hover\:tw-to-pink-500:hover{
    --tw-gradient-to:#ec4899
  }

  .\32xl\:hover\:tw-to-pink-600:hover{
    --tw-gradient-to:#db2777
  }

  .\32xl\:hover\:tw-to-pink-700:hover{
    --tw-gradient-to:#be185d
  }

  .\32xl\:hover\:tw-to-pink-800:hover{
    --tw-gradient-to:#9d174d
  }

  .\32xl\:hover\:tw-to-pink-900:hover{
    --tw-gradient-to:#831843
  }

  .\32xl\:focus\:tw-to-transparent:focus{
    --tw-gradient-to:transparent
  }

  .\32xl\:focus\:tw-to-current:focus{
    --tw-gradient-to:currentColor
  }

  .\32xl\:focus\:tw-to-black:focus{
    --tw-gradient-to:#000
  }

  .\32xl\:focus\:tw-to-white:focus{
    --tw-gradient-to:#fff
  }

  .\32xl\:focus\:tw-to-gray-50:focus{
    --tw-gradient-to:#f9fafb
  }

  .\32xl\:focus\:tw-to-gray-100:focus{
    --tw-gradient-to:#f3f4f6
  }

  .\32xl\:focus\:tw-to-gray-200:focus{
    --tw-gradient-to:#e5e7eb
  }

  .\32xl\:focus\:tw-to-gray-300:focus{
    --tw-gradient-to:#d1d5db
  }

  .\32xl\:focus\:tw-to-gray-400:focus{
    --tw-gradient-to:#9ca3af
  }

  .\32xl\:focus\:tw-to-gray-500:focus{
    --tw-gradient-to:#6b7280
  }

  .\32xl\:focus\:tw-to-gray-600:focus{
    --tw-gradient-to:#4b5563
  }

  .\32xl\:focus\:tw-to-gray-700:focus{
    --tw-gradient-to:#374151
  }

  .\32xl\:focus\:tw-to-gray-800:focus{
    --tw-gradient-to:#1f2937
  }

  .\32xl\:focus\:tw-to-gray-900:focus{
    --tw-gradient-to:#111827
  }

  .\32xl\:focus\:tw-to-red-50:focus{
    --tw-gradient-to:#fef2f2
  }

  .\32xl\:focus\:tw-to-red-100:focus{
    --tw-gradient-to:#fee2e2
  }

  .\32xl\:focus\:tw-to-red-200:focus{
    --tw-gradient-to:#fecaca
  }

  .\32xl\:focus\:tw-to-red-300:focus{
    --tw-gradient-to:#fca5a5
  }

  .\32xl\:focus\:tw-to-red-400:focus{
    --tw-gradient-to:#f87171
  }

  .\32xl\:focus\:tw-to-red-500:focus{
    --tw-gradient-to:#ef4444
  }

  .\32xl\:focus\:tw-to-red-600:focus{
    --tw-gradient-to:#dc2626
  }

  .\32xl\:focus\:tw-to-red-700:focus{
    --tw-gradient-to:#b91c1c
  }

  .\32xl\:focus\:tw-to-red-800:focus{
    --tw-gradient-to:#991b1b
  }

  .\32xl\:focus\:tw-to-red-900:focus{
    --tw-gradient-to:#7f1d1d
  }

  .\32xl\:focus\:tw-to-yellow-50:focus{
    --tw-gradient-to:#fffbeb
  }

  .\32xl\:focus\:tw-to-yellow-100:focus{
    --tw-gradient-to:#fef3c7
  }

  .\32xl\:focus\:tw-to-yellow-200:focus{
    --tw-gradient-to:#fde68a
  }

  .\32xl\:focus\:tw-to-yellow-300:focus{
    --tw-gradient-to:#fcd34d
  }

  .\32xl\:focus\:tw-to-yellow-400:focus{
    --tw-gradient-to:#fbbf24
  }

  .\32xl\:focus\:tw-to-yellow-500:focus{
    --tw-gradient-to:#f59e0b
  }

  .\32xl\:focus\:tw-to-yellow-600:focus{
    --tw-gradient-to:#d97706
  }

  .\32xl\:focus\:tw-to-yellow-700:focus{
    --tw-gradient-to:#b45309
  }

  .\32xl\:focus\:tw-to-yellow-800:focus{
    --tw-gradient-to:#92400e
  }

  .\32xl\:focus\:tw-to-yellow-900:focus{
    --tw-gradient-to:#78350f
  }

  .\32xl\:focus\:tw-to-green-50:focus{
    --tw-gradient-to:#ecfdf5
  }

  .\32xl\:focus\:tw-to-green-100:focus{
    --tw-gradient-to:#d1fae5
  }

  .\32xl\:focus\:tw-to-green-200:focus{
    --tw-gradient-to:#a7f3d0
  }

  .\32xl\:focus\:tw-to-green-300:focus{
    --tw-gradient-to:#6ee7b7
  }

  .\32xl\:focus\:tw-to-green-400:focus{
    --tw-gradient-to:#34d399
  }

  .\32xl\:focus\:tw-to-green-500:focus{
    --tw-gradient-to:#10b981
  }

  .\32xl\:focus\:tw-to-green-600:focus{
    --tw-gradient-to:#059669
  }

  .\32xl\:focus\:tw-to-green-700:focus{
    --tw-gradient-to:#047857
  }

  .\32xl\:focus\:tw-to-green-800:focus{
    --tw-gradient-to:#065f46
  }

  .\32xl\:focus\:tw-to-green-900:focus{
    --tw-gradient-to:#064e3b
  }

  .\32xl\:focus\:tw-to-blue-50:focus{
    --tw-gradient-to:#eff6ff
  }

  .\32xl\:focus\:tw-to-blue-100:focus{
    --tw-gradient-to:#dbeafe
  }

  .\32xl\:focus\:tw-to-blue-200:focus{
    --tw-gradient-to:#bfdbfe
  }

  .\32xl\:focus\:tw-to-blue-300:focus{
    --tw-gradient-to:#93c5fd
  }

  .\32xl\:focus\:tw-to-blue-400:focus{
    --tw-gradient-to:#60a5fa
  }

  .\32xl\:focus\:tw-to-blue-500:focus{
    --tw-gradient-to:#3b82f6
  }

  .\32xl\:focus\:tw-to-blue-600:focus{
    --tw-gradient-to:#2563eb
  }

  .\32xl\:focus\:tw-to-blue-700:focus{
    --tw-gradient-to:#1d4ed8
  }

  .\32xl\:focus\:tw-to-blue-800:focus{
    --tw-gradient-to:#1e40af
  }

  .\32xl\:focus\:tw-to-blue-900:focus{
    --tw-gradient-to:#1e3a8a
  }

  .\32xl\:focus\:tw-to-indigo-50:focus{
    --tw-gradient-to:#eef2ff
  }

  .\32xl\:focus\:tw-to-indigo-100:focus{
    --tw-gradient-to:#e0e7ff
  }

  .\32xl\:focus\:tw-to-indigo-200:focus{
    --tw-gradient-to:#c7d2fe
  }

  .\32xl\:focus\:tw-to-indigo-300:focus{
    --tw-gradient-to:#a5b4fc
  }

  .\32xl\:focus\:tw-to-indigo-400:focus{
    --tw-gradient-to:#818cf8
  }

  .\32xl\:focus\:tw-to-indigo-500:focus{
    --tw-gradient-to:#6366f1
  }

  .\32xl\:focus\:tw-to-indigo-600:focus{
    --tw-gradient-to:#4f46e5
  }

  .\32xl\:focus\:tw-to-indigo-700:focus{
    --tw-gradient-to:#4338ca
  }

  .\32xl\:focus\:tw-to-indigo-800:focus{
    --tw-gradient-to:#3730a3
  }

  .\32xl\:focus\:tw-to-indigo-900:focus{
    --tw-gradient-to:#312e81
  }

  .\32xl\:focus\:tw-to-purple-50:focus{
    --tw-gradient-to:#f5f3ff
  }

  .\32xl\:focus\:tw-to-purple-100:focus{
    --tw-gradient-to:#ede9fe
  }

  .\32xl\:focus\:tw-to-purple-200:focus{
    --tw-gradient-to:#ddd6fe
  }

  .\32xl\:focus\:tw-to-purple-300:focus{
    --tw-gradient-to:#c4b5fd
  }

  .\32xl\:focus\:tw-to-purple-400:focus{
    --tw-gradient-to:#a78bfa
  }

  .\32xl\:focus\:tw-to-purple-500:focus{
    --tw-gradient-to:#8b5cf6
  }

  .\32xl\:focus\:tw-to-purple-600:focus{
    --tw-gradient-to:#7c3aed
  }

  .\32xl\:focus\:tw-to-purple-700:focus{
    --tw-gradient-to:#6d28d9
  }

  .\32xl\:focus\:tw-to-purple-800:focus{
    --tw-gradient-to:#5b21b6
  }

  .\32xl\:focus\:tw-to-purple-900:focus{
    --tw-gradient-to:#4c1d95
  }

  .\32xl\:focus\:tw-to-pink-50:focus{
    --tw-gradient-to:#fdf2f8
  }

  .\32xl\:focus\:tw-to-pink-100:focus{
    --tw-gradient-to:#fce7f3
  }

  .\32xl\:focus\:tw-to-pink-200:focus{
    --tw-gradient-to:#fbcfe8
  }

  .\32xl\:focus\:tw-to-pink-300:focus{
    --tw-gradient-to:#f9a8d4
  }

  .\32xl\:focus\:tw-to-pink-400:focus{
    --tw-gradient-to:#f472b6
  }

  .\32xl\:focus\:tw-to-pink-500:focus{
    --tw-gradient-to:#ec4899
  }

  .\32xl\:focus\:tw-to-pink-600:focus{
    --tw-gradient-to:#db2777
  }

  .\32xl\:focus\:tw-to-pink-700:focus{
    --tw-gradient-to:#be185d
  }

  .\32xl\:focus\:tw-to-pink-800:focus{
    --tw-gradient-to:#9d174d
  }

  .\32xl\:focus\:tw-to-pink-900:focus{
    --tw-gradient-to:#831843
  }

  .\32xl\:tw-decoration-slice{
    -webkit-box-decoration-break:slice;
            box-decoration-break:slice
  }

  .\32xl\:tw-decoration-clone{
    -webkit-box-decoration-break:clone;
            box-decoration-break:clone
  }

  .\32xl\:tw-bg-auto{
    background-size:auto
  }

  .\32xl\:tw-bg-cover{
    background-size:cover
  }

  .\32xl\:tw-bg-contain{
    background-size:contain
  }

  .\32xl\:tw-bg-fixed{
    background-attachment:fixed
  }

  .\32xl\:tw-bg-local{
    background-attachment:local
  }

  .\32xl\:tw-bg-scroll{
    background-attachment:scroll
  }

  .\32xl\:tw-bg-clip-border{
    background-clip:border-box
  }

  .\32xl\:tw-bg-clip-padding{
    background-clip:padding-box
  }

  .\32xl\:tw-bg-clip-content{
    background-clip:content-box
  }

  .\32xl\:tw-bg-clip-text{
    background-clip:text
  }

  .\32xl\:tw-bg-bottom{
    background-position:bottom
  }

  .\32xl\:tw-bg-center{
    background-position:center
  }

  .\32xl\:tw-bg-left{
    background-position:left
  }

  .\32xl\:tw-bg-left-bottom{
    background-position:left bottom
  }

  .\32xl\:tw-bg-left-top{
    background-position:left top
  }

  .\32xl\:tw-bg-right{
    background-position:right
  }

  .\32xl\:tw-bg-right-bottom{
    background-position:right bottom
  }

  .\32xl\:tw-bg-right-top{
    background-position:right top
  }

  .\32xl\:tw-bg-top{
    background-position:top
  }

  .\32xl\:tw-bg-repeat{
    background-repeat:repeat
  }

  .\32xl\:tw-bg-no-repeat{
    background-repeat:no-repeat
  }

  .\32xl\:tw-bg-repeat-x{
    background-repeat:repeat-x
  }

  .\32xl\:tw-bg-repeat-y{
    background-repeat:repeat-y
  }

  .\32xl\:tw-bg-repeat-round{
    background-repeat:round
  }

  .\32xl\:tw-bg-repeat-space{
    background-repeat:space
  }

  .\32xl\:tw-bg-origin-border{
    background-origin:border-box
  }

  .\32xl\:tw-bg-origin-padding{
    background-origin:padding-box
  }

  .\32xl\:tw-bg-origin-content{
    background-origin:content-box
  }

  .\32xl\:tw-fill-current{
    fill:currentColor
  }

  .\32xl\:tw-stroke-current{
    stroke:currentColor
  }

  .\32xl\:tw-stroke-0{
    stroke-width:0
  }

  .\32xl\:tw-stroke-1{
    stroke-width:1
  }

  .\32xl\:tw-stroke-2{
    stroke-width:2
  }

  .\32xl\:tw-object-contain{
    object-fit:contain
  }

  .\32xl\:tw-object-cover{
    object-fit:cover
  }

  .\32xl\:tw-object-fill{
    object-fit:fill
  }

  .\32xl\:tw-object-none{
    object-fit:none
  }

  .\32xl\:tw-object-scale-down{
    object-fit:scale-down
  }

  .\32xl\:tw-object-bottom{
    object-position:bottom
  }

  .\32xl\:tw-object-center{
    object-position:center
  }

  .\32xl\:tw-object-left{
    object-position:left
  }

  .\32xl\:tw-object-left-bottom{
    object-position:left bottom
  }

  .\32xl\:tw-object-left-top{
    object-position:left top
  }

  .\32xl\:tw-object-right{
    object-position:right
  }

  .\32xl\:tw-object-right-bottom{
    object-position:right bottom
  }

  .\32xl\:tw-object-right-top{
    object-position:right top
  }

  .\32xl\:tw-object-top{
    object-position:top
  }

  .\32xl\:tw-p-0{
    padding:0px
  }

  .\32xl\:tw-p-1{
    padding:0.25rem
  }

  .\32xl\:tw-p-2{
    padding:0.5rem
  }

  .\32xl\:tw-p-3{
    padding:0.75rem
  }

  .\32xl\:tw-p-4{
    padding:1rem
  }

  .\32xl\:tw-p-5{
    padding:1.25rem
  }

  .\32xl\:tw-p-6{
    padding:1.5rem
  }

  .\32xl\:tw-p-7{
    padding:1.75rem
  }

  .\32xl\:tw-p-8{
    padding:2rem
  }

  .\32xl\:tw-p-9{
    padding:2.25rem
  }

  .\32xl\:tw-p-10{
    padding:2.5rem
  }

  .\32xl\:tw-p-11{
    padding:2.75rem
  }

  .\32xl\:tw-p-12{
    padding:3rem
  }

  .\32xl\:tw-p-14{
    padding:3.5rem
  }

  .\32xl\:tw-p-16{
    padding:4rem
  }

  .\32xl\:tw-p-20{
    padding:5rem
  }

  .\32xl\:tw-p-24{
    padding:6rem
  }

  .\32xl\:tw-p-28{
    padding:7rem
  }

  .\32xl\:tw-p-32{
    padding:8rem
  }

  .\32xl\:tw-p-36{
    padding:9rem
  }

  .\32xl\:tw-p-40{
    padding:10rem
  }

  .\32xl\:tw-p-44{
    padding:11rem
  }

  .\32xl\:tw-p-48{
    padding:12rem
  }

  .\32xl\:tw-p-52{
    padding:13rem
  }

  .\32xl\:tw-p-56{
    padding:14rem
  }

  .\32xl\:tw-p-60{
    padding:15rem
  }

  .\32xl\:tw-p-64{
    padding:16rem
  }

  .\32xl\:tw-p-72{
    padding:18rem
  }

  .\32xl\:tw-p-80{
    padding:20rem
  }

  .\32xl\:tw-p-96{
    padding:24rem
  }

  .\32xl\:tw-p-px{
    padding:1px
  }

  .\32xl\:tw-p-0\.5{
    padding:0.125rem
  }

  .\32xl\:tw-p-1\.5{
    padding:0.375rem
  }

  .\32xl\:tw-p-2\.5{
    padding:0.625rem
  }

  .\32xl\:tw-p-3\.5{
    padding:0.875rem
  }

  .\32xl\:tw-px-0{
    padding-left:0px;
    padding-right:0px
  }

  .\32xl\:tw-px-1{
    padding-left:0.25rem;
    padding-right:0.25rem
  }

  .\32xl\:tw-px-2{
    padding-left:0.5rem;
    padding-right:0.5rem
  }

  .\32xl\:tw-px-3{
    padding-left:0.75rem;
    padding-right:0.75rem
  }

  .\32xl\:tw-px-4{
    padding-left:1rem;
    padding-right:1rem
  }

  .\32xl\:tw-px-5{
    padding-left:1.25rem;
    padding-right:1.25rem
  }

  .\32xl\:tw-px-6{
    padding-left:1.5rem;
    padding-right:1.5rem
  }

  .\32xl\:tw-px-7{
    padding-left:1.75rem;
    padding-right:1.75rem
  }

  .\32xl\:tw-px-8{
    padding-left:2rem;
    padding-right:2rem
  }

  .\32xl\:tw-px-9{
    padding-left:2.25rem;
    padding-right:2.25rem
  }

  .\32xl\:tw-px-10{
    padding-left:2.5rem;
    padding-right:2.5rem
  }

  .\32xl\:tw-px-11{
    padding-left:2.75rem;
    padding-right:2.75rem
  }

  .\32xl\:tw-px-12{
    padding-left:3rem;
    padding-right:3rem
  }

  .\32xl\:tw-px-14{
    padding-left:3.5rem;
    padding-right:3.5rem
  }

  .\32xl\:tw-px-16{
    padding-left:4rem;
    padding-right:4rem
  }

  .\32xl\:tw-px-20{
    padding-left:5rem;
    padding-right:5rem
  }

  .\32xl\:tw-px-24{
    padding-left:6rem;
    padding-right:6rem
  }

  .\32xl\:tw-px-28{
    padding-left:7rem;
    padding-right:7rem
  }

  .\32xl\:tw-px-32{
    padding-left:8rem;
    padding-right:8rem
  }

  .\32xl\:tw-px-36{
    padding-left:9rem;
    padding-right:9rem
  }

  .\32xl\:tw-px-40{
    padding-left:10rem;
    padding-right:10rem
  }

  .\32xl\:tw-px-44{
    padding-left:11rem;
    padding-right:11rem
  }

  .\32xl\:tw-px-48{
    padding-left:12rem;
    padding-right:12rem
  }

  .\32xl\:tw-px-52{
    padding-left:13rem;
    padding-right:13rem
  }

  .\32xl\:tw-px-56{
    padding-left:14rem;
    padding-right:14rem
  }

  .\32xl\:tw-px-60{
    padding-left:15rem;
    padding-right:15rem
  }

  .\32xl\:tw-px-64{
    padding-left:16rem;
    padding-right:16rem
  }

  .\32xl\:tw-px-72{
    padding-left:18rem;
    padding-right:18rem
  }

  .\32xl\:tw-px-80{
    padding-left:20rem;
    padding-right:20rem
  }

  .\32xl\:tw-px-96{
    padding-left:24rem;
    padding-right:24rem
  }

  .\32xl\:tw-px-px{
    padding-left:1px;
    padding-right:1px
  }

  .\32xl\:tw-px-0\.5{
    padding-left:0.125rem;
    padding-right:0.125rem
  }

  .\32xl\:tw-px-1\.5{
    padding-left:0.375rem;
    padding-right:0.375rem
  }

  .\32xl\:tw-px-2\.5{
    padding-left:0.625rem;
    padding-right:0.625rem
  }

  .\32xl\:tw-px-3\.5{
    padding-left:0.875rem;
    padding-right:0.875rem
  }

  .\32xl\:tw-py-0{
    padding-top:0px;
    padding-bottom:0px
  }

  .\32xl\:tw-py-1{
    padding-top:0.25rem;
    padding-bottom:0.25rem
  }

  .\32xl\:tw-py-2{
    padding-top:0.5rem;
    padding-bottom:0.5rem
  }

  .\32xl\:tw-py-3{
    padding-top:0.75rem;
    padding-bottom:0.75rem
  }

  .\32xl\:tw-py-4{
    padding-top:1rem;
    padding-bottom:1rem
  }

  .\32xl\:tw-py-5{
    padding-top:1.25rem;
    padding-bottom:1.25rem
  }

  .\32xl\:tw-py-6{
    padding-top:1.5rem;
    padding-bottom:1.5rem
  }

  .\32xl\:tw-py-7{
    padding-top:1.75rem;
    padding-bottom:1.75rem
  }

  .\32xl\:tw-py-8{
    padding-top:2rem;
    padding-bottom:2rem
  }

  .\32xl\:tw-py-9{
    padding-top:2.25rem;
    padding-bottom:2.25rem
  }

  .\32xl\:tw-py-10{
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }

  .\32xl\:tw-py-11{
    padding-top:2.75rem;
    padding-bottom:2.75rem
  }

  .\32xl\:tw-py-12{
    padding-top:3rem;
    padding-bottom:3rem
  }

  .\32xl\:tw-py-14{
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }

  .\32xl\:tw-py-16{
    padding-top:4rem;
    padding-bottom:4rem
  }

  .\32xl\:tw-py-20{
    padding-top:5rem;
    padding-bottom:5rem
  }

  .\32xl\:tw-py-24{
    padding-top:6rem;
    padding-bottom:6rem
  }

  .\32xl\:tw-py-28{
    padding-top:7rem;
    padding-bottom:7rem
  }

  .\32xl\:tw-py-32{
    padding-top:8rem;
    padding-bottom:8rem
  }

  .\32xl\:tw-py-36{
    padding-top:9rem;
    padding-bottom:9rem
  }

  .\32xl\:tw-py-40{
    padding-top:10rem;
    padding-bottom:10rem
  }

  .\32xl\:tw-py-44{
    padding-top:11rem;
    padding-bottom:11rem
  }

  .\32xl\:tw-py-48{
    padding-top:12rem;
    padding-bottom:12rem
  }

  .\32xl\:tw-py-52{
    padding-top:13rem;
    padding-bottom:13rem
  }

  .\32xl\:tw-py-56{
    padding-top:14rem;
    padding-bottom:14rem
  }

  .\32xl\:tw-py-60{
    padding-top:15rem;
    padding-bottom:15rem
  }

  .\32xl\:tw-py-64{
    padding-top:16rem;
    padding-bottom:16rem
  }

  .\32xl\:tw-py-72{
    padding-top:18rem;
    padding-bottom:18rem
  }

  .\32xl\:tw-py-80{
    padding-top:20rem;
    padding-bottom:20rem
  }

  .\32xl\:tw-py-96{
    padding-top:24rem;
    padding-bottom:24rem
  }

  .\32xl\:tw-py-px{
    padding-top:1px;
    padding-bottom:1px
  }

  .\32xl\:tw-py-0\.5{
    padding-top:0.125rem;
    padding-bottom:0.125rem
  }

  .\32xl\:tw-py-1\.5{
    padding-top:0.375rem;
    padding-bottom:0.375rem
  }

  .\32xl\:tw-py-2\.5{
    padding-top:0.625rem;
    padding-bottom:0.625rem
  }

  .\32xl\:tw-py-3\.5{
    padding-top:0.875rem;
    padding-bottom:0.875rem
  }

  .\32xl\:tw-pt-0{
    padding-top:0px
  }

  .\32xl\:tw-pt-1{
    padding-top:0.25rem
  }

  .\32xl\:tw-pt-2{
    padding-top:0.5rem
  }

  .\32xl\:tw-pt-3{
    padding-top:0.75rem
  }

  .\32xl\:tw-pt-4{
    padding-top:1rem
  }

  .\32xl\:tw-pt-5{
    padding-top:1.25rem
  }

  .\32xl\:tw-pt-6{
    padding-top:1.5rem
  }

  .\32xl\:tw-pt-7{
    padding-top:1.75rem
  }

  .\32xl\:tw-pt-8{
    padding-top:2rem
  }

  .\32xl\:tw-pt-9{
    padding-top:2.25rem
  }

  .\32xl\:tw-pt-10{
    padding-top:2.5rem
  }

  .\32xl\:tw-pt-11{
    padding-top:2.75rem
  }

  .\32xl\:tw-pt-12{
    padding-top:3rem
  }

  .\32xl\:tw-pt-14{
    padding-top:3.5rem
  }

  .\32xl\:tw-pt-16{
    padding-top:4rem
  }

  .\32xl\:tw-pt-20{
    padding-top:5rem
  }

  .\32xl\:tw-pt-24{
    padding-top:6rem
  }

  .\32xl\:tw-pt-28{
    padding-top:7rem
  }

  .\32xl\:tw-pt-32{
    padding-top:8rem
  }

  .\32xl\:tw-pt-36{
    padding-top:9rem
  }

  .\32xl\:tw-pt-40{
    padding-top:10rem
  }

  .\32xl\:tw-pt-44{
    padding-top:11rem
  }

  .\32xl\:tw-pt-48{
    padding-top:12rem
  }

  .\32xl\:tw-pt-52{
    padding-top:13rem
  }

  .\32xl\:tw-pt-56{
    padding-top:14rem
  }

  .\32xl\:tw-pt-60{
    padding-top:15rem
  }

  .\32xl\:tw-pt-64{
    padding-top:16rem
  }

  .\32xl\:tw-pt-72{
    padding-top:18rem
  }

  .\32xl\:tw-pt-80{
    padding-top:20rem
  }

  .\32xl\:tw-pt-96{
    padding-top:24rem
  }

  .\32xl\:tw-pt-px{
    padding-top:1px
  }

  .\32xl\:tw-pt-0\.5{
    padding-top:0.125rem
  }

  .\32xl\:tw-pt-1\.5{
    padding-top:0.375rem
  }

  .\32xl\:tw-pt-2\.5{
    padding-top:0.625rem
  }

  .\32xl\:tw-pt-3\.5{
    padding-top:0.875rem
  }

  .\32xl\:tw-pr-0{
    padding-right:0px
  }

  .\32xl\:tw-pr-1{
    padding-right:0.25rem
  }

  .\32xl\:tw-pr-2{
    padding-right:0.5rem
  }

  .\32xl\:tw-pr-3{
    padding-right:0.75rem
  }

  .\32xl\:tw-pr-4{
    padding-right:1rem
  }

  .\32xl\:tw-pr-5{
    padding-right:1.25rem
  }

  .\32xl\:tw-pr-6{
    padding-right:1.5rem
  }

  .\32xl\:tw-pr-7{
    padding-right:1.75rem
  }

  .\32xl\:tw-pr-8{
    padding-right:2rem
  }

  .\32xl\:tw-pr-9{
    padding-right:2.25rem
  }

  .\32xl\:tw-pr-10{
    padding-right:2.5rem
  }

  .\32xl\:tw-pr-11{
    padding-right:2.75rem
  }

  .\32xl\:tw-pr-12{
    padding-right:3rem
  }

  .\32xl\:tw-pr-14{
    padding-right:3.5rem
  }

  .\32xl\:tw-pr-16{
    padding-right:4rem
  }

  .\32xl\:tw-pr-20{
    padding-right:5rem
  }

  .\32xl\:tw-pr-24{
    padding-right:6rem
  }

  .\32xl\:tw-pr-28{
    padding-right:7rem
  }

  .\32xl\:tw-pr-32{
    padding-right:8rem
  }

  .\32xl\:tw-pr-36{
    padding-right:9rem
  }

  .\32xl\:tw-pr-40{
    padding-right:10rem
  }

  .\32xl\:tw-pr-44{
    padding-right:11rem
  }

  .\32xl\:tw-pr-48{
    padding-right:12rem
  }

  .\32xl\:tw-pr-52{
    padding-right:13rem
  }

  .\32xl\:tw-pr-56{
    padding-right:14rem
  }

  .\32xl\:tw-pr-60{
    padding-right:15rem
  }

  .\32xl\:tw-pr-64{
    padding-right:16rem
  }

  .\32xl\:tw-pr-72{
    padding-right:18rem
  }

  .\32xl\:tw-pr-80{
    padding-right:20rem
  }

  .\32xl\:tw-pr-96{
    padding-right:24rem
  }

  .\32xl\:tw-pr-px{
    padding-right:1px
  }

  .\32xl\:tw-pr-0\.5{
    padding-right:0.125rem
  }

  .\32xl\:tw-pr-1\.5{
    padding-right:0.375rem
  }

  .\32xl\:tw-pr-2\.5{
    padding-right:0.625rem
  }

  .\32xl\:tw-pr-3\.5{
    padding-right:0.875rem
  }

  .\32xl\:tw-pb-0{
    padding-bottom:0px
  }

  .\32xl\:tw-pb-1{
    padding-bottom:0.25rem
  }

  .\32xl\:tw-pb-2{
    padding-bottom:0.5rem
  }

  .\32xl\:tw-pb-3{
    padding-bottom:0.75rem
  }

  .\32xl\:tw-pb-4{
    padding-bottom:1rem
  }

  .\32xl\:tw-pb-5{
    padding-bottom:1.25rem
  }

  .\32xl\:tw-pb-6{
    padding-bottom:1.5rem
  }

  .\32xl\:tw-pb-7{
    padding-bottom:1.75rem
  }

  .\32xl\:tw-pb-8{
    padding-bottom:2rem
  }

  .\32xl\:tw-pb-9{
    padding-bottom:2.25rem
  }

  .\32xl\:tw-pb-10{
    padding-bottom:2.5rem
  }

  .\32xl\:tw-pb-11{
    padding-bottom:2.75rem
  }

  .\32xl\:tw-pb-12{
    padding-bottom:3rem
  }

  .\32xl\:tw-pb-14{
    padding-bottom:3.5rem
  }

  .\32xl\:tw-pb-16{
    padding-bottom:4rem
  }

  .\32xl\:tw-pb-20{
    padding-bottom:5rem
  }

  .\32xl\:tw-pb-24{
    padding-bottom:6rem
  }

  .\32xl\:tw-pb-28{
    padding-bottom:7rem
  }

  .\32xl\:tw-pb-32{
    padding-bottom:8rem
  }

  .\32xl\:tw-pb-36{
    padding-bottom:9rem
  }

  .\32xl\:tw-pb-40{
    padding-bottom:10rem
  }

  .\32xl\:tw-pb-44{
    padding-bottom:11rem
  }

  .\32xl\:tw-pb-48{
    padding-bottom:12rem
  }

  .\32xl\:tw-pb-52{
    padding-bottom:13rem
  }

  .\32xl\:tw-pb-56{
    padding-bottom:14rem
  }

  .\32xl\:tw-pb-60{
    padding-bottom:15rem
  }

  .\32xl\:tw-pb-64{
    padding-bottom:16rem
  }

  .\32xl\:tw-pb-72{
    padding-bottom:18rem
  }

  .\32xl\:tw-pb-80{
    padding-bottom:20rem
  }

  .\32xl\:tw-pb-96{
    padding-bottom:24rem
  }

  .\32xl\:tw-pb-px{
    padding-bottom:1px
  }

  .\32xl\:tw-pb-0\.5{
    padding-bottom:0.125rem
  }

  .\32xl\:tw-pb-1\.5{
    padding-bottom:0.375rem
  }

  .\32xl\:tw-pb-2\.5{
    padding-bottom:0.625rem
  }

  .\32xl\:tw-pb-3\.5{
    padding-bottom:0.875rem
  }

  .\32xl\:tw-pl-0{
    padding-left:0px
  }

  .\32xl\:tw-pl-1{
    padding-left:0.25rem
  }

  .\32xl\:tw-pl-2{
    padding-left:0.5rem
  }

  .\32xl\:tw-pl-3{
    padding-left:0.75rem
  }

  .\32xl\:tw-pl-4{
    padding-left:1rem
  }

  .\32xl\:tw-pl-5{
    padding-left:1.25rem
  }

  .\32xl\:tw-pl-6{
    padding-left:1.5rem
  }

  .\32xl\:tw-pl-7{
    padding-left:1.75rem
  }

  .\32xl\:tw-pl-8{
    padding-left:2rem
  }

  .\32xl\:tw-pl-9{
    padding-left:2.25rem
  }

  .\32xl\:tw-pl-10{
    padding-left:2.5rem
  }

  .\32xl\:tw-pl-11{
    padding-left:2.75rem
  }

  .\32xl\:tw-pl-12{
    padding-left:3rem
  }

  .\32xl\:tw-pl-14{
    padding-left:3.5rem
  }

  .\32xl\:tw-pl-16{
    padding-left:4rem
  }

  .\32xl\:tw-pl-20{
    padding-left:5rem
  }

  .\32xl\:tw-pl-24{
    padding-left:6rem
  }

  .\32xl\:tw-pl-28{
    padding-left:7rem
  }

  .\32xl\:tw-pl-32{
    padding-left:8rem
  }

  .\32xl\:tw-pl-36{
    padding-left:9rem
  }

  .\32xl\:tw-pl-40{
    padding-left:10rem
  }

  .\32xl\:tw-pl-44{
    padding-left:11rem
  }

  .\32xl\:tw-pl-48{
    padding-left:12rem
  }

  .\32xl\:tw-pl-52{
    padding-left:13rem
  }

  .\32xl\:tw-pl-56{
    padding-left:14rem
  }

  .\32xl\:tw-pl-60{
    padding-left:15rem
  }

  .\32xl\:tw-pl-64{
    padding-left:16rem
  }

  .\32xl\:tw-pl-72{
    padding-left:18rem
  }

  .\32xl\:tw-pl-80{
    padding-left:20rem
  }

  .\32xl\:tw-pl-96{
    padding-left:24rem
  }

  .\32xl\:tw-pl-px{
    padding-left:1px
  }

  .\32xl\:tw-pl-0\.5{
    padding-left:0.125rem
  }

  .\32xl\:tw-pl-1\.5{
    padding-left:0.375rem
  }

  .\32xl\:tw-pl-2\.5{
    padding-left:0.625rem
  }

  .\32xl\:tw-pl-3\.5{
    padding-left:0.875rem
  }

  .\32xl\:tw-text-left{
    text-align:left
  }

  .\32xl\:tw-text-center{
    text-align:center
  }

  .\32xl\:tw-text-right{
    text-align:right
  }

  .\32xl\:tw-text-justify{
    text-align:justify
  }

  .\32xl\:tw-align-baseline{
    vertical-align:baseline
  }

  .\32xl\:tw-align-top{
    vertical-align:top
  }

  .\32xl\:tw-align-middle{
    vertical-align:middle
  }

  .\32xl\:tw-align-bottom{
    vertical-align:bottom
  }

  .\32xl\:tw-align-text-top{
    vertical-align:text-top
  }

  .\32xl\:tw-align-text-bottom{
    vertical-align:text-bottom
  }

  .\32xl\:tw-font-sans{
    font-family:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
  }

  .\32xl\:tw-font-serif{
    font-family:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif
  }

  .\32xl\:tw-font-mono{
    font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
  }

  .\32xl\:tw-text-xs{
    font-size:10px;
    line-height:24px
  }

  .\32xl\:tw-text-sm{
    font-size:14px;
    line-height:28px
  }

  .\32xl\:tw-text-base{
    font-size:16px;
    line-height:24px
  }

  .\32xl\:tw-text-lg{
    font-size:20px;
    line-height:28px
  }

  .\32xl\:tw-text-xl{
    font-size:24px;
    line-height:32px
  }

  .\32xl\:tw-text-2xl{
    font-size:28px;
    line-height:36px
  }

  .\32xl\:tw-text-3xl{
    font-size:32px;
    line-height:40px
  }

  .\32xl\:tw-text-4xl{
    font-size:36px;
    line-height:44px
  }

  .\32xl\:tw-text-5xl{
    font-size:40px;
    line-height:48px
  }

  .\32xl\:tw-text-6xl{
    font-size:44px;
    line-height:52px
  }

  .\32xl\:tw-font-thin{
    font-weight:100
  }

  .\32xl\:tw-font-extralight{
    font-weight:200
  }

  .\32xl\:tw-font-light{
    font-weight:300
  }

  .\32xl\:tw-font-normal{
    font-weight:400
  }

  .\32xl\:tw-font-medium{
    font-weight:500
  }

  .\32xl\:tw-font-semibold{
    font-weight:600
  }

  .\32xl\:tw-font-bold{
    font-weight:700
  }

  .\32xl\:tw-font-extrabold{
    font-weight:800
  }

  .\32xl\:tw-font-black{
    font-weight:900
  }

  .\32xl\:tw-uppercase{
    text-transform:uppercase
  }

  .\32xl\:tw-lowercase{
    text-transform:lowercase
  }

  .\32xl\:tw-capitalize{
    text-transform:capitalize
  }

  .\32xl\:tw-normal-case{
    text-transform:none
  }

  .\32xl\:tw-italic{
    font-style:italic
  }

  .\32xl\:tw-not-italic{
    font-style:normal
  }

  .\32xl\:tw-ordinal, .\32xl\:tw-slashed-zero, .\32xl\:tw-lining-nums, .\32xl\:tw-oldstyle-nums, .\32xl\:tw-proportional-nums, .\32xl\:tw-tabular-nums, .\32xl\:tw-diagonal-fractions, .\32xl\:tw-stacked-fractions{
    --tw-ordinal:var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing:var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction:var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
  }

  .\32xl\:tw-normal-nums{
    font-variant-numeric:normal
  }

  .\32xl\:tw-ordinal{
    --tw-ordinal:ordinal
  }

  .\32xl\:tw-slashed-zero{
    --tw-slashed-zero:slashed-zero
  }

  .\32xl\:tw-lining-nums{
    --tw-numeric-figure:lining-nums
  }

  .\32xl\:tw-oldstyle-nums{
    --tw-numeric-figure:oldstyle-nums
  }

  .\32xl\:tw-proportional-nums{
    --tw-numeric-spacing:proportional-nums
  }

  .\32xl\:tw-tabular-nums{
    --tw-numeric-spacing:tabular-nums
  }

  .\32xl\:tw-diagonal-fractions{
    --tw-numeric-fraction:diagonal-fractions
  }

  .\32xl\:tw-stacked-fractions{
    --tw-numeric-fraction:stacked-fractions
  }

  .\32xl\:tw-leading-3{
    line-height:.75rem
  }

  .\32xl\:tw-leading-4{
    line-height:1rem
  }

  .\32xl\:tw-leading-5{
    line-height:1.25rem
  }

  .\32xl\:tw-leading-6{
    line-height:1.5rem
  }

  .\32xl\:tw-leading-7{
    line-height:1.75rem
  }

  .\32xl\:tw-leading-8{
    line-height:2rem
  }

  .\32xl\:tw-leading-9{
    line-height:2.25rem
  }

  .\32xl\:tw-leading-10{
    line-height:2.5rem
  }

  .\32xl\:tw-leading-none{
    line-height:1
  }

  .\32xl\:tw-leading-tight{
    line-height:1.25
  }

  .\32xl\:tw-leading-snug{
    line-height:1.375
  }

  .\32xl\:tw-leading-normal{
    line-height:1.5
  }

  .\32xl\:tw-leading-relaxed{
    line-height:1.625
  }

  .\32xl\:tw-leading-loose{
    line-height:2
  }

  .\32xl\:tw-tracking-tighter{
    letter-spacing:-0.05em
  }

  .\32xl\:tw-tracking-tight{
    letter-spacing:-0.025em
  }

  .\32xl\:tw-tracking-normal{
    letter-spacing:0em
  }

  .\32xl\:tw-tracking-wide{
    letter-spacing:0.025em
  }

  .\32xl\:tw-tracking-wider{
    letter-spacing:0.05em
  }

  .\32xl\:tw-tracking-widest{
    letter-spacing:0.1em
  }

  .\32xl\:tw-text-transparent{
    color:transparent
  }

  .\32xl\:tw-text-current{
    color:currentColor
  }

  .\32xl\:tw-text-black{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-white{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-gray-50{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-gray-100{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-gray-200{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-gray-300{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-gray-400{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-gray-500{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-gray-600{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-gray-700{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-gray-800{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-gray-900{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-red-50{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-red-100{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-red-200{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-red-300{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-red-400{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-red-500{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-red-600{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-red-700{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-red-800{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-red-900{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-yellow-50{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-yellow-100{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-yellow-200{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-yellow-300{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-yellow-400{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-yellow-500{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-yellow-600{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-yellow-700{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-yellow-800{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-yellow-900{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-green-50{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-green-100{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-green-200{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-green-300{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-green-400{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-green-500{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-green-600{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-green-700{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-green-800{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-green-900{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-blue-50{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-blue-100{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-blue-200{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-blue-300{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-blue-400{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-blue-500{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-blue-600{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-blue-700{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-blue-800{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-blue-900{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-indigo-50{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-indigo-100{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-indigo-200{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-indigo-300{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-indigo-400{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-indigo-500{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-indigo-600{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-indigo-700{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-indigo-800{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-indigo-900{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-purple-50{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-purple-100{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-purple-200{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-purple-300{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-purple-400{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-purple-500{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-purple-600{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-purple-700{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-purple-800{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-purple-900{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-pink-50{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-pink-100{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-pink-200{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-pink-300{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-pink-400{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-pink-500{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-pink-600{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-pink-700{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-pink-800{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-pink-900{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-transparent{
    color:transparent
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-current{
    color:currentColor
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-black{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-white{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-50{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-100{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-200{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-300{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-400{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-500{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-600{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-700{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-800{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-900{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-50{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-100{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-200{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-300{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-400{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-500{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-600{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-700{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-800{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-900{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-50{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-100{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-200{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-300{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-400{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-500{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-600{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-700{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-800{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-900{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-50{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-100{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-200{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-300{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-400{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-500{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-600{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-700{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-800{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-900{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-50{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-100{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-200{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-300{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-400{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-500{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-600{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-700{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-800{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-900{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-50{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-100{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-200{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-300{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-400{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-500{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-600{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-700{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-800{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-900{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-50{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-100{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-200{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-300{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-400{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-500{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-600{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-700{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-800{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-900{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-50{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-100{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-200{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-300{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-400{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-500{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-600{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-700{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-800{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-900{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-transparent:focus-within{
    color:transparent
  }

  .\32xl\:focus-within\:tw-text-current:focus-within{
    color:currentColor
  }

  .\32xl\:focus-within\:tw-text-black:focus-within{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-white:focus-within{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-gray-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-gray-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-gray-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-gray-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-gray-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-gray-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-gray-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-gray-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-gray-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-gray-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-red-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-red-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-red-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-red-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-red-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-red-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-red-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-red-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-red-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-red-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-yellow-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-yellow-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-yellow-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-yellow-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-yellow-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-yellow-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-yellow-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-yellow-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-yellow-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-yellow-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-green-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-green-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-green-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-green-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-green-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-green-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-green-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-green-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-green-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-green-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-blue-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-blue-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-blue-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-blue-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-blue-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-blue-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-blue-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-blue-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-blue-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-blue-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-indigo-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-indigo-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-indigo-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-indigo-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-indigo-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-indigo-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-indigo-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-indigo-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-indigo-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-indigo-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-purple-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-purple-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-purple-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-purple-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-purple-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-purple-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-purple-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-purple-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-purple-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-purple-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-pink-50:focus-within{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-pink-100:focus-within{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-pink-200:focus-within{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-pink-300:focus-within{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-pink-400:focus-within{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-pink-500:focus-within{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-pink-600:focus-within{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-pink-700:focus-within{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-pink-800:focus-within{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .\32xl\:focus-within\:tw-text-pink-900:focus-within{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-transparent:hover{
    color:transparent
  }

  .\32xl\:hover\:tw-text-current:hover{
    color:currentColor
  }

  .\32xl\:hover\:tw-text-black:hover{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-white:hover{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-gray-50:hover{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-gray-100:hover{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-gray-200:hover{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-gray-300:hover{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-gray-400:hover{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-gray-500:hover{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-gray-600:hover{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-gray-700:hover{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-gray-800:hover{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-gray-900:hover{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-red-50:hover{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-red-100:hover{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-red-200:hover{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-red-300:hover{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-red-400:hover{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-red-500:hover{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-red-600:hover{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-red-700:hover{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-red-800:hover{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-red-900:hover{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-yellow-50:hover{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-yellow-100:hover{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-yellow-200:hover{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-yellow-300:hover{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-yellow-400:hover{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-yellow-500:hover{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-yellow-600:hover{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-yellow-700:hover{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-yellow-800:hover{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-yellow-900:hover{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-green-50:hover{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-green-100:hover{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-green-200:hover{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-green-300:hover{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-green-400:hover{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-green-500:hover{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-green-600:hover{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-green-700:hover{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-green-800:hover{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-green-900:hover{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-blue-50:hover{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-blue-100:hover{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-blue-200:hover{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-blue-300:hover{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-blue-400:hover{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-blue-500:hover{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-blue-600:hover{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-blue-700:hover{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-blue-800:hover{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-blue-900:hover{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-indigo-50:hover{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-indigo-100:hover{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-indigo-200:hover{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-indigo-300:hover{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-indigo-400:hover{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-indigo-500:hover{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-indigo-600:hover{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-indigo-700:hover{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-indigo-800:hover{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-indigo-900:hover{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-purple-50:hover{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-purple-100:hover{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-purple-200:hover{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-purple-300:hover{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-purple-400:hover{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-purple-500:hover{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-purple-600:hover{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-purple-700:hover{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-purple-800:hover{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-purple-900:hover{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-pink-50:hover{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-pink-100:hover{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-pink-200:hover{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-pink-300:hover{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-pink-400:hover{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-pink-500:hover{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-pink-600:hover{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-pink-700:hover{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-pink-800:hover{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .\32xl\:hover\:tw-text-pink-900:hover{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-transparent:focus{
    color:transparent
  }

  .\32xl\:focus\:tw-text-current:focus{
    color:currentColor
  }

  .\32xl\:focus\:tw-text-black:focus{
    --tw-text-opacity:1;
    color:rgba(0, 0, 0, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-white:focus{
    --tw-text-opacity:1;
    color:rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-gray-50:focus{
    --tw-text-opacity:1;
    color:rgba(249, 250, 251, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-gray-100:focus{
    --tw-text-opacity:1;
    color:rgba(243, 244, 246, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-gray-200:focus{
    --tw-text-opacity:1;
    color:rgba(229, 231, 235, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-gray-300:focus{
    --tw-text-opacity:1;
    color:rgba(209, 213, 219, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-gray-400:focus{
    --tw-text-opacity:1;
    color:rgba(156, 163, 175, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-gray-500:focus{
    --tw-text-opacity:1;
    color:rgba(107, 114, 128, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-gray-600:focus{
    --tw-text-opacity:1;
    color:rgba(75, 85, 99, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-gray-700:focus{
    --tw-text-opacity:1;
    color:rgba(55, 65, 81, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-gray-800:focus{
    --tw-text-opacity:1;
    color:rgba(31, 41, 55, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-gray-900:focus{
    --tw-text-opacity:1;
    color:rgba(17, 24, 39, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-red-50:focus{
    --tw-text-opacity:1;
    color:rgba(254, 242, 242, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-red-100:focus{
    --tw-text-opacity:1;
    color:rgba(254, 226, 226, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-red-200:focus{
    --tw-text-opacity:1;
    color:rgba(254, 202, 202, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-red-300:focus{
    --tw-text-opacity:1;
    color:rgba(252, 165, 165, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-red-400:focus{
    --tw-text-opacity:1;
    color:rgba(248, 113, 113, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-red-500:focus{
    --tw-text-opacity:1;
    color:rgba(239, 68, 68, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-red-600:focus{
    --tw-text-opacity:1;
    color:rgba(220, 38, 38, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-red-700:focus{
    --tw-text-opacity:1;
    color:rgba(185, 28, 28, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-red-800:focus{
    --tw-text-opacity:1;
    color:rgba(153, 27, 27, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-red-900:focus{
    --tw-text-opacity:1;
    color:rgba(127, 29, 29, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-yellow-50:focus{
    --tw-text-opacity:1;
    color:rgba(255, 251, 235, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-yellow-100:focus{
    --tw-text-opacity:1;
    color:rgba(254, 243, 199, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-yellow-200:focus{
    --tw-text-opacity:1;
    color:rgba(253, 230, 138, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-yellow-300:focus{
    --tw-text-opacity:1;
    color:rgba(252, 211, 77, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-yellow-400:focus{
    --tw-text-opacity:1;
    color:rgba(251, 191, 36, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-yellow-500:focus{
    --tw-text-opacity:1;
    color:rgba(245, 158, 11, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-yellow-600:focus{
    --tw-text-opacity:1;
    color:rgba(217, 119, 6, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-yellow-700:focus{
    --tw-text-opacity:1;
    color:rgba(180, 83, 9, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-yellow-800:focus{
    --tw-text-opacity:1;
    color:rgba(146, 64, 14, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-yellow-900:focus{
    --tw-text-opacity:1;
    color:rgba(120, 53, 15, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-green-50:focus{
    --tw-text-opacity:1;
    color:rgba(236, 253, 245, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-green-100:focus{
    --tw-text-opacity:1;
    color:rgba(209, 250, 229, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-green-200:focus{
    --tw-text-opacity:1;
    color:rgba(167, 243, 208, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-green-300:focus{
    --tw-text-opacity:1;
    color:rgba(110, 231, 183, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-green-400:focus{
    --tw-text-opacity:1;
    color:rgba(52, 211, 153, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-green-500:focus{
    --tw-text-opacity:1;
    color:rgba(16, 185, 129, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-green-600:focus{
    --tw-text-opacity:1;
    color:rgba(5, 150, 105, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-green-700:focus{
    --tw-text-opacity:1;
    color:rgba(4, 120, 87, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-green-800:focus{
    --tw-text-opacity:1;
    color:rgba(6, 95, 70, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-green-900:focus{
    --tw-text-opacity:1;
    color:rgba(6, 78, 59, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-blue-50:focus{
    --tw-text-opacity:1;
    color:rgba(239, 246, 255, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-blue-100:focus{
    --tw-text-opacity:1;
    color:rgba(219, 234, 254, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-blue-200:focus{
    --tw-text-opacity:1;
    color:rgba(191, 219, 254, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-blue-300:focus{
    --tw-text-opacity:1;
    color:rgba(147, 197, 253, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-blue-400:focus{
    --tw-text-opacity:1;
    color:rgba(96, 165, 250, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-blue-500:focus{
    --tw-text-opacity:1;
    color:rgba(59, 130, 246, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-blue-600:focus{
    --tw-text-opacity:1;
    color:rgba(37, 99, 235, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-blue-700:focus{
    --tw-text-opacity:1;
    color:rgba(29, 78, 216, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-blue-800:focus{
    --tw-text-opacity:1;
    color:rgba(30, 64, 175, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-blue-900:focus{
    --tw-text-opacity:1;
    color:rgba(30, 58, 138, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-indigo-50:focus{
    --tw-text-opacity:1;
    color:rgba(238, 242, 255, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-indigo-100:focus{
    --tw-text-opacity:1;
    color:rgba(224, 231, 255, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-indigo-200:focus{
    --tw-text-opacity:1;
    color:rgba(199, 210, 254, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-indigo-300:focus{
    --tw-text-opacity:1;
    color:rgba(165, 180, 252, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-indigo-400:focus{
    --tw-text-opacity:1;
    color:rgba(129, 140, 248, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-indigo-500:focus{
    --tw-text-opacity:1;
    color:rgba(99, 102, 241, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-indigo-600:focus{
    --tw-text-opacity:1;
    color:rgba(79, 70, 229, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-indigo-700:focus{
    --tw-text-opacity:1;
    color:rgba(67, 56, 202, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-indigo-800:focus{
    --tw-text-opacity:1;
    color:rgba(55, 48, 163, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-indigo-900:focus{
    --tw-text-opacity:1;
    color:rgba(49, 46, 129, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-purple-50:focus{
    --tw-text-opacity:1;
    color:rgba(245, 243, 255, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-purple-100:focus{
    --tw-text-opacity:1;
    color:rgba(237, 233, 254, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-purple-200:focus{
    --tw-text-opacity:1;
    color:rgba(221, 214, 254, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-purple-300:focus{
    --tw-text-opacity:1;
    color:rgba(196, 181, 253, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-purple-400:focus{
    --tw-text-opacity:1;
    color:rgba(167, 139, 250, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-purple-500:focus{
    --tw-text-opacity:1;
    color:rgba(139, 92, 246, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-purple-600:focus{
    --tw-text-opacity:1;
    color:rgba(124, 58, 237, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-purple-700:focus{
    --tw-text-opacity:1;
    color:rgba(109, 40, 217, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-purple-800:focus{
    --tw-text-opacity:1;
    color:rgba(91, 33, 182, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-purple-900:focus{
    --tw-text-opacity:1;
    color:rgba(76, 29, 149, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-pink-50:focus{
    --tw-text-opacity:1;
    color:rgba(253, 242, 248, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-pink-100:focus{
    --tw-text-opacity:1;
    color:rgba(252, 231, 243, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-pink-200:focus{
    --tw-text-opacity:1;
    color:rgba(251, 207, 232, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-pink-300:focus{
    --tw-text-opacity:1;
    color:rgba(249, 168, 212, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-pink-400:focus{
    --tw-text-opacity:1;
    color:rgba(244, 114, 182, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-pink-500:focus{
    --tw-text-opacity:1;
    color:rgba(236, 72, 153, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-pink-600:focus{
    --tw-text-opacity:1;
    color:rgba(219, 39, 119, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-pink-700:focus{
    --tw-text-opacity:1;
    color:rgba(190, 24, 93, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-pink-800:focus{
    --tw-text-opacity:1;
    color:rgba(157, 23, 77, var(--tw-text-opacity))
  }

  .\32xl\:focus\:tw-text-pink-900:focus{
    --tw-text-opacity:1;
    color:rgba(131, 24, 67, var(--tw-text-opacity))
  }

  .\32xl\:tw-text-opacity-0{
    --tw-text-opacity:0
  }

  .\32xl\:tw-text-opacity-5{
    --tw-text-opacity:0.05
  }

  .\32xl\:tw-text-opacity-10{
    --tw-text-opacity:0.1
  }

  .\32xl\:tw-text-opacity-20{
    --tw-text-opacity:0.2
  }

  .\32xl\:tw-text-opacity-25{
    --tw-text-opacity:0.25
  }

  .\32xl\:tw-text-opacity-30{
    --tw-text-opacity:0.3
  }

  .\32xl\:tw-text-opacity-40{
    --tw-text-opacity:0.4
  }

  .\32xl\:tw-text-opacity-50{
    --tw-text-opacity:0.5
  }

  .\32xl\:tw-text-opacity-60{
    --tw-text-opacity:0.6
  }

  .\32xl\:tw-text-opacity-70{
    --tw-text-opacity:0.7
  }

  .\32xl\:tw-text-opacity-75{
    --tw-text-opacity:0.75
  }

  .\32xl\:tw-text-opacity-80{
    --tw-text-opacity:0.8
  }

  .\32xl\:tw-text-opacity-90{
    --tw-text-opacity:0.9
  }

  .\32xl\:tw-text-opacity-95{
    --tw-text-opacity:0.95
  }

  .\32xl\:tw-text-opacity-100{
    --tw-text-opacity:1
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-0{
    --tw-text-opacity:0
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-5{
    --tw-text-opacity:0.05
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-10{
    --tw-text-opacity:0.1
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-20{
    --tw-text-opacity:0.2
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-25{
    --tw-text-opacity:0.25
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-30{
    --tw-text-opacity:0.3
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-40{
    --tw-text-opacity:0.4
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-50{
    --tw-text-opacity:0.5
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-60{
    --tw-text-opacity:0.6
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-70{
    --tw-text-opacity:0.7
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-75{
    --tw-text-opacity:0.75
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-80{
    --tw-text-opacity:0.8
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-90{
    --tw-text-opacity:0.9
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-95{
    --tw-text-opacity:0.95
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-100{
    --tw-text-opacity:1
  }

  .\32xl\:focus-within\:tw-text-opacity-0:focus-within{
    --tw-text-opacity:0
  }

  .\32xl\:focus-within\:tw-text-opacity-5:focus-within{
    --tw-text-opacity:0.05
  }

  .\32xl\:focus-within\:tw-text-opacity-10:focus-within{
    --tw-text-opacity:0.1
  }

  .\32xl\:focus-within\:tw-text-opacity-20:focus-within{
    --tw-text-opacity:0.2
  }

  .\32xl\:focus-within\:tw-text-opacity-25:focus-within{
    --tw-text-opacity:0.25
  }

  .\32xl\:focus-within\:tw-text-opacity-30:focus-within{
    --tw-text-opacity:0.3
  }

  .\32xl\:focus-within\:tw-text-opacity-40:focus-within{
    --tw-text-opacity:0.4
  }

  .\32xl\:focus-within\:tw-text-opacity-50:focus-within{
    --tw-text-opacity:0.5
  }

  .\32xl\:focus-within\:tw-text-opacity-60:focus-within{
    --tw-text-opacity:0.6
  }

  .\32xl\:focus-within\:tw-text-opacity-70:focus-within{
    --tw-text-opacity:0.7
  }

  .\32xl\:focus-within\:tw-text-opacity-75:focus-within{
    --tw-text-opacity:0.75
  }

  .\32xl\:focus-within\:tw-text-opacity-80:focus-within{
    --tw-text-opacity:0.8
  }

  .\32xl\:focus-within\:tw-text-opacity-90:focus-within{
    --tw-text-opacity:0.9
  }

  .\32xl\:focus-within\:tw-text-opacity-95:focus-within{
    --tw-text-opacity:0.95
  }

  .\32xl\:focus-within\:tw-text-opacity-100:focus-within{
    --tw-text-opacity:1
  }

  .\32xl\:hover\:tw-text-opacity-0:hover{
    --tw-text-opacity:0
  }

  .\32xl\:hover\:tw-text-opacity-5:hover{
    --tw-text-opacity:0.05
  }

  .\32xl\:hover\:tw-text-opacity-10:hover{
    --tw-text-opacity:0.1
  }

  .\32xl\:hover\:tw-text-opacity-20:hover{
    --tw-text-opacity:0.2
  }

  .\32xl\:hover\:tw-text-opacity-25:hover{
    --tw-text-opacity:0.25
  }

  .\32xl\:hover\:tw-text-opacity-30:hover{
    --tw-text-opacity:0.3
  }

  .\32xl\:hover\:tw-text-opacity-40:hover{
    --tw-text-opacity:0.4
  }

  .\32xl\:hover\:tw-text-opacity-50:hover{
    --tw-text-opacity:0.5
  }

  .\32xl\:hover\:tw-text-opacity-60:hover{
    --tw-text-opacity:0.6
  }

  .\32xl\:hover\:tw-text-opacity-70:hover{
    --tw-text-opacity:0.7
  }

  .\32xl\:hover\:tw-text-opacity-75:hover{
    --tw-text-opacity:0.75
  }

  .\32xl\:hover\:tw-text-opacity-80:hover{
    --tw-text-opacity:0.8
  }

  .\32xl\:hover\:tw-text-opacity-90:hover{
    --tw-text-opacity:0.9
  }

  .\32xl\:hover\:tw-text-opacity-95:hover{
    --tw-text-opacity:0.95
  }

  .\32xl\:hover\:tw-text-opacity-100:hover{
    --tw-text-opacity:1
  }

  .\32xl\:focus\:tw-text-opacity-0:focus{
    --tw-text-opacity:0
  }

  .\32xl\:focus\:tw-text-opacity-5:focus{
    --tw-text-opacity:0.05
  }

  .\32xl\:focus\:tw-text-opacity-10:focus{
    --tw-text-opacity:0.1
  }

  .\32xl\:focus\:tw-text-opacity-20:focus{
    --tw-text-opacity:0.2
  }

  .\32xl\:focus\:tw-text-opacity-25:focus{
    --tw-text-opacity:0.25
  }

  .\32xl\:focus\:tw-text-opacity-30:focus{
    --tw-text-opacity:0.3
  }

  .\32xl\:focus\:tw-text-opacity-40:focus{
    --tw-text-opacity:0.4
  }

  .\32xl\:focus\:tw-text-opacity-50:focus{
    --tw-text-opacity:0.5
  }

  .\32xl\:focus\:tw-text-opacity-60:focus{
    --tw-text-opacity:0.6
  }

  .\32xl\:focus\:tw-text-opacity-70:focus{
    --tw-text-opacity:0.7
  }

  .\32xl\:focus\:tw-text-opacity-75:focus{
    --tw-text-opacity:0.75
  }

  .\32xl\:focus\:tw-text-opacity-80:focus{
    --tw-text-opacity:0.8
  }

  .\32xl\:focus\:tw-text-opacity-90:focus{
    --tw-text-opacity:0.9
  }

  .\32xl\:focus\:tw-text-opacity-95:focus{
    --tw-text-opacity:0.95
  }

  .\32xl\:focus\:tw-text-opacity-100:focus{
    --tw-text-opacity:1
  }

  .\32xl\:tw-underline{
    text-decoration:underline
  }

  .\32xl\:tw-line-through{
    text-decoration:line-through
  }

  .\32xl\:tw-no-underline{
    text-decoration:none
  }

  .tw-group:hover .\32xl\:group-hover\:tw-underline{
    text-decoration:underline
  }

  .tw-group:hover .\32xl\:group-hover\:tw-line-through{
    text-decoration:line-through
  }

  .tw-group:hover .\32xl\:group-hover\:tw-no-underline{
    text-decoration:none
  }

  .\32xl\:focus-within\:tw-underline:focus-within{
    text-decoration:underline
  }

  .\32xl\:focus-within\:tw-line-through:focus-within{
    text-decoration:line-through
  }

  .\32xl\:focus-within\:tw-no-underline:focus-within{
    text-decoration:none
  }

  .\32xl\:hover\:tw-underline:hover{
    text-decoration:underline
  }

  .\32xl\:hover\:tw-line-through:hover{
    text-decoration:line-through
  }

  .\32xl\:hover\:tw-no-underline:hover{
    text-decoration:none
  }

  .\32xl\:focus\:tw-underline:focus{
    text-decoration:underline
  }

  .\32xl\:focus\:tw-line-through:focus{
    text-decoration:line-through
  }

  .\32xl\:focus\:tw-no-underline:focus{
    text-decoration:none
  }

  .\32xl\:tw-antialiased{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
  }

  .\32xl\:tw-subpixel-antialiased{
    -webkit-font-smoothing:auto;
    -moz-osx-font-smoothing:auto
  }

  .\32xl\:tw-placeholder-transparent::placeholder{
    color:transparent
  }

  .\32xl\:tw-placeholder-current::placeholder{
    color:currentColor
  }

  .\32xl\:tw-placeholder-black::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-white::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-gray-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-gray-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-gray-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-gray-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-gray-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-gray-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-gray-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-gray-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-gray-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-gray-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-red-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-red-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-red-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-red-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-red-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-red-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-red-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-red-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-red-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-red-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-green-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-green-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-green-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-green-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-green-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-green-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-green-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-green-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-green-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-green-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-blue-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-blue-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-blue-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-blue-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-blue-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-blue-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-blue-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-blue-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-blue-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-blue-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-purple-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-purple-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-purple-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-purple-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-purple-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-purple-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-purple-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-purple-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-purple-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-purple-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-pink-50::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-pink-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-pink-200::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-pink-300::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-pink-400::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-pink-500::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-pink-600::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-pink-700::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-pink-800::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-pink-900::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-transparent:focus::placeholder{
    color:transparent
  }

  .\32xl\:focus\:tw-placeholder-current:focus::placeholder{
    color:currentColor
  }

  .\32xl\:focus\:tw-placeholder-black:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-white:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(255, 251, 235, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(254, 243, 199, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 230, 138, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 211, 77, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 191, 36, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 158, 11, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(217, 119, 6, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(180, 83, 9, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(146, 64, 14, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(120, 53, 15, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 253, 245, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(209, 250, 229, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 243, 208, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(110, 231, 183, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(52, 211, 153, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(16, 185, 129, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(5, 150, 105, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(4, 120, 87, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 95, 70, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(6, 78, 59, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(238, 242, 255, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(224, 231, 255, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(199, 210, 254, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(165, 180, 252, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(129, 140, 248, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(99, 102, 241, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(79, 70, 229, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(67, 56, 202, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(55, 48, 163, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(49, 46, 129, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(245, 243, 255, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(237, 233, 254, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(221, 214, 254, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(196, 181, 253, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(167, 139, 250, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(139, 92, 246, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(124, 58, 237, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(109, 40, 217, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(91, 33, 182, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(76, 29, 149, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(253, 242, 248, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(252, 231, 243, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(251, 207, 232, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(249, 168, 212, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(244, 114, 182, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(236, 72, 153, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(219, 39, 119, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(190, 24, 93, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(157, 23, 77, var(--tw-placeholder-opacity))
  }

  .\32xl\:focus\:tw-placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(131, 24, 67, var(--tw-placeholder-opacity))
  }

  .\32xl\:tw-placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity:0
  }

  .\32xl\:tw-placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity:0.05
  }

  .\32xl\:tw-placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity:0.1
  }

  .\32xl\:tw-placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity:0.2
  }

  .\32xl\:tw-placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity:0.25
  }

  .\32xl\:tw-placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity:0.3
  }

  .\32xl\:tw-placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity:0.4
  }

  .\32xl\:tw-placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity:0.5
  }

  .\32xl\:tw-placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity:0.6
  }

  .\32xl\:tw-placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity:0.7
  }

  .\32xl\:tw-placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity:0.75
  }

  .\32xl\:tw-placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity:0.8
  }

  .\32xl\:tw-placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity:0.9
  }

  .\32xl\:tw-placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity:0.95
  }

  .\32xl\:tw-placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity:1
  }

  .\32xl\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity:0
  }

  .\32xl\:focus\:tw-placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity:0.05
  }

  .\32xl\:focus\:tw-placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity:0.1
  }

  .\32xl\:focus\:tw-placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity:0.2
  }

  .\32xl\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity:0.25
  }

  .\32xl\:focus\:tw-placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity:0.3
  }

  .\32xl\:focus\:tw-placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity:0.4
  }

  .\32xl\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity:0.5
  }

  .\32xl\:focus\:tw-placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity:0.6
  }

  .\32xl\:focus\:tw-placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity:0.7
  }

  .\32xl\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity:0.75
  }

  .\32xl\:focus\:tw-placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity:0.8
  }

  .\32xl\:focus\:tw-placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity:0.9
  }

  .\32xl\:focus\:tw-placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity:0.95
  }

  .\32xl\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity:1
  }

  .\32xl\:tw-opacity-0{
    opacity:0
  }

  .\32xl\:tw-opacity-5{
    opacity:0.05
  }

  .\32xl\:tw-opacity-10{
    opacity:0.1
  }

  .\32xl\:tw-opacity-20{
    opacity:0.2
  }

  .\32xl\:tw-opacity-25{
    opacity:0.25
  }

  .\32xl\:tw-opacity-30{
    opacity:0.3
  }

  .\32xl\:tw-opacity-40{
    opacity:0.4
  }

  .\32xl\:tw-opacity-50{
    opacity:0.5
  }

  .\32xl\:tw-opacity-60{
    opacity:0.6
  }

  .\32xl\:tw-opacity-70{
    opacity:0.7
  }

  .\32xl\:tw-opacity-75{
    opacity:0.75
  }

  .\32xl\:tw-opacity-80{
    opacity:0.8
  }

  .\32xl\:tw-opacity-90{
    opacity:0.9
  }

  .\32xl\:tw-opacity-95{
    opacity:0.95
  }

  .\32xl\:tw-opacity-100{
    opacity:1
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-0{
    opacity:0
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-5{
    opacity:0.05
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-10{
    opacity:0.1
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-20{
    opacity:0.2
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-25{
    opacity:0.25
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-30{
    opacity:0.3
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-40{
    opacity:0.4
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-50{
    opacity:0.5
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-60{
    opacity:0.6
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-70{
    opacity:0.7
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-75{
    opacity:0.75
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-80{
    opacity:0.8
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-90{
    opacity:0.9
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-95{
    opacity:0.95
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-100{
    opacity:1
  }

  .\32xl\:focus-within\:tw-opacity-0:focus-within{
    opacity:0
  }

  .\32xl\:focus-within\:tw-opacity-5:focus-within{
    opacity:0.05
  }

  .\32xl\:focus-within\:tw-opacity-10:focus-within{
    opacity:0.1
  }

  .\32xl\:focus-within\:tw-opacity-20:focus-within{
    opacity:0.2
  }

  .\32xl\:focus-within\:tw-opacity-25:focus-within{
    opacity:0.25
  }

  .\32xl\:focus-within\:tw-opacity-30:focus-within{
    opacity:0.3
  }

  .\32xl\:focus-within\:tw-opacity-40:focus-within{
    opacity:0.4
  }

  .\32xl\:focus-within\:tw-opacity-50:focus-within{
    opacity:0.5
  }

  .\32xl\:focus-within\:tw-opacity-60:focus-within{
    opacity:0.6
  }

  .\32xl\:focus-within\:tw-opacity-70:focus-within{
    opacity:0.7
  }

  .\32xl\:focus-within\:tw-opacity-75:focus-within{
    opacity:0.75
  }

  .\32xl\:focus-within\:tw-opacity-80:focus-within{
    opacity:0.8
  }

  .\32xl\:focus-within\:tw-opacity-90:focus-within{
    opacity:0.9
  }

  .\32xl\:focus-within\:tw-opacity-95:focus-within{
    opacity:0.95
  }

  .\32xl\:focus-within\:tw-opacity-100:focus-within{
    opacity:1
  }

  .\32xl\:hover\:tw-opacity-0:hover{
    opacity:0
  }

  .\32xl\:hover\:tw-opacity-5:hover{
    opacity:0.05
  }

  .\32xl\:hover\:tw-opacity-10:hover{
    opacity:0.1
  }

  .\32xl\:hover\:tw-opacity-20:hover{
    opacity:0.2
  }

  .\32xl\:hover\:tw-opacity-25:hover{
    opacity:0.25
  }

  .\32xl\:hover\:tw-opacity-30:hover{
    opacity:0.3
  }

  .\32xl\:hover\:tw-opacity-40:hover{
    opacity:0.4
  }

  .\32xl\:hover\:tw-opacity-50:hover{
    opacity:0.5
  }

  .\32xl\:hover\:tw-opacity-60:hover{
    opacity:0.6
  }

  .\32xl\:hover\:tw-opacity-70:hover{
    opacity:0.7
  }

  .\32xl\:hover\:tw-opacity-75:hover{
    opacity:0.75
  }

  .\32xl\:hover\:tw-opacity-80:hover{
    opacity:0.8
  }

  .\32xl\:hover\:tw-opacity-90:hover{
    opacity:0.9
  }

  .\32xl\:hover\:tw-opacity-95:hover{
    opacity:0.95
  }

  .\32xl\:hover\:tw-opacity-100:hover{
    opacity:1
  }

  .\32xl\:focus\:tw-opacity-0:focus{
    opacity:0
  }

  .\32xl\:focus\:tw-opacity-5:focus{
    opacity:0.05
  }

  .\32xl\:focus\:tw-opacity-10:focus{
    opacity:0.1
  }

  .\32xl\:focus\:tw-opacity-20:focus{
    opacity:0.2
  }

  .\32xl\:focus\:tw-opacity-25:focus{
    opacity:0.25
  }

  .\32xl\:focus\:tw-opacity-30:focus{
    opacity:0.3
  }

  .\32xl\:focus\:tw-opacity-40:focus{
    opacity:0.4
  }

  .\32xl\:focus\:tw-opacity-50:focus{
    opacity:0.5
  }

  .\32xl\:focus\:tw-opacity-60:focus{
    opacity:0.6
  }

  .\32xl\:focus\:tw-opacity-70:focus{
    opacity:0.7
  }

  .\32xl\:focus\:tw-opacity-75:focus{
    opacity:0.75
  }

  .\32xl\:focus\:tw-opacity-80:focus{
    opacity:0.8
  }

  .\32xl\:focus\:tw-opacity-90:focus{
    opacity:0.9
  }

  .\32xl\:focus\:tw-opacity-95:focus{
    opacity:0.95
  }

  .\32xl\:focus\:tw-opacity-100:focus{
    opacity:1
  }

  .\32xl\:tw-bg-blend-normal{
    background-blend-mode:normal
  }

  .\32xl\:tw-bg-blend-multiply{
    background-blend-mode:multiply
  }

  .\32xl\:tw-bg-blend-screen{
    background-blend-mode:screen
  }

  .\32xl\:tw-bg-blend-overlay{
    background-blend-mode:overlay
  }

  .\32xl\:tw-bg-blend-darken{
    background-blend-mode:darken
  }

  .\32xl\:tw-bg-blend-lighten{
    background-blend-mode:lighten
  }

  .\32xl\:tw-bg-blend-color-dodge{
    background-blend-mode:color-dodge
  }

  .\32xl\:tw-bg-blend-color-burn{
    background-blend-mode:color-burn
  }

  .\32xl\:tw-bg-blend-hard-light{
    background-blend-mode:hard-light
  }

  .\32xl\:tw-bg-blend-soft-light{
    background-blend-mode:soft-light
  }

  .\32xl\:tw-bg-blend-difference{
    background-blend-mode:difference
  }

  .\32xl\:tw-bg-blend-exclusion{
    background-blend-mode:exclusion
  }

  .\32xl\:tw-bg-blend-hue{
    background-blend-mode:hue
  }

  .\32xl\:tw-bg-blend-saturation{
    background-blend-mode:saturation
  }

  .\32xl\:tw-bg-blend-color{
    background-blend-mode:color
  }

  .\32xl\:tw-bg-blend-luminosity{
    background-blend-mode:luminosity
  }

  .\32xl\:tw-mix-blend-normal{
    mix-blend-mode:normal
  }

  .\32xl\:tw-mix-blend-multiply{
    mix-blend-mode:multiply
  }

  .\32xl\:tw-mix-blend-screen{
    mix-blend-mode:screen
  }

  .\32xl\:tw-mix-blend-overlay{
    mix-blend-mode:overlay
  }

  .\32xl\:tw-mix-blend-darken{
    mix-blend-mode:darken
  }

  .\32xl\:tw-mix-blend-lighten{
    mix-blend-mode:lighten
  }

  .\32xl\:tw-mix-blend-color-dodge{
    mix-blend-mode:color-dodge
  }

  .\32xl\:tw-mix-blend-color-burn{
    mix-blend-mode:color-burn
  }

  .\32xl\:tw-mix-blend-hard-light{
    mix-blend-mode:hard-light
  }

  .\32xl\:tw-mix-blend-soft-light{
    mix-blend-mode:soft-light
  }

  .\32xl\:tw-mix-blend-difference{
    mix-blend-mode:difference
  }

  .\32xl\:tw-mix-blend-exclusion{
    mix-blend-mode:exclusion
  }

  .\32xl\:tw-mix-blend-hue{
    mix-blend-mode:hue
  }

  .\32xl\:tw-mix-blend-saturation{
    mix-blend-mode:saturation
  }

  .\32xl\:tw-mix-blend-color{
    mix-blend-mode:color
  }

  .\32xl\:tw-mix-blend-luminosity{
    mix-blend-mode:luminosity
  }

  .\32xl\:tw-shadow-sm{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:tw-shadow{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:tw-shadow-md{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:tw-shadow-lg{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:tw-shadow-xl{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:tw-shadow-2xl{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:tw-shadow-inner{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:tw-shadow-none{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-sm{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-md{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-lg{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-xl{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-2xl{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-inner{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-none{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:focus-within\:tw-shadow-sm:focus-within{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:focus-within\:tw-shadow:focus-within{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:focus-within\:tw-shadow-md:focus-within{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:focus-within\:tw-shadow-lg:focus-within{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:focus-within\:tw-shadow-xl:focus-within{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:focus-within\:tw-shadow-2xl:focus-within{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:focus-within\:tw-shadow-inner:focus-within{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:focus-within\:tw-shadow-none:focus-within{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:hover\:tw-shadow-sm:hover{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:hover\:tw-shadow:hover{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:hover\:tw-shadow-md:hover{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:hover\:tw-shadow-lg:hover{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:hover\:tw-shadow-xl:hover{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:hover\:tw-shadow-2xl:hover{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:hover\:tw-shadow-inner:hover{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:hover\:tw-shadow-none:hover{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:focus\:tw-shadow-sm:focus{
    --tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:focus\:tw-shadow:focus{
    --tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:focus\:tw-shadow-md:focus{
    --tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:focus\:tw-shadow-lg:focus{
    --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:focus\:tw-shadow-xl:focus{
    --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:focus\:tw-shadow-2xl:focus{
    --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:focus\:tw-shadow-inner:focus{
    --tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:focus\:tw-shadow-none:focus{
    --tw-shadow:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .\32xl\:tw-outline-none{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .\32xl\:tw-outline-white{
    outline:2px dotted white;
    outline-offset:2px
  }

  .\32xl\:tw-outline-black{
    outline:2px dotted black;
    outline-offset:2px
  }

  .\32xl\:focus-within\:tw-outline-none:focus-within{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .\32xl\:focus-within\:tw-outline-white:focus-within{
    outline:2px dotted white;
    outline-offset:2px
  }

  .\32xl\:focus-within\:tw-outline-black:focus-within{
    outline:2px dotted black;
    outline-offset:2px
  }

  .\32xl\:focus\:tw-outline-none:focus{
    outline:2px solid transparent;
    outline-offset:2px
  }

  .\32xl\:focus\:tw-outline-white:focus{
    outline:2px dotted white;
    outline-offset:2px
  }

  .\32xl\:focus\:tw-outline-black:focus{
    outline:2px dotted black;
    outline-offset:2px
  }

  .\32xl\:tw-ring-0{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .\32xl\:tw-ring-1{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .\32xl\:tw-ring-2{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .\32xl\:tw-ring-4{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .\32xl\:tw-ring-8{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .\32xl\:tw-ring{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .\32xl\:focus-within\:tw-ring-0:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .\32xl\:focus-within\:tw-ring-1:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .\32xl\:focus-within\:tw-ring-2:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .\32xl\:focus-within\:tw-ring-4:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .\32xl\:focus-within\:tw-ring-8:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .\32xl\:focus-within\:tw-ring:focus-within{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .\32xl\:focus\:tw-ring-0:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .\32xl\:focus\:tw-ring-1:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .\32xl\:focus\:tw-ring-2:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .\32xl\:focus\:tw-ring-4:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .\32xl\:focus\:tw-ring-8:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .\32xl\:focus\:tw-ring:focus{
    --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
  }

  .\32xl\:tw-ring-inset{
    --tw-ring-inset:inset
  }

  .\32xl\:focus-within\:tw-ring-inset:focus-within{
    --tw-ring-inset:inset
  }

  .\32xl\:focus\:tw-ring-inset:focus{
    --tw-ring-inset:inset
  }

  .\32xl\:tw-ring-transparent{
    --tw-ring-color:transparent
  }

  .\32xl\:tw-ring-current{
    --tw-ring-color:currentColor
  }

  .\32xl\:tw-ring-black{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-white{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-gray-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-gray-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-gray-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-gray-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-gray-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-gray-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-gray-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-gray-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-gray-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-gray-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-red-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 242, 242, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-red-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 226, 226, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-red-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 202, 202, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-red-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 165, 165, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-red-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(248, 113, 113, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-red-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 68, 68, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-red-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(220, 38, 38, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-red-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(185, 28, 28, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-red-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(153, 27, 27, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-red-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(127, 29, 29, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-yellow-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-yellow-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-yellow-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-yellow-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-yellow-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-yellow-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-yellow-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-yellow-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-yellow-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-yellow-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-green-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-green-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-green-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-green-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-green-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-green-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-green-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-green-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-green-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-green-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-blue-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 246, 255, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-blue-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 234, 254, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-blue-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(191, 219, 254, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-blue-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(147, 197, 253, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-blue-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-blue-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-blue-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(37, 99, 235, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-blue-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(29, 78, 216, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-blue-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 64, 175, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-blue-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 58, 138, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-indigo-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-indigo-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-indigo-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-indigo-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-indigo-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-indigo-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-indigo-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-indigo-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-indigo-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-indigo-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-purple-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-purple-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-purple-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-purple-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-purple-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-purple-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-purple-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-purple-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-purple-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-purple-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-pink-50{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-pink-100{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-pink-200{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-pink-300{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-pink-400{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-pink-500{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-pink-600{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-pink-700{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-pink-800{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-pink-900{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-transparent:focus-within{
    --tw-ring-color:transparent
  }

  .\32xl\:focus-within\:tw-ring-current:focus-within{
    --tw-ring-color:currentColor
  }

  .\32xl\:focus-within\:tw-ring-black:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-white:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-gray-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-gray-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-gray-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-gray-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-gray-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-gray-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-gray-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-gray-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-gray-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-gray-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-red-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 242, 242, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-red-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 226, 226, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-red-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 202, 202, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-red-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 165, 165, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-red-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(248, 113, 113, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-red-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 68, 68, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-red-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(220, 38, 38, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-red-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(185, 28, 28, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-red-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(153, 27, 27, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-red-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(127, 29, 29, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-yellow-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-yellow-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-yellow-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-yellow-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-yellow-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-yellow-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-yellow-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-yellow-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-yellow-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-yellow-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-green-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-green-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-green-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-green-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-green-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-green-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-green-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-green-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-green-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-green-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-blue-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 246, 255, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-blue-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 234, 254, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-blue-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(191, 219, 254, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-blue-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(147, 197, 253, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-blue-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-blue-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-blue-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(37, 99, 235, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-blue-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(29, 78, 216, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-blue-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 64, 175, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-blue-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 58, 138, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-indigo-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-indigo-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-indigo-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-indigo-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-indigo-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-indigo-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-indigo-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-indigo-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-indigo-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-indigo-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-purple-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-purple-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-purple-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-purple-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-purple-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-purple-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-purple-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-purple-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-purple-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-purple-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-pink-50:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-pink-100:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-pink-200:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-pink-300:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-pink-400:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-pink-500:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-pink-600:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-pink-700:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-pink-800:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .\32xl\:focus-within\:tw-ring-pink-900:focus-within{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-transparent:focus{
    --tw-ring-color:transparent
  }

  .\32xl\:focus\:tw-ring-current:focus{
    --tw-ring-color:currentColor
  }

  .\32xl\:focus\:tw-ring-black:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-white:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 255, 255, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-gray-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 250, 251, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-gray-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-gray-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-gray-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 213, 219, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-gray-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(156, 163, 175, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-gray-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(107, 114, 128, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-gray-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(75, 85, 99, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-gray-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 65, 81, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-gray-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(31, 41, 55, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-gray-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(17, 24, 39, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-red-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 242, 242, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-red-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 226, 226, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-red-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 202, 202, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-red-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 165, 165, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-red-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(248, 113, 113, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-red-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 68, 68, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-red-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(220, 38, 38, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-red-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(185, 28, 28, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-red-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(153, 27, 27, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-red-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(127, 29, 29, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-yellow-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(255, 251, 235, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-yellow-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(254, 243, 199, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-yellow-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 230, 138, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-yellow-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 211, 77, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-yellow-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 191, 36, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-yellow-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 158, 11, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-yellow-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(217, 119, 6, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-yellow-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(180, 83, 9, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-yellow-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(146, 64, 14, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-yellow-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(120, 53, 15, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-green-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 253, 245, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-green-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(209, 250, 229, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-green-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 243, 208, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-green-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(110, 231, 183, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-green-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(52, 211, 153, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-green-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(16, 185, 129, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-green-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(5, 150, 105, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-green-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(4, 120, 87, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-green-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 95, 70, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-green-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(6, 78, 59, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-blue-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(239, 246, 255, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-blue-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 234, 254, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-blue-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(191, 219, 254, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-blue-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(147, 197, 253, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-blue-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-blue-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(59, 130, 246, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-blue-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(37, 99, 235, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-blue-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(29, 78, 216, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-blue-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 64, 175, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-blue-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(30, 58, 138, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-indigo-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(238, 242, 255, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-indigo-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(224, 231, 255, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-indigo-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(199, 210, 254, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-indigo-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(165, 180, 252, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-indigo-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(129, 140, 248, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-indigo-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-indigo-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(79, 70, 229, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-indigo-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(67, 56, 202, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-indigo-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(55, 48, 163, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-indigo-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(49, 46, 129, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-purple-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(245, 243, 255, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-purple-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(237, 233, 254, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-purple-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(221, 214, 254, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-purple-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(196, 181, 253, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-purple-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(167, 139, 250, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-purple-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(139, 92, 246, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-purple-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(124, 58, 237, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-purple-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(109, 40, 217, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-purple-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(91, 33, 182, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-purple-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(76, 29, 149, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-pink-50:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(253, 242, 248, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-pink-100:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(252, 231, 243, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-pink-200:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(251, 207, 232, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-pink-300:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(249, 168, 212, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-pink-400:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(244, 114, 182, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-pink-500:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(236, 72, 153, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-pink-600:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(219, 39, 119, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-pink-700:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(190, 24, 93, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-pink-800:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(157, 23, 77, var(--tw-ring-opacity))
  }

  .\32xl\:focus\:tw-ring-pink-900:focus{
    --tw-ring-opacity:1;
    --tw-ring-color:rgba(131, 24, 67, var(--tw-ring-opacity))
  }

  .\32xl\:tw-ring-opacity-0{
    --tw-ring-opacity:0
  }

  .\32xl\:tw-ring-opacity-5{
    --tw-ring-opacity:0.05
  }

  .\32xl\:tw-ring-opacity-10{
    --tw-ring-opacity:0.1
  }

  .\32xl\:tw-ring-opacity-20{
    --tw-ring-opacity:0.2
  }

  .\32xl\:tw-ring-opacity-25{
    --tw-ring-opacity:0.25
  }

  .\32xl\:tw-ring-opacity-30{
    --tw-ring-opacity:0.3
  }

  .\32xl\:tw-ring-opacity-40{
    --tw-ring-opacity:0.4
  }

  .\32xl\:tw-ring-opacity-50{
    --tw-ring-opacity:0.5
  }

  .\32xl\:tw-ring-opacity-60{
    --tw-ring-opacity:0.6
  }

  .\32xl\:tw-ring-opacity-70{
    --tw-ring-opacity:0.7
  }

  .\32xl\:tw-ring-opacity-75{
    --tw-ring-opacity:0.75
  }

  .\32xl\:tw-ring-opacity-80{
    --tw-ring-opacity:0.8
  }

  .\32xl\:tw-ring-opacity-90{
    --tw-ring-opacity:0.9
  }

  .\32xl\:tw-ring-opacity-95{
    --tw-ring-opacity:0.95
  }

  .\32xl\:tw-ring-opacity-100{
    --tw-ring-opacity:1
  }

  .\32xl\:focus-within\:tw-ring-opacity-0:focus-within{
    --tw-ring-opacity:0
  }

  .\32xl\:focus-within\:tw-ring-opacity-5:focus-within{
    --tw-ring-opacity:0.05
  }

  .\32xl\:focus-within\:tw-ring-opacity-10:focus-within{
    --tw-ring-opacity:0.1
  }

  .\32xl\:focus-within\:tw-ring-opacity-20:focus-within{
    --tw-ring-opacity:0.2
  }

  .\32xl\:focus-within\:tw-ring-opacity-25:focus-within{
    --tw-ring-opacity:0.25
  }

  .\32xl\:focus-within\:tw-ring-opacity-30:focus-within{
    --tw-ring-opacity:0.3
  }

  .\32xl\:focus-within\:tw-ring-opacity-40:focus-within{
    --tw-ring-opacity:0.4
  }

  .\32xl\:focus-within\:tw-ring-opacity-50:focus-within{
    --tw-ring-opacity:0.5
  }

  .\32xl\:focus-within\:tw-ring-opacity-60:focus-within{
    --tw-ring-opacity:0.6
  }

  .\32xl\:focus-within\:tw-ring-opacity-70:focus-within{
    --tw-ring-opacity:0.7
  }

  .\32xl\:focus-within\:tw-ring-opacity-75:focus-within{
    --tw-ring-opacity:0.75
  }

  .\32xl\:focus-within\:tw-ring-opacity-80:focus-within{
    --tw-ring-opacity:0.8
  }

  .\32xl\:focus-within\:tw-ring-opacity-90:focus-within{
    --tw-ring-opacity:0.9
  }

  .\32xl\:focus-within\:tw-ring-opacity-95:focus-within{
    --tw-ring-opacity:0.95
  }

  .\32xl\:focus-within\:tw-ring-opacity-100:focus-within{
    --tw-ring-opacity:1
  }

  .\32xl\:focus\:tw-ring-opacity-0:focus{
    --tw-ring-opacity:0
  }

  .\32xl\:focus\:tw-ring-opacity-5:focus{
    --tw-ring-opacity:0.05
  }

  .\32xl\:focus\:tw-ring-opacity-10:focus{
    --tw-ring-opacity:0.1
  }

  .\32xl\:focus\:tw-ring-opacity-20:focus{
    --tw-ring-opacity:0.2
  }

  .\32xl\:focus\:tw-ring-opacity-25:focus{
    --tw-ring-opacity:0.25
  }

  .\32xl\:focus\:tw-ring-opacity-30:focus{
    --tw-ring-opacity:0.3
  }

  .\32xl\:focus\:tw-ring-opacity-40:focus{
    --tw-ring-opacity:0.4
  }

  .\32xl\:focus\:tw-ring-opacity-50:focus{
    --tw-ring-opacity:0.5
  }

  .\32xl\:focus\:tw-ring-opacity-60:focus{
    --tw-ring-opacity:0.6
  }

  .\32xl\:focus\:tw-ring-opacity-70:focus{
    --tw-ring-opacity:0.7
  }

  .\32xl\:focus\:tw-ring-opacity-75:focus{
    --tw-ring-opacity:0.75
  }

  .\32xl\:focus\:tw-ring-opacity-80:focus{
    --tw-ring-opacity:0.8
  }

  .\32xl\:focus\:tw-ring-opacity-90:focus{
    --tw-ring-opacity:0.9
  }

  .\32xl\:focus\:tw-ring-opacity-95:focus{
    --tw-ring-opacity:0.95
  }

  .\32xl\:focus\:tw-ring-opacity-100:focus{
    --tw-ring-opacity:1
  }

  .\32xl\:tw-ring-offset-0{
    --tw-ring-offset-width:0px
  }

  .\32xl\:tw-ring-offset-1{
    --tw-ring-offset-width:1px
  }

  .\32xl\:tw-ring-offset-2{
    --tw-ring-offset-width:2px
  }

  .\32xl\:tw-ring-offset-4{
    --tw-ring-offset-width:4px
  }

  .\32xl\:tw-ring-offset-8{
    --tw-ring-offset-width:8px
  }

  .\32xl\:focus-within\:tw-ring-offset-0:focus-within{
    --tw-ring-offset-width:0px
  }

  .\32xl\:focus-within\:tw-ring-offset-1:focus-within{
    --tw-ring-offset-width:1px
  }

  .\32xl\:focus-within\:tw-ring-offset-2:focus-within{
    --tw-ring-offset-width:2px
  }

  .\32xl\:focus-within\:tw-ring-offset-4:focus-within{
    --tw-ring-offset-width:4px
  }

  .\32xl\:focus-within\:tw-ring-offset-8:focus-within{
    --tw-ring-offset-width:8px
  }

  .\32xl\:focus\:tw-ring-offset-0:focus{
    --tw-ring-offset-width:0px
  }

  .\32xl\:focus\:tw-ring-offset-1:focus{
    --tw-ring-offset-width:1px
  }

  .\32xl\:focus\:tw-ring-offset-2:focus{
    --tw-ring-offset-width:2px
  }

  .\32xl\:focus\:tw-ring-offset-4:focus{
    --tw-ring-offset-width:4px
  }

  .\32xl\:focus\:tw-ring-offset-8:focus{
    --tw-ring-offset-width:8px
  }

  .\32xl\:tw-ring-offset-transparent{
    --tw-ring-offset-color:transparent
  }

  .\32xl\:tw-ring-offset-current{
    --tw-ring-offset-color:currentColor
  }

  .\32xl\:tw-ring-offset-black{
    --tw-ring-offset-color:#000
  }

  .\32xl\:tw-ring-offset-white{
    --tw-ring-offset-color:#fff
  }

  .\32xl\:tw-ring-offset-gray-50{
    --tw-ring-offset-color:#f9fafb
  }

  .\32xl\:tw-ring-offset-gray-100{
    --tw-ring-offset-color:#f3f4f6
  }

  .\32xl\:tw-ring-offset-gray-200{
    --tw-ring-offset-color:#e5e7eb
  }

  .\32xl\:tw-ring-offset-gray-300{
    --tw-ring-offset-color:#d1d5db
  }

  .\32xl\:tw-ring-offset-gray-400{
    --tw-ring-offset-color:#9ca3af
  }

  .\32xl\:tw-ring-offset-gray-500{
    --tw-ring-offset-color:#6b7280
  }

  .\32xl\:tw-ring-offset-gray-600{
    --tw-ring-offset-color:#4b5563
  }

  .\32xl\:tw-ring-offset-gray-700{
    --tw-ring-offset-color:#374151
  }

  .\32xl\:tw-ring-offset-gray-800{
    --tw-ring-offset-color:#1f2937
  }

  .\32xl\:tw-ring-offset-gray-900{
    --tw-ring-offset-color:#111827
  }

  .\32xl\:tw-ring-offset-red-50{
    --tw-ring-offset-color:#fef2f2
  }

  .\32xl\:tw-ring-offset-red-100{
    --tw-ring-offset-color:#fee2e2
  }

  .\32xl\:tw-ring-offset-red-200{
    --tw-ring-offset-color:#fecaca
  }

  .\32xl\:tw-ring-offset-red-300{
    --tw-ring-offset-color:#fca5a5
  }

  .\32xl\:tw-ring-offset-red-400{
    --tw-ring-offset-color:#f87171
  }

  .\32xl\:tw-ring-offset-red-500{
    --tw-ring-offset-color:#ef4444
  }

  .\32xl\:tw-ring-offset-red-600{
    --tw-ring-offset-color:#dc2626
  }

  .\32xl\:tw-ring-offset-red-700{
    --tw-ring-offset-color:#b91c1c
  }

  .\32xl\:tw-ring-offset-red-800{
    --tw-ring-offset-color:#991b1b
  }

  .\32xl\:tw-ring-offset-red-900{
    --tw-ring-offset-color:#7f1d1d
  }

  .\32xl\:tw-ring-offset-yellow-50{
    --tw-ring-offset-color:#fffbeb
  }

  .\32xl\:tw-ring-offset-yellow-100{
    --tw-ring-offset-color:#fef3c7
  }

  .\32xl\:tw-ring-offset-yellow-200{
    --tw-ring-offset-color:#fde68a
  }

  .\32xl\:tw-ring-offset-yellow-300{
    --tw-ring-offset-color:#fcd34d
  }

  .\32xl\:tw-ring-offset-yellow-400{
    --tw-ring-offset-color:#fbbf24
  }

  .\32xl\:tw-ring-offset-yellow-500{
    --tw-ring-offset-color:#f59e0b
  }

  .\32xl\:tw-ring-offset-yellow-600{
    --tw-ring-offset-color:#d97706
  }

  .\32xl\:tw-ring-offset-yellow-700{
    --tw-ring-offset-color:#b45309
  }

  .\32xl\:tw-ring-offset-yellow-800{
    --tw-ring-offset-color:#92400e
  }

  .\32xl\:tw-ring-offset-yellow-900{
    --tw-ring-offset-color:#78350f
  }

  .\32xl\:tw-ring-offset-green-50{
    --tw-ring-offset-color:#ecfdf5
  }

  .\32xl\:tw-ring-offset-green-100{
    --tw-ring-offset-color:#d1fae5
  }

  .\32xl\:tw-ring-offset-green-200{
    --tw-ring-offset-color:#a7f3d0
  }

  .\32xl\:tw-ring-offset-green-300{
    --tw-ring-offset-color:#6ee7b7
  }

  .\32xl\:tw-ring-offset-green-400{
    --tw-ring-offset-color:#34d399
  }

  .\32xl\:tw-ring-offset-green-500{
    --tw-ring-offset-color:#10b981
  }

  .\32xl\:tw-ring-offset-green-600{
    --tw-ring-offset-color:#059669
  }

  .\32xl\:tw-ring-offset-green-700{
    --tw-ring-offset-color:#047857
  }

  .\32xl\:tw-ring-offset-green-800{
    --tw-ring-offset-color:#065f46
  }

  .\32xl\:tw-ring-offset-green-900{
    --tw-ring-offset-color:#064e3b
  }

  .\32xl\:tw-ring-offset-blue-50{
    --tw-ring-offset-color:#eff6ff
  }

  .\32xl\:tw-ring-offset-blue-100{
    --tw-ring-offset-color:#dbeafe
  }

  .\32xl\:tw-ring-offset-blue-200{
    --tw-ring-offset-color:#bfdbfe
  }

  .\32xl\:tw-ring-offset-blue-300{
    --tw-ring-offset-color:#93c5fd
  }

  .\32xl\:tw-ring-offset-blue-400{
    --tw-ring-offset-color:#60a5fa
  }

  .\32xl\:tw-ring-offset-blue-500{
    --tw-ring-offset-color:#3b82f6
  }

  .\32xl\:tw-ring-offset-blue-600{
    --tw-ring-offset-color:#2563eb
  }

  .\32xl\:tw-ring-offset-blue-700{
    --tw-ring-offset-color:#1d4ed8
  }

  .\32xl\:tw-ring-offset-blue-800{
    --tw-ring-offset-color:#1e40af
  }

  .\32xl\:tw-ring-offset-blue-900{
    --tw-ring-offset-color:#1e3a8a
  }

  .\32xl\:tw-ring-offset-indigo-50{
    --tw-ring-offset-color:#eef2ff
  }

  .\32xl\:tw-ring-offset-indigo-100{
    --tw-ring-offset-color:#e0e7ff
  }

  .\32xl\:tw-ring-offset-indigo-200{
    --tw-ring-offset-color:#c7d2fe
  }

  .\32xl\:tw-ring-offset-indigo-300{
    --tw-ring-offset-color:#a5b4fc
  }

  .\32xl\:tw-ring-offset-indigo-400{
    --tw-ring-offset-color:#818cf8
  }

  .\32xl\:tw-ring-offset-indigo-500{
    --tw-ring-offset-color:#6366f1
  }

  .\32xl\:tw-ring-offset-indigo-600{
    --tw-ring-offset-color:#4f46e5
  }

  .\32xl\:tw-ring-offset-indigo-700{
    --tw-ring-offset-color:#4338ca
  }

  .\32xl\:tw-ring-offset-indigo-800{
    --tw-ring-offset-color:#3730a3
  }

  .\32xl\:tw-ring-offset-indigo-900{
    --tw-ring-offset-color:#312e81
  }

  .\32xl\:tw-ring-offset-purple-50{
    --tw-ring-offset-color:#f5f3ff
  }

  .\32xl\:tw-ring-offset-purple-100{
    --tw-ring-offset-color:#ede9fe
  }

  .\32xl\:tw-ring-offset-purple-200{
    --tw-ring-offset-color:#ddd6fe
  }

  .\32xl\:tw-ring-offset-purple-300{
    --tw-ring-offset-color:#c4b5fd
  }

  .\32xl\:tw-ring-offset-purple-400{
    --tw-ring-offset-color:#a78bfa
  }

  .\32xl\:tw-ring-offset-purple-500{
    --tw-ring-offset-color:#8b5cf6
  }

  .\32xl\:tw-ring-offset-purple-600{
    --tw-ring-offset-color:#7c3aed
  }

  .\32xl\:tw-ring-offset-purple-700{
    --tw-ring-offset-color:#6d28d9
  }

  .\32xl\:tw-ring-offset-purple-800{
    --tw-ring-offset-color:#5b21b6
  }

  .\32xl\:tw-ring-offset-purple-900{
    --tw-ring-offset-color:#4c1d95
  }

  .\32xl\:tw-ring-offset-pink-50{
    --tw-ring-offset-color:#fdf2f8
  }

  .\32xl\:tw-ring-offset-pink-100{
    --tw-ring-offset-color:#fce7f3
  }

  .\32xl\:tw-ring-offset-pink-200{
    --tw-ring-offset-color:#fbcfe8
  }

  .\32xl\:tw-ring-offset-pink-300{
    --tw-ring-offset-color:#f9a8d4
  }

  .\32xl\:tw-ring-offset-pink-400{
    --tw-ring-offset-color:#f472b6
  }

  .\32xl\:tw-ring-offset-pink-500{
    --tw-ring-offset-color:#ec4899
  }

  .\32xl\:tw-ring-offset-pink-600{
    --tw-ring-offset-color:#db2777
  }

  .\32xl\:tw-ring-offset-pink-700{
    --tw-ring-offset-color:#be185d
  }

  .\32xl\:tw-ring-offset-pink-800{
    --tw-ring-offset-color:#9d174d
  }

  .\32xl\:tw-ring-offset-pink-900{
    --tw-ring-offset-color:#831843
  }

  .\32xl\:focus-within\:tw-ring-offset-transparent:focus-within{
    --tw-ring-offset-color:transparent
  }

  .\32xl\:focus-within\:tw-ring-offset-current:focus-within{
    --tw-ring-offset-color:currentColor
  }

  .\32xl\:focus-within\:tw-ring-offset-black:focus-within{
    --tw-ring-offset-color:#000
  }

  .\32xl\:focus-within\:tw-ring-offset-white:focus-within{
    --tw-ring-offset-color:#fff
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-50:focus-within{
    --tw-ring-offset-color:#f9fafb
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-100:focus-within{
    --tw-ring-offset-color:#f3f4f6
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-200:focus-within{
    --tw-ring-offset-color:#e5e7eb
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-300:focus-within{
    --tw-ring-offset-color:#d1d5db
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-400:focus-within{
    --tw-ring-offset-color:#9ca3af
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-500:focus-within{
    --tw-ring-offset-color:#6b7280
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-600:focus-within{
    --tw-ring-offset-color:#4b5563
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-700:focus-within{
    --tw-ring-offset-color:#374151
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-800:focus-within{
    --tw-ring-offset-color:#1f2937
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-900:focus-within{
    --tw-ring-offset-color:#111827
  }

  .\32xl\:focus-within\:tw-ring-offset-red-50:focus-within{
    --tw-ring-offset-color:#fef2f2
  }

  .\32xl\:focus-within\:tw-ring-offset-red-100:focus-within{
    --tw-ring-offset-color:#fee2e2
  }

  .\32xl\:focus-within\:tw-ring-offset-red-200:focus-within{
    --tw-ring-offset-color:#fecaca
  }

  .\32xl\:focus-within\:tw-ring-offset-red-300:focus-within{
    --tw-ring-offset-color:#fca5a5
  }

  .\32xl\:focus-within\:tw-ring-offset-red-400:focus-within{
    --tw-ring-offset-color:#f87171
  }

  .\32xl\:focus-within\:tw-ring-offset-red-500:focus-within{
    --tw-ring-offset-color:#ef4444
  }

  .\32xl\:focus-within\:tw-ring-offset-red-600:focus-within{
    --tw-ring-offset-color:#dc2626
  }

  .\32xl\:focus-within\:tw-ring-offset-red-700:focus-within{
    --tw-ring-offset-color:#b91c1c
  }

  .\32xl\:focus-within\:tw-ring-offset-red-800:focus-within{
    --tw-ring-offset-color:#991b1b
  }

  .\32xl\:focus-within\:tw-ring-offset-red-900:focus-within{
    --tw-ring-offset-color:#7f1d1d
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color:#fffbeb
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color:#fef3c7
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color:#fde68a
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color:#fcd34d
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color:#fbbf24
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color:#f59e0b
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color:#d97706
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color:#b45309
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color:#92400e
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color:#78350f
  }

  .\32xl\:focus-within\:tw-ring-offset-green-50:focus-within{
    --tw-ring-offset-color:#ecfdf5
  }

  .\32xl\:focus-within\:tw-ring-offset-green-100:focus-within{
    --tw-ring-offset-color:#d1fae5
  }

  .\32xl\:focus-within\:tw-ring-offset-green-200:focus-within{
    --tw-ring-offset-color:#a7f3d0
  }

  .\32xl\:focus-within\:tw-ring-offset-green-300:focus-within{
    --tw-ring-offset-color:#6ee7b7
  }

  .\32xl\:focus-within\:tw-ring-offset-green-400:focus-within{
    --tw-ring-offset-color:#34d399
  }

  .\32xl\:focus-within\:tw-ring-offset-green-500:focus-within{
    --tw-ring-offset-color:#10b981
  }

  .\32xl\:focus-within\:tw-ring-offset-green-600:focus-within{
    --tw-ring-offset-color:#059669
  }

  .\32xl\:focus-within\:tw-ring-offset-green-700:focus-within{
    --tw-ring-offset-color:#047857
  }

  .\32xl\:focus-within\:tw-ring-offset-green-800:focus-within{
    --tw-ring-offset-color:#065f46
  }

  .\32xl\:focus-within\:tw-ring-offset-green-900:focus-within{
    --tw-ring-offset-color:#064e3b
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-50:focus-within{
    --tw-ring-offset-color:#eff6ff
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-100:focus-within{
    --tw-ring-offset-color:#dbeafe
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-200:focus-within{
    --tw-ring-offset-color:#bfdbfe
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-300:focus-within{
    --tw-ring-offset-color:#93c5fd
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-400:focus-within{
    --tw-ring-offset-color:#60a5fa
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-500:focus-within{
    --tw-ring-offset-color:#3b82f6
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-600:focus-within{
    --tw-ring-offset-color:#2563eb
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-700:focus-within{
    --tw-ring-offset-color:#1d4ed8
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-800:focus-within{
    --tw-ring-offset-color:#1e40af
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-900:focus-within{
    --tw-ring-offset-color:#1e3a8a
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color:#eef2ff
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color:#e0e7ff
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color:#c7d2fe
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color:#a5b4fc
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color:#818cf8
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color:#6366f1
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color:#4f46e5
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color:#4338ca
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color:#3730a3
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color:#312e81
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-50:focus-within{
    --tw-ring-offset-color:#f5f3ff
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-100:focus-within{
    --tw-ring-offset-color:#ede9fe
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-200:focus-within{
    --tw-ring-offset-color:#ddd6fe
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-300:focus-within{
    --tw-ring-offset-color:#c4b5fd
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-400:focus-within{
    --tw-ring-offset-color:#a78bfa
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-500:focus-within{
    --tw-ring-offset-color:#8b5cf6
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-600:focus-within{
    --tw-ring-offset-color:#7c3aed
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-700:focus-within{
    --tw-ring-offset-color:#6d28d9
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-800:focus-within{
    --tw-ring-offset-color:#5b21b6
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-900:focus-within{
    --tw-ring-offset-color:#4c1d95
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-50:focus-within{
    --tw-ring-offset-color:#fdf2f8
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-100:focus-within{
    --tw-ring-offset-color:#fce7f3
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-200:focus-within{
    --tw-ring-offset-color:#fbcfe8
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-300:focus-within{
    --tw-ring-offset-color:#f9a8d4
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-400:focus-within{
    --tw-ring-offset-color:#f472b6
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-500:focus-within{
    --tw-ring-offset-color:#ec4899
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-600:focus-within{
    --tw-ring-offset-color:#db2777
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-700:focus-within{
    --tw-ring-offset-color:#be185d
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-800:focus-within{
    --tw-ring-offset-color:#9d174d
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-900:focus-within{
    --tw-ring-offset-color:#831843
  }

  .\32xl\:focus\:tw-ring-offset-transparent:focus{
    --tw-ring-offset-color:transparent
  }

  .\32xl\:focus\:tw-ring-offset-current:focus{
    --tw-ring-offset-color:currentColor
  }

  .\32xl\:focus\:tw-ring-offset-black:focus{
    --tw-ring-offset-color:#000
  }

  .\32xl\:focus\:tw-ring-offset-white:focus{
    --tw-ring-offset-color:#fff
  }

  .\32xl\:focus\:tw-ring-offset-gray-50:focus{
    --tw-ring-offset-color:#f9fafb
  }

  .\32xl\:focus\:tw-ring-offset-gray-100:focus{
    --tw-ring-offset-color:#f3f4f6
  }

  .\32xl\:focus\:tw-ring-offset-gray-200:focus{
    --tw-ring-offset-color:#e5e7eb
  }

  .\32xl\:focus\:tw-ring-offset-gray-300:focus{
    --tw-ring-offset-color:#d1d5db
  }

  .\32xl\:focus\:tw-ring-offset-gray-400:focus{
    --tw-ring-offset-color:#9ca3af
  }

  .\32xl\:focus\:tw-ring-offset-gray-500:focus{
    --tw-ring-offset-color:#6b7280
  }

  .\32xl\:focus\:tw-ring-offset-gray-600:focus{
    --tw-ring-offset-color:#4b5563
  }

  .\32xl\:focus\:tw-ring-offset-gray-700:focus{
    --tw-ring-offset-color:#374151
  }

  .\32xl\:focus\:tw-ring-offset-gray-800:focus{
    --tw-ring-offset-color:#1f2937
  }

  .\32xl\:focus\:tw-ring-offset-gray-900:focus{
    --tw-ring-offset-color:#111827
  }

  .\32xl\:focus\:tw-ring-offset-red-50:focus{
    --tw-ring-offset-color:#fef2f2
  }

  .\32xl\:focus\:tw-ring-offset-red-100:focus{
    --tw-ring-offset-color:#fee2e2
  }

  .\32xl\:focus\:tw-ring-offset-red-200:focus{
    --tw-ring-offset-color:#fecaca
  }

  .\32xl\:focus\:tw-ring-offset-red-300:focus{
    --tw-ring-offset-color:#fca5a5
  }

  .\32xl\:focus\:tw-ring-offset-red-400:focus{
    --tw-ring-offset-color:#f87171
  }

  .\32xl\:focus\:tw-ring-offset-red-500:focus{
    --tw-ring-offset-color:#ef4444
  }

  .\32xl\:focus\:tw-ring-offset-red-600:focus{
    --tw-ring-offset-color:#dc2626
  }

  .\32xl\:focus\:tw-ring-offset-red-700:focus{
    --tw-ring-offset-color:#b91c1c
  }

  .\32xl\:focus\:tw-ring-offset-red-800:focus{
    --tw-ring-offset-color:#991b1b
  }

  .\32xl\:focus\:tw-ring-offset-red-900:focus{
    --tw-ring-offset-color:#7f1d1d
  }

  .\32xl\:focus\:tw-ring-offset-yellow-50:focus{
    --tw-ring-offset-color:#fffbeb
  }

  .\32xl\:focus\:tw-ring-offset-yellow-100:focus{
    --tw-ring-offset-color:#fef3c7
  }

  .\32xl\:focus\:tw-ring-offset-yellow-200:focus{
    --tw-ring-offset-color:#fde68a
  }

  .\32xl\:focus\:tw-ring-offset-yellow-300:focus{
    --tw-ring-offset-color:#fcd34d
  }

  .\32xl\:focus\:tw-ring-offset-yellow-400:focus{
    --tw-ring-offset-color:#fbbf24
  }

  .\32xl\:focus\:tw-ring-offset-yellow-500:focus{
    --tw-ring-offset-color:#f59e0b
  }

  .\32xl\:focus\:tw-ring-offset-yellow-600:focus{
    --tw-ring-offset-color:#d97706
  }

  .\32xl\:focus\:tw-ring-offset-yellow-700:focus{
    --tw-ring-offset-color:#b45309
  }

  .\32xl\:focus\:tw-ring-offset-yellow-800:focus{
    --tw-ring-offset-color:#92400e
  }

  .\32xl\:focus\:tw-ring-offset-yellow-900:focus{
    --tw-ring-offset-color:#78350f
  }

  .\32xl\:focus\:tw-ring-offset-green-50:focus{
    --tw-ring-offset-color:#ecfdf5
  }

  .\32xl\:focus\:tw-ring-offset-green-100:focus{
    --tw-ring-offset-color:#d1fae5
  }

  .\32xl\:focus\:tw-ring-offset-green-200:focus{
    --tw-ring-offset-color:#a7f3d0
  }

  .\32xl\:focus\:tw-ring-offset-green-300:focus{
    --tw-ring-offset-color:#6ee7b7
  }

  .\32xl\:focus\:tw-ring-offset-green-400:focus{
    --tw-ring-offset-color:#34d399
  }

  .\32xl\:focus\:tw-ring-offset-green-500:focus{
    --tw-ring-offset-color:#10b981
  }

  .\32xl\:focus\:tw-ring-offset-green-600:focus{
    --tw-ring-offset-color:#059669
  }

  .\32xl\:focus\:tw-ring-offset-green-700:focus{
    --tw-ring-offset-color:#047857
  }

  .\32xl\:focus\:tw-ring-offset-green-800:focus{
    --tw-ring-offset-color:#065f46
  }

  .\32xl\:focus\:tw-ring-offset-green-900:focus{
    --tw-ring-offset-color:#064e3b
  }

  .\32xl\:focus\:tw-ring-offset-blue-50:focus{
    --tw-ring-offset-color:#eff6ff
  }

  .\32xl\:focus\:tw-ring-offset-blue-100:focus{
    --tw-ring-offset-color:#dbeafe
  }

  .\32xl\:focus\:tw-ring-offset-blue-200:focus{
    --tw-ring-offset-color:#bfdbfe
  }

  .\32xl\:focus\:tw-ring-offset-blue-300:focus{
    --tw-ring-offset-color:#93c5fd
  }

  .\32xl\:focus\:tw-ring-offset-blue-400:focus{
    --tw-ring-offset-color:#60a5fa
  }

  .\32xl\:focus\:tw-ring-offset-blue-500:focus{
    --tw-ring-offset-color:#3b82f6
  }

  .\32xl\:focus\:tw-ring-offset-blue-600:focus{
    --tw-ring-offset-color:#2563eb
  }

  .\32xl\:focus\:tw-ring-offset-blue-700:focus{
    --tw-ring-offset-color:#1d4ed8
  }

  .\32xl\:focus\:tw-ring-offset-blue-800:focus{
    --tw-ring-offset-color:#1e40af
  }

  .\32xl\:focus\:tw-ring-offset-blue-900:focus{
    --tw-ring-offset-color:#1e3a8a
  }

  .\32xl\:focus\:tw-ring-offset-indigo-50:focus{
    --tw-ring-offset-color:#eef2ff
  }

  .\32xl\:focus\:tw-ring-offset-indigo-100:focus{
    --tw-ring-offset-color:#e0e7ff
  }

  .\32xl\:focus\:tw-ring-offset-indigo-200:focus{
    --tw-ring-offset-color:#c7d2fe
  }

  .\32xl\:focus\:tw-ring-offset-indigo-300:focus{
    --tw-ring-offset-color:#a5b4fc
  }

  .\32xl\:focus\:tw-ring-offset-indigo-400:focus{
    --tw-ring-offset-color:#818cf8
  }

  .\32xl\:focus\:tw-ring-offset-indigo-500:focus{
    --tw-ring-offset-color:#6366f1
  }

  .\32xl\:focus\:tw-ring-offset-indigo-600:focus{
    --tw-ring-offset-color:#4f46e5
  }

  .\32xl\:focus\:tw-ring-offset-indigo-700:focus{
    --tw-ring-offset-color:#4338ca
  }

  .\32xl\:focus\:tw-ring-offset-indigo-800:focus{
    --tw-ring-offset-color:#3730a3
  }

  .\32xl\:focus\:tw-ring-offset-indigo-900:focus{
    --tw-ring-offset-color:#312e81
  }

  .\32xl\:focus\:tw-ring-offset-purple-50:focus{
    --tw-ring-offset-color:#f5f3ff
  }

  .\32xl\:focus\:tw-ring-offset-purple-100:focus{
    --tw-ring-offset-color:#ede9fe
  }

  .\32xl\:focus\:tw-ring-offset-purple-200:focus{
    --tw-ring-offset-color:#ddd6fe
  }

  .\32xl\:focus\:tw-ring-offset-purple-300:focus{
    --tw-ring-offset-color:#c4b5fd
  }

  .\32xl\:focus\:tw-ring-offset-purple-400:focus{
    --tw-ring-offset-color:#a78bfa
  }

  .\32xl\:focus\:tw-ring-offset-purple-500:focus{
    --tw-ring-offset-color:#8b5cf6
  }

  .\32xl\:focus\:tw-ring-offset-purple-600:focus{
    --tw-ring-offset-color:#7c3aed
  }

  .\32xl\:focus\:tw-ring-offset-purple-700:focus{
    --tw-ring-offset-color:#6d28d9
  }

  .\32xl\:focus\:tw-ring-offset-purple-800:focus{
    --tw-ring-offset-color:#5b21b6
  }

  .\32xl\:focus\:tw-ring-offset-purple-900:focus{
    --tw-ring-offset-color:#4c1d95
  }

  .\32xl\:focus\:tw-ring-offset-pink-50:focus{
    --tw-ring-offset-color:#fdf2f8
  }

  .\32xl\:focus\:tw-ring-offset-pink-100:focus{
    --tw-ring-offset-color:#fce7f3
  }

  .\32xl\:focus\:tw-ring-offset-pink-200:focus{
    --tw-ring-offset-color:#fbcfe8
  }

  .\32xl\:focus\:tw-ring-offset-pink-300:focus{
    --tw-ring-offset-color:#f9a8d4
  }

  .\32xl\:focus\:tw-ring-offset-pink-400:focus{
    --tw-ring-offset-color:#f472b6
  }

  .\32xl\:focus\:tw-ring-offset-pink-500:focus{
    --tw-ring-offset-color:#ec4899
  }

  .\32xl\:focus\:tw-ring-offset-pink-600:focus{
    --tw-ring-offset-color:#db2777
  }

  .\32xl\:focus\:tw-ring-offset-pink-700:focus{
    --tw-ring-offset-color:#be185d
  }

  .\32xl\:focus\:tw-ring-offset-pink-800:focus{
    --tw-ring-offset-color:#9d174d
  }

  .\32xl\:focus\:tw-ring-offset-pink-900:focus{
    --tw-ring-offset-color:#831843
  }

  .\32xl\:tw-filter{
    --tw-blur:var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness:var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast:var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale:var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
    --tw-invert:var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate:var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia:var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow:var(--tw-empty,/*!*/ /*!*/);
    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)
  }

  .\32xl\:tw-filter-none{
    filter:none
  }

  .\32xl\:tw-blur-0{
    --tw-blur:blur(0)
  }

  .\32xl\:tw-blur-none{
    --tw-blur:blur(0)
  }

  .\32xl\:tw-blur-sm{
    --tw-blur:blur(4px)
  }

  .\32xl\:tw-blur{
    --tw-blur:blur(8px)
  }

  .\32xl\:tw-blur-md{
    --tw-blur:blur(12px)
  }

  .\32xl\:tw-blur-lg{
    --tw-blur:blur(16px)
  }

  .\32xl\:tw-blur-xl{
    --tw-blur:blur(24px)
  }

  .\32xl\:tw-blur-2xl{
    --tw-blur:blur(40px)
  }

  .\32xl\:tw-blur-3xl{
    --tw-blur:blur(64px)
  }

  .\32xl\:tw-brightness-0{
    --tw-brightness:brightness(0)
  }

  .\32xl\:tw-brightness-50{
    --tw-brightness:brightness(.5)
  }

  .\32xl\:tw-brightness-75{
    --tw-brightness:brightness(.75)
  }

  .\32xl\:tw-brightness-90{
    --tw-brightness:brightness(.9)
  }

  .\32xl\:tw-brightness-95{
    --tw-brightness:brightness(.95)
  }

  .\32xl\:tw-brightness-100{
    --tw-brightness:brightness(1)
  }

  .\32xl\:tw-brightness-105{
    --tw-brightness:brightness(1.05)
  }

  .\32xl\:tw-brightness-110{
    --tw-brightness:brightness(1.1)
  }

  .\32xl\:tw-brightness-125{
    --tw-brightness:brightness(1.25)
  }

  .\32xl\:tw-brightness-150{
    --tw-brightness:brightness(1.5)
  }

  .\32xl\:tw-brightness-200{
    --tw-brightness:brightness(2)
  }

  .\32xl\:tw-contrast-0{
    --tw-contrast:contrast(0)
  }

  .\32xl\:tw-contrast-50{
    --tw-contrast:contrast(.5)
  }

  .\32xl\:tw-contrast-75{
    --tw-contrast:contrast(.75)
  }

  .\32xl\:tw-contrast-100{
    --tw-contrast:contrast(1)
  }

  .\32xl\:tw-contrast-125{
    --tw-contrast:contrast(1.25)
  }

  .\32xl\:tw-contrast-150{
    --tw-contrast:contrast(1.5)
  }

  .\32xl\:tw-contrast-200{
    --tw-contrast:contrast(2)
  }

  .\32xl\:tw-drop-shadow-sm{
    --tw-drop-shadow:drop-shadow(0 1px 1px rgba(0,0,0,0.05))
  }

  .\32xl\:tw-drop-shadow{
    --tw-drop-shadow:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
  }

  .\32xl\:tw-drop-shadow-md{
    --tw-drop-shadow:drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
  }

  .\32xl\:tw-drop-shadow-lg{
    --tw-drop-shadow:drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
  }

  .\32xl\:tw-drop-shadow-xl{
    --tw-drop-shadow:drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
  }

  .\32xl\:tw-drop-shadow-2xl{
    --tw-drop-shadow:drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
  }

  .\32xl\:tw-drop-shadow-none{
    --tw-drop-shadow:drop-shadow(0 0 #0000)
  }

  .\32xl\:tw-grayscale-0{
    --tw-grayscale:grayscale(0)
  }

  .\32xl\:tw-grayscale{
    --tw-grayscale:grayscale(100%)
  }

  .\32xl\:tw-hue-rotate-0{
    --tw-hue-rotate:hue-rotate(0deg)
  }

  .\32xl\:tw-hue-rotate-15{
    --tw-hue-rotate:hue-rotate(15deg)
  }

  .\32xl\:tw-hue-rotate-30{
    --tw-hue-rotate:hue-rotate(30deg)
  }

  .\32xl\:tw-hue-rotate-60{
    --tw-hue-rotate:hue-rotate(60deg)
  }

  .\32xl\:tw-hue-rotate-90{
    --tw-hue-rotate:hue-rotate(90deg)
  }

  .\32xl\:tw-hue-rotate-180{
    --tw-hue-rotate:hue-rotate(180deg)
  }

  .\32xl\:tw--hue-rotate-180{
    --tw-hue-rotate:hue-rotate(-180deg)
  }

  .\32xl\:tw--hue-rotate-90{
    --tw-hue-rotate:hue-rotate(-90deg)
  }

  .\32xl\:tw--hue-rotate-60{
    --tw-hue-rotate:hue-rotate(-60deg)
  }

  .\32xl\:tw--hue-rotate-30{
    --tw-hue-rotate:hue-rotate(-30deg)
  }

  .\32xl\:tw--hue-rotate-15{
    --tw-hue-rotate:hue-rotate(-15deg)
  }

  .\32xl\:tw-invert-0{
    --tw-invert:invert(0)
  }

  .\32xl\:tw-invert{
    --tw-invert:invert(100%)
  }

  .\32xl\:tw-saturate-0{
    --tw-saturate:saturate(0)
  }

  .\32xl\:tw-saturate-50{
    --tw-saturate:saturate(.5)
  }

  .\32xl\:tw-saturate-100{
    --tw-saturate:saturate(1)
  }

  .\32xl\:tw-saturate-150{
    --tw-saturate:saturate(1.5)
  }

  .\32xl\:tw-saturate-200{
    --tw-saturate:saturate(2)
  }

  .\32xl\:tw-sepia-0{
    --tw-sepia:sepia(0)
  }

  .\32xl\:tw-sepia{
    --tw-sepia:sepia(100%)
  }

  .\32xl\:tw-backdrop-filter{
    --tw-backdrop-blur:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate:var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia:var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }

  .\32xl\:tw-backdrop-filter-none{
    -webkit-backdrop-filter:none;
            backdrop-filter:none
  }

  .\32xl\:tw-backdrop-blur-0{
    --tw-backdrop-blur:blur(0)
  }

  .\32xl\:tw-backdrop-blur-none{
    --tw-backdrop-blur:blur(0)
  }

  .\32xl\:tw-backdrop-blur-sm{
    --tw-backdrop-blur:blur(4px)
  }

  .\32xl\:tw-backdrop-blur{
    --tw-backdrop-blur:blur(8px)
  }

  .\32xl\:tw-backdrop-blur-md{
    --tw-backdrop-blur:blur(12px)
  }

  .\32xl\:tw-backdrop-blur-lg{
    --tw-backdrop-blur:blur(16px)
  }

  .\32xl\:tw-backdrop-blur-xl{
    --tw-backdrop-blur:blur(24px)
  }

  .\32xl\:tw-backdrop-blur-2xl{
    --tw-backdrop-blur:blur(40px)
  }

  .\32xl\:tw-backdrop-blur-3xl{
    --tw-backdrop-blur:blur(64px)
  }

  .\32xl\:tw-backdrop-brightness-0{
    --tw-backdrop-brightness:brightness(0)
  }

  .\32xl\:tw-backdrop-brightness-50{
    --tw-backdrop-brightness:brightness(.5)
  }

  .\32xl\:tw-backdrop-brightness-75{
    --tw-backdrop-brightness:brightness(.75)
  }

  .\32xl\:tw-backdrop-brightness-90{
    --tw-backdrop-brightness:brightness(.9)
  }

  .\32xl\:tw-backdrop-brightness-95{
    --tw-backdrop-brightness:brightness(.95)
  }

  .\32xl\:tw-backdrop-brightness-100{
    --tw-backdrop-brightness:brightness(1)
  }

  .\32xl\:tw-backdrop-brightness-105{
    --tw-backdrop-brightness:brightness(1.05)
  }

  .\32xl\:tw-backdrop-brightness-110{
    --tw-backdrop-brightness:brightness(1.1)
  }

  .\32xl\:tw-backdrop-brightness-125{
    --tw-backdrop-brightness:brightness(1.25)
  }

  .\32xl\:tw-backdrop-brightness-150{
    --tw-backdrop-brightness:brightness(1.5)
  }

  .\32xl\:tw-backdrop-brightness-200{
    --tw-backdrop-brightness:brightness(2)
  }

  .\32xl\:tw-backdrop-contrast-0{
    --tw-backdrop-contrast:contrast(0)
  }

  .\32xl\:tw-backdrop-contrast-50{
    --tw-backdrop-contrast:contrast(.5)
  }

  .\32xl\:tw-backdrop-contrast-75{
    --tw-backdrop-contrast:contrast(.75)
  }

  .\32xl\:tw-backdrop-contrast-100{
    --tw-backdrop-contrast:contrast(1)
  }

  .\32xl\:tw-backdrop-contrast-125{
    --tw-backdrop-contrast:contrast(1.25)
  }

  .\32xl\:tw-backdrop-contrast-150{
    --tw-backdrop-contrast:contrast(1.5)
  }

  .\32xl\:tw-backdrop-contrast-200{
    --tw-backdrop-contrast:contrast(2)
  }

  .\32xl\:tw-backdrop-grayscale-0{
    --tw-backdrop-grayscale:grayscale(0)
  }

  .\32xl\:tw-backdrop-grayscale{
    --tw-backdrop-grayscale:grayscale(100%)
  }

  .\32xl\:tw-backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate:hue-rotate(0deg)
  }

  .\32xl\:tw-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate:hue-rotate(15deg)
  }

  .\32xl\:tw-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate:hue-rotate(30deg)
  }

  .\32xl\:tw-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate:hue-rotate(60deg)
  }

  .\32xl\:tw-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate:hue-rotate(90deg)
  }

  .\32xl\:tw-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate:hue-rotate(180deg)
  }

  .\32xl\:tw--backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate:hue-rotate(-180deg)
  }

  .\32xl\:tw--backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate:hue-rotate(-90deg)
  }

  .\32xl\:tw--backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate:hue-rotate(-60deg)
  }

  .\32xl\:tw--backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate:hue-rotate(-30deg)
  }

  .\32xl\:tw--backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate:hue-rotate(-15deg)
  }

  .\32xl\:tw-backdrop-invert-0{
    --tw-backdrop-invert:invert(0)
  }

  .\32xl\:tw-backdrop-invert{
    --tw-backdrop-invert:invert(100%)
  }

  .\32xl\:tw-backdrop-opacity-0{
    --tw-backdrop-opacity:opacity(0)
  }

  .\32xl\:tw-backdrop-opacity-5{
    --tw-backdrop-opacity:opacity(0.05)
  }

  .\32xl\:tw-backdrop-opacity-10{
    --tw-backdrop-opacity:opacity(0.1)
  }

  .\32xl\:tw-backdrop-opacity-20{
    --tw-backdrop-opacity:opacity(0.2)
  }

  .\32xl\:tw-backdrop-opacity-25{
    --tw-backdrop-opacity:opacity(0.25)
  }

  .\32xl\:tw-backdrop-opacity-30{
    --tw-backdrop-opacity:opacity(0.3)
  }

  .\32xl\:tw-backdrop-opacity-40{
    --tw-backdrop-opacity:opacity(0.4)
  }

  .\32xl\:tw-backdrop-opacity-50{
    --tw-backdrop-opacity:opacity(0.5)
  }

  .\32xl\:tw-backdrop-opacity-60{
    --tw-backdrop-opacity:opacity(0.6)
  }

  .\32xl\:tw-backdrop-opacity-70{
    --tw-backdrop-opacity:opacity(0.7)
  }

  .\32xl\:tw-backdrop-opacity-75{
    --tw-backdrop-opacity:opacity(0.75)
  }

  .\32xl\:tw-backdrop-opacity-80{
    --tw-backdrop-opacity:opacity(0.8)
  }

  .\32xl\:tw-backdrop-opacity-90{
    --tw-backdrop-opacity:opacity(0.9)
  }

  .\32xl\:tw-backdrop-opacity-95{
    --tw-backdrop-opacity:opacity(0.95)
  }

  .\32xl\:tw-backdrop-opacity-100{
    --tw-backdrop-opacity:opacity(1)
  }

  .\32xl\:tw-backdrop-saturate-0{
    --tw-backdrop-saturate:saturate(0)
  }

  .\32xl\:tw-backdrop-saturate-50{
    --tw-backdrop-saturate:saturate(.5)
  }

  .\32xl\:tw-backdrop-saturate-100{
    --tw-backdrop-saturate:saturate(1)
  }

  .\32xl\:tw-backdrop-saturate-150{
    --tw-backdrop-saturate:saturate(1.5)
  }

  .\32xl\:tw-backdrop-saturate-200{
    --tw-backdrop-saturate:saturate(2)
  }

  .\32xl\:tw-backdrop-sepia-0{
    --tw-backdrop-sepia:sepia(0)
  }

  .\32xl\:tw-backdrop-sepia{
    --tw-backdrop-sepia:sepia(100%)
  }

  .\32xl\:tw-transition-none{
    transition-property:none
  }

  .\32xl\:tw-transition-all{
    transition-property:all;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .\32xl\:tw-transition{
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .\32xl\:tw-transition-colors{
    transition-property:background-color, border-color, color, fill, stroke;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .\32xl\:tw-transition-opacity{
    transition-property:opacity;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .\32xl\:tw-transition-shadow{
    transition-property:box-shadow;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .\32xl\:tw-transition-transform{
    transition-property:transform;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }

  .\32xl\:tw-delay-75{
    transition-delay:75ms
  }

  .\32xl\:tw-delay-100{
    transition-delay:100ms
  }

  .\32xl\:tw-delay-150{
    transition-delay:150ms
  }

  .\32xl\:tw-delay-200{
    transition-delay:200ms
  }

  .\32xl\:tw-delay-300{
    transition-delay:300ms
  }

  .\32xl\:tw-delay-500{
    transition-delay:500ms
  }

  .\32xl\:tw-delay-700{
    transition-delay:700ms
  }

  .\32xl\:tw-delay-1000{
    transition-delay:1000ms
  }

  .\32xl\:tw-duration-75{
    transition-duration:75ms
  }

  .\32xl\:tw-duration-100{
    transition-duration:100ms
  }

  .\32xl\:tw-duration-150{
    transition-duration:150ms
  }

  .\32xl\:tw-duration-200{
    transition-duration:200ms
  }

  .\32xl\:tw-duration-300{
    transition-duration:300ms
  }

  .\32xl\:tw-duration-500{
    transition-duration:500ms
  }

  .\32xl\:tw-duration-700{
    transition-duration:700ms
  }

  .\32xl\:tw-duration-1000{
    transition-duration:1000ms
  }

  .\32xl\:tw-ease-linear{
    transition-timing-function:linear
  }

  .\32xl\:tw-ease-in{
    transition-timing-function:cubic-bezier(0.4, 0, 1, 1)
  }

  .\32xl\:tw-ease-out{
    transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
  }

  .\32xl\:tw-ease-in-out{
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/assets/styles/style.scss (1) ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/

/**
 * Table Of Content
 *
 * 	1. Globals
 *	2. Headers
 *	3. Navigations
 *	4. Banners
 *	5. Footers
 *	6. app
 *	7. Widgets
 *	8. Custom Templates
 */

/* MaterialDesignIcons.com */

@font-face{
  font-family:"Material Design Icons";

  src:url('materialdesignicons-webfont.49d3b4ee7b1dee3671b0.eot?v=1.8.36');

  src:url('materialdesignicons-webfont.49d3b4ee7b1dee3671b0.eot?#iefix&v=1.8.36') format("embedded-opentype"),url('materialdesignicons-webfont.5cbc1ce0f8ee2c20e27b.woff2?v=1.8.36') format("woff2"),url('materialdesignicons-webfont.da5fb9dba31bb391d27e.woff?v=1.8.36') format("woff"),url('materialdesignicons-webfont.fa3815d439cf3406399e.ttf?v=1.8.36') format("truetype"),url('materialdesignicons-webfont.6e2d01c33ad82307e053.svg?v=1.8.36#materialdesigniconsregular') format("svg");

  font-weight:normal;

  font-style:normal
}

.mdi:before,.mdi-set{
  display:inline-block;
  font:normal normal normal 24px/1 "Material Design Icons";
  font-size:inherit;
  text-rendering:auto;
  line-height:inherit;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  transform:translate(0, 0)
}

.mdi-access-point:before{
  content:"\F002"
}

.mdi-access-point-network:before{
  content:"\F003"
}

.mdi-account:before{
  content:"\F004"
}

.mdi-account-alert:before{
  content:"\F005"
}

.mdi-account-box:before{
  content:"\F006"
}

.mdi-account-box-outline:before{
  content:"\F007"
}

.mdi-account-card-details:before{
  content:"\F5D2"
}

.mdi-account-check:before{
  content:"\F008"
}

.mdi-account-circle:before{
  content:"\F009"
}

.mdi-account-convert:before{
  content:"\F00A"
}

.mdi-account-edit:before{
  content:"\F6BB"
}

.mdi-account-key:before{
  content:"\F00B"
}

.mdi-account-location:before{
  content:"\F00C"
}

.mdi-account-minus:before{
  content:"\F00D"
}

.mdi-account-multiple:before{
  content:"\F00E"
}

.mdi-account-multiple-minus:before{
  content:"\F5D3"
}

.mdi-account-multiple-outline:before{
  content:"\F00F"
}

.mdi-account-multiple-plus:before{
  content:"\F010"
}

.mdi-account-network:before{
  content:"\F011"
}

.mdi-account-off:before{
  content:"\F012"
}

.mdi-account-outline:before{
  content:"\F013"
}

.mdi-account-plus:before{
  content:"\F014"
}

.mdi-account-remove:before{
  content:"\F015"
}

.mdi-account-search:before{
  content:"\F016"
}

.mdi-account-settings:before{
  content:"\F630"
}

.mdi-account-settings-variant:before{
  content:"\F631"
}

.mdi-account-star:before{
  content:"\F017"
}

.mdi-account-star-variant:before{
  content:"\F018"
}

.mdi-account-switch:before{
  content:"\F019"
}

.mdi-adjust:before{
  content:"\F01A"
}

.mdi-air-conditioner:before{
  content:"\F01B"
}

.mdi-airballoon:before{
  content:"\F01C"
}

.mdi-airplane:before{
  content:"\F01D"
}

.mdi-airplane-landing:before{
  content:"\F5D4"
}

.mdi-airplane-off:before{
  content:"\F01E"
}

.mdi-airplane-takeoff:before{
  content:"\F5D5"
}

.mdi-airplay:before{
  content:"\F01F"
}

.mdi-alarm:before{
  content:"\F020"
}

.mdi-alarm-check:before{
  content:"\F021"
}

.mdi-alarm-multiple:before{
  content:"\F022"
}

.mdi-alarm-off:before{
  content:"\F023"
}

.mdi-alarm-plus:before{
  content:"\F024"
}

.mdi-alarm-snooze:before{
  content:"\F68D"
}

.mdi-album:before{
  content:"\F025"
}

.mdi-alert:before{
  content:"\F026"
}

.mdi-alert-box:before{
  content:"\F027"
}

.mdi-alert-circle:before{
  content:"\F028"
}

.mdi-alert-circle-outline:before{
  content:"\F5D6"
}

.mdi-alert-octagon:before{
  content:"\F029"
}

.mdi-alert-octagram:before{
  content:"\F6BC"
}

.mdi-alert-outline:before{
  content:"\F02A"
}

.mdi-all-inclusive:before{
  content:"\F6BD"
}

.mdi-alpha:before{
  content:"\F02B"
}

.mdi-alphabetical:before{
  content:"\F02C"
}

.mdi-altimeter:before{
  content:"\F5D7"
}

.mdi-amazon:before{
  content:"\F02D"
}

.mdi-amazon-clouddrive:before{
  content:"\F02E"
}

.mdi-ambulance:before{
  content:"\F02F"
}

.mdi-amplifier:before{
  content:"\F030"
}

.mdi-anchor:before{
  content:"\F031"
}

.mdi-android:before{
  content:"\F032"
}

.mdi-android-debug-bridge:before{
  content:"\F033"
}

.mdi-android-studio:before{
  content:"\F034"
}

.mdi-angular:before{
  content:"\F6B1"
}

.mdi-angularjs:before{
  content:"\F6BE"
}

.mdi-animation:before{
  content:"\F5D8"
}

.mdi-apple:before{
  content:"\F035"
}

.mdi-apple-finder:before{
  content:"\F036"
}

.mdi-apple-ios:before{
  content:"\F037"
}

.mdi-apple-keyboard-caps:before{
  content:"\F632"
}

.mdi-apple-keyboard-command:before{
  content:"\F633"
}

.mdi-apple-keyboard-control:before{
  content:"\F634"
}

.mdi-apple-keyboard-option:before{
  content:"\F635"
}

.mdi-apple-keyboard-shift:before{
  content:"\F636"
}

.mdi-apple-mobileme:before{
  content:"\F038"
}

.mdi-apple-safari:before{
  content:"\F039"
}

.mdi-application:before{
  content:"\F614"
}

.mdi-apps:before{
  content:"\F03B"
}

.mdi-archive:before{
  content:"\F03C"
}

.mdi-arrange-bring-forward:before{
  content:"\F03D"
}

.mdi-arrange-bring-to-front:before{
  content:"\F03E"
}

.mdi-arrange-send-backward:before{
  content:"\F03F"
}

.mdi-arrange-send-to-back:before{
  content:"\F040"
}

.mdi-arrow-all:before{
  content:"\F041"
}

.mdi-arrow-bottom-left:before{
  content:"\F042"
}

.mdi-arrow-bottom-right:before{
  content:"\F043"
}

.mdi-arrow-compress:before{
  content:"\F615"
}

.mdi-arrow-compress-all:before{
  content:"\F044"
}

.mdi-arrow-down:before{
  content:"\F045"
}

.mdi-arrow-down-bold:before{
  content:"\F046"
}

.mdi-arrow-down-bold-circle:before{
  content:"\F047"
}

.mdi-arrow-down-bold-circle-outline:before{
  content:"\F048"
}

.mdi-arrow-down-bold-hexagon-outline:before{
  content:"\F049"
}

.mdi-arrow-down-box:before{
  content:"\F6BF"
}

.mdi-arrow-down-drop-circle:before{
  content:"\F04A"
}

.mdi-arrow-down-drop-circle-outline:before{
  content:"\F04B"
}

.mdi-arrow-expand:before{
  content:"\F616"
}

.mdi-arrow-expand-all:before{
  content:"\F04C"
}

.mdi-arrow-left:before{
  content:"\F04D"
}

.mdi-arrow-left-bold:before{
  content:"\F04E"
}

.mdi-arrow-left-bold-circle:before{
  content:"\F04F"
}

.mdi-arrow-left-bold-circle-outline:before{
  content:"\F050"
}

.mdi-arrow-left-bold-hexagon-outline:before{
  content:"\F051"
}

.mdi-arrow-left-box:before{
  content:"\F6C0"
}

.mdi-arrow-left-drop-circle:before{
  content:"\F052"
}

.mdi-arrow-left-drop-circle-outline:before{
  content:"\F053"
}

.mdi-arrow-right:before{
  content:"\F054"
}

.mdi-arrow-right-bold:before{
  content:"\F055"
}

.mdi-arrow-right-bold-circle:before{
  content:"\F056"
}

.mdi-arrow-right-bold-circle-outline:before{
  content:"\F057"
}

.mdi-arrow-right-bold-hexagon-outline:before{
  content:"\F058"
}

.mdi-arrow-right-box:before{
  content:"\F6C1"
}

.mdi-arrow-right-drop-circle:before{
  content:"\F059"
}

.mdi-arrow-right-drop-circle-outline:before{
  content:"\F05A"
}

.mdi-arrow-top-left:before{
  content:"\F05B"
}

.mdi-arrow-top-right:before{
  content:"\F05C"
}

.mdi-arrow-up:before{
  content:"\F05D"
}

.mdi-arrow-up-bold:before{
  content:"\F05E"
}

.mdi-arrow-up-bold-circle:before{
  content:"\F05F"
}

.mdi-arrow-up-bold-circle-outline:before{
  content:"\F060"
}

.mdi-arrow-up-bold-hexagon-outline:before{
  content:"\F061"
}

.mdi-arrow-up-box:before{
  content:"\F6C2"
}

.mdi-arrow-up-drop-circle:before{
  content:"\F062"
}

.mdi-arrow-up-drop-circle-outline:before{
  content:"\F063"
}

.mdi-assistant:before{
  content:"\F064"
}

.mdi-asterisk:before{
  content:"\F6C3"
}

.mdi-at:before{
  content:"\F065"
}

.mdi-attachment:before{
  content:"\F066"
}

.mdi-audiobook:before{
  content:"\F067"
}

.mdi-auto-fix:before{
  content:"\F068"
}

.mdi-auto-upload:before{
  content:"\F069"
}

.mdi-autorenew:before{
  content:"\F06A"
}

.mdi-av-timer:before{
  content:"\F06B"
}

.mdi-baby:before{
  content:"\F06C"
}

.mdi-baby-buggy:before{
  content:"\F68E"
}

.mdi-backburger:before{
  content:"\F06D"
}

.mdi-backspace:before{
  content:"\F06E"
}

.mdi-backup-restore:before{
  content:"\F06F"
}

.mdi-bandcamp:before{
  content:"\F674"
}

.mdi-bank:before{
  content:"\F070"
}

.mdi-barcode:before{
  content:"\F071"
}

.mdi-barcode-scan:before{
  content:"\F072"
}

.mdi-barley:before{
  content:"\F073"
}

.mdi-barrel:before{
  content:"\F074"
}

.mdi-basecamp:before{
  content:"\F075"
}

.mdi-basket:before{
  content:"\F076"
}

.mdi-basket-fill:before{
  content:"\F077"
}

.mdi-basket-unfill:before{
  content:"\F078"
}

.mdi-battery:before{
  content:"\F079"
}

.mdi-battery-10:before{
  content:"\F07A"
}

.mdi-battery-20:before{
  content:"\F07B"
}

.mdi-battery-30:before{
  content:"\F07C"
}

.mdi-battery-40:before{
  content:"\F07D"
}

.mdi-battery-50:before{
  content:"\F07E"
}

.mdi-battery-60:before{
  content:"\F07F"
}

.mdi-battery-70:before{
  content:"\F080"
}

.mdi-battery-80:before{
  content:"\F081"
}

.mdi-battery-90:before{
  content:"\F082"
}

.mdi-battery-alert:before{
  content:"\F083"
}

.mdi-battery-charging:before{
  content:"\F084"
}

.mdi-battery-charging-100:before{
  content:"\F085"
}

.mdi-battery-charging-20:before{
  content:"\F086"
}

.mdi-battery-charging-30:before{
  content:"\F087"
}

.mdi-battery-charging-40:before{
  content:"\F088"
}

.mdi-battery-charging-60:before{
  content:"\F089"
}

.mdi-battery-charging-80:before{
  content:"\F08A"
}

.mdi-battery-charging-90:before{
  content:"\F08B"
}

.mdi-battery-minus:before{
  content:"\F08C"
}

.mdi-battery-negative:before{
  content:"\F08D"
}

.mdi-battery-outline:before{
  content:"\F08E"
}

.mdi-battery-plus:before{
  content:"\F08F"
}

.mdi-battery-positive:before{
  content:"\F090"
}

.mdi-battery-unknown:before{
  content:"\F091"
}

.mdi-beach:before{
  content:"\F092"
}

.mdi-beaker:before{
  content:"\F68F"
}

.mdi-beats:before{
  content:"\F097"
}

.mdi-beer:before{
  content:"\F098"
}

.mdi-behance:before{
  content:"\F099"
}

.mdi-bell:before{
  content:"\F09A"
}

.mdi-bell-off:before{
  content:"\F09B"
}

.mdi-bell-outline:before{
  content:"\F09C"
}

.mdi-bell-plus:before{
  content:"\F09D"
}

.mdi-bell-ring:before{
  content:"\F09E"
}

.mdi-bell-ring-outline:before{
  content:"\F09F"
}

.mdi-bell-sleep:before{
  content:"\F0A0"
}

.mdi-beta:before{
  content:"\F0A1"
}

.mdi-bible:before{
  content:"\F0A2"
}

.mdi-bike:before{
  content:"\F0A3"
}

.mdi-bing:before{
  content:"\F0A4"
}

.mdi-binoculars:before{
  content:"\F0A5"
}

.mdi-bio:before{
  content:"\F0A6"
}

.mdi-biohazard:before{
  content:"\F0A7"
}

.mdi-bitbucket:before{
  content:"\F0A8"
}

.mdi-black-mesa:before{
  content:"\F0A9"
}

.mdi-blackberry:before{
  content:"\F0AA"
}

.mdi-blender:before{
  content:"\F0AB"
}

.mdi-blinds:before{
  content:"\F0AC"
}

.mdi-block-helper:before{
  content:"\F0AD"
}

.mdi-blogger:before{
  content:"\F0AE"
}

.mdi-bluetooth:before{
  content:"\F0AF"
}

.mdi-bluetooth-audio:before{
  content:"\F0B0"
}

.mdi-bluetooth-connect:before{
  content:"\F0B1"
}

.mdi-bluetooth-off:before{
  content:"\F0B2"
}

.mdi-bluetooth-settings:before{
  content:"\F0B3"
}

.mdi-bluetooth-transfer:before{
  content:"\F0B4"
}

.mdi-blur:before{
  content:"\F0B5"
}

.mdi-blur-linear:before{
  content:"\F0B6"
}

.mdi-blur-off:before{
  content:"\F0B7"
}

.mdi-blur-radial:before{
  content:"\F0B8"
}

.mdi-bomb:before{
  content:"\F690"
}

.mdi-bomb-off:before{
  content:"\F6C4"
}

.mdi-bone:before{
  content:"\F0B9"
}

.mdi-book:before{
  content:"\F0BA"
}

.mdi-book-minus:before{
  content:"\F5D9"
}

.mdi-book-multiple:before{
  content:"\F0BB"
}

.mdi-book-multiple-variant:before{
  content:"\F0BC"
}

.mdi-book-open:before{
  content:"\F0BD"
}

.mdi-book-open-page-variant:before{
  content:"\F5DA"
}

.mdi-book-open-variant:before{
  content:"\F0BE"
}

.mdi-book-plus:before{
  content:"\F5DB"
}

.mdi-book-variant:before{
  content:"\F0BF"
}

.mdi-bookmark:before{
  content:"\F0C0"
}

.mdi-bookmark-check:before{
  content:"\F0C1"
}

.mdi-bookmark-music:before{
  content:"\F0C2"
}

.mdi-bookmark-outline:before{
  content:"\F0C3"
}

.mdi-bookmark-plus:before{
  content:"\F0C5"
}

.mdi-bookmark-plus-outline:before{
  content:"\F0C4"
}

.mdi-bookmark-remove:before{
  content:"\F0C6"
}

.mdi-boombox:before{
  content:"\F5DC"
}

.mdi-bootstrap:before{
  content:"\F6C5"
}

.mdi-border-all:before{
  content:"\F0C7"
}

.mdi-border-bottom:before{
  content:"\F0C8"
}

.mdi-border-color:before{
  content:"\F0C9"
}

.mdi-border-horizontal:before{
  content:"\F0CA"
}

.mdi-border-inside:before{
  content:"\F0CB"
}

.mdi-border-left:before{
  content:"\F0CC"
}

.mdi-border-none:before{
  content:"\F0CD"
}

.mdi-border-outside:before{
  content:"\F0CE"
}

.mdi-border-right:before{
  content:"\F0CF"
}

.mdi-border-style:before{
  content:"\F0D0"
}

.mdi-border-top:before{
  content:"\F0D1"
}

.mdi-border-vertical:before{
  content:"\F0D2"
}

.mdi-bow-tie:before{
  content:"\F677"
}

.mdi-bowl:before{
  content:"\F617"
}

.mdi-bowling:before{
  content:"\F0D3"
}

.mdi-box:before{
  content:"\F0D4"
}

.mdi-box-cutter:before{
  content:"\F0D5"
}

.mdi-box-shadow:before{
  content:"\F637"
}

.mdi-bridge:before{
  content:"\F618"
}

.mdi-briefcase:before{
  content:"\F0D6"
}

.mdi-briefcase-check:before{
  content:"\F0D7"
}

.mdi-briefcase-download:before{
  content:"\F0D8"
}

.mdi-briefcase-upload:before{
  content:"\F0D9"
}

.mdi-brightness-1:before{
  content:"\F0DA"
}

.mdi-brightness-2:before{
  content:"\F0DB"
}

.mdi-brightness-3:before{
  content:"\F0DC"
}

.mdi-brightness-4:before{
  content:"\F0DD"
}

.mdi-brightness-5:before{
  content:"\F0DE"
}

.mdi-brightness-6:before{
  content:"\F0DF"
}

.mdi-brightness-7:before{
  content:"\F0E0"
}

.mdi-brightness-auto:before{
  content:"\F0E1"
}

.mdi-broom:before{
  content:"\F0E2"
}

.mdi-brush:before{
  content:"\F0E3"
}

.mdi-buffer:before{
  content:"\F619"
}

.mdi-bug:before{
  content:"\F0E4"
}

.mdi-bulletin-board:before{
  content:"\F0E5"
}

.mdi-bullhorn:before{
  content:"\F0E6"
}

.mdi-bullseye:before{
  content:"\F5DD"
}

.mdi-burst-mode:before{
  content:"\F5DE"
}

.mdi-bus:before{
  content:"\F0E7"
}

.mdi-cached:before{
  content:"\F0E8"
}

.mdi-cake:before{
  content:"\F0E9"
}

.mdi-cake-layered:before{
  content:"\F0EA"
}

.mdi-cake-variant:before{
  content:"\F0EB"
}

.mdi-calculator:before{
  content:"\F0EC"
}

.mdi-calendar:before{
  content:"\F0ED"
}

.mdi-calendar-blank:before{
  content:"\F0EE"
}

.mdi-calendar-check:before{
  content:"\F0EF"
}

.mdi-calendar-clock:before{
  content:"\F0F0"
}

.mdi-calendar-multiple:before{
  content:"\F0F1"
}

.mdi-calendar-multiple-check:before{
  content:"\F0F2"
}

.mdi-calendar-plus:before{
  content:"\F0F3"
}

.mdi-calendar-question:before{
  content:"\F691"
}

.mdi-calendar-range:before{
  content:"\F678"
}

.mdi-calendar-remove:before{
  content:"\F0F4"
}

.mdi-calendar-text:before{
  content:"\F0F5"
}

.mdi-calendar-today:before{
  content:"\F0F6"
}

.mdi-call-made:before{
  content:"\F0F7"
}

.mdi-call-merge:before{
  content:"\F0F8"
}

.mdi-call-missed:before{
  content:"\F0F9"
}

.mdi-call-received:before{
  content:"\F0FA"
}

.mdi-call-split:before{
  content:"\F0FB"
}

.mdi-camcorder:before{
  content:"\F0FC"
}

.mdi-camcorder-box:before{
  content:"\F0FD"
}

.mdi-camcorder-box-off:before{
  content:"\F0FE"
}

.mdi-camcorder-off:before{
  content:"\F0FF"
}

.mdi-camera:before{
  content:"\F100"
}

.mdi-camera-burst:before{
  content:"\F692"
}

.mdi-camera-enhance:before{
  content:"\F101"
}

.mdi-camera-front:before{
  content:"\F102"
}

.mdi-camera-front-variant:before{
  content:"\F103"
}

.mdi-camera-iris:before{
  content:"\F104"
}

.mdi-camera-off:before{
  content:"\F5DF"
}

.mdi-camera-party-mode:before{
  content:"\F105"
}

.mdi-camera-rear:before{
  content:"\F106"
}

.mdi-camera-rear-variant:before{
  content:"\F107"
}

.mdi-camera-switch:before{
  content:"\F108"
}

.mdi-camera-timer:before{
  content:"\F109"
}

.mdi-candle:before{
  content:"\F5E2"
}

.mdi-candycane:before{
  content:"\F10A"
}

.mdi-car:before{
  content:"\F10B"
}

.mdi-car-battery:before{
  content:"\F10C"
}

.mdi-car-connected:before{
  content:"\F10D"
}

.mdi-car-wash:before{
  content:"\F10E"
}

.mdi-cards:before{
  content:"\F638"
}

.mdi-cards-outline:before{
  content:"\F639"
}

.mdi-cards-playing-outline:before{
  content:"\F63A"
}

.mdi-cards-variant:before{
  content:"\F6C6"
}

.mdi-carrot:before{
  content:"\F10F"
}

.mdi-cart:before{
  content:"\F110"
}

.mdi-cart-off:before{
  content:"\F66B"
}

.mdi-cart-outline:before{
  content:"\F111"
}

.mdi-cart-plus:before{
  content:"\F112"
}

.mdi-case-sensitive-alt:before{
  content:"\F113"
}

.mdi-cash:before{
  content:"\F114"
}

.mdi-cash-100:before{
  content:"\F115"
}

.mdi-cash-multiple:before{
  content:"\F116"
}

.mdi-cash-usd:before{
  content:"\F117"
}

.mdi-cast:before{
  content:"\F118"
}

.mdi-cast-connected:before{
  content:"\F119"
}

.mdi-castle:before{
  content:"\F11A"
}

.mdi-cat:before{
  content:"\F11B"
}

.mdi-cellphone:before{
  content:"\F11C"
}

.mdi-cellphone-android:before{
  content:"\F11D"
}

.mdi-cellphone-basic:before{
  content:"\F11E"
}

.mdi-cellphone-dock:before{
  content:"\F11F"
}

.mdi-cellphone-iphone:before{
  content:"\F120"
}

.mdi-cellphone-link:before{
  content:"\F121"
}

.mdi-cellphone-link-off:before{
  content:"\F122"
}

.mdi-cellphone-settings:before{
  content:"\F123"
}

.mdi-certificate:before{
  content:"\F124"
}

.mdi-chair-school:before{
  content:"\F125"
}

.mdi-chart-arc:before{
  content:"\F126"
}

.mdi-chart-areaspline:before{
  content:"\F127"
}

.mdi-chart-bar:before{
  content:"\F128"
}

.mdi-chart-bubble:before{
  content:"\F5E3"
}

.mdi-chart-gantt:before{
  content:"\F66C"
}

.mdi-chart-histogram:before{
  content:"\F129"
}

.mdi-chart-line:before{
  content:"\F12A"
}

.mdi-chart-pie:before{
  content:"\F12B"
}

.mdi-chart-scatterplot-hexbin:before{
  content:"\F66D"
}

.mdi-chart-timeline:before{
  content:"\F66E"
}

.mdi-check:before{
  content:"\F12C"
}

.mdi-check-all:before{
  content:"\F12D"
}

.mdi-check-circle:before{
  content:"\F5E0"
}

.mdi-check-circle-outline:before{
  content:"\F5E1"
}

.mdi-checkbox-blank:before{
  content:"\F12E"
}

.mdi-checkbox-blank-circle:before{
  content:"\F12F"
}

.mdi-checkbox-blank-circle-outline:before{
  content:"\F130"
}

.mdi-checkbox-blank-outline:before{
  content:"\F131"
}

.mdi-checkbox-marked:before{
  content:"\F132"
}

.mdi-checkbox-marked-circle:before{
  content:"\F133"
}

.mdi-checkbox-marked-circle-outline:before{
  content:"\F134"
}

.mdi-checkbox-marked-outline:before{
  content:"\F135"
}

.mdi-checkbox-multiple-blank:before{
  content:"\F136"
}

.mdi-checkbox-multiple-blank-circle:before{
  content:"\F63B"
}

.mdi-checkbox-multiple-blank-circle-outline:before{
  content:"\F63C"
}

.mdi-checkbox-multiple-blank-outline:before{
  content:"\F137"
}

.mdi-checkbox-multiple-marked:before{
  content:"\F138"
}

.mdi-checkbox-multiple-marked-circle:before{
  content:"\F63D"
}

.mdi-checkbox-multiple-marked-circle-outline:before{
  content:"\F63E"
}

.mdi-checkbox-multiple-marked-outline:before{
  content:"\F139"
}

.mdi-checkerboard:before{
  content:"\F13A"
}

.mdi-chemical-weapon:before{
  content:"\F13B"
}

.mdi-chevron-double-down:before{
  content:"\F13C"
}

.mdi-chevron-double-left:before{
  content:"\F13D"
}

.mdi-chevron-double-right:before{
  content:"\F13E"
}

.mdi-chevron-double-up:before{
  content:"\F13F"
}

.mdi-chevron-down:before{
  content:"\F140"
}

.mdi-chevron-left:before{
  content:"\F141"
}

.mdi-chevron-right:before{
  content:"\F142"
}

.mdi-chevron-up:before{
  content:"\F143"
}

.mdi-chip:before{
  content:"\F61A"
}

.mdi-church:before{
  content:"\F144"
}

.mdi-cisco-webex:before{
  content:"\F145"
}

.mdi-city:before{
  content:"\F146"
}

.mdi-clipboard:before{
  content:"\F147"
}

.mdi-clipboard-account:before{
  content:"\F148"
}

.mdi-clipboard-alert:before{
  content:"\F149"
}

.mdi-clipboard-arrow-down:before{
  content:"\F14A"
}

.mdi-clipboard-arrow-left:before{
  content:"\F14B"
}

.mdi-clipboard-check:before{
  content:"\F14C"
}

.mdi-clipboard-flow:before{
  content:"\F6C7"
}

.mdi-clipboard-outline:before{
  content:"\F14D"
}

.mdi-clipboard-text:before{
  content:"\F14E"
}

.mdi-clippy:before{
  content:"\F14F"
}

.mdi-clock:before{
  content:"\F150"
}

.mdi-clock-alert:before{
  content:"\F5CE"
}

.mdi-clock-end:before{
  content:"\F151"
}

.mdi-clock-fast:before{
  content:"\F152"
}

.mdi-clock-in:before{
  content:"\F153"
}

.mdi-clock-out:before{
  content:"\F154"
}

.mdi-clock-start:before{
  content:"\F155"
}

.mdi-close:before{
  content:"\F156"
}

.mdi-close-box:before{
  content:"\F157"
}

.mdi-close-box-outline:before{
  content:"\F158"
}

.mdi-close-circle:before{
  content:"\F159"
}

.mdi-close-circle-outline:before{
  content:"\F15A"
}

.mdi-close-network:before{
  content:"\F15B"
}

.mdi-close-octagon:before{
  content:"\F15C"
}

.mdi-close-octagon-outline:before{
  content:"\F15D"
}

.mdi-close-outline:before{
  content:"\F6C8"
}

.mdi-closed-caption:before{
  content:"\F15E"
}

.mdi-cloud:before{
  content:"\F15F"
}

.mdi-cloud-check:before{
  content:"\F160"
}

.mdi-cloud-circle:before{
  content:"\F161"
}

.mdi-cloud-download:before{
  content:"\F162"
}

.mdi-cloud-outline:before{
  content:"\F163"
}

.mdi-cloud-outline-off:before{
  content:"\F164"
}

.mdi-cloud-print:before{
  content:"\F165"
}

.mdi-cloud-print-outline:before{
  content:"\F166"
}

.mdi-cloud-sync:before{
  content:"\F63F"
}

.mdi-cloud-upload:before{
  content:"\F167"
}

.mdi-code-array:before{
  content:"\F168"
}

.mdi-code-braces:before{
  content:"\F169"
}

.mdi-code-brackets:before{
  content:"\F16A"
}

.mdi-code-equal:before{
  content:"\F16B"
}

.mdi-code-greater-than:before{
  content:"\F16C"
}

.mdi-code-greater-than-or-equal:before{
  content:"\F16D"
}

.mdi-code-less-than:before{
  content:"\F16E"
}

.mdi-code-less-than-or-equal:before{
  content:"\F16F"
}

.mdi-code-not-equal:before{
  content:"\F170"
}

.mdi-code-not-equal-variant:before{
  content:"\F171"
}

.mdi-code-parentheses:before{
  content:"\F172"
}

.mdi-code-string:before{
  content:"\F173"
}

.mdi-code-tags:before{
  content:"\F174"
}

.mdi-code-tags-check:before{
  content:"\F693"
}

.mdi-codepen:before{
  content:"\F175"
}

.mdi-coffee:before{
  content:"\F176"
}

.mdi-coffee-outline:before{
  content:"\F6C9"
}

.mdi-coffee-to-go:before{
  content:"\F177"
}

.mdi-coin:before{
  content:"\F178"
}

.mdi-coins:before{
  content:"\F694"
}

.mdi-collage:before{
  content:"\F640"
}

.mdi-color-helper:before{
  content:"\F179"
}

.mdi-comment:before{
  content:"\F17A"
}

.mdi-comment-account:before{
  content:"\F17B"
}

.mdi-comment-account-outline:before{
  content:"\F17C"
}

.mdi-comment-alert:before{
  content:"\F17D"
}

.mdi-comment-alert-outline:before{
  content:"\F17E"
}

.mdi-comment-check:before{
  content:"\F17F"
}

.mdi-comment-check-outline:before{
  content:"\F180"
}

.mdi-comment-multiple-outline:before{
  content:"\F181"
}

.mdi-comment-outline:before{
  content:"\F182"
}

.mdi-comment-plus-outline:before{
  content:"\F183"
}

.mdi-comment-processing:before{
  content:"\F184"
}

.mdi-comment-processing-outline:before{
  content:"\F185"
}

.mdi-comment-question-outline:before{
  content:"\F186"
}

.mdi-comment-remove-outline:before{
  content:"\F187"
}

.mdi-comment-text:before{
  content:"\F188"
}

.mdi-comment-text-outline:before{
  content:"\F189"
}

.mdi-compare:before{
  content:"\F18A"
}

.mdi-compass:before{
  content:"\F18B"
}

.mdi-compass-outline:before{
  content:"\F18C"
}

.mdi-console:before{
  content:"\F18D"
}

.mdi-contact-mail:before{
  content:"\F18E"
}

.mdi-contacts:before{
  content:"\F6CA"
}

.mdi-content-copy:before{
  content:"\F18F"
}

.mdi-content-cut:before{
  content:"\F190"
}

.mdi-content-duplicate:before{
  content:"\F191"
}

.mdi-content-paste:before{
  content:"\F192"
}

.mdi-content-save:before{
  content:"\F193"
}

.mdi-content-save-all:before{
  content:"\F194"
}

.mdi-content-save-settings:before{
  content:"\F61B"
}

.mdi-contrast:before{
  content:"\F195"
}

.mdi-contrast-box:before{
  content:"\F196"
}

.mdi-contrast-circle:before{
  content:"\F197"
}

.mdi-cookie:before{
  content:"\F198"
}

.mdi-copyright:before{
  content:"\F5E6"
}

.mdi-counter:before{
  content:"\F199"
}

.mdi-cow:before{
  content:"\F19A"
}

.mdi-creation:before{
  content:"\F1C9"
}

.mdi-credit-card:before{
  content:"\F19B"
}

.mdi-credit-card-multiple:before{
  content:"\F19C"
}

.mdi-credit-card-off:before{
  content:"\F5E4"
}

.mdi-credit-card-plus:before{
  content:"\F675"
}

.mdi-credit-card-scan:before{
  content:"\F19D"
}

.mdi-crop:before{
  content:"\F19E"
}

.mdi-crop-free:before{
  content:"\F19F"
}

.mdi-crop-landscape:before{
  content:"\F1A0"
}

.mdi-crop-portrait:before{
  content:"\F1A1"
}

.mdi-crop-rotate:before{
  content:"\F695"
}

.mdi-crop-square:before{
  content:"\F1A2"
}

.mdi-crosshairs:before{
  content:"\F1A3"
}

.mdi-crosshairs-gps:before{
  content:"\F1A4"
}

.mdi-crown:before{
  content:"\F1A5"
}

.mdi-cube:before{
  content:"\F1A6"
}

.mdi-cube-outline:before{
  content:"\F1A7"
}

.mdi-cube-send:before{
  content:"\F1A8"
}

.mdi-cube-unfolded:before{
  content:"\F1A9"
}

.mdi-cup:before{
  content:"\F1AA"
}

.mdi-cup-off:before{
  content:"\F5E5"
}

.mdi-cup-water:before{
  content:"\F1AB"
}

.mdi-currency-btc:before{
  content:"\F1AC"
}

.mdi-currency-eur:before{
  content:"\F1AD"
}

.mdi-currency-gbp:before{
  content:"\F1AE"
}

.mdi-currency-inr:before{
  content:"\F1AF"
}

.mdi-currency-ngn:before{
  content:"\F1B0"
}

.mdi-currency-rub:before{
  content:"\F1B1"
}

.mdi-currency-try:before{
  content:"\F1B2"
}

.mdi-currency-usd:before{
  content:"\F1B3"
}

.mdi-currency-usd-off:before{
  content:"\F679"
}

.mdi-cursor-default:before{
  content:"\F1B4"
}

.mdi-cursor-default-outline:before{
  content:"\F1B5"
}

.mdi-cursor-move:before{
  content:"\F1B6"
}

.mdi-cursor-pointer:before{
  content:"\F1B7"
}

.mdi-cursor-text:before{
  content:"\F5E7"
}

.mdi-database:before{
  content:"\F1B8"
}

.mdi-database-minus:before{
  content:"\F1B9"
}

.mdi-database-plus:before{
  content:"\F1BA"
}

.mdi-debug-step-into:before{
  content:"\F1BB"
}

.mdi-debug-step-out:before{
  content:"\F1BC"
}

.mdi-debug-step-over:before{
  content:"\F1BD"
}

.mdi-decimal-decrease:before{
  content:"\F1BE"
}

.mdi-decimal-increase:before{
  content:"\F1BF"
}

.mdi-delete:before{
  content:"\F1C0"
}

.mdi-delete-circle:before{
  content:"\F682"
}

.mdi-delete-empty:before{
  content:"\F6CB"
}

.mdi-delete-forever:before{
  content:"\F5E8"
}

.mdi-delete-sweep:before{
  content:"\F5E9"
}

.mdi-delete-variant:before{
  content:"\F1C1"
}

.mdi-delta:before{
  content:"\F1C2"
}

.mdi-deskphone:before{
  content:"\F1C3"
}

.mdi-desktop-mac:before{
  content:"\F1C4"
}

.mdi-desktop-tower:before{
  content:"\F1C5"
}

.mdi-details:before{
  content:"\F1C6"
}

.mdi-developer-board:before{
  content:"\F696"
}

.mdi-deviantart:before{
  content:"\F1C7"
}

.mdi-dialpad:before{
  content:"\F61C"
}

.mdi-diamond:before{
  content:"\F1C8"
}

.mdi-dice-1:before{
  content:"\F1CA"
}

.mdi-dice-2:before{
  content:"\F1CB"
}

.mdi-dice-3:before{
  content:"\F1CC"
}

.mdi-dice-4:before{
  content:"\F1CD"
}

.mdi-dice-5:before{
  content:"\F1CE"
}

.mdi-dice-6:before{
  content:"\F1CF"
}

.mdi-dice-d20:before{
  content:"\F5EA"
}

.mdi-dice-d4:before{
  content:"\F5EB"
}

.mdi-dice-d6:before{
  content:"\F5EC"
}

.mdi-dice-d8:before{
  content:"\F5ED"
}

.mdi-dictionary:before{
  content:"\F61D"
}

.mdi-directions:before{
  content:"\F1D0"
}

.mdi-directions-fork:before{
  content:"\F641"
}

.mdi-discord:before{
  content:"\F66F"
}

.mdi-disk:before{
  content:"\F5EE"
}

.mdi-disk-alert:before{
  content:"\F1D1"
}

.mdi-disqus:before{
  content:"\F1D2"
}

.mdi-disqus-outline:before{
  content:"\F1D3"
}

.mdi-division:before{
  content:"\F1D4"
}

.mdi-division-box:before{
  content:"\F1D5"
}

.mdi-dna:before{
  content:"\F683"
}

.mdi-dns:before{
  content:"\F1D6"
}

.mdi-do-not-disturb:before{
  content:"\F697"
}

.mdi-do-not-disturb-off:before{
  content:"\F698"
}

.mdi-dolby:before{
  content:"\F6B2"
}

.mdi-domain:before{
  content:"\F1D7"
}

.mdi-dots-horizontal:before{
  content:"\F1D8"
}

.mdi-dots-vertical:before{
  content:"\F1D9"
}

.mdi-douban:before{
  content:"\F699"
}

.mdi-download:before{
  content:"\F1DA"
}

.mdi-drag:before{
  content:"\F1DB"
}

.mdi-drag-horizontal:before{
  content:"\F1DC"
}

.mdi-drag-vertical:before{
  content:"\F1DD"
}

.mdi-drawing:before{
  content:"\F1DE"
}

.mdi-drawing-box:before{
  content:"\F1DF"
}

.mdi-dribbble:before{
  content:"\F1E0"
}

.mdi-dribbble-box:before{
  content:"\F1E1"
}

.mdi-drone:before{
  content:"\F1E2"
}

.mdi-dropbox:before{
  content:"\F1E3"
}

.mdi-drupal:before{
  content:"\F1E4"
}

.mdi-duck:before{
  content:"\F1E5"
}

.mdi-dumbbell:before{
  content:"\F1E6"
}

.mdi-earth:before{
  content:"\F1E7"
}

.mdi-earth-box:before{
  content:"\F6CC"
}

.mdi-earth-box-off:before{
  content:"\F6CD"
}

.mdi-earth-off:before{
  content:"\F1E8"
}

.mdi-edge:before{
  content:"\F1E9"
}

.mdi-eject:before{
  content:"\F1EA"
}

.mdi-elevation-decline:before{
  content:"\F1EB"
}

.mdi-elevation-rise:before{
  content:"\F1EC"
}

.mdi-elevator:before{
  content:"\F1ED"
}

.mdi-email:before{
  content:"\F1EE"
}

.mdi-email-alert:before{
  content:"\F6CE"
}

.mdi-email-open:before{
  content:"\F1EF"
}

.mdi-email-open-outline:before{
  content:"\F5EF"
}

.mdi-email-outline:before{
  content:"\F1F0"
}

.mdi-email-secure:before{
  content:"\F1F1"
}

.mdi-email-variant:before{
  content:"\F5F0"
}

.mdi-emby:before{
  content:"\F6B3"
}

.mdi-emoticon:before{
  content:"\F1F2"
}

.mdi-emoticon-cool:before{
  content:"\F1F3"
}

.mdi-emoticon-dead:before{
  content:"\F69A"
}

.mdi-emoticon-devil:before{
  content:"\F1F4"
}

.mdi-emoticon-excited:before{
  content:"\F69B"
}

.mdi-emoticon-happy:before{
  content:"\F1F5"
}

.mdi-emoticon-neutral:before{
  content:"\F1F6"
}

.mdi-emoticon-poop:before{
  content:"\F1F7"
}

.mdi-emoticon-sad:before{
  content:"\F1F8"
}

.mdi-emoticon-tongue:before{
  content:"\F1F9"
}

.mdi-engine:before{
  content:"\F1FA"
}

.mdi-engine-outline:before{
  content:"\F1FB"
}

.mdi-equal:before{
  content:"\F1FC"
}

.mdi-equal-box:before{
  content:"\F1FD"
}

.mdi-eraser:before{
  content:"\F1FE"
}

.mdi-eraser-variant:before{
  content:"\F642"
}

.mdi-escalator:before{
  content:"\F1FF"
}

.mdi-ethernet:before{
  content:"\F200"
}

.mdi-ethernet-cable:before{
  content:"\F201"
}

.mdi-ethernet-cable-off:before{
  content:"\F202"
}

.mdi-etsy:before{
  content:"\F203"
}

.mdi-ev-station:before{
  content:"\F5F1"
}

.mdi-evernote:before{
  content:"\F204"
}

.mdi-exclamation:before{
  content:"\F205"
}

.mdi-exit-to-app:before{
  content:"\F206"
}

.mdi-export:before{
  content:"\F207"
}

.mdi-eye:before{
  content:"\F208"
}

.mdi-eye-off:before{
  content:"\F209"
}

.mdi-eye-outline:before{
  content:"\F6CF"
}

.mdi-eye-outline-off:before{
  content:"\F6D0"
}

.mdi-eyedropper:before{
  content:"\F20A"
}

.mdi-eyedropper-variant:before{
  content:"\F20B"
}

.mdi-face:before{
  content:"\F643"
}

.mdi-face-profile:before{
  content:"\F644"
}

.mdi-facebook:before{
  content:"\F20C"
}

.mdi-facebook-box:before{
  content:"\F20D"
}

.mdi-facebook-messenger:before{
  content:"\F20E"
}

.mdi-factory:before{
  content:"\F20F"
}

.mdi-fan:before{
  content:"\F210"
}

.mdi-fast-forward:before{
  content:"\F211"
}

.mdi-fast-forward-outline:before{
  content:"\F6D1"
}

.mdi-fax:before{
  content:"\F212"
}

.mdi-feather:before{
  content:"\F6D2"
}

.mdi-ferry:before{
  content:"\F213"
}

.mdi-file:before{
  content:"\F214"
}

.mdi-file-chart:before{
  content:"\F215"
}

.mdi-file-check:before{
  content:"\F216"
}

.mdi-file-cloud:before{
  content:"\F217"
}

.mdi-file-delimited:before{
  content:"\F218"
}

.mdi-file-document:before{
  content:"\F219"
}

.mdi-file-document-box:before{
  content:"\F21A"
}

.mdi-file-excel:before{
  content:"\F21B"
}

.mdi-file-excel-box:before{
  content:"\F21C"
}

.mdi-file-export:before{
  content:"\F21D"
}

.mdi-file-find:before{
  content:"\F21E"
}

.mdi-file-hidden:before{
  content:"\F613"
}

.mdi-file-image:before{
  content:"\F21F"
}

.mdi-file-import:before{
  content:"\F220"
}

.mdi-file-lock:before{
  content:"\F221"
}

.mdi-file-multiple:before{
  content:"\F222"
}

.mdi-file-music:before{
  content:"\F223"
}

.mdi-file-outline:before{
  content:"\F224"
}

.mdi-file-pdf:before{
  content:"\F225"
}

.mdi-file-pdf-box:before{
  content:"\F226"
}

.mdi-file-powerpoint:before{
  content:"\F227"
}

.mdi-file-powerpoint-box:before{
  content:"\F228"
}

.mdi-file-presentation-box:before{
  content:"\F229"
}

.mdi-file-restore:before{
  content:"\F670"
}

.mdi-file-send:before{
  content:"\F22A"
}

.mdi-file-tree:before{
  content:"\F645"
}

.mdi-file-video:before{
  content:"\F22B"
}

.mdi-file-word:before{
  content:"\F22C"
}

.mdi-file-word-box:before{
  content:"\F22D"
}

.mdi-file-xml:before{
  content:"\F22E"
}

.mdi-film:before{
  content:"\F22F"
}

.mdi-filmstrip:before{
  content:"\F230"
}

.mdi-filmstrip-off:before{
  content:"\F231"
}

.mdi-filter:before{
  content:"\F232"
}

.mdi-filter-outline:before{
  content:"\F233"
}

.mdi-filter-remove:before{
  content:"\F234"
}

.mdi-filter-remove-outline:before{
  content:"\F235"
}

.mdi-filter-variant:before{
  content:"\F236"
}

.mdi-find-replace:before{
  content:"\F6D3"
}

.mdi-fingerprint:before{
  content:"\F237"
}

.mdi-fire:before{
  content:"\F238"
}

.mdi-firefox:before{
  content:"\F239"
}

.mdi-fish:before{
  content:"\F23A"
}

.mdi-flag:before{
  content:"\F23B"
}

.mdi-flag-checkered:before{
  content:"\F23C"
}

.mdi-flag-outline:before{
  content:"\F23D"
}

.mdi-flag-outline-variant:before{
  content:"\F23E"
}

.mdi-flag-triangle:before{
  content:"\F23F"
}

.mdi-flag-variant:before{
  content:"\F240"
}

.mdi-flash:before{
  content:"\F241"
}

.mdi-flash-auto:before{
  content:"\F242"
}

.mdi-flash-off:before{
  content:"\F243"
}

.mdi-flash-outline:before{
  content:"\F6D4"
}

.mdi-flash-red-eye:before{
  content:"\F67A"
}

.mdi-flashlight:before{
  content:"\F244"
}

.mdi-flashlight-off:before{
  content:"\F245"
}

.mdi-flask:before{
  content:"\F093"
}

.mdi-flask-empty:before{
  content:"\F094"
}

.mdi-flask-empty-outline:before{
  content:"\F095"
}

.mdi-flask-outline:before{
  content:"\F096"
}

.mdi-flattr:before{
  content:"\F246"
}

.mdi-flip-to-back:before{
  content:"\F247"
}

.mdi-flip-to-front:before{
  content:"\F248"
}

.mdi-floppy:before{
  content:"\F249"
}

.mdi-flower:before{
  content:"\F24A"
}

.mdi-folder:before{
  content:"\F24B"
}

.mdi-folder-account:before{
  content:"\F24C"
}

.mdi-folder-download:before{
  content:"\F24D"
}

.mdi-folder-google-drive:before{
  content:"\F24E"
}

.mdi-folder-image:before{
  content:"\F24F"
}

.mdi-folder-lock:before{
  content:"\F250"
}

.mdi-folder-lock-open:before{
  content:"\F251"
}

.mdi-folder-move:before{
  content:"\F252"
}

.mdi-folder-multiple:before{
  content:"\F253"
}

.mdi-folder-multiple-image:before{
  content:"\F254"
}

.mdi-folder-multiple-outline:before{
  content:"\F255"
}

.mdi-folder-outline:before{
  content:"\F256"
}

.mdi-folder-plus:before{
  content:"\F257"
}

.mdi-folder-remove:before{
  content:"\F258"
}

.mdi-folder-star:before{
  content:"\F69C"
}

.mdi-folder-upload:before{
  content:"\F259"
}

.mdi-font-awesome:before{
  content:"\F03A"
}

.mdi-food:before{
  content:"\F25A"
}

.mdi-food-apple:before{
  content:"\F25B"
}

.mdi-food-fork-drink:before{
  content:"\F5F2"
}

.mdi-food-off:before{
  content:"\F5F3"
}

.mdi-food-variant:before{
  content:"\F25C"
}

.mdi-football:before{
  content:"\F25D"
}

.mdi-football-australian:before{
  content:"\F25E"
}

.mdi-football-helmet:before{
  content:"\F25F"
}

.mdi-format-align-center:before{
  content:"\F260"
}

.mdi-format-align-justify:before{
  content:"\F261"
}

.mdi-format-align-left:before{
  content:"\F262"
}

.mdi-format-align-right:before{
  content:"\F263"
}

.mdi-format-annotation-plus:before{
  content:"\F646"
}

.mdi-format-bold:before{
  content:"\F264"
}

.mdi-format-clear:before{
  content:"\F265"
}

.mdi-format-color-fill:before{
  content:"\F266"
}

.mdi-format-color-text:before{
  content:"\F69D"
}

.mdi-format-float-center:before{
  content:"\F267"
}

.mdi-format-float-left:before{
  content:"\F268"
}

.mdi-format-float-none:before{
  content:"\F269"
}

.mdi-format-float-right:before{
  content:"\F26A"
}

.mdi-format-font:before{
  content:"\F6D5"
}

.mdi-format-header-1:before{
  content:"\F26B"
}

.mdi-format-header-2:before{
  content:"\F26C"
}

.mdi-format-header-3:before{
  content:"\F26D"
}

.mdi-format-header-4:before{
  content:"\F26E"
}

.mdi-format-header-5:before{
  content:"\F26F"
}

.mdi-format-header-6:before{
  content:"\F270"
}

.mdi-format-header-decrease:before{
  content:"\F271"
}

.mdi-format-header-equal:before{
  content:"\F272"
}

.mdi-format-header-increase:before{
  content:"\F273"
}

.mdi-format-header-pound:before{
  content:"\F274"
}

.mdi-format-horizontal-align-center:before{
  content:"\F61E"
}

.mdi-format-horizontal-align-left:before{
  content:"\F61F"
}

.mdi-format-horizontal-align-right:before{
  content:"\F620"
}

.mdi-format-indent-decrease:before{
  content:"\F275"
}

.mdi-format-indent-increase:before{
  content:"\F276"
}

.mdi-format-italic:before{
  content:"\F277"
}

.mdi-format-line-spacing:before{
  content:"\F278"
}

.mdi-format-line-style:before{
  content:"\F5C8"
}

.mdi-format-line-weight:before{
  content:"\F5C9"
}

.mdi-format-list-bulleted:before{
  content:"\F279"
}

.mdi-format-list-bulleted-type:before{
  content:"\F27A"
}

.mdi-format-list-numbers:before{
  content:"\F27B"
}

.mdi-format-page-break:before{
  content:"\F6D6"
}

.mdi-format-paint:before{
  content:"\F27C"
}

.mdi-format-paragraph:before{
  content:"\F27D"
}

.mdi-format-pilcrow:before{
  content:"\F6D7"
}

.mdi-format-quote:before{
  content:"\F27E"
}

.mdi-format-rotate-90:before{
  content:"\F6A9"
}

.mdi-format-section:before{
  content:"\F69E"
}

.mdi-format-size:before{
  content:"\F27F"
}

.mdi-format-strikethrough:before{
  content:"\F280"
}

.mdi-format-strikethrough-variant:before{
  content:"\F281"
}

.mdi-format-subscript:before{
  content:"\F282"
}

.mdi-format-superscript:before{
  content:"\F283"
}

.mdi-format-text:before{
  content:"\F284"
}

.mdi-format-textdirection-l-to-r:before{
  content:"\F285"
}

.mdi-format-textdirection-r-to-l:before{
  content:"\F286"
}

.mdi-format-title:before{
  content:"\F5F4"
}

.mdi-format-underline:before{
  content:"\F287"
}

.mdi-format-vertical-align-bottom:before{
  content:"\F621"
}

.mdi-format-vertical-align-center:before{
  content:"\F622"
}

.mdi-format-vertical-align-top:before{
  content:"\F623"
}

.mdi-format-wrap-inline:before{
  content:"\F288"
}

.mdi-format-wrap-square:before{
  content:"\F289"
}

.mdi-format-wrap-tight:before{
  content:"\F28A"
}

.mdi-format-wrap-top-bottom:before{
  content:"\F28B"
}

.mdi-forum:before{
  content:"\F28C"
}

.mdi-forward:before{
  content:"\F28D"
}

.mdi-foursquare:before{
  content:"\F28E"
}

.mdi-fridge:before{
  content:"\F28F"
}

.mdi-fridge-filled:before{
  content:"\F290"
}

.mdi-fridge-filled-bottom:before{
  content:"\F291"
}

.mdi-fridge-filled-top:before{
  content:"\F292"
}

.mdi-fullscreen:before{
  content:"\F293"
}

.mdi-fullscreen-exit:before{
  content:"\F294"
}

.mdi-function:before{
  content:"\F295"
}

.mdi-gamepad:before{
  content:"\F296"
}

.mdi-gamepad-variant:before{
  content:"\F297"
}

.mdi-garage:before{
  content:"\F6D8"
}

.mdi-garage-open:before{
  content:"\F6D9"
}

.mdi-gas-cylinder:before{
  content:"\F647"
}

.mdi-gas-station:before{
  content:"\F298"
}

.mdi-gate:before{
  content:"\F299"
}

.mdi-gauge:before{
  content:"\F29A"
}

.mdi-gavel:before{
  content:"\F29B"
}

.mdi-gender-female:before{
  content:"\F29C"
}

.mdi-gender-male:before{
  content:"\F29D"
}

.mdi-gender-male-female:before{
  content:"\F29E"
}

.mdi-gender-transgender:before{
  content:"\F29F"
}

.mdi-ghost:before{
  content:"\F2A0"
}

.mdi-gift:before{
  content:"\F2A1"
}

.mdi-git:before{
  content:"\F2A2"
}

.mdi-github-box:before{
  content:"\F2A3"
}

.mdi-github-circle:before{
  content:"\F2A4"
}

.mdi-github-face:before{
  content:"\F6DA"
}

.mdi-glass-flute:before{
  content:"\F2A5"
}

.mdi-glass-mug:before{
  content:"\F2A6"
}

.mdi-glass-stange:before{
  content:"\F2A7"
}

.mdi-glass-tulip:before{
  content:"\F2A8"
}

.mdi-glassdoor:before{
  content:"\F2A9"
}

.mdi-glasses:before{
  content:"\F2AA"
}

.mdi-gmail:before{
  content:"\F2AB"
}

.mdi-gnome:before{
  content:"\F2AC"
}

.mdi-gondola:before{
  content:"\F685"
}

.mdi-google:before{
  content:"\F2AD"
}

.mdi-google-cardboard:before{
  content:"\F2AE"
}

.mdi-google-chrome:before{
  content:"\F2AF"
}

.mdi-google-circles:before{
  content:"\F2B0"
}

.mdi-google-circles-communities:before{
  content:"\F2B1"
}

.mdi-google-circles-extended:before{
  content:"\F2B2"
}

.mdi-google-circles-group:before{
  content:"\F2B3"
}

.mdi-google-controller:before{
  content:"\F2B4"
}

.mdi-google-controller-off:before{
  content:"\F2B5"
}

.mdi-google-drive:before{
  content:"\F2B6"
}

.mdi-google-earth:before{
  content:"\F2B7"
}

.mdi-google-glass:before{
  content:"\F2B8"
}

.mdi-google-keep:before{
  content:"\F6DB"
}

.mdi-google-maps:before{
  content:"\F5F5"
}

.mdi-google-nearby:before{
  content:"\F2B9"
}

.mdi-google-pages:before{
  content:"\F2BA"
}

.mdi-google-photos:before{
  content:"\F6DC"
}

.mdi-google-physical-web:before{
  content:"\F2BB"
}

.mdi-google-play:before{
  content:"\F2BC"
}

.mdi-google-plus:before{
  content:"\F2BD"
}

.mdi-google-plus-box:before{
  content:"\F2BE"
}

.mdi-google-translate:before{
  content:"\F2BF"
}

.mdi-google-wallet:before{
  content:"\F2C0"
}

.mdi-gradient:before{
  content:"\F69F"
}

.mdi-grease-pencil:before{
  content:"\F648"
}

.mdi-grid:before{
  content:"\F2C1"
}

.mdi-grid-off:before{
  content:"\F2C2"
}

.mdi-group:before{
  content:"\F2C3"
}

.mdi-guitar-electric:before{
  content:"\F2C4"
}

.mdi-guitar-pick:before{
  content:"\F2C5"
}

.mdi-guitar-pick-outline:before{
  content:"\F2C6"
}

.mdi-hackernews:before{
  content:"\F624"
}

.mdi-hamburger:before{
  content:"\F684"
}

.mdi-hand-pointing-right:before{
  content:"\F2C7"
}

.mdi-hanger:before{
  content:"\F2C8"
}

.mdi-hangouts:before{
  content:"\F2C9"
}

.mdi-harddisk:before{
  content:"\F2CA"
}

.mdi-headphones:before{
  content:"\F2CB"
}

.mdi-headphones-box:before{
  content:"\F2CC"
}

.mdi-headphones-settings:before{
  content:"\F2CD"
}

.mdi-headset:before{
  content:"\F2CE"
}

.mdi-headset-dock:before{
  content:"\F2CF"
}

.mdi-headset-off:before{
  content:"\F2D0"
}

.mdi-heart:before{
  content:"\F2D1"
}

.mdi-heart-box:before{
  content:"\F2D2"
}

.mdi-heart-box-outline:before{
  content:"\F2D3"
}

.mdi-heart-broken:before{
  content:"\F2D4"
}

.mdi-heart-half-outline:before{
  content:"\F6DD"
}

.mdi-heart-half-part:before{
  content:"\F6DE"
}

.mdi-heart-half-part-outline:before{
  content:"\F6DF"
}

.mdi-heart-outline:before{
  content:"\F2D5"
}

.mdi-heart-pulse:before{
  content:"\F5F6"
}

.mdi-help:before{
  content:"\F2D6"
}

.mdi-help-circle:before{
  content:"\F2D7"
}

.mdi-help-circle-outline:before{
  content:"\F625"
}

.mdi-hexagon:before{
  content:"\F2D8"
}

.mdi-hexagon-multiple:before{
  content:"\F6E0"
}

.mdi-hexagon-outline:before{
  content:"\F2D9"
}

.mdi-highway:before{
  content:"\F5F7"
}

.mdi-history:before{
  content:"\F2DA"
}

.mdi-hololens:before{
  content:"\F2DB"
}

.mdi-home:before{
  content:"\F2DC"
}

.mdi-home-map-marker:before{
  content:"\F5F8"
}

.mdi-home-modern:before{
  content:"\F2DD"
}

.mdi-home-outline:before{
  content:"\F6A0"
}

.mdi-home-variant:before{
  content:"\F2DE"
}

.mdi-hook:before{
  content:"\F6E1"
}

.mdi-hook-off:before{
  content:"\F6E2"
}

.mdi-hops:before{
  content:"\F2DF"
}

.mdi-hospital:before{
  content:"\F2E0"
}

.mdi-hospital-building:before{
  content:"\F2E1"
}

.mdi-hospital-marker:before{
  content:"\F2E2"
}

.mdi-hotel:before{
  content:"\F2E3"
}

.mdi-houzz:before{
  content:"\F2E4"
}

.mdi-houzz-box:before{
  content:"\F2E5"
}

.mdi-human:before{
  content:"\F2E6"
}

.mdi-human-child:before{
  content:"\F2E7"
}

.mdi-human-female:before{
  content:"\F649"
}

.mdi-human-greeting:before{
  content:"\F64A"
}

.mdi-human-handsdown:before{
  content:"\F64B"
}

.mdi-human-handsup:before{
  content:"\F64C"
}

.mdi-human-male:before{
  content:"\F64D"
}

.mdi-human-male-female:before{
  content:"\F2E8"
}

.mdi-human-pregnant:before{
  content:"\F5CF"
}

.mdi-image:before{
  content:"\F2E9"
}

.mdi-image-album:before{
  content:"\F2EA"
}

.mdi-image-area:before{
  content:"\F2EB"
}

.mdi-image-area-close:before{
  content:"\F2EC"
}

.mdi-image-broken:before{
  content:"\F2ED"
}

.mdi-image-broken-variant:before{
  content:"\F2EE"
}

.mdi-image-filter:before{
  content:"\F2EF"
}

.mdi-image-filter-black-white:before{
  content:"\F2F0"
}

.mdi-image-filter-center-focus:before{
  content:"\F2F1"
}

.mdi-image-filter-center-focus-weak:before{
  content:"\F2F2"
}

.mdi-image-filter-drama:before{
  content:"\F2F3"
}

.mdi-image-filter-frames:before{
  content:"\F2F4"
}

.mdi-image-filter-hdr:before{
  content:"\F2F5"
}

.mdi-image-filter-none:before{
  content:"\F2F6"
}

.mdi-image-filter-tilt-shift:before{
  content:"\F2F7"
}

.mdi-image-filter-vintage:before{
  content:"\F2F8"
}

.mdi-image-multiple:before{
  content:"\F2F9"
}

.mdi-import:before{
  content:"\F2FA"
}

.mdi-inbox:before{
  content:"\F686"
}

.mdi-inbox-arrow-down:before{
  content:"\F2FB"
}

.mdi-inbox-arrow-up:before{
  content:"\F3D1"
}

.mdi-incognito:before{
  content:"\F5F9"
}

.mdi-infinity:before{
  content:"\F6E3"
}

.mdi-information:before{
  content:"\F2FC"
}

.mdi-information-outline:before{
  content:"\F2FD"
}

.mdi-information-variant:before{
  content:"\F64E"
}

.mdi-instagram:before{
  content:"\F2FE"
}

.mdi-instapaper:before{
  content:"\F2FF"
}

.mdi-internet-explorer:before{
  content:"\F300"
}

.mdi-invert-colors:before{
  content:"\F301"
}

.mdi-itunes:before{
  content:"\F676"
}

.mdi-jeepney:before{
  content:"\F302"
}

.mdi-jira:before{
  content:"\F303"
}

.mdi-jsfiddle:before{
  content:"\F304"
}

.mdi-json:before{
  content:"\F626"
}

.mdi-keg:before{
  content:"\F305"
}

.mdi-kettle:before{
  content:"\F5FA"
}

.mdi-key:before{
  content:"\F306"
}

.mdi-key-change:before{
  content:"\F307"
}

.mdi-key-minus:before{
  content:"\F308"
}

.mdi-key-plus:before{
  content:"\F309"
}

.mdi-key-remove:before{
  content:"\F30A"
}

.mdi-key-variant:before{
  content:"\F30B"
}

.mdi-keyboard:before{
  content:"\F30C"
}

.mdi-keyboard-backspace:before{
  content:"\F30D"
}

.mdi-keyboard-caps:before{
  content:"\F30E"
}

.mdi-keyboard-close:before{
  content:"\F30F"
}

.mdi-keyboard-off:before{
  content:"\F310"
}

.mdi-keyboard-return:before{
  content:"\F311"
}

.mdi-keyboard-tab:before{
  content:"\F312"
}

.mdi-keyboard-variant:before{
  content:"\F313"
}

.mdi-kodi:before{
  content:"\F314"
}

.mdi-label:before{
  content:"\F315"
}

.mdi-label-outline:before{
  content:"\F316"
}

.mdi-lambda:before{
  content:"\F627"
}

.mdi-lamp:before{
  content:"\F6B4"
}

.mdi-lan:before{
  content:"\F317"
}

.mdi-lan-connect:before{
  content:"\F318"
}

.mdi-lan-disconnect:before{
  content:"\F319"
}

.mdi-lan-pending:before{
  content:"\F31A"
}

.mdi-language-c:before{
  content:"\F671"
}

.mdi-language-cpp:before{
  content:"\F672"
}

.mdi-language-csharp:before{
  content:"\F31B"
}

.mdi-language-css3:before{
  content:"\F31C"
}

.mdi-language-html5:before{
  content:"\F31D"
}

.mdi-language-javascript:before{
  content:"\F31E"
}

.mdi-language-php:before{
  content:"\F31F"
}

.mdi-language-python:before{
  content:"\F320"
}

.mdi-language-python-text:before{
  content:"\F321"
}

.mdi-language-swift:before{
  content:"\F6E4"
}

.mdi-language-typescript:before{
  content:"\F6E5"
}

.mdi-laptop:before{
  content:"\F322"
}

.mdi-laptop-chromebook:before{
  content:"\F323"
}

.mdi-laptop-mac:before{
  content:"\F324"
}

.mdi-laptop-off:before{
  content:"\F6E6"
}

.mdi-laptop-windows:before{
  content:"\F325"
}

.mdi-lastfm:before{
  content:"\F326"
}

.mdi-launch:before{
  content:"\F327"
}

.mdi-layers:before{
  content:"\F328"
}

.mdi-layers-off:before{
  content:"\F329"
}

.mdi-lead-pencil:before{
  content:"\F64F"
}

.mdi-leaf:before{
  content:"\F32A"
}

.mdi-led-off:before{
  content:"\F32B"
}

.mdi-led-on:before{
  content:"\F32C"
}

.mdi-led-outline:before{
  content:"\F32D"
}

.mdi-led-variant-off:before{
  content:"\F32E"
}

.mdi-led-variant-on:before{
  content:"\F32F"
}

.mdi-led-variant-outline:before{
  content:"\F330"
}

.mdi-library:before{
  content:"\F331"
}

.mdi-library-books:before{
  content:"\F332"
}

.mdi-library-music:before{
  content:"\F333"
}

.mdi-library-plus:before{
  content:"\F334"
}

.mdi-lightbulb:before{
  content:"\F335"
}

.mdi-lightbulb-on:before{
  content:"\F6E7"
}

.mdi-lightbulb-on-outline:before{
  content:"\F6E8"
}

.mdi-lightbulb-outline:before{
  content:"\F336"
}

.mdi-link:before{
  content:"\F337"
}

.mdi-link-off:before{
  content:"\F338"
}

.mdi-link-variant:before{
  content:"\F339"
}

.mdi-link-variant-off:before{
  content:"\F33A"
}

.mdi-linkedin:before{
  content:"\F33B"
}

.mdi-linkedin-box:before{
  content:"\F33C"
}

.mdi-linux:before{
  content:"\F33D"
}

.mdi-lock:before{
  content:"\F33E"
}

.mdi-lock-open:before{
  content:"\F33F"
}

.mdi-lock-open-outline:before{
  content:"\F340"
}

.mdi-lock-outline:before{
  content:"\F341"
}

.mdi-lock-pattern:before{
  content:"\F6E9"
}

.mdi-lock-plus:before{
  content:"\F5FB"
}

.mdi-login:before{
  content:"\F342"
}

.mdi-login-variant:before{
  content:"\F5FC"
}

.mdi-logout:before{
  content:"\F343"
}

.mdi-logout-variant:before{
  content:"\F5FD"
}

.mdi-looks:before{
  content:"\F344"
}

.mdi-loop:before{
  content:"\F6EA"
}

.mdi-loupe:before{
  content:"\F345"
}

.mdi-lumx:before{
  content:"\F346"
}

.mdi-magnet:before{
  content:"\F347"
}

.mdi-magnet-on:before{
  content:"\F348"
}

.mdi-magnify:before{
  content:"\F349"
}

.mdi-magnify-minus:before{
  content:"\F34A"
}

.mdi-magnify-minus-outline:before{
  content:"\F6EB"
}

.mdi-magnify-plus:before{
  content:"\F34B"
}

.mdi-magnify-plus-outline:before{
  content:"\F6EC"
}

.mdi-mail-ru:before{
  content:"\F34C"
}

.mdi-mailbox:before{
  content:"\F6ED"
}

.mdi-map:before{
  content:"\F34D"
}

.mdi-map-marker:before{
  content:"\F34E"
}

.mdi-map-marker-circle:before{
  content:"\F34F"
}

.mdi-map-marker-minus:before{
  content:"\F650"
}

.mdi-map-marker-multiple:before{
  content:"\F350"
}

.mdi-map-marker-off:before{
  content:"\F351"
}

.mdi-map-marker-plus:before{
  content:"\F651"
}

.mdi-map-marker-radius:before{
  content:"\F352"
}

.mdi-margin:before{
  content:"\F353"
}

.mdi-markdown:before{
  content:"\F354"
}

.mdi-marker:before{
  content:"\F652"
}

.mdi-marker-check:before{
  content:"\F355"
}

.mdi-martini:before{
  content:"\F356"
}

.mdi-material-ui:before{
  content:"\F357"
}

.mdi-math-compass:before{
  content:"\F358"
}

.mdi-matrix:before{
  content:"\F628"
}

.mdi-maxcdn:before{
  content:"\F359"
}

.mdi-medical-bag:before{
  content:"\F6EE"
}

.mdi-medium:before{
  content:"\F35A"
}

.mdi-memory:before{
  content:"\F35B"
}

.mdi-menu:before{
  content:"\F35C"
}

.mdi-menu-down:before{
  content:"\F35D"
}

.mdi-menu-down-outline:before{
  content:"\F6B5"
}

.mdi-menu-left:before{
  content:"\F35E"
}

.mdi-menu-right:before{
  content:"\F35F"
}

.mdi-menu-up:before{
  content:"\F360"
}

.mdi-menu-up-outline:before{
  content:"\F6B6"
}

.mdi-message:before{
  content:"\F361"
}

.mdi-message-alert:before{
  content:"\F362"
}

.mdi-message-bulleted:before{
  content:"\F6A1"
}

.mdi-message-bulleted-off:before{
  content:"\F6A2"
}

.mdi-message-draw:before{
  content:"\F363"
}

.mdi-message-image:before{
  content:"\F364"
}

.mdi-message-outline:before{
  content:"\F365"
}

.mdi-message-plus:before{
  content:"\F653"
}

.mdi-message-processing:before{
  content:"\F366"
}

.mdi-message-reply:before{
  content:"\F367"
}

.mdi-message-reply-text:before{
  content:"\F368"
}

.mdi-message-settings:before{
  content:"\F6EF"
}

.mdi-message-settings-variant:before{
  content:"\F6F0"
}

.mdi-message-text:before{
  content:"\F369"
}

.mdi-message-text-outline:before{
  content:"\F36A"
}

.mdi-message-video:before{
  content:"\F36B"
}

.mdi-meteor:before{
  content:"\F629"
}

.mdi-microphone:before{
  content:"\F36C"
}

.mdi-microphone-off:before{
  content:"\F36D"
}

.mdi-microphone-outline:before{
  content:"\F36E"
}

.mdi-microphone-settings:before{
  content:"\F36F"
}

.mdi-microphone-variant:before{
  content:"\F370"
}

.mdi-microphone-variant-off:before{
  content:"\F371"
}

.mdi-microscope:before{
  content:"\F654"
}

.mdi-microsoft:before{
  content:"\F372"
}

.mdi-minecraft:before{
  content:"\F373"
}

.mdi-minus:before{
  content:"\F374"
}

.mdi-minus-box:before{
  content:"\F375"
}

.mdi-minus-box-outline:before{
  content:"\F6F1"
}

.mdi-minus-circle:before{
  content:"\F376"
}

.mdi-minus-circle-outline:before{
  content:"\F377"
}

.mdi-minus-network:before{
  content:"\F378"
}

.mdi-mixcloud:before{
  content:"\F62A"
}

.mdi-monitor:before{
  content:"\F379"
}

.mdi-monitor-multiple:before{
  content:"\F37A"
}

.mdi-more:before{
  content:"\F37B"
}

.mdi-motorbike:before{
  content:"\F37C"
}

.mdi-mouse:before{
  content:"\F37D"
}

.mdi-mouse-off:before{
  content:"\F37E"
}

.mdi-mouse-variant:before{
  content:"\F37F"
}

.mdi-mouse-variant-off:before{
  content:"\F380"
}

.mdi-move-resize:before{
  content:"\F655"
}

.mdi-move-resize-variant:before{
  content:"\F656"
}

.mdi-movie:before{
  content:"\F381"
}

.mdi-multiplication:before{
  content:"\F382"
}

.mdi-multiplication-box:before{
  content:"\F383"
}

.mdi-music-box:before{
  content:"\F384"
}

.mdi-music-box-outline:before{
  content:"\F385"
}

.mdi-music-circle:before{
  content:"\F386"
}

.mdi-music-note:before{
  content:"\F387"
}

.mdi-music-note-bluetooth:before{
  content:"\F5FE"
}

.mdi-music-note-bluetooth-off:before{
  content:"\F5FF"
}

.mdi-music-note-eighth:before{
  content:"\F388"
}

.mdi-music-note-half:before{
  content:"\F389"
}

.mdi-music-note-off:before{
  content:"\F38A"
}

.mdi-music-note-quarter:before{
  content:"\F38B"
}

.mdi-music-note-sixteenth:before{
  content:"\F38C"
}

.mdi-music-note-whole:before{
  content:"\F38D"
}

.mdi-nature:before{
  content:"\F38E"
}

.mdi-nature-people:before{
  content:"\F38F"
}

.mdi-navigation:before{
  content:"\F390"
}

.mdi-near-me:before{
  content:"\F5CD"
}

.mdi-needle:before{
  content:"\F391"
}

.mdi-nest-protect:before{
  content:"\F392"
}

.mdi-nest-thermostat:before{
  content:"\F393"
}

.mdi-network:before{
  content:"\F6F2"
}

.mdi-network-download:before{
  content:"\F6F3"
}

.mdi-network-question:before{
  content:"\F6F4"
}

.mdi-network-upload:before{
  content:"\F6F5"
}

.mdi-new-box:before{
  content:"\F394"
}

.mdi-newspaper:before{
  content:"\F395"
}

.mdi-nfc:before{
  content:"\F396"
}

.mdi-nfc-tap:before{
  content:"\F397"
}

.mdi-nfc-variant:before{
  content:"\F398"
}

.mdi-nodejs:before{
  content:"\F399"
}

.mdi-note:before{
  content:"\F39A"
}

.mdi-note-multiple:before{
  content:"\F6B7"
}

.mdi-note-multiple-outline:before{
  content:"\F6B8"
}

.mdi-note-outline:before{
  content:"\F39B"
}

.mdi-note-plus:before{
  content:"\F39C"
}

.mdi-note-plus-outline:before{
  content:"\F39D"
}

.mdi-note-text:before{
  content:"\F39E"
}

.mdi-notification-clear-all:before{
  content:"\F39F"
}

.mdi-npm:before{
  content:"\F6F6"
}

.mdi-nuke:before{
  content:"\F6A3"
}

.mdi-numeric:before{
  content:"\F3A0"
}

.mdi-numeric-0-box:before{
  content:"\F3A1"
}

.mdi-numeric-0-box-multiple-outline:before{
  content:"\F3A2"
}

.mdi-numeric-0-box-outline:before{
  content:"\F3A3"
}

.mdi-numeric-1-box:before{
  content:"\F3A4"
}

.mdi-numeric-1-box-multiple-outline:before{
  content:"\F3A5"
}

.mdi-numeric-1-box-outline:before{
  content:"\F3A6"
}

.mdi-numeric-2-box:before{
  content:"\F3A7"
}

.mdi-numeric-2-box-multiple-outline:before{
  content:"\F3A8"
}

.mdi-numeric-2-box-outline:before{
  content:"\F3A9"
}

.mdi-numeric-3-box:before{
  content:"\F3AA"
}

.mdi-numeric-3-box-multiple-outline:before{
  content:"\F3AB"
}

.mdi-numeric-3-box-outline:before{
  content:"\F3AC"
}

.mdi-numeric-4-box:before{
  content:"\F3AD"
}

.mdi-numeric-4-box-multiple-outline:before{
  content:"\F3AE"
}

.mdi-numeric-4-box-outline:before{
  content:"\F3AF"
}

.mdi-numeric-5-box:before{
  content:"\F3B0"
}

.mdi-numeric-5-box-multiple-outline:before{
  content:"\F3B1"
}

.mdi-numeric-5-box-outline:before{
  content:"\F3B2"
}

.mdi-numeric-6-box:before{
  content:"\F3B3"
}

.mdi-numeric-6-box-multiple-outline:before{
  content:"\F3B4"
}

.mdi-numeric-6-box-outline:before{
  content:"\F3B5"
}

.mdi-numeric-7-box:before{
  content:"\F3B6"
}

.mdi-numeric-7-box-multiple-outline:before{
  content:"\F3B7"
}

.mdi-numeric-7-box-outline:before{
  content:"\F3B8"
}

.mdi-numeric-8-box:before{
  content:"\F3B9"
}

.mdi-numeric-8-box-multiple-outline:before{
  content:"\F3BA"
}

.mdi-numeric-8-box-outline:before{
  content:"\F3BB"
}

.mdi-numeric-9-box:before{
  content:"\F3BC"
}

.mdi-numeric-9-box-multiple-outline:before{
  content:"\F3BD"
}

.mdi-numeric-9-box-outline:before{
  content:"\F3BE"
}

.mdi-numeric-9-plus-box:before{
  content:"\F3BF"
}

.mdi-numeric-9-plus-box-multiple-outline:before{
  content:"\F3C0"
}

.mdi-numeric-9-plus-box-outline:before{
  content:"\F3C1"
}

.mdi-nut:before{
  content:"\F6F7"
}

.mdi-nutrition:before{
  content:"\F3C2"
}

.mdi-oar:before{
  content:"\F67B"
}

.mdi-octagon:before{
  content:"\F3C3"
}

.mdi-octagon-outline:before{
  content:"\F3C4"
}

.mdi-octagram:before{
  content:"\F6F8"
}

.mdi-odnoklassniki:before{
  content:"\F3C5"
}

.mdi-office:before{
  content:"\F3C6"
}

.mdi-oil:before{
  content:"\F3C7"
}

.mdi-oil-temperature:before{
  content:"\F3C8"
}

.mdi-omega:before{
  content:"\F3C9"
}

.mdi-onedrive:before{
  content:"\F3CA"
}

.mdi-opacity:before{
  content:"\F5CC"
}

.mdi-open-in-app:before{
  content:"\F3CB"
}

.mdi-open-in-new:before{
  content:"\F3CC"
}

.mdi-openid:before{
  content:"\F3CD"
}

.mdi-opera:before{
  content:"\F3CE"
}

.mdi-ornament:before{
  content:"\F3CF"
}

.mdi-ornament-variant:before{
  content:"\F3D0"
}

.mdi-owl:before{
  content:"\F3D2"
}

.mdi-package:before{
  content:"\F3D3"
}

.mdi-package-down:before{
  content:"\F3D4"
}

.mdi-package-up:before{
  content:"\F3D5"
}

.mdi-package-variant:before{
  content:"\F3D6"
}

.mdi-package-variant-closed:before{
  content:"\F3D7"
}

.mdi-page-first:before{
  content:"\F600"
}

.mdi-page-last:before{
  content:"\F601"
}

.mdi-page-layout-body:before{
  content:"\F6F9"
}

.mdi-page-layout-footer:before{
  content:"\F6FA"
}

.mdi-page-layout-header:before{
  content:"\F6FB"
}

.mdi-page-layout-sidebar-left:before{
  content:"\F6FC"
}

.mdi-page-layout-sidebar-right:before{
  content:"\F6FD"
}

.mdi-palette:before{
  content:"\F3D8"
}

.mdi-palette-advanced:before{
  content:"\F3D9"
}

.mdi-panda:before{
  content:"\F3DA"
}

.mdi-pandora:before{
  content:"\F3DB"
}

.mdi-panorama:before{
  content:"\F3DC"
}

.mdi-panorama-fisheye:before{
  content:"\F3DD"
}

.mdi-panorama-horizontal:before{
  content:"\F3DE"
}

.mdi-panorama-vertical:before{
  content:"\F3DF"
}

.mdi-panorama-wide-angle:before{
  content:"\F3E0"
}

.mdi-paper-cut-vertical:before{
  content:"\F3E1"
}

.mdi-paperclip:before{
  content:"\F3E2"
}

.mdi-parking:before{
  content:"\F3E3"
}

.mdi-pause:before{
  content:"\F3E4"
}

.mdi-pause-circle:before{
  content:"\F3E5"
}

.mdi-pause-circle-outline:before{
  content:"\F3E6"
}

.mdi-pause-octagon:before{
  content:"\F3E7"
}

.mdi-pause-octagon-outline:before{
  content:"\F3E8"
}

.mdi-paw:before{
  content:"\F3E9"
}

.mdi-paw-off:before{
  content:"\F657"
}

.mdi-pen:before{
  content:"\F3EA"
}

.mdi-pencil:before{
  content:"\F3EB"
}

.mdi-pencil-box:before{
  content:"\F3EC"
}

.mdi-pencil-box-outline:before{
  content:"\F3ED"
}

.mdi-pencil-circle:before{
  content:"\F6FE"
}

.mdi-pencil-lock:before{
  content:"\F3EE"
}

.mdi-pencil-off:before{
  content:"\F3EF"
}

.mdi-pentagon:before{
  content:"\F6FF"
}

.mdi-pentagon-outline:before{
  content:"\F700"
}

.mdi-percent:before{
  content:"\F3F0"
}

.mdi-pharmacy:before{
  content:"\F3F1"
}

.mdi-phone:before{
  content:"\F3F2"
}

.mdi-phone-bluetooth:before{
  content:"\F3F3"
}

.mdi-phone-classic:before{
  content:"\F602"
}

.mdi-phone-forward:before{
  content:"\F3F4"
}

.mdi-phone-hangup:before{
  content:"\F3F5"
}

.mdi-phone-in-talk:before{
  content:"\F3F6"
}

.mdi-phone-incoming:before{
  content:"\F3F7"
}

.mdi-phone-locked:before{
  content:"\F3F8"
}

.mdi-phone-log:before{
  content:"\F3F9"
}

.mdi-phone-minus:before{
  content:"\F658"
}

.mdi-phone-missed:before{
  content:"\F3FA"
}

.mdi-phone-outgoing:before{
  content:"\F3FB"
}

.mdi-phone-paused:before{
  content:"\F3FC"
}

.mdi-phone-plus:before{
  content:"\F659"
}

.mdi-phone-settings:before{
  content:"\F3FD"
}

.mdi-phone-voip:before{
  content:"\F3FE"
}

.mdi-pi:before{
  content:"\F3FF"
}

.mdi-pi-box:before{
  content:"\F400"
}

.mdi-piano:before{
  content:"\F67C"
}

.mdi-pig:before{
  content:"\F401"
}

.mdi-pill:before{
  content:"\F402"
}

.mdi-pillar:before{
  content:"\F701"
}

.mdi-pin:before{
  content:"\F403"
}

.mdi-pin-off:before{
  content:"\F404"
}

.mdi-pine-tree:before{
  content:"\F405"
}

.mdi-pine-tree-box:before{
  content:"\F406"
}

.mdi-pinterest:before{
  content:"\F407"
}

.mdi-pinterest-box:before{
  content:"\F408"
}

.mdi-pistol:before{
  content:"\F702"
}

.mdi-pizza:before{
  content:"\F409"
}

.mdi-plane-shield:before{
  content:"\F6BA"
}

.mdi-play:before{
  content:"\F40A"
}

.mdi-play-box-outline:before{
  content:"\F40B"
}

.mdi-play-circle:before{
  content:"\F40C"
}

.mdi-play-circle-outline:before{
  content:"\F40D"
}

.mdi-play-pause:before{
  content:"\F40E"
}

.mdi-play-protected-content:before{
  content:"\F40F"
}

.mdi-playlist-check:before{
  content:"\F5C7"
}

.mdi-playlist-minus:before{
  content:"\F410"
}

.mdi-playlist-play:before{
  content:"\F411"
}

.mdi-playlist-plus:before{
  content:"\F412"
}

.mdi-playlist-remove:before{
  content:"\F413"
}

.mdi-playstation:before{
  content:"\F414"
}

.mdi-plex:before{
  content:"\F6B9"
}

.mdi-plus:before{
  content:"\F415"
}

.mdi-plus-box:before{
  content:"\F416"
}

.mdi-plus-box-outline:before{
  content:"\F703"
}

.mdi-plus-circle:before{
  content:"\F417"
}

.mdi-plus-circle-multiple-outline:before{
  content:"\F418"
}

.mdi-plus-circle-outline:before{
  content:"\F419"
}

.mdi-plus-network:before{
  content:"\F41A"
}

.mdi-plus-one:before{
  content:"\F41B"
}

.mdi-plus-outline:before{
  content:"\F704"
}

.mdi-pocket:before{
  content:"\F41C"
}

.mdi-pokeball:before{
  content:"\F41D"
}

.mdi-polaroid:before{
  content:"\F41E"
}

.mdi-poll:before{
  content:"\F41F"
}

.mdi-poll-box:before{
  content:"\F420"
}

.mdi-polymer:before{
  content:"\F421"
}

.mdi-pool:before{
  content:"\F606"
}

.mdi-popcorn:before{
  content:"\F422"
}

.mdi-pot:before{
  content:"\F65A"
}

.mdi-pot-mix:before{
  content:"\F65B"
}

.mdi-pound:before{
  content:"\F423"
}

.mdi-pound-box:before{
  content:"\F424"
}

.mdi-power:before{
  content:"\F425"
}

.mdi-power-plug:before{
  content:"\F6A4"
}

.mdi-power-plug-off:before{
  content:"\F6A5"
}

.mdi-power-settings:before{
  content:"\F426"
}

.mdi-power-socket:before{
  content:"\F427"
}

.mdi-prescription:before{
  content:"\F705"
}

.mdi-presentation:before{
  content:"\F428"
}

.mdi-presentation-play:before{
  content:"\F429"
}

.mdi-printer:before{
  content:"\F42A"
}

.mdi-printer-3d:before{
  content:"\F42B"
}

.mdi-printer-alert:before{
  content:"\F42C"
}

.mdi-printer-settings:before{
  content:"\F706"
}

.mdi-priority-high:before{
  content:"\F603"
}

.mdi-priority-low:before{
  content:"\F604"
}

.mdi-professional-hexagon:before{
  content:"\F42D"
}

.mdi-projector:before{
  content:"\F42E"
}

.mdi-projector-screen:before{
  content:"\F42F"
}

.mdi-publish:before{
  content:"\F6A6"
}

.mdi-pulse:before{
  content:"\F430"
}

.mdi-puzzle:before{
  content:"\F431"
}

.mdi-qqchat:before{
  content:"\F605"
}

.mdi-qrcode:before{
  content:"\F432"
}

.mdi-qrcode-scan:before{
  content:"\F433"
}

.mdi-quadcopter:before{
  content:"\F434"
}

.mdi-quality-high:before{
  content:"\F435"
}

.mdi-quicktime:before{
  content:"\F436"
}

.mdi-radar:before{
  content:"\F437"
}

.mdi-radiator:before{
  content:"\F438"
}

.mdi-radio:before{
  content:"\F439"
}

.mdi-radio-handheld:before{
  content:"\F43A"
}

.mdi-radio-tower:before{
  content:"\F43B"
}

.mdi-radioactive:before{
  content:"\F43C"
}

.mdi-radiobox-blank:before{
  content:"\F43D"
}

.mdi-radiobox-marked:before{
  content:"\F43E"
}

.mdi-raspberrypi:before{
  content:"\F43F"
}

.mdi-ray-end:before{
  content:"\F440"
}

.mdi-ray-end-arrow:before{
  content:"\F441"
}

.mdi-ray-start:before{
  content:"\F442"
}

.mdi-ray-start-arrow:before{
  content:"\F443"
}

.mdi-ray-start-end:before{
  content:"\F444"
}

.mdi-ray-vertex:before{
  content:"\F445"
}

.mdi-rdio:before{
  content:"\F446"
}

.mdi-react:before{
  content:"\F707"
}

.mdi-read:before{
  content:"\F447"
}

.mdi-readability:before{
  content:"\F448"
}

.mdi-receipt:before{
  content:"\F449"
}

.mdi-record:before{
  content:"\F44A"
}

.mdi-record-rec:before{
  content:"\F44B"
}

.mdi-recycle:before{
  content:"\F44C"
}

.mdi-reddit:before{
  content:"\F44D"
}

.mdi-redo:before{
  content:"\F44E"
}

.mdi-redo-variant:before{
  content:"\F44F"
}

.mdi-refresh:before{
  content:"\F450"
}

.mdi-regex:before{
  content:"\F451"
}

.mdi-relative-scale:before{
  content:"\F452"
}

.mdi-reload:before{
  content:"\F453"
}

.mdi-remote:before{
  content:"\F454"
}

.mdi-rename-box:before{
  content:"\F455"
}

.mdi-reorder-horizontal:before{
  content:"\F687"
}

.mdi-reorder-vertical:before{
  content:"\F688"
}

.mdi-repeat:before{
  content:"\F456"
}

.mdi-repeat-off:before{
  content:"\F457"
}

.mdi-repeat-once:before{
  content:"\F458"
}

.mdi-replay:before{
  content:"\F459"
}

.mdi-reply:before{
  content:"\F45A"
}

.mdi-reply-all:before{
  content:"\F45B"
}

.mdi-reproduction:before{
  content:"\F45C"
}

.mdi-resize-bottom-right:before{
  content:"\F45D"
}

.mdi-responsive:before{
  content:"\F45E"
}

.mdi-restart:before{
  content:"\F708"
}

.mdi-restore:before{
  content:"\F6A7"
}

.mdi-rewind:before{
  content:"\F45F"
}

.mdi-rewind-outline:before{
  content:"\F709"
}

.mdi-rhombus:before{
  content:"\F70A"
}

.mdi-rhombus-outline:before{
  content:"\F70B"
}

.mdi-ribbon:before{
  content:"\F460"
}

.mdi-road:before{
  content:"\F461"
}

.mdi-road-variant:before{
  content:"\F462"
}

.mdi-robot:before{
  content:"\F6A8"
}

.mdi-rocket:before{
  content:"\F463"
}

.mdi-roomba:before{
  content:"\F70C"
}

.mdi-rotate-3d:before{
  content:"\F464"
}

.mdi-rotate-left:before{
  content:"\F465"
}

.mdi-rotate-left-variant:before{
  content:"\F466"
}

.mdi-rotate-right:before{
  content:"\F467"
}

.mdi-rotate-right-variant:before{
  content:"\F468"
}

.mdi-rounded-corner:before{
  content:"\F607"
}

.mdi-router-wireless:before{
  content:"\F469"
}

.mdi-routes:before{
  content:"\F46A"
}

.mdi-rowing:before{
  content:"\F608"
}

.mdi-rss:before{
  content:"\F46B"
}

.mdi-rss-box:before{
  content:"\F46C"
}

.mdi-ruler:before{
  content:"\F46D"
}

.mdi-run:before{
  content:"\F70D"
}

.mdi-run-fast:before{
  content:"\F46E"
}

.mdi-sale:before{
  content:"\F46F"
}

.mdi-satellite:before{
  content:"\F470"
}

.mdi-satellite-variant:before{
  content:"\F471"
}

.mdi-saxophone:before{
  content:"\F609"
}

.mdi-scale:before{
  content:"\F472"
}

.mdi-scale-balance:before{
  content:"\F5D1"
}

.mdi-scale-bathroom:before{
  content:"\F473"
}

.mdi-scanner:before{
  content:"\F6AA"
}

.mdi-school:before{
  content:"\F474"
}

.mdi-screen-rotation:before{
  content:"\F475"
}

.mdi-screen-rotation-lock:before{
  content:"\F476"
}

.mdi-screwdriver:before{
  content:"\F477"
}

.mdi-script:before{
  content:"\F478"
}

.mdi-sd:before{
  content:"\F479"
}

.mdi-seal:before{
  content:"\F47A"
}

.mdi-search-web:before{
  content:"\F70E"
}

.mdi-seat-flat:before{
  content:"\F47B"
}

.mdi-seat-flat-angled:before{
  content:"\F47C"
}

.mdi-seat-individual-suite:before{
  content:"\F47D"
}

.mdi-seat-legroom-extra:before{
  content:"\F47E"
}

.mdi-seat-legroom-normal:before{
  content:"\F47F"
}

.mdi-seat-legroom-reduced:before{
  content:"\F480"
}

.mdi-seat-recline-extra:before{
  content:"\F481"
}

.mdi-seat-recline-normal:before{
  content:"\F482"
}

.mdi-security:before{
  content:"\F483"
}

.mdi-security-home:before{
  content:"\F689"
}

.mdi-security-network:before{
  content:"\F484"
}

.mdi-select:before{
  content:"\F485"
}

.mdi-select-all:before{
  content:"\F486"
}

.mdi-select-inverse:before{
  content:"\F487"
}

.mdi-select-off:before{
  content:"\F488"
}

.mdi-selection:before{
  content:"\F489"
}

.mdi-send:before{
  content:"\F48A"
}

.mdi-serial-port:before{
  content:"\F65C"
}

.mdi-server:before{
  content:"\F48B"
}

.mdi-server-minus:before{
  content:"\F48C"
}

.mdi-server-network:before{
  content:"\F48D"
}

.mdi-server-network-off:before{
  content:"\F48E"
}

.mdi-server-off:before{
  content:"\F48F"
}

.mdi-server-plus:before{
  content:"\F490"
}

.mdi-server-remove:before{
  content:"\F491"
}

.mdi-server-security:before{
  content:"\F492"
}

.mdi-settings:before{
  content:"\F493"
}

.mdi-settings-box:before{
  content:"\F494"
}

.mdi-shape-circle-plus:before{
  content:"\F65D"
}

.mdi-shape-plus:before{
  content:"\F495"
}

.mdi-shape-polygon-plus:before{
  content:"\F65E"
}

.mdi-shape-rectangle-plus:before{
  content:"\F65F"
}

.mdi-shape-square-plus:before{
  content:"\F660"
}

.mdi-share:before{
  content:"\F496"
}

.mdi-share-variant:before{
  content:"\F497"
}

.mdi-shield:before{
  content:"\F498"
}

.mdi-shield-outline:before{
  content:"\F499"
}

.mdi-shopping:before{
  content:"\F49A"
}

.mdi-shopping-music:before{
  content:"\F49B"
}

.mdi-shovel:before{
  content:"\F70F"
}

.mdi-shovel-off:before{
  content:"\F710"
}

.mdi-shredder:before{
  content:"\F49C"
}

.mdi-shuffle:before{
  content:"\F49D"
}

.mdi-shuffle-disabled:before{
  content:"\F49E"
}

.mdi-shuffle-variant:before{
  content:"\F49F"
}

.mdi-sigma:before{
  content:"\F4A0"
}

.mdi-sigma-lower:before{
  content:"\F62B"
}

.mdi-sign-caution:before{
  content:"\F4A1"
}

.mdi-signal:before{
  content:"\F4A2"
}

.mdi-signal-2g:before{
  content:"\F711"
}

.mdi-signal-3g:before{
  content:"\F712"
}

.mdi-signal-4g:before{
  content:"\F713"
}

.mdi-signal-hspa:before{
  content:"\F714"
}

.mdi-signal-hspa-plus:before{
  content:"\F715"
}

.mdi-signal-variant:before{
  content:"\F60A"
}

.mdi-silverware:before{
  content:"\F4A3"
}

.mdi-silverware-fork:before{
  content:"\F4A4"
}

.mdi-silverware-spoon:before{
  content:"\F4A5"
}

.mdi-silverware-variant:before{
  content:"\F4A6"
}

.mdi-sim:before{
  content:"\F4A7"
}

.mdi-sim-alert:before{
  content:"\F4A8"
}

.mdi-sim-off:before{
  content:"\F4A9"
}

.mdi-sitemap:before{
  content:"\F4AA"
}

.mdi-skip-backward:before{
  content:"\F4AB"
}

.mdi-skip-forward:before{
  content:"\F4AC"
}

.mdi-skip-next:before{
  content:"\F4AD"
}

.mdi-skip-next-circle:before{
  content:"\F661"
}

.mdi-skip-next-circle-outline:before{
  content:"\F662"
}

.mdi-skip-previous:before{
  content:"\F4AE"
}

.mdi-skip-previous-circle:before{
  content:"\F663"
}

.mdi-skip-previous-circle-outline:before{
  content:"\F664"
}

.mdi-skull:before{
  content:"\F68B"
}

.mdi-skype:before{
  content:"\F4AF"
}

.mdi-skype-business:before{
  content:"\F4B0"
}

.mdi-slack:before{
  content:"\F4B1"
}

.mdi-sleep:before{
  content:"\F4B2"
}

.mdi-sleep-off:before{
  content:"\F4B3"
}

.mdi-smoking:before{
  content:"\F4B4"
}

.mdi-smoking-off:before{
  content:"\F4B5"
}

.mdi-snapchat:before{
  content:"\F4B6"
}

.mdi-snowflake:before{
  content:"\F716"
}

.mdi-snowman:before{
  content:"\F4B7"
}

.mdi-soccer:before{
  content:"\F4B8"
}

.mdi-sofa:before{
  content:"\F4B9"
}

.mdi-solid:before{
  content:"\F68C"
}

.mdi-sort:before{
  content:"\F4BA"
}

.mdi-sort-alphabetical:before{
  content:"\F4BB"
}

.mdi-sort-ascending:before{
  content:"\F4BC"
}

.mdi-sort-descending:before{
  content:"\F4BD"
}

.mdi-sort-numeric:before{
  content:"\F4BE"
}

.mdi-sort-variant:before{
  content:"\F4BF"
}

.mdi-soundcloud:before{
  content:"\F4C0"
}

.mdi-source-branch:before{
  content:"\F62C"
}

.mdi-source-commit:before{
  content:"\F717"
}

.mdi-source-commit-end:before{
  content:"\F718"
}

.mdi-source-commit-end-local:before{
  content:"\F719"
}

.mdi-source-commit-local:before{
  content:"\F71A"
}

.mdi-source-commit-next-local:before{
  content:"\F71B"
}

.mdi-source-commit-start:before{
  content:"\F71C"
}

.mdi-source-commit-start-next-local:before{
  content:"\F71D"
}

.mdi-source-fork:before{
  content:"\F4C1"
}

.mdi-source-merge:before{
  content:"\F62D"
}

.mdi-source-pull:before{
  content:"\F4C2"
}

.mdi-speaker:before{
  content:"\F4C3"
}

.mdi-speaker-off:before{
  content:"\F4C4"
}

.mdi-speaker-wireless:before{
  content:"\F71E"
}

.mdi-speedometer:before{
  content:"\F4C5"
}

.mdi-spellcheck:before{
  content:"\F4C6"
}

.mdi-spotify:before{
  content:"\F4C7"
}

.mdi-spotlight:before{
  content:"\F4C8"
}

.mdi-spotlight-beam:before{
  content:"\F4C9"
}

.mdi-spray:before{
  content:"\F665"
}

.mdi-square-inc:before{
  content:"\F4CA"
}

.mdi-square-inc-cash:before{
  content:"\F4CB"
}

.mdi-stackexchange:before{
  content:"\F60B"
}

.mdi-stackoverflow:before{
  content:"\F4CC"
}

.mdi-stadium:before{
  content:"\F71F"
}

.mdi-stairs:before{
  content:"\F4CD"
}

.mdi-star:before{
  content:"\F4CE"
}

.mdi-star-circle:before{
  content:"\F4CF"
}

.mdi-star-half:before{
  content:"\F4D0"
}

.mdi-star-off:before{
  content:"\F4D1"
}

.mdi-star-outline:before{
  content:"\F4D2"
}

.mdi-steam:before{
  content:"\F4D3"
}

.mdi-steering:before{
  content:"\F4D4"
}

.mdi-step-backward:before{
  content:"\F4D5"
}

.mdi-step-backward-2:before{
  content:"\F4D6"
}

.mdi-step-forward:before{
  content:"\F4D7"
}

.mdi-step-forward-2:before{
  content:"\F4D8"
}

.mdi-stethoscope:before{
  content:"\F4D9"
}

.mdi-sticker:before{
  content:"\F5D0"
}

.mdi-stocking:before{
  content:"\F4DA"
}

.mdi-stop:before{
  content:"\F4DB"
}

.mdi-stop-circle:before{
  content:"\F666"
}

.mdi-stop-circle-outline:before{
  content:"\F667"
}

.mdi-store:before{
  content:"\F4DC"
}

.mdi-store-24-hour:before{
  content:"\F4DD"
}

.mdi-stove:before{
  content:"\F4DE"
}

.mdi-subdirectory-arrow-left:before{
  content:"\F60C"
}

.mdi-subdirectory-arrow-right:before{
  content:"\F60D"
}

.mdi-subway:before{
  content:"\F6AB"
}

.mdi-subway-variant:before{
  content:"\F4DF"
}

.mdi-sunglasses:before{
  content:"\F4E0"
}

.mdi-surround-sound:before{
  content:"\F5C5"
}

.mdi-svg:before{
  content:"\F720"
}

.mdi-swap-horizontal:before{
  content:"\F4E1"
}

.mdi-swap-vertical:before{
  content:"\F4E2"
}

.mdi-swim:before{
  content:"\F4E3"
}

.mdi-switch:before{
  content:"\F4E4"
}

.mdi-sword:before{
  content:"\F4E5"
}

.mdi-sync:before{
  content:"\F4E6"
}

.mdi-sync-alert:before{
  content:"\F4E7"
}

.mdi-sync-off:before{
  content:"\F4E8"
}

.mdi-tab:before{
  content:"\F4E9"
}

.mdi-tab-unselected:before{
  content:"\F4EA"
}

.mdi-table:before{
  content:"\F4EB"
}

.mdi-table-column-plus-after:before{
  content:"\F4EC"
}

.mdi-table-column-plus-before:before{
  content:"\F4ED"
}

.mdi-table-column-remove:before{
  content:"\F4EE"
}

.mdi-table-column-width:before{
  content:"\F4EF"
}

.mdi-table-edit:before{
  content:"\F4F0"
}

.mdi-table-large:before{
  content:"\F4F1"
}

.mdi-table-row-height:before{
  content:"\F4F2"
}

.mdi-table-row-plus-after:before{
  content:"\F4F3"
}

.mdi-table-row-plus-before:before{
  content:"\F4F4"
}

.mdi-table-row-remove:before{
  content:"\F4F5"
}

.mdi-tablet:before{
  content:"\F4F6"
}

.mdi-tablet-android:before{
  content:"\F4F7"
}

.mdi-tablet-ipad:before{
  content:"\F4F8"
}

.mdi-tag:before{
  content:"\F4F9"
}

.mdi-tag-faces:before{
  content:"\F4FA"
}

.mdi-tag-heart:before{
  content:"\F68A"
}

.mdi-tag-multiple:before{
  content:"\F4FB"
}

.mdi-tag-outline:before{
  content:"\F4FC"
}

.mdi-tag-plus:before{
  content:"\F721"
}

.mdi-tag-remove:before{
  content:"\F722"
}

.mdi-tag-text-outline:before{
  content:"\F4FD"
}

.mdi-target:before{
  content:"\F4FE"
}

.mdi-taxi:before{
  content:"\F4FF"
}

.mdi-teamviewer:before{
  content:"\F500"
}

.mdi-telegram:before{
  content:"\F501"
}

.mdi-television:before{
  content:"\F502"
}

.mdi-television-guide:before{
  content:"\F503"
}

.mdi-temperature-celsius:before{
  content:"\F504"
}

.mdi-temperature-fahrenheit:before{
  content:"\F505"
}

.mdi-temperature-kelvin:before{
  content:"\F506"
}

.mdi-tennis:before{
  content:"\F507"
}

.mdi-tent:before{
  content:"\F508"
}

.mdi-terrain:before{
  content:"\F509"
}

.mdi-test-tube:before{
  content:"\F668"
}

.mdi-text-shadow:before{
  content:"\F669"
}

.mdi-text-to-speech:before{
  content:"\F50A"
}

.mdi-text-to-speech-off:before{
  content:"\F50B"
}

.mdi-textbox:before{
  content:"\F60E"
}

.mdi-texture:before{
  content:"\F50C"
}

.mdi-theater:before{
  content:"\F50D"
}

.mdi-theme-light-dark:before{
  content:"\F50E"
}

.mdi-thermometer:before{
  content:"\F50F"
}

.mdi-thermometer-lines:before{
  content:"\F510"
}

.mdi-thumb-down:before{
  content:"\F511"
}

.mdi-thumb-down-outline:before{
  content:"\F512"
}

.mdi-thumb-up:before{
  content:"\F513"
}

.mdi-thumb-up-outline:before{
  content:"\F514"
}

.mdi-thumbs-up-down:before{
  content:"\F515"
}

.mdi-ticket:before{
  content:"\F516"
}

.mdi-ticket-account:before{
  content:"\F517"
}

.mdi-ticket-confirmation:before{
  content:"\F518"
}

.mdi-ticket-percent:before{
  content:"\F723"
}

.mdi-tie:before{
  content:"\F519"
}

.mdi-tilde:before{
  content:"\F724"
}

.mdi-timelapse:before{
  content:"\F51A"
}

.mdi-timer:before{
  content:"\F51B"
}

.mdi-timer-10:before{
  content:"\F51C"
}

.mdi-timer-3:before{
  content:"\F51D"
}

.mdi-timer-off:before{
  content:"\F51E"
}

.mdi-timer-sand:before{
  content:"\F51F"
}

.mdi-timer-sand-empty:before{
  content:"\F6AC"
}

.mdi-timetable:before{
  content:"\F520"
}

.mdi-toggle-switch:before{
  content:"\F521"
}

.mdi-toggle-switch-off:before{
  content:"\F522"
}

.mdi-tooltip:before{
  content:"\F523"
}

.mdi-tooltip-edit:before{
  content:"\F524"
}

.mdi-tooltip-image:before{
  content:"\F525"
}

.mdi-tooltip-outline:before{
  content:"\F526"
}

.mdi-tooltip-outline-plus:before{
  content:"\F527"
}

.mdi-tooltip-text:before{
  content:"\F528"
}

.mdi-tooth:before{
  content:"\F529"
}

.mdi-tor:before{
  content:"\F52A"
}

.mdi-tower-beach:before{
  content:"\F680"
}

.mdi-tower-fire:before{
  content:"\F681"
}

.mdi-traffic-light:before{
  content:"\F52B"
}

.mdi-train:before{
  content:"\F52C"
}

.mdi-tram:before{
  content:"\F52D"
}

.mdi-transcribe:before{
  content:"\F52E"
}

.mdi-transcribe-close:before{
  content:"\F52F"
}

.mdi-transfer:before{
  content:"\F530"
}

.mdi-transit-transfer:before{
  content:"\F6AD"
}

.mdi-translate:before{
  content:"\F5CA"
}

.mdi-treasure-chest:before{
  content:"\F725"
}

.mdi-tree:before{
  content:"\F531"
}

.mdi-trello:before{
  content:"\F532"
}

.mdi-trending-down:before{
  content:"\F533"
}

.mdi-trending-neutral:before{
  content:"\F534"
}

.mdi-trending-up:before{
  content:"\F535"
}

.mdi-triangle:before{
  content:"\F536"
}

.mdi-triangle-outline:before{
  content:"\F537"
}

.mdi-trophy:before{
  content:"\F538"
}

.mdi-trophy-award:before{
  content:"\F539"
}

.mdi-trophy-outline:before{
  content:"\F53A"
}

.mdi-trophy-variant:before{
  content:"\F53B"
}

.mdi-trophy-variant-outline:before{
  content:"\F53C"
}

.mdi-truck:before{
  content:"\F53D"
}

.mdi-truck-delivery:before{
  content:"\F53E"
}

.mdi-truck-trailer:before{
  content:"\F726"
}

.mdi-tshirt-crew:before{
  content:"\F53F"
}

.mdi-tshirt-v:before{
  content:"\F540"
}

.mdi-tumblr:before{
  content:"\F541"
}

.mdi-tumblr-reblog:before{
  content:"\F542"
}

.mdi-tune:before{
  content:"\F62E"
}

.mdi-tune-vertical:before{
  content:"\F66A"
}

.mdi-twitch:before{
  content:"\F543"
}

.mdi-twitter:before{
  content:"\F544"
}

.mdi-twitter-box:before{
  content:"\F545"
}

.mdi-twitter-circle:before{
  content:"\F546"
}

.mdi-twitter-retweet:before{
  content:"\F547"
}

.mdi-ubuntu:before{
  content:"\F548"
}

.mdi-umbraco:before{
  content:"\F549"
}

.mdi-umbrella:before{
  content:"\F54A"
}

.mdi-umbrella-outline:before{
  content:"\F54B"
}

.mdi-undo:before{
  content:"\F54C"
}

.mdi-undo-variant:before{
  content:"\F54D"
}

.mdi-unfold-less:before{
  content:"\F54E"
}

.mdi-unfold-more:before{
  content:"\F54F"
}

.mdi-ungroup:before{
  content:"\F550"
}

.mdi-unity:before{
  content:"\F6AE"
}

.mdi-untappd:before{
  content:"\F551"
}

.mdi-update:before{
  content:"\F6AF"
}

.mdi-upload:before{
  content:"\F552"
}

.mdi-usb:before{
  content:"\F553"
}

.mdi-vector-arrange-above:before{
  content:"\F554"
}

.mdi-vector-arrange-below:before{
  content:"\F555"
}

.mdi-vector-circle:before{
  content:"\F556"
}

.mdi-vector-circle-variant:before{
  content:"\F557"
}

.mdi-vector-combine:before{
  content:"\F558"
}

.mdi-vector-curve:before{
  content:"\F559"
}

.mdi-vector-difference:before{
  content:"\F55A"
}

.mdi-vector-difference-ab:before{
  content:"\F55B"
}

.mdi-vector-difference-ba:before{
  content:"\F55C"
}

.mdi-vector-intersection:before{
  content:"\F55D"
}

.mdi-vector-line:before{
  content:"\F55E"
}

.mdi-vector-point:before{
  content:"\F55F"
}

.mdi-vector-polygon:before{
  content:"\F560"
}

.mdi-vector-polyline:before{
  content:"\F561"
}

.mdi-vector-rectangle:before{
  content:"\F5C6"
}

.mdi-vector-selection:before{
  content:"\F562"
}

.mdi-vector-square:before{
  content:"\F001"
}

.mdi-vector-triangle:before{
  content:"\F563"
}

.mdi-vector-union:before{
  content:"\F564"
}

.mdi-verified:before{
  content:"\F565"
}

.mdi-vibrate:before{
  content:"\F566"
}

.mdi-video:before{
  content:"\F567"
}

.mdi-video-off:before{
  content:"\F568"
}

.mdi-video-switch:before{
  content:"\F569"
}

.mdi-view-agenda:before{
  content:"\F56A"
}

.mdi-view-array:before{
  content:"\F56B"
}

.mdi-view-carousel:before{
  content:"\F56C"
}

.mdi-view-column:before{
  content:"\F56D"
}

.mdi-view-dashboard:before{
  content:"\F56E"
}

.mdi-view-day:before{
  content:"\F56F"
}

.mdi-view-grid:before{
  content:"\F570"
}

.mdi-view-headline:before{
  content:"\F571"
}

.mdi-view-list:before{
  content:"\F572"
}

.mdi-view-module:before{
  content:"\F573"
}

.mdi-view-parallel:before{
  content:"\F727"
}

.mdi-view-quilt:before{
  content:"\F574"
}

.mdi-view-sequential:before{
  content:"\F728"
}

.mdi-view-stream:before{
  content:"\F575"
}

.mdi-view-week:before{
  content:"\F576"
}

.mdi-vimeo:before{
  content:"\F577"
}

.mdi-vine:before{
  content:"\F578"
}

.mdi-violin:before{
  content:"\F60F"
}

.mdi-visualstudio:before{
  content:"\F610"
}

.mdi-vk:before{
  content:"\F579"
}

.mdi-vk-box:before{
  content:"\F57A"
}

.mdi-vk-circle:before{
  content:"\F57B"
}

.mdi-vlc:before{
  content:"\F57C"
}

.mdi-voice:before{
  content:"\F5CB"
}

.mdi-voicemail:before{
  content:"\F57D"
}

.mdi-volume-high:before{
  content:"\F57E"
}

.mdi-volume-low:before{
  content:"\F57F"
}

.mdi-volume-medium:before{
  content:"\F580"
}

.mdi-volume-off:before{
  content:"\F581"
}

.mdi-vpn:before{
  content:"\F582"
}

.mdi-walk:before{
  content:"\F583"
}

.mdi-wallet:before{
  content:"\F584"
}

.mdi-wallet-giftcard:before{
  content:"\F585"
}

.mdi-wallet-membership:before{
  content:"\F586"
}

.mdi-wallet-travel:before{
  content:"\F587"
}

.mdi-wan:before{
  content:"\F588"
}

.mdi-washing-machine:before{
  content:"\F729"
}

.mdi-watch:before{
  content:"\F589"
}

.mdi-watch-export:before{
  content:"\F58A"
}

.mdi-watch-import:before{
  content:"\F58B"
}

.mdi-watch-vibrate:before{
  content:"\F6B0"
}

.mdi-water:before{
  content:"\F58C"
}

.mdi-water-off:before{
  content:"\F58D"
}

.mdi-water-percent:before{
  content:"\F58E"
}

.mdi-water-pump:before{
  content:"\F58F"
}

.mdi-watermark:before{
  content:"\F612"
}

.mdi-weather-cloudy:before{
  content:"\F590"
}

.mdi-weather-fog:before{
  content:"\F591"
}

.mdi-weather-hail:before{
  content:"\F592"
}

.mdi-weather-lightning:before{
  content:"\F593"
}

.mdi-weather-lightning-rainy:before{
  content:"\F67D"
}

.mdi-weather-night:before{
  content:"\F594"
}

.mdi-weather-partlycloudy:before{
  content:"\F595"
}

.mdi-weather-pouring:before{
  content:"\F596"
}

.mdi-weather-rainy:before{
  content:"\F597"
}

.mdi-weather-snowy:before{
  content:"\F598"
}

.mdi-weather-snowy-rainy:before{
  content:"\F67E"
}

.mdi-weather-sunny:before{
  content:"\F599"
}

.mdi-weather-sunset:before{
  content:"\F59A"
}

.mdi-weather-sunset-down:before{
  content:"\F59B"
}

.mdi-weather-sunset-up:before{
  content:"\F59C"
}

.mdi-weather-windy:before{
  content:"\F59D"
}

.mdi-weather-windy-variant:before{
  content:"\F59E"
}

.mdi-web:before{
  content:"\F59F"
}

.mdi-webcam:before{
  content:"\F5A0"
}

.mdi-webhook:before{
  content:"\F62F"
}

.mdi-webpack:before{
  content:"\F72A"
}

.mdi-wechat:before{
  content:"\F611"
}

.mdi-weight:before{
  content:"\F5A1"
}

.mdi-weight-kilogram:before{
  content:"\F5A2"
}

.mdi-whatsapp:before{
  content:"\F5A3"
}

.mdi-wheelchair-accessibility:before{
  content:"\F5A4"
}

.mdi-white-balance-auto:before{
  content:"\F5A5"
}

.mdi-white-balance-incandescent:before{
  content:"\F5A6"
}

.mdi-white-balance-iridescent:before{
  content:"\F5A7"
}

.mdi-white-balance-sunny:before{
  content:"\F5A8"
}

.mdi-widgets:before{
  content:"\F72B"
}

.mdi-wifi:before{
  content:"\F5A9"
}

.mdi-wifi-off:before{
  content:"\F5AA"
}

.mdi-wii:before{
  content:"\F5AB"
}

.mdi-wiiu:before{
  content:"\F72C"
}

.mdi-wikipedia:before{
  content:"\F5AC"
}

.mdi-window-close:before{
  content:"\F5AD"
}

.mdi-window-closed:before{
  content:"\F5AE"
}

.mdi-window-maximize:before{
  content:"\F5AF"
}

.mdi-window-minimize:before{
  content:"\F5B0"
}

.mdi-window-open:before{
  content:"\F5B1"
}

.mdi-window-restore:before{
  content:"\F5B2"
}

.mdi-windows:before{
  content:"\F5B3"
}

.mdi-wordpress:before{
  content:"\F5B4"
}

.mdi-worker:before{
  content:"\F5B5"
}

.mdi-wrap:before{
  content:"\F5B6"
}

.mdi-wrench:before{
  content:"\F5B7"
}

.mdi-wunderlist:before{
  content:"\F5B8"
}

.mdi-xaml:before{
  content:"\F673"
}

.mdi-xbox:before{
  content:"\F5B9"
}

.mdi-xbox-controller:before{
  content:"\F5BA"
}

.mdi-xbox-controller-off:before{
  content:"\F5BB"
}

.mdi-xda:before{
  content:"\F5BC"
}

.mdi-xing:before{
  content:"\F5BD"
}

.mdi-xing-box:before{
  content:"\F5BE"
}

.mdi-xing-circle:before{
  content:"\F5BF"
}

.mdi-xml:before{
  content:"\F5C0"
}

.mdi-yeast:before{
  content:"\F5C1"
}

.mdi-yelp:before{
  content:"\F5C2"
}

.mdi-yin-yang:before{
  content:"\F67F"
}

.mdi-youtube-play:before{
  content:"\F5C3"
}

.mdi-zip-box:before{
  content:"\F5C4"
}

.mdi-18px.mdi-set,.mdi-18px.mdi:before{
  font-size:18px
}

.mdi-24px.mdi-set,.mdi-24px.mdi:before{
  font-size:24px
}

.mdi-36px.mdi-set,.mdi-36px.mdi:before{
  font-size:36px
}

.mdi-48px.mdi-set,.mdi-48px.mdi:before{
  font-size:48px
}

.mdi-dark{
  color:rgba(0,0,0,0.54)
}

.mdi-dark.mdi-inactive{
  color:rgba(0,0,0,0.26)
}

.mdi-light{
  color:#fff
}

.mdi-light.mdi-inactive{
  color:rgba(255,255,255,0.3)
}

.mdi-rotate-45{
  transform:rotate(45deg)
}

.mdi-rotate-90{
  transform:rotate(90deg)
}

.mdi-rotate-135{
  transform:rotate(135deg)
}

.mdi-rotate-180{
  transform:rotate(180deg)
}

.mdi-rotate-225{
  transform:rotate(225deg)
}

.mdi-rotate-270{
  transform:rotate(270deg)
}

.mdi-rotate-315{
  transform:rotate(315deg)
}

.mdi-flip-horizontal{
  transform:scaleX(-1);
  filter:FlipH;
  -ms-filter:"FlipH"
}

.mdi-flip-vertical{
  transform:scaleY(-1);
  filter:FlipV;
  -ms-filter:"FlipV"
}

/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/

/*Material Theme Colors*/

.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px / 28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}

.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong, .mat-body-2 {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}

.mat-small, .mat-caption {
  font: 400 12px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px / 112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px / 56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px / 48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px / 40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-bottom-sheet-container {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}

.mat-card-header .mat-card-title {
  font-size: 20px;
}

.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}

.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}

.mat-chip {
  font-size: 14px;
  font-weight: 500;
}

.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}

.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}

.mat-cell, .mat-footer-cell {
  font-size: 14px;
}

.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-dialog-title {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.mat-expansion-panel-content {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}

.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}

.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}

.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}

.mat-form-field-label {
  top: 1.34375em;
}

.mat-form-field-underline {
  bottom: 1.34375em;
}

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}

@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }

  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }

  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}

.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}

.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}

.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}

.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

input.mat-input-element {
  margin-top: -0.0625em;
}

.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}

.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-select-trigger {
  height: 1.125em;
}

.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 14px;
}

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}

.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}

.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-list-base .mat-list-item {
  font-size: 16px;
}

.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-list-option {
  font-size: 16px;
}

.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}

.mat-optgroup-label {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}

.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}

.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}

.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start {
  /*!*/
}

@keyframes cdk-text-field-autofill-end {
  /*!*/
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}

.mat-mdc-focus-indicator {
  position: relative;
}

.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Poppins, sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px / 32px Poppins, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px / 32px Poppins, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px / 28px Poppins, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px / 24px Poppins, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Poppins, sans-serif;
  margin: 0 0 12px;
}

.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Poppins, sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong, .mat-body-2 {
  font: 500 14px / 24px Poppins, sans-serif;
  letter-spacing: normal;
}

.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px / 20px Poppins, sans-serif;
  letter-spacing: normal;
}

.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}

.mat-small, .mat-caption {
  font: 400 12px / 20px Poppins, sans-serif;
  letter-spacing: normal;
}

.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px / 112px Poppins, sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px / 56px Poppins, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px / 48px Poppins, sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px / 40px Poppins, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-bottom-sheet-container {
  font: 400 14px / 20px Poppins, sans-serif;
  letter-spacing: normal;
}

.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-button-toggle {
  font-family: Poppins, sans-serif;
}

.mat-card {
  font-family: Poppins, sans-serif;
}

.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}

.mat-card-header .mat-card-title {
  font-size: 20px;
}

.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}

.mat-checkbox {
  font-family: Poppins, sans-serif;
}

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}

.mat-chip {
  font-size: 14px;
  font-weight: 500;
}

.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}

.mat-table {
  font-family: Poppins, sans-serif;
}

.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}

.mat-cell, .mat-footer-cell {
  font-size: 14px;
}

.mat-calendar {
  font-family: Poppins, sans-serif;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-dialog-title {
  font: 500 20px / 32px Poppins, sans-serif;
  letter-spacing: normal;
}

.mat-expansion-panel-header {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.mat-expansion-panel-content {
  font: 400 14px / 20px Poppins, sans-serif;
  letter-spacing: normal;
}

.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Poppins, sans-serif;
  letter-spacing: normal;
}

.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}

.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}

.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}

.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34373em) scale(0.75);
  width: 133.3333533333%;
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34372em) scale(0.75);
  width: 133.3333633333%;
}

.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}

.mat-form-field-label {
  top: 1.34375em;
}

.mat-form-field-underline {
  bottom: 1.34375em;
}

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00106px);
  -ms-transform: translateY(-1.28119em) scale(0.75);
  width: 133.3333933333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00107px);
  -ms-transform: translateY(-1.28118em) scale(0.75);
  width: 133.3334033333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00108px);
  -ms-transform: translateY(-1.28117em) scale(0.75);
  width: 133.3334133333%;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}

@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28116em) scale(0.75);
  }

  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28115em) scale(0.75);
  }

  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28114em) scale(0.75);
  }
}

.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}

.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59373em) scale(0.75);
  width: 133.3333533333%;
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59372em) scale(0.75);
  width: 133.3333633333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}

.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59373em) scale(0.75);
  width: 133.3333533333%;
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59372em) scale(0.75);
  width: 133.3333633333%;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}

.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

input.mat-input-element {
  margin-top: -0.0625em;
}

.mat-menu-item {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.mat-radio-button {
  font-family: Poppins, sans-serif;
}

.mat-select {
  font-family: Poppins, sans-serif;
}

.mat-select-trigger {
  height: 1.125em;
}

.mat-slide-toggle-content {
  font-family: Poppins, sans-serif;
}

.mat-slider-thumb-label-text {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Poppins, sans-serif;
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 14px;
}

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}

.mat-tab-group {
  font-family: Poppins, sans-serif;
}

.mat-tab-label, .mat-tab-link {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px / 32px Poppins, sans-serif;
  letter-spacing: normal;
  margin: 0;
}

.mat-tooltip {
  font-family: Poppins, sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mat-list-item {
  font-family: Poppins, sans-serif;
}

.mat-list-option {
  font-family: Poppins, sans-serif;
}

.mat-list-base .mat-list-item {
  font-size: 16px;
}

.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-list-option {
  font-size: 16px;
}

.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-subheader {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-list-base[dense] .mat-subheader {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.mat-option {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.mat-optgroup-label {
  font: 500 14px / 24px Poppins, sans-serif;
  letter-spacing: normal;
}

.mat-simple-snackbar {
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}

.mat-tree {
  font-family: Poppins, sans-serif;
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}

.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}

.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start {
  /*!*/
}

@keyframes cdk-text-field-autofill-end {
  /*!*/
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}

.mat-mdc-focus-indicator {
  position: relative;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-option {
  color: rgba(0, 0, 0, 0.87);
}

.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}

.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #1e88e5;
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ffc107;
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #e91e63;
}

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}

.mat-pseudo-checkbox::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #1e88e5;
}

.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #ffc107;
}

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #e91e63;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}

.mat-badge {
  position: relative;
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}

.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}

.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}

.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}

.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}

.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}

.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.mat-badge-content {
  color: white;
  background: #1e88e5;
}

.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}

.mat-badge-warn .mat-badge-content {
  color: white;
  background: #e91e63;
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}

.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #1e88e5;
}

.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #ffc107;
}

.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #e91e63;
}

.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #1e88e5;
}

.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ffc107;
}

.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #e91e63;
}

.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}

.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}

.mat-button-focus-overlay {
  background: black;
}

.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}

.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}

.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: rgba(0, 0, 0, 0.87);
}

.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}

.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #1e88e5;
}

.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #ffc107;
}

.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #e91e63;
}

.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone,
.mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}

.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}

.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}

.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}

.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-checkmark {
  fill: #fafafa;
}

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}

.mat-checkbox-mixedmark {
  background-color: #fafafa;
}

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #1e88e5;
}

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #ffc107;
}

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #e91e63;
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}

.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox .mat-ripple-element {
  background-color: black;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #1e88e5;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #ffc107;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #e91e63;
}

.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}

.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}

.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}

.mat-chip.mat-standard-chip::after {
  background: black;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #1e88e5;
  color: white;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #e91e63;
  color: white;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-table {
  background: white;
}

.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}

mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}

.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}

.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}

.mat-calendar-body-in-range::before {
  background: rgba(30, 136, 229, 0.2);
}

.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(30, 136, 229, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(30, 136, 229, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-calendar-body-selected {
  background-color: #1e88e5;
  color: white;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(30, 136, 229, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}

.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(30, 136, 229, 0.3);
}

.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 193, 7, 0.2);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 193, 7, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 193, 7, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 193, 7, 0.4);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 193, 7, 0.3);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(233, 30, 99, 0.2);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(233, 30, 99, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(233, 30, 99, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #e91e63;
  color: white;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(233, 30, 99, 0.4);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(233, 30, 99, 0.3);
}

.mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active {
  color: #1e88e5;
}

.mat-datepicker-toggle-active.mat-accent {
  color: #ffc107;
}

.mat-datepicker-toggle-active.mat-warn {
  color: #e91e63;
}

.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}

.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}

.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

.mat-expansion-panel-header {
  height: 48px;
}

.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}

.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}

.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}

.mat-form-field.mat-focused .mat-form-field-label {
  color: #1e88e5;
}

.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ffc107;
}

.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #e91e63;
}

.mat-focused .mat-form-field-required-marker {
  color: #ffc107;
}

.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #1e88e5;
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ffc107;
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #e91e63;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #1e88e5;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #ffc107;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #e91e63;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #e91e63;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #e91e63;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #e91e63;
}

.mat-error {
  color: #e91e63;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}

.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #1e88e5;
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ffc107;
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #e91e63;
}

.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #e91e63;
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}

.mat-icon.mat-primary {
  color: #1e88e5;
}

.mat-icon.mat-accent {
  color: #ffc107;
}

.mat-icon.mat-warn {
  color: #e91e63;
}

.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-input-element {
  caret-color: #1e88e5;
}

.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-form-field.mat-accent .mat-input-element {
  caret-color: #ffc107;
}

.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #e91e63;
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #e91e63;
}

.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}

.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}

.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}

.mat-list-item-disabled {
  background-color: #eeeeee;
}

.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}

.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}

.mat-menu-panel {
  background: white;
}

.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}

.mat-menu-item[disabled],
.mat-menu-item[disabled] .mat-menu-submenu-icon,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}

.mat-menu-item .mat-icon-no-color,
.mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}

.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-paginator {
  background: white;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}

.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-paginator-container {
  min-height: 56px;
}

.mat-progress-bar-background {
  fill: #c3def5;
}

.mat-progress-bar-buffer {
  background-color: #c3def5;
}

.mat-progress-bar-fill::after {
  background-color: #1e88e5;
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #fbecbd;
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #fbecbd;
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #ffc107;
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #f6c3d4;
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #f6c3d4;
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #e91e63;
}

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #1e88e5;
}

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #ffc107;
}

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #e91e63;
}

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #1e88e5;
}

.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #1e88e5;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ffc107;
}

.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ffc107;
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #e91e63;
}

.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #e91e63;
}

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button .mat-ripple-element {
  background-color: black;
}

.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}

.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.mat-select-panel {
  background: white;
}

.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #1e88e5;
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ffc107;
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #e91e63;
}

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #e91e63;
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer.mat-drawer-push {
  background-color: white;
}

.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ffc107;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 193, 7, 0.54);
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ffc107;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #1e88e5;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(30, 136, 229, 0.54);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #1e88e5;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #e91e63;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(233, 30, 99, 0.54);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #e91e63;
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}

.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #1e88e5;
}

.mat-primary .mat-slider-thumb-label-text {
  color: white;
}

.mat-primary .mat-slider-focus-ring {
  background-color: rgba(30, 136, 229, 0.2);
}

.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #ffc107;
}

.mat-accent .mat-slider-thumb-label-text {
  color: rgba(0, 0, 0, 0.87);
}

.mat-accent .mat-slider-focus-ring {
  background-color: rgba(255, 193, 7, 0.2);
}

.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #e91e63;
}

.mat-warn .mat-slider-thumb-label-text {
  color: white;
}

.mat-warn .mat-slider-focus-ring {
  background-color: rgba(233, 30, 99, 0.2);
}

.mat-slider:hover .mat-slider-track-background,
.mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}

@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}

.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}

.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}

.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #1e88e5;
  color: white;
}

.mat-step-header.mat-accent .mat-step-icon {
  color: rgba(0, 0, 0, 0.87);
}

.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}

.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}

.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #e91e63;
  color: white;
}

.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #e91e63;
}

.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}

.mat-step-header .mat-step-label.mat-step-label-error {
  color: #e91e63;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}

.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header {
  height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}

.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}

.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}

.mat-sort-header-arrow {
  color: #757575;
}

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}

.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-tab-group[class*=mat-background-] > .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(187, 222, 251, 0.3);
}

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #1e88e5;
}

.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}

.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 236, 179, 0.3);
}

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ffc107;
}

.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(248, 187, 208, 0.3);
}

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #e91e63;
}

.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(187, 222, 251, 0.3);
}

.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #1e88e5;
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 236, 179, 0.3);
}

.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #ffc107;
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(0, 0, 0, 0.87);
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: black;
  opacity: 0.4;
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: black;
  opacity: 0.12;
}

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(248, 187, 208, 0.3);
}

.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #e91e63;
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  background: #1e88e5;
  color: white;
}

.mat-toolbar.mat-accent {
  background: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-warn {
  background: #e91e63;
  color: white;
}

.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}

.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}

.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-toolbar-multiple-rows {
  min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}

.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}

.mat-tree {
  background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tree-node {
  min-height: 48px;
}

.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-simple-snackbar-action {
  color: #ffc107;
}

/*Theme Colors*/

/*
$bodycolor: #eef5f9;
*/

/*bootstrap Color*/

/*Light colors*/

/*Normal Color*/

/*Extra Variable*/

* {
  outline: none;
  box-sizing: border-box;
}

.back-btn {
  border: 0px;
  font-size: 0.7em;
  cursor: pointer;
  background-color: transparent;
  font-weight: bolder;
  font-size: medium;
  color: #C6006F;
}

.back-button {
  border-radius: 15px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

@media only screen and (max-width: 800px) {
  .mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
    font-size: 10px !important;
  }

  .mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
    font-size: 10px !important;
  }

  .customdialog {
    width: 100% !important;
    max-width: 90vw !important;
  }
}

.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  border-radius: 12px;
  margin-top: 2vh;
  margin-bottom: 2vh;
  color: #C6006F;
  border-color: #C6006F;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 12px;
  padding-top: 1px;
}

.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #C6006F;
  border-radius: 12px;
  margin-top: 2vh;
  margin-bottom: 2vh;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 12px;
  padding-top: 1px;
}

.sectionsmallheader {
  font-size:14px !important;
  line-height:28px !important;
}

.mat-select-panel {
  max-height: 350px !important;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #67757c;
  font-weight: 400;
  background: #ffffff;
}

html {
  position: relative;
  min-height: 100%;
  background: #ffffff;
}

.reflectionform {
  width: 100%;
}

/*******************
Mat card
*******************/

.mat-card {
  margin-left:0.5rem;
  margin-right:0.5rem;
  margin-top:0.5rem;
  margin-bottom:1rem;
  padding: 0px !important;
}

.mat-card .mat-card-content {
  padding:1.5rem;
  /*
   @media screen and (max-width: 800px) {
       font-size: 0.6rem;
   }
   */
}

.mat-card .mat-card-image {
  width: calc(100% + 0px);
  margin: 0 0px 0px 0px;
}

.mat-card .mat-card-header {
  padding: 0;
  padding-bottom: 0;
  background-color: #2c3e50;
  color: #fff;
  border-radius: 4px 4px 0 0;
}

.mat-card .mat-card-header .mat-card-title {
  margin-bottom: 2px;
  font-size: 20px;
}

@media screen and (max-width: 800px) {
  .mat-card .mat-card-header .mat-card-title {
    font-size: 15px;
  }
}

.mat-card .mat-card-header .mat-card-subtitle, .mat-card .mat-card-header .mat-card-subtitle:not(:first-child) {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 14px;
}

.mat-card .mat-card-header.text-white .mat-card-title {
  color: #ffffff;
}

.mat-card .mat-card-header.text-white .mat-card-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.mat-card .mat-card-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.mat-card .mat-card-subtitle {
  margin-bottom: 20px;
}

.mat-card .mat-card-actions {
  margin: 0px !important;
  width: calc(100% + 0px);
  margin: 0 0px 0px 0px;
}

.modal-content {
  border: 0;
}

.closeicon {
  font-size: 30px;
  padding-right: 30px;
  color: #fff;
  cursor: pointer;
  margin-top: -5px;
}

.nopaddingdialog .mat-dialog-container {
  padding: 0;
}

th[sortable] {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

th[sortable].desc:after, th[sortable].asc:after {
  content: "";
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAmxJREFUeAHtmksrRVEUx72fH8CIGQNJkpGUUmakDEiZSJRIZsRQmCkTJRmZmJgQE0kpX0D5DJKJgff7v+ru2u3O3vvc67TOvsdatdrnnP1Y///v7HvvubdbUiIhBISAEBACQkAICAEhIAQ4CXSh2DnyDfmCPEG2Iv9F9MPlM/LHyAecdyMzHYNwR3fdNK/OH9HXl1UCozD24TCvILxizEDWIEzA0FcM8woCgRrJCoS5PIwrANQSMAJX1LEI9bqpQo4JYNFFKRSvIgsxHDVnqZgIkPnNBM0rIGtYk9YOOsqgbgepRCfdbmFtqhFkVEDVPjJp0+Z6e6hRHhqBKgg6ZDCvYBygVmUoEGoh5JTRvIJwhJo1aUOoh4CLPMyvxxi7EWOMgnCGsXXI1GIXlZUYX7ucU+kbR8NW8lh3O7cue0Pk32MKndfUxQFAwxdirk3fHappAnc0oqDPzDfGTBrCfHP04dM4oTV8cxr0SVzH9FF07xD3ib6xCDE+M+aUcVygtWzzbtGX2rPBrEUYfecfQkaFzYi6HjVnGBdtL7epqAlc1+jRdAap74RrnPc4BCijttY2tRcdN0g17w7HqZrXhdJTYAuS3hd8z+vKgK3V1zWPae0mZDMykadBn1hTQBLnZNwVrJpSe/NwEeDsEwCctEOsJTsgxLvCqUl2ACftEGvJDgjxrnBqkh3ASTvEWrIDQrwrnJpkB3DSDrGW7IAQ7wqnJtkBnLRztejXXVu4+mxz/nQ9jR1w5VB86ejLTFcnnDwhzV+F6T+CHZlx6THSjn76eyyBIOPHyDakhBAQAkJACAgBISAEhIAQYCLwC8JxpAmsEGt6AAAAAElFTkSuQmCC") no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  float: right;
  margin-left: -22px;
}

th[sortable].desc:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

/*******************
 Topbar
*******************/

mat-toolbar {
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.5);
}

mat-toolbar.topbar {
  padding: 0px 15px;
}

mat-toolbar .navbar-header {
  text-align: center;
}

mat-toolbar .navbar-header .navbar-brand {
  display: flex;
  line-height: 18px;
  align-items: center;
}

mat-toolbar .navbar-header .navbar-brand .dark-logo {
  display: none;
}

mat-toolbar .navbar-header .navbar-brand b {
  margin-right: 5px;
}

mat-toolbar .profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

/*******************
 Topbar
*******************/

.topbar {
  position: relative;
  /* Make sure the toolbar will stay on top of the content as it scrolls past. */
  z-index: 2;
}

.example-sidenav-container {
  /* When the sidenav is not fixed, stretch the sidenav container to fill the available space. This
     causes `<mat-sidenav-content>` to act as our scrolling element for desktop layouts. */
  flex: 1;
}

.example-sidenav-container {
  /* When the sidenav is fixed, don't constrain the height of the sidenav container. This allows the
     `<body>` to be our scrolling element for mobile layouts. */
  flex: 1 0 auto;
}

/*
Template Name: Material Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/

/*==============================================================
 For all pages
 ============================================================== */

/*******************
 Main container
*******************/

.main-container {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mat-drawer-container {
  background: #eef5f9;
}

html .page-wrapper {
  height: calc(100vh - 64px);
}

html .page-wrapper .page-content {
  padding: 10px;
}

.align-items-center {
  align-items: center;
}

/*******************
Chartistt chart css
******************/

/*
.barchrt{
		.ct-series-a .ct-bar{
				stroke:$success;
		}
		.ct-series-b .ct-bar{
				stroke:$info;
		}
}

.piechart{
		.ct-series-a .ct-slice-donut{
				stroke:$info
		}
		.ct-series-b .ct-slice-donut{
				stroke:$success
		}
		.ct-series-c .ct-slice-donut{
				stroke:$purple
		}
		.ct-series-d .ct-slice-donut{
				stroke:$light
		}
		.ct-series-e .ct-slice-donut{
				stroke:$warning
		}
}
*/

/*******************/

/*social-profile-first*/

/*******************/

/*
.little-profile{
	.pro-img, .pro-img:first-child {
		margin-top: -110px;
		margin-bottom: 20px;
	img {
		width: 128px;
		height: 128px;
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
		border-radius: 100%;
			}
 }
}

.button-row button{
	margin-bottom: 5px;
    	margin-right: 5px;
}

.pl-5 {
	padding-left: 5px;
}
.pr-5 {
	padding-right: 5px;
}
*/

.form-control {
  font-size:14px;
  line-height:28px;
}

/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/

/*******************
Main sidebar
******************/

mat-sidenav {
  padding-top: 0px;
}

#snav {
  width: 70px;
  transition: 0.5s;
}

@media screen and (max-width: 1400px) {
  #snav {
    transition: none;
    width: 250px;
  }
}

#snav .mat-list-item {
  height: auto;
  margin-bottom: 0px;
}

#snav .mat-list-item .mat-list-item-content {
  display: block;
  padding: 0px 15px;
  cursor: pointer;
}

#snav .mat-list-item a {
  height: 2.8rem;
  padding: 0 10px;
  margin-bottom: 0px;
  align-items: center;
  display: flex;
  font-size:14px;
  line-height:28px;
  font-weight: 400;
  white-space: nowrap;
  color: #ffffff;
}

#snav .mat-list-item a mat-icon:not(.dd-icon) {
  margin-right: 20px;
}

#snav .mat-list-item a mat-icon {
  color: #ffffff;
}

#snav .mat-list-item a .dd-icon {
  font-size:14px;
  line-height:28px;
  /*font-size: 16px;*/
  width: 16px;
  transition: 0.2s ease-in;
  margin: 5px 0 5px 5px;
  height: 16px;
}

#snav .mat-list-item.selected > .mat-list-item-content > a {
  background: #26c6da;
  border-radius: 4px;
  color: #ffffff;
}

#snav .mat-list-item.selected > .mat-list-item-content > a mat-icon {
  color: #ffffff;
}

#snav .mat-list-item.selected > .mat-list-item-content > a .dd-icon {
  transform: rotate(-180deg);
}

#snav .mat-list-item.selected .sub-item .mat-list-item-content a.selected {
  background: transparent;
  color: #2f3d4a;
  font-weight: 500;
}

#rnav {
  width: 250px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

#rnav .mat-list-item {
  height: auto;
  margin-bottom: 10px;
}

#rnav .mat-list-item:hover {
  background: none;
}

#rnav .mat-list-item .mat-list-item-content {
  display: block;
  padding: 0px 15px;
  cursor: pointer;
}

#rnav .mat-list-item .mat-list-item-content:hover {
  background: none;
}

#rnav .mat-list-item .mat-list-item-content:hover > a {
  color: #0079C1;
}

#rnav .mat-list-item a {
  height: 45px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  color: black;
}

#rnav .mat-list-item a mat-icon:not(.dd-icon) {
  margin-right: 8px;
}

#rnav .mat-list-item a mat-icon {
  color: black;
}

#rnav .mat-list-item a .dd-icon {
  font-size: 16px;
  width: 16px;
  transition: 0.2s ease-in;
  margin: 5px 0 5px 5px;
  height: 16px;
}

#rnav .mat-list-item.selected > .mat-list-item-content > a {
  background: #26c6da;
  border-radius: 4px;
  color: black;
}

#rnav .mat-list-item.selected > .mat-list-item-content > a mat-icon {
  color: black;
}

#rnav .mat-list-item.selected > .mat-list-item-content > a .dd-icon {
  transform: rotate(-180deg);
}

#rnav .mat-list-item.selected .sub-item .mat-list-item-content a.selected {
  background: transparent;
  color: #2f3d4a;
  font-weight: 500;
}

/*******************
use profile section
******************/

.user-profile {
  position: relative;
  background-size: cover;
}

.user-profile .profile-img {
  width: 50px;
  margin-left: 30px;
  padding: 31px 0;
  border-radius: 100%;
}

.user-profile .profile-img::before {
  animation: 2.5s blow 0s linear infinite;
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 31px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 0;
}

@keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: scale3d(1, 1, 0.5);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: scale3d(1, 1, 0.5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: scale3d(1, 1, 0.5);
  }
}

.user-profile .profile-img img {
  width: 100%;
  border-radius: 100%;
}

.user-profile .profile-text {
  padding: 5px 0px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.user-profile .profile-text > a {
  color: #ffffff !important;
  width: 100%;
  padding: 6px 30px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  white-space: nowrap;
}

.user-profile .profile-text > a:after {
  position: absolute;
  right: 20px;
  top: 20px;
}

.sidebar-closed #snav.mat-sidenav ~ .mat-drawer-content {
  margin-left: 0px !important;
}

.sidebar-closed #rnav.mat-sidenav ~ .mat-drawer-content {
  margin-right: 0px !important;
}

/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/

/*============================================================== 
 For Laptop & above all (1650px) 
 ============================================================== */

@media (min-width: 1650px) {
  .main-container.boxed {
    max-width: 1920px;
    margin: 0 auto;
  }
}

/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */

@media (max-width: 1600px) {
  .main-container.boxed {
    max-width: 1300px;
    margin: 0 auto;
  }
}

/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */

@media (min-width: 1024px) {
  .card-group {
    padding: 0 15px;
    display: flex;
    flex-flow: row wrap;
  }

  .card-group .mat-card {
    margin: 15px 0px;
    flex: 1 0 0%;
    border-left: 1px solid rgba(120, 130, 140, 0.13);
  }

  .card-group .mat-card:first-child {
    border: 0px;
  }
}

@media (max-width: 1023px) {
  .card-group {
    margin: 15px 0;
  }

  .card-group .mat-card {
    margin: 0 15px;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
  }

  .card-group .mat-card:first-child {
    border: 0px;
  }
}

/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */

@media (min-width: 768px) {
  .navbar-header {
    width: 225px;
    flex-shrink: 0;
  }

  .navbar-header .navbar-brand {
    padding-top: 0px;
  }
}

/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */

@media (max-width: 767px) {
  .mat-toolbar-single-row {
    height: 64px !important;
  }

  .d-flex {
    display: block;
  }

  .no-block {
    display: flex;
  }
}

.blueheader {
  /*padding: 25px;*/
  color: #0079C1;
  margin: 0;
  font-size:28px;
  line-height:36px;
}

.mat-card-header-text {
  margin: 0 8px !important;
}

.whatsappmessengermain {
  position: absolute;
  top: 20px;
  right: 0px;
  color: black;
  border-radius: 10px 0px 0px 10px;
  background: #4caf50;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  font-size: 0.8em;
  z-index: 9999;
}

.tncmain {
  position: absolute;
  top: 30px;
  right: 0px;
  color: black;
  border-radius: 10px 0px 0px 10px;
  background: #4caf50;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  font-size: 0.7em;
  z-index: 9999;
}

.bluebar {
  background-color: #2c3e50;
  color: white;
}

.expansion-padding {
  margin-left:0.25rem !important;
  margin-right:0.25rem !important;
}

.headerfont {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  color: #212529;
}

.mat-card-layout {
  box-shadow: 0px 2px 10px rgba(126, 126, 126, 0.25) !important;
  border-radius: 8px !important;
}

.mat-header-layout {
  /*padding-top:.5rem !important;
  padding-bottom: .5rem !important;*/
  padding-top:0.5rem !important;
  padding-bottom:0.5rem !important;
  background: #127BBF;
  border-radius: 8px 8px 0px 0px !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.form-control {
  border: 1px solid #CFCFCF !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
}

.btn-save {
  background: #127BBF;
  border-radius: 6px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1rem !important;
  text-transform: uppercase;
}

.chart-control {
  border: 1px solid #CFCFCF;
  box-sizing: border-box;
  border-radius: 4px;
}
/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/ngx-toastr/toastr.css ***!
  \****************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/datatables.net-dt/css/jquery.dataTables.css ***!
  \**************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}

:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable td.dt-control:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "▶";
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "▼";
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}

table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
  content: "▼"/"";
}

table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dataTables_scrollBody > table.dataTable > thead > tr > th:before, div.dataTables_scrollBody > table.dataTable > thead > tr > th:after,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:before,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:after {
  display: none;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}

div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/*
 * Table styles
 */

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}

table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable tbody tr {
  background-color: transparent;
}

table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}

table.dataTable tbody tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border > tbody > tr > th,
table.dataTable.row-border > tbody > tr > td, table.dataTable.display > tbody > tr > th,
table.dataTable.display > tbody > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.row-border > tbody > tr:first-child > th,
table.dataTable.row-border > tbody > tr:first-child > td, table.dataTable.display > tbody > tr:first-child > th,
table.dataTable.display > tbody > tr:first-child > td {
  border-top: none;
}

table.dataTable.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

table.dataTable.cell-border > tbody > tr > th,
table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr > th:first-child,
table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr:first-child > th,
table.dataTable.cell-border > tbody > tr:first-child > td {
  border-top: none;
}

table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
}

table.dataTable.stripe > tbody > tr.odd.selected > *, table.dataTable.display > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
}

table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
}

table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}

table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}

table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}

table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
}

table.dataTable.display > tbody > tr.odd > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
}

table.dataTable.display > tbody > tr.odd > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
}

table.dataTable.display > tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
}

table.dataTable.display > tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
}

table.dataTable.display > tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
}

table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}

table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.011);
}

table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.003);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.082);
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
}

table.dataTable.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */

.dataTables_wrapper {
  position: relative;
  clear: both;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  padding: 4px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05); /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* FF3.6+ */ /* IE10+ */ /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #111; /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* FF3.6+ */ /* IE10+ */ /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%); /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #0c0c0c; /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* FF3.6+ */ /* IE10+ */ /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); /* W3C */
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: inherit;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}

html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
  border-bottom: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}

html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable.row-border > tbody > tr > th,
html.dark table.dataTable.row-border > tbody > tr > td, html.dark table.dataTable.display > tbody > tr > th,
html.dark table.dataTable.display > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td, html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
  border-right: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgb(64, 67, 70);
}

html.dark .dataTables_wrapper .dataTables_filter input,
html.dark .dataTables_wrapper .dataTables_length select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--dt-html-background);
}

html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}

html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #666 !important;
}

html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid rgb(53, 53, 53);
  background: rgb(53, 53, 53);
}

html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: #3a3a3a;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/datatables.net-colreorder-dt/css/colReorder.dataTables.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
  border-radius: 4px;
}

div.DTCR_pointer {
  width: 1px;
  background-color: #0259C4;
  z-index: 201;
}

html.dark table.DTCR_clonedTable.dataTable {
  background-color: rgba(33, 33, 33, 0.9);
}

html.dark div.DTCR_pointer {
  background-color: #6ea8fe;
}

/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/cookieconsent/build/cookieconsent.min.css ***!
  \************************************************************************************************************************************************************************************************************************************************/
.cc-window{
  opacity:1;
  transition:opacity 1s ease
}

.cc-window.cc-invisible{
  opacity:0
}

.cc-animate.cc-revoke{
  transition:transform 1s ease
}

.cc-animate.cc-revoke.cc-top{
  transform:translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom{
  transform:translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-top{
  transform:translateY(0)
}

.cc-animate.cc-revoke.cc-active.cc-bottom{
  transform:translateY(0)
}

.cc-revoke:hover{
  transform:translateY(0)
}

.cc-grower{
  max-height:0;
  overflow:hidden;
  transition:max-height 1s
}

.cc-revoke,.cc-window{
  position:fixed;
  overflow:hidden;
  box-sizing:border-box;
  font-family:Helvetica,Calibri,Arial,sans-serif;
  font-size:16px;
  line-height:1.5em;
  display:flex;
  flex-wrap:nowrap;
  z-index:9999
}

.cc-window.cc-static{
  position:static
}

.cc-window.cc-floating{
  padding:2em;
  max-width:24em;
  flex-direction:column
}

.cc-window.cc-banner{
  padding:1em 1.8em;
  width:100%;
  flex-direction:row
}

.cc-revoke{
  padding:.5em
}

.cc-revoke:hover{
  text-decoration:underline
}

.cc-header{
  font-size:18px;
  font-weight:700
}

.cc-btn,.cc-close,.cc-link,.cc-revoke{
  cursor:pointer
}

.cc-link{
  opacity:.8;
  display:inline-block;
  padding:.2em;
  text-decoration:underline
}

.cc-link:hover{
  opacity:1
}

.cc-link:active,.cc-link:visited{
  color:initial
}

.cc-btn{
  display:block;
  padding:.4em .8em;
  font-size:.9em;
  font-weight:700;
  border-width:2px;
  border-style:solid;
  text-align:center;
  white-space:nowrap
}

.cc-highlight .cc-btn:first-child{
  background-color:transparent;
  border-color:transparent
}

.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{
  background-color:transparent;
  text-decoration:underline
}

.cc-close{
  display:block;
  position:absolute;
  top:.5em;
  right:.5em;
  font-size:1.6em;
  opacity:.9;
  line-height:.75
}

.cc-close:focus,.cc-close:hover{
  opacity:1
}

.cc-revoke.cc-top{
  top:0;
  left:3em;
  border-bottom-left-radius:.5em;
  border-bottom-right-radius:.5em
}

.cc-revoke.cc-bottom{
  bottom:0;
  left:3em;
  border-top-left-radius:.5em;
  border-top-right-radius:.5em
}

.cc-revoke.cc-left{
  left:3em;
  right:unset
}

.cc-revoke.cc-right{
  right:3em;
  left:unset
}

.cc-top{
  top:1em
}

.cc-left{
  left:1em
}

.cc-right{
  right:1em
}

.cc-bottom{
  bottom:1em
}

.cc-floating>.cc-link{
  margin-bottom:1em
}

.cc-floating .cc-message{
  display:block;
  margin-bottom:1em
}

.cc-window.cc-floating .cc-compliance{
  flex:1 0 auto
}

.cc-window.cc-banner{
  align-items:center
}

.cc-banner.cc-top{
  left:0;
  right:0;
  top:0
}

.cc-banner.cc-bottom{
  left:0;
  right:0;
  bottom:0
}

.cc-banner .cc-message{
  display:block;
  flex:1 1 auto;
  max-width:100%;
  margin-right:1em
}

.cc-compliance{
  display:flex;
  align-items:center;
  align-content:space-between
}

.cc-floating .cc-compliance>.cc-btn{
  flex:1
}

.cc-btn+.cc-btn{
  margin-left:.5em
}

@media print{
  .cc-revoke,.cc-window{
    display:none
  }
}

@media screen and (max-width:900px){
  .cc-btn{
    white-space:normal
  }
}

@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape){
  .cc-window.cc-top{
    top:0
  }

  .cc-window.cc-bottom{
    bottom:0
  }

  .cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{
    left:0;
    right:0
  }

  .cc-window.cc-banner{
    flex-direction:column
  }

  .cc-window.cc-banner .cc-compliance{
    flex:1 1 auto
  }

  .cc-window.cc-floating{
    max-width:none
  }

  .cc-window .cc-message{
    margin-bottom:1em
  }

  .cc-window.cc-banner{
    align-items:unset
  }

  .cc-window.cc-banner .cc-message{
    margin-right:0
  }
}

.cc-floating.cc-theme-classic{
  padding:1.2em;
  border-radius:5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{
  text-align:center;
  display:inline;
  flex:none
}

.cc-theme-classic .cc-btn{
  border-radius:5px
}

.cc-theme-classic .cc-btn:last-child{
  min-width:140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn{
  display:inline-block
}

.cc-theme-edgeless.cc-window{
  padding:0
}

.cc-floating.cc-theme-edgeless .cc-message{
  margin:2em;
  margin-bottom:1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn{
  margin:0;
  padding:.8em 1.8em;
  height:100%
}

.cc-banner.cc-theme-edgeless .cc-message{
  margin-left:1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{
  margin-left:0
}

/*# sourceMappingURL=styles.77b31e49d07ee50ee13b.css.map*/