:root{
  --color-primary: #f0535a;
  --color-primary--darker: #E64950;
  --color-secondary: #66cbe1;
  --color-secondary--darker: #2fb8d6;
  --color-mainBlue: #1b6ac9;
  --color-black: #1c2d34;
  --color-light: #B2B2B2;
  --color-background: #fcf8f7;
  --color-brown: rgba(135,116,87);
  --color-success: #2ea562;
  --color-info: #3e8ed0;
  --color-warning: #ffe08a;
  --color-danger: #f14668;
  --tamaro-primary-color: var(--color-primary);
  --tamaro-primary-color__hover: var(--color-primary--darker);
  --tamaro-primary-bg-color: rgba(240, 83, 90, 0.100);
  --tamaro-bg-color__hover: rgba(240, 83, 90, 0.200);
  --tamaro-text-color: var(--color-black);
  --tamaro-border-color: var(--color-black);
  --tamaro-placeholder-color: var(--color-black);
  --tamaro-info-text-color: var(--color-black);
  --tamaro-info-icon-color: var(--color-black);
  --tamaro-error-color: var(--color-black);
  --tamaro-button-primary-color: white;
  --tamaro-button-primary-color__hover: white;
  --tamaro-button-primary-bg-color: var(--color-primary);
  --tamaro-button-primary-bg-color__hover: var(--color-primary--darker);
  --tamaro-button-primary-border-color: var(--color-primary);
  --tamaro-button-primary-border-color__hover: var(--color-primary);
  --tamaro-button-color: white;
  --tamaro-button-color__hover: white;
  --tamaro-button-bg-color: var(--color-primary);
  --tamaro-button-bg-color__hover: var(--color-primary);
  --tamaro-button-border-color: var(--color-primary);
  --tamaro-button-border-color__hover: var(--color-primary)
}

.iti{
  position:relative;
  display:inline-block
}

.iti *{
  box-sizing:border-box;
  -moz-box-sizing:border-box
}

.iti__hide{
  display:none
}

.iti__v-hide{
  visibility:hidden
}

.iti input,.iti input[type=tel],.iti input[type=text]{
  position:relative;
  z-index:0;
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding-right:36px;
  margin-right:0
}

.iti__flag-container{
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  padding:1px
}

.iti__selected-flag{
  z-index:1;
  position:relative;
  display:flex;
  align-items:center;
  height:100%;
  padding:0 6px 0 8px
}

.iti__arrow{
  margin-left:6px;
  width:0;
  height:0;
  border-left:3px solid transparent;
  border-right:3px solid transparent;
  border-top:4px solid #555
}

.iti__arrow--up{
  border-top:none;
  border-bottom:4px solid #555
}

.iti__country-list{
  position:absolute;
  z-index:2;
  list-style:none;
  text-align:left;
  padding:0;
  margin:0 0 0 -1px;
  box-shadow:1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color:#fff;
  border:1px solid #ccc;
  white-space:nowrap;
  max-height:200px;
  overflow-y:scroll;
  -webkit-overflow-scrolling:touch
}

.iti__country-list--dropup{
  bottom:100%;
  margin-bottom:-1px
}

@media(max-width: 500px){
  .iti__country-list{
    white-space:normal
  }
}

.iti__flag-box{
  display:inline-block;
  width:20px
}

.iti__divider{
  padding-bottom:5px;
  margin-bottom:5px;
  border-bottom:1px solid #ccc
}

.iti__country{
  padding:5px 10px;
  outline:0
}

.iti__dial-code{
  color:#999
}

.iti__country.iti__highlight{
  background-color:rgba(0, 0, 0, 0.05)
}

.iti__country-name,.iti__dial-code,.iti__flag-box{
  vertical-align:middle
}

.iti__country-name,.iti__flag-box{
  margin-right:6px
}

.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{
  padding-right:6px;
  padding-left:52px;
  margin-left:0
}

.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{
  right:auto;
  left:0
}

.iti--allow-dropdown .iti__flag-container:hover{
  cursor:pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
  background-color:rgba(0, 0, 0, 0.05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{
  cursor:default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{
  background-color:transparent
}

.iti--separate-dial-code .iti__selected-flag{
  background-color:rgba(0, 0, 0, 0.05)
}

.iti--separate-dial-code .iti__selected-dial-code{
  margin-left:6px
}

.iti--container{
  position:absolute;
  top:-1000px;
  left:-1000px;
  z-index:1060;
  padding:1px
}

.iti--container:hover{
  cursor:pointer
}

.iti-mobile .iti--container{
  top:30px;
  bottom:30px;
  left:30px;
  right:30px;
  position:fixed
}

.iti-mobile .iti__country-list{
  max-height:100%;
  width:100%
}

.iti-mobile .iti__country{
  padding:10px 10px;
  line-height:1.5em
}

.iti__flag{
  width:20px
}

.iti__flag.iti__be{
  width:18px
}

.iti__flag.iti__ch{
  width:15px
}

.iti__flag.iti__mc{
  width:19px
}

.iti__flag.iti__ne{
  width:18px
}

.iti__flag.iti__np{
  width:13px
}

.iti__flag.iti__va{
  width:15px
}

@media(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
  .iti__flag{
    background-size:5652px 15px
  }
}

.iti__flag.iti__ac{
  height:10px;
  background-position:0 0
}

.iti__flag.iti__ad{
  height:14px;
  background-position:-22px 0
}

.iti__flag.iti__ae{
  height:10px;
  background-position:-44px 0
}

.iti__flag.iti__af{
  height:14px;
  background-position:-66px 0
}

.iti__flag.iti__ag{
  height:14px;
  background-position:-88px 0
}

.iti__flag.iti__ai{
  height:10px;
  background-position:-110px 0
}

.iti__flag.iti__al{
  height:15px;
  background-position:-132px 0
}

.iti__flag.iti__am{
  height:10px;
  background-position:-154px 0
}

.iti__flag.iti__ao{
  height:14px;
  background-position:-176px 0
}

.iti__flag.iti__aq{
  height:14px;
  background-position:-198px 0
}

.iti__flag.iti__ar{
  height:13px;
  background-position:-220px 0
}

.iti__flag.iti__as{
  height:10px;
  background-position:-242px 0
}

.iti__flag.iti__at{
  height:14px;
  background-position:-264px 0
}

.iti__flag.iti__au{
  height:10px;
  background-position:-286px 0
}

.iti__flag.iti__aw{
  height:14px;
  background-position:-308px 0
}

.iti__flag.iti__ax{
  height:13px;
  background-position:-330px 0
}

.iti__flag.iti__az{
  height:10px;
  background-position:-352px 0
}

.iti__flag.iti__ba{
  height:10px;
  background-position:-374px 0
}

.iti__flag.iti__bb{
  height:14px;
  background-position:-396px 0
}

.iti__flag.iti__bd{
  height:12px;
  background-position:-418px 0
}

.iti__flag.iti__be{
  height:15px;
  background-position:-440px 0
}

.iti__flag.iti__bf{
  height:14px;
  background-position:-460px 0
}

.iti__flag.iti__bg{
  height:12px;
  background-position:-482px 0
}

.iti__flag.iti__bh{
  height:12px;
  background-position:-504px 0
}

.iti__flag.iti__bi{
  height:12px;
  background-position:-526px 0
}

.iti__flag.iti__bj{
  height:14px;
  background-position:-548px 0
}

.iti__flag.iti__bl{
  height:14px;
  background-position:-570px 0
}

.iti__flag.iti__bm{
  height:10px;
  background-position:-592px 0
}

.iti__flag.iti__bn{
  height:10px;
  background-position:-614px 0
}

.iti__flag.iti__bo{
  height:14px;
  background-position:-636px 0
}

.iti__flag.iti__bq{
  height:14px;
  background-position:-658px 0
}

.iti__flag.iti__br{
  height:14px;
  background-position:-680px 0
}

.iti__flag.iti__bs{
  height:10px;
  background-position:-702px 0
}

.iti__flag.iti__bt{
  height:14px;
  background-position:-724px 0
}

.iti__flag.iti__bv{
  height:15px;
  background-position:-746px 0
}

.iti__flag.iti__bw{
  height:14px;
  background-position:-768px 0
}

.iti__flag.iti__by{
  height:10px;
  background-position:-790px 0
}

.iti__flag.iti__bz{
  height:14px;
  background-position:-812px 0
}

.iti__flag.iti__ca{
  height:10px;
  background-position:-834px 0
}

.iti__flag.iti__cc{
  height:10px;
  background-position:-856px 0
}

.iti__flag.iti__cd{
  height:15px;
  background-position:-878px 0
}

.iti__flag.iti__cf{
  height:14px;
  background-position:-900px 0
}

.iti__flag.iti__cg{
  height:14px;
  background-position:-922px 0
}

.iti__flag.iti__ch{
  height:15px;
  background-position:-944px 0
}

.iti__flag.iti__ci{
  height:14px;
  background-position:-961px 0
}

.iti__flag.iti__ck{
  height:10px;
  background-position:-983px 0
}

.iti__flag.iti__cl{
  height:14px;
  background-position:-1005px 0
}

.iti__flag.iti__cm{
  height:14px;
  background-position:-1027px 0
}

.iti__flag.iti__cn{
  height:14px;
  background-position:-1049px 0
}

.iti__flag.iti__co{
  height:14px;
  background-position:-1071px 0
}

.iti__flag.iti__cp{
  height:14px;
  background-position:-1093px 0
}

.iti__flag.iti__cr{
  height:12px;
  background-position:-1115px 0
}

.iti__flag.iti__cu{
  height:10px;
  background-position:-1137px 0
}

.iti__flag.iti__cv{
  height:12px;
  background-position:-1159px 0
}

.iti__flag.iti__cw{
  height:14px;
  background-position:-1181px 0
}

.iti__flag.iti__cx{
  height:10px;
  background-position:-1203px 0
}

.iti__flag.iti__cy{
  height:14px;
  background-position:-1225px 0
}

.iti__flag.iti__cz{
  height:14px;
  background-position:-1247px 0
}

.iti__flag.iti__de{
  height:12px;
  background-position:-1269px 0
}

.iti__flag.iti__dg{
  height:10px;
  background-position:-1291px 0
}

.iti__flag.iti__dj{
  height:14px;
  background-position:-1313px 0
}

.iti__flag.iti__dk{
  height:15px;
  background-position:-1335px 0
}

.iti__flag.iti__dm{
  height:10px;
  background-position:-1357px 0
}

.iti__flag.iti__do{
  height:14px;
  background-position:-1379px 0
}

.iti__flag.iti__dz{
  height:14px;
  background-position:-1401px 0
}

.iti__flag.iti__ea{
  height:14px;
  background-position:-1423px 0
}

.iti__flag.iti__ec{
  height:14px;
  background-position:-1445px 0
}

.iti__flag.iti__ee{
  height:13px;
  background-position:-1467px 0
}

.iti__flag.iti__eg{
  height:14px;
  background-position:-1489px 0
}

.iti__flag.iti__eh{
  height:10px;
  background-position:-1511px 0
}

.iti__flag.iti__er{
  height:10px;
  background-position:-1533px 0
}

.iti__flag.iti__es{
  height:14px;
  background-position:-1555px 0
}

.iti__flag.iti__et{
  height:10px;
  background-position:-1577px 0
}

.iti__flag.iti__eu{
  height:14px;
  background-position:-1599px 0
}

.iti__flag.iti__fi{
  height:12px;
  background-position:-1621px 0
}

.iti__flag.iti__fj{
  height:10px;
  background-position:-1643px 0
}

.iti__flag.iti__fk{
  height:10px;
  background-position:-1665px 0
}

.iti__flag.iti__fm{
  height:11px;
  background-position:-1687px 0
}

.iti__flag.iti__fo{
  height:15px;
  background-position:-1709px 0
}

.iti__flag.iti__fr{
  height:14px;
  background-position:-1731px 0
}

.iti__flag.iti__ga{
  height:15px;
  background-position:-1753px 0
}

.iti__flag.iti__gb{
  height:10px;
  background-position:-1775px 0
}

.iti__flag.iti__gd{
  height:12px;
  background-position:-1797px 0
}

.iti__flag.iti__ge{
  height:14px;
  background-position:-1819px 0
}

.iti__flag.iti__gf{
  height:14px;
  background-position:-1841px 0
}

.iti__flag.iti__gg{
  height:14px;
  background-position:-1863px 0
}

.iti__flag.iti__gh{
  height:14px;
  background-position:-1885px 0
}

.iti__flag.iti__gi{
  height:10px;
  background-position:-1907px 0
}

.iti__flag.iti__gl{
  height:14px;
  background-position:-1929px 0
}

.iti__flag.iti__gm{
  height:14px;
  background-position:-1951px 0
}

.iti__flag.iti__gn{
  height:14px;
  background-position:-1973px 0
}

.iti__flag.iti__gp{
  height:14px;
  background-position:-1995px 0
}

.iti__flag.iti__gq{
  height:14px;
  background-position:-2017px 0
}

.iti__flag.iti__gr{
  height:14px;
  background-position:-2039px 0
}

.iti__flag.iti__gs{
  height:10px;
  background-position:-2061px 0
}

.iti__flag.iti__gt{
  height:13px;
  background-position:-2083px 0
}

.iti__flag.iti__gu{
  height:11px;
  background-position:-2105px 0
}

.iti__flag.iti__gw{
  height:10px;
  background-position:-2127px 0
}

.iti__flag.iti__gy{
  height:12px;
  background-position:-2149px 0
}

.iti__flag.iti__hk{
  height:14px;
  background-position:-2171px 0
}

.iti__flag.iti__hm{
  height:10px;
  background-position:-2193px 0
}

.iti__flag.iti__hn{
  height:10px;
  background-position:-2215px 0
}

.iti__flag.iti__hr{
  height:10px;
  background-position:-2237px 0
}

.iti__flag.iti__ht{
  height:12px;
  background-position:-2259px 0
}

.iti__flag.iti__hu{
  height:10px;
  background-position:-2281px 0
}

.iti__flag.iti__ic{
  height:14px;
  background-position:-2303px 0
}

.iti__flag.iti__id{
  height:14px;
  background-position:-2325px 0
}

.iti__flag.iti__ie{
  height:10px;
  background-position:-2347px 0
}

.iti__flag.iti__il{
  height:15px;
  background-position:-2369px 0
}

.iti__flag.iti__im{
  height:10px;
  background-position:-2391px 0
}

.iti__flag.iti__in{
  height:14px;
  background-position:-2413px 0
}

.iti__flag.iti__io{
  height:10px;
  background-position:-2435px 0
}

.iti__flag.iti__iq{
  height:14px;
  background-position:-2457px 0
}

.iti__flag.iti__ir{
  height:12px;
  background-position:-2479px 0
}

.iti__flag.iti__is{
  height:15px;
  background-position:-2501px 0
}

.iti__flag.iti__it{
  height:14px;
  background-position:-2523px 0
}

.iti__flag.iti__je{
  height:12px;
  background-position:-2545px 0
}

.iti__flag.iti__jm{
  height:10px;
  background-position:-2567px 0
}

.iti__flag.iti__jo{
  height:10px;
  background-position:-2589px 0
}

.iti__flag.iti__jp{
  height:14px;
  background-position:-2611px 0
}

.iti__flag.iti__ke{
  height:14px;
  background-position:-2633px 0
}

.iti__flag.iti__kg{
  height:12px;
  background-position:-2655px 0
}

.iti__flag.iti__kh{
  height:13px;
  background-position:-2677px 0
}

.iti__flag.iti__ki{
  height:10px;
  background-position:-2699px 0
}

.iti__flag.iti__km{
  height:12px;
  background-position:-2721px 0
}

.iti__flag.iti__kn{
  height:14px;
  background-position:-2743px 0
}

.iti__flag.iti__kp{
  height:10px;
  background-position:-2765px 0
}

.iti__flag.iti__kr{
  height:14px;
  background-position:-2787px 0
}

.iti__flag.iti__kw{
  height:10px;
  background-position:-2809px 0
}

.iti__flag.iti__ky{
  height:10px;
  background-position:-2831px 0
}

.iti__flag.iti__kz{
  height:10px;
  background-position:-2853px 0
}

.iti__flag.iti__la{
  height:14px;
  background-position:-2875px 0
}

.iti__flag.iti__lb{
  height:14px;
  background-position:-2897px 0
}

.iti__flag.iti__lc{
  height:10px;
  background-position:-2919px 0
}

.iti__flag.iti__li{
  height:12px;
  background-position:-2941px 0
}

.iti__flag.iti__lk{
  height:10px;
  background-position:-2963px 0
}

.iti__flag.iti__lr{
  height:11px;
  background-position:-2985px 0
}

.iti__flag.iti__ls{
  height:14px;
  background-position:-3007px 0
}

.iti__flag.iti__lt{
  height:12px;
  background-position:-3029px 0
}

.iti__flag.iti__lu{
  height:12px;
  background-position:-3051px 0
}

.iti__flag.iti__lv{
  height:10px;
  background-position:-3073px 0
}

.iti__flag.iti__ly{
  height:10px;
  background-position:-3095px 0
}

.iti__flag.iti__ma{
  height:14px;
  background-position:-3117px 0
}

.iti__flag.iti__mc{
  height:15px;
  background-position:-3139px 0
}

.iti__flag.iti__md{
  height:10px;
  background-position:-3160px 0
}

.iti__flag.iti__me{
  height:10px;
  background-position:-3182px 0
}

.iti__flag.iti__mf{
  height:14px;
  background-position:-3204px 0
}

.iti__flag.iti__mg{
  height:14px;
  background-position:-3226px 0
}

.iti__flag.iti__mh{
  height:11px;
  background-position:-3248px 0
}

.iti__flag.iti__mk{
  height:10px;
  background-position:-3270px 0
}

.iti__flag.iti__ml{
  height:14px;
  background-position:-3292px 0
}

.iti__flag.iti__mm{
  height:14px;
  background-position:-3314px 0
}

.iti__flag.iti__mn{
  height:10px;
  background-position:-3336px 0
}

.iti__flag.iti__mo{
  height:14px;
  background-position:-3358px 0
}

.iti__flag.iti__mp{
  height:10px;
  background-position:-3380px 0
}

.iti__flag.iti__mq{
  height:14px;
  background-position:-3402px 0
}

.iti__flag.iti__mr{
  height:14px;
  background-position:-3424px 0
}

.iti__flag.iti__ms{
  height:10px;
  background-position:-3446px 0
}

.iti__flag.iti__mt{
  height:14px;
  background-position:-3468px 0
}

.iti__flag.iti__mu{
  height:14px;
  background-position:-3490px 0
}

.iti__flag.iti__mv{
  height:14px;
  background-position:-3512px 0
}

.iti__flag.iti__mw{
  height:14px;
  background-position:-3534px 0
}

.iti__flag.iti__mx{
  height:12px;
  background-position:-3556px 0
}

.iti__flag.iti__my{
  height:10px;
  background-position:-3578px 0
}

.iti__flag.iti__mz{
  height:14px;
  background-position:-3600px 0
}

.iti__flag.iti__na{
  height:14px;
  background-position:-3622px 0
}

.iti__flag.iti__nc{
  height:10px;
  background-position:-3644px 0
}

.iti__flag.iti__ne{
  height:15px;
  background-position:-3666px 0
}

.iti__flag.iti__nf{
  height:10px;
  background-position:-3686px 0
}

.iti__flag.iti__ng{
  height:10px;
  background-position:-3708px 0
}

.iti__flag.iti__ni{
  height:12px;
  background-position:-3730px 0
}

.iti__flag.iti__nl{
  height:14px;
  background-position:-3752px 0
}

.iti__flag.iti__no{
  height:15px;
  background-position:-3774px 0
}

.iti__flag.iti__np{
  height:15px;
  background-position:-3796px 0
}

.iti__flag.iti__nr{
  height:10px;
  background-position:-3811px 0
}

.iti__flag.iti__nu{
  height:10px;
  background-position:-3833px 0
}

.iti__flag.iti__nz{
  height:10px;
  background-position:-3855px 0
}

.iti__flag.iti__om{
  height:10px;
  background-position:-3877px 0
}

.iti__flag.iti__pa{
  height:14px;
  background-position:-3899px 0
}

.iti__flag.iti__pe{
  height:14px;
  background-position:-3921px 0
}

.iti__flag.iti__pf{
  height:14px;
  background-position:-3943px 0
}

.iti__flag.iti__pg{
  height:15px;
  background-position:-3965px 0
}

.iti__flag.iti__ph{
  height:10px;
  background-position:-3987px 0
}

.iti__flag.iti__pk{
  height:14px;
  background-position:-4009px 0
}

.iti__flag.iti__pl{
  height:13px;
  background-position:-4031px 0
}

.iti__flag.iti__pm{
  height:14px;
  background-position:-4053px 0
}

.iti__flag.iti__pn{
  height:10px;
  background-position:-4075px 0
}

.iti__flag.iti__pr{
  height:14px;
  background-position:-4097px 0
}

.iti__flag.iti__ps{
  height:10px;
  background-position:-4119px 0
}

.iti__flag.iti__pt{
  height:14px;
  background-position:-4141px 0
}

.iti__flag.iti__pw{
  height:13px;
  background-position:-4163px 0
}

.iti__flag.iti__py{
  height:11px;
  background-position:-4185px 0
}

.iti__flag.iti__qa{
  height:8px;
  background-position:-4207px 0
}

.iti__flag.iti__re{
  height:14px;
  background-position:-4229px 0
}

.iti__flag.iti__ro{
  height:14px;
  background-position:-4251px 0
}

.iti__flag.iti__rs{
  height:14px;
  background-position:-4273px 0
}

.iti__flag.iti__ru{
  height:14px;
  background-position:-4295px 0
}

.iti__flag.iti__rw{
  height:14px;
  background-position:-4317px 0
}

.iti__flag.iti__sa{
  height:14px;
  background-position:-4339px 0
}

.iti__flag.iti__sb{
  height:10px;
  background-position:-4361px 0
}

.iti__flag.iti__sc{
  height:10px;
  background-position:-4383px 0
}

.iti__flag.iti__sd{
  height:10px;
  background-position:-4405px 0
}

.iti__flag.iti__se{
  height:13px;
  background-position:-4427px 0
}

.iti__flag.iti__sg{
  height:14px;
  background-position:-4449px 0
}

.iti__flag.iti__sh{
  height:10px;
  background-position:-4471px 0
}

.iti__flag.iti__si{
  height:10px;
  background-position:-4493px 0
}

.iti__flag.iti__sj{
  height:15px;
  background-position:-4515px 0
}

.iti__flag.iti__sk{
  height:14px;
  background-position:-4537px 0
}

.iti__flag.iti__sl{
  height:14px;
  background-position:-4559px 0
}

.iti__flag.iti__sm{
  height:15px;
  background-position:-4581px 0
}

.iti__flag.iti__sn{
  height:14px;
  background-position:-4603px 0
}

.iti__flag.iti__so{
  height:14px;
  background-position:-4625px 0
}

.iti__flag.iti__sr{
  height:14px;
  background-position:-4647px 0
}

.iti__flag.iti__ss{
  height:10px;
  background-position:-4669px 0
}

.iti__flag.iti__st{
  height:10px;
  background-position:-4691px 0
}

.iti__flag.iti__sv{
  height:12px;
  background-position:-4713px 0
}

.iti__flag.iti__sx{
  height:14px;
  background-position:-4735px 0
}

.iti__flag.iti__sy{
  height:14px;
  background-position:-4757px 0
}

.iti__flag.iti__sz{
  height:14px;
  background-position:-4779px 0
}

.iti__flag.iti__ta{
  height:10px;
  background-position:-4801px 0
}

.iti__flag.iti__tc{
  height:10px;
  background-position:-4823px 0
}

.iti__flag.iti__td{
  height:14px;
  background-position:-4845px 0
}

.iti__flag.iti__tf{
  height:14px;
  background-position:-4867px 0
}

.iti__flag.iti__tg{
  height:13px;
  background-position:-4889px 0
}

.iti__flag.iti__th{
  height:14px;
  background-position:-4911px 0
}

.iti__flag.iti__tj{
  height:10px;
  background-position:-4933px 0
}

.iti__flag.iti__tk{
  height:10px;
  background-position:-4955px 0
}

.iti__flag.iti__tl{
  height:10px;
  background-position:-4977px 0
}

.iti__flag.iti__tm{
  height:14px;
  background-position:-4999px 0
}

.iti__flag.iti__tn{
  height:14px;
  background-position:-5021px 0
}

.iti__flag.iti__to{
  height:10px;
  background-position:-5043px 0
}

.iti__flag.iti__tr{
  height:14px;
  background-position:-5065px 0
}

.iti__flag.iti__tt{
  height:12px;
  background-position:-5087px 0
}

.iti__flag.iti__tv{
  height:10px;
  background-position:-5109px 0
}

.iti__flag.iti__tw{
  height:14px;
  background-position:-5131px 0
}

.iti__flag.iti__tz{
  height:14px;
  background-position:-5153px 0
}

.iti__flag.iti__ua{
  height:14px;
  background-position:-5175px 0
}

.iti__flag.iti__ug{
  height:14px;
  background-position:-5197px 0
}

.iti__flag.iti__um{
  height:11px;
  background-position:-5219px 0
}

.iti__flag.iti__un{
  height:14px;
  background-position:-5241px 0
}

.iti__flag.iti__us{
  height:11px;
  background-position:-5263px 0
}

.iti__flag.iti__uy{
  height:14px;
  background-position:-5285px 0
}

.iti__flag.iti__uz{
  height:10px;
  background-position:-5307px 0
}

.iti__flag.iti__va{
  height:15px;
  background-position:-5329px 0
}

.iti__flag.iti__vc{
  height:14px;
  background-position:-5346px 0
}

.iti__flag.iti__ve{
  height:14px;
  background-position:-5368px 0
}

.iti__flag.iti__vg{
  height:10px;
  background-position:-5390px 0
}

.iti__flag.iti__vi{
  height:14px;
  background-position:-5412px 0
}

.iti__flag.iti__vn{
  height:14px;
  background-position:-5434px 0
}

.iti__flag.iti__vu{
  height:12px;
  background-position:-5456px 0
}

.iti__flag.iti__wf{
  height:14px;
  background-position:-5478px 0
}

.iti__flag.iti__ws{
  height:10px;
  background-position:-5500px 0
}

.iti__flag.iti__xk{
  height:15px;
  background-position:-5522px 0
}

.iti__flag.iti__ye{
  height:14px;
  background-position:-5544px 0
}

.iti__flag.iti__yt{
  height:14px;
  background-position:-5566px 0
}

.iti__flag.iti__za{
  height:14px;
  background-position:-5588px 0
}

.iti__flag.iti__zm{
  height:14px;
  background-position:-5610px 0
}

.iti__flag.iti__zw{
  height:10px;
  background-position:-5632px 0
}

.iti__flag{
  height:15px;
  box-shadow:0 0 1px 0 #888;
  background-image:url("/assets/flags-939e7450.png");
  background-repeat:no-repeat;
  background-color:#dbdbdb;
  background-position:20px 0
}

@media(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
  .iti__flag{
    background-image:url("/assets/flags@2x-b5f3734e.png")
  }
}

.iti__flag.iti__np{
  background-color:transparent
}

.flatpickr-calendar{
  background:transparent;
  opacity:0;
  display:none;
  text-align:center;
  visibility:hidden;
  padding:0;
  animation:none;
  direction:ltr;
  border:0;
  font-size:14px;
  line-height:24px;
  border-radius:5px;
  position:absolute;
  width:307.875px;
  box-sizing:border-box;
  touch-action:manipulation;
  background:#fff;
  box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0, 0, 0, 0.08)
}

.flatpickr-calendar.open,.flatpickr-calendar.inline{
  opacity:1;
  max-height:640px;
  visibility:visible
}

.flatpickr-calendar.open{
  display:inline-block;
  z-index:99999
}

.flatpickr-calendar.animate.open{
  animation:fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

.flatpickr-calendar.inline{
  display:block;
  position:relative;
  top:2px
}

.flatpickr-calendar.static{
  position:absolute;
  top:calc(100% + 2px)
}

.flatpickr-calendar.static.open{
  z-index:999;
  display:block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){
  box-shadow:none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){
  box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{
  border-bottom:0;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0
}

.flatpickr-calendar .hasWeeks .dayContainer{
  border-left:0
}

.flatpickr-calendar.hasTime .flatpickr-time{
  height:40px;
  border-top:1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{
  height:auto
}

.flatpickr-calendar:before,.flatpickr-calendar:after{
  position:absolute;
  display:block;
  pointer-events:none;
  border:solid transparent;
  content:"";
  height:0;
  width:0;
  left:22px
}

.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{
  left:auto;
  right:22px
}

.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{
  left:50%;
  right:50%
}

.flatpickr-calendar:before{
  border-width:5px;
  margin:0 -5px
}

.flatpickr-calendar:after{
  border-width:4px;
  margin:0 -4px
}

.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{
  bottom:100%
}

.flatpickr-calendar.arrowTop:before{
  border-bottom-color:#e6e6e6
}

.flatpickr-calendar.arrowTop:after{
  border-bottom-color:#fff
}

.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{
  top:100%
}

.flatpickr-calendar.arrowBottom:before{
  border-top-color:#e6e6e6
}

.flatpickr-calendar.arrowBottom:after{
  border-top-color:#fff
}

.flatpickr-calendar:focus{
  outline:0
}

.flatpickr-wrapper{
  position:relative;
  display:inline-block
}

.flatpickr-months{
  display:flex
}

.flatpickr-months .flatpickr-month{
  background:transparent;
  color:rgba(0, 0, 0, 0.9);
  fill:rgba(0, 0, 0, 0.9);
  height:34px;
  line-height:1;
  text-align:center;
  position:relative;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  overflow:hidden;
  flex:1
}

.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  text-decoration:none;
  cursor:pointer;
  position:absolute;
  top:0;
  height:34px;
  padding:10px;
  z-index:3;
  color:rgba(0, 0, 0, 0.9);
  fill:rgba(0, 0, 0, 0.9)
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{
  display:none
}

.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{
  position:relative
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{
  left:0
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{
  right:0
}

.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{
  color:#959ea9
}

.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{
  fill:#f64747
}

.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{
  width:14px;
  height:14px
}

.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{
  transition:fill .1s;
  fill:inherit
}

.numInputWrapper{
  position:relative;
  height:auto
}

.numInputWrapper input,.numInputWrapper span{
  display:inline-block
}

.numInputWrapper input{
  width:100%
}

.numInputWrapper input::-ms-clear{
  display:none
}

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

.numInputWrapper span{
  position:absolute;
  right:0;
  width:14px;
  padding:0 4px 0 2px;
  height:50%;
  line-height:50%;
  opacity:0;
  cursor:pointer;
  border:1px solid rgba(57, 57, 57, 0.15);
  box-sizing:border-box
}

.numInputWrapper span:hover{
  background:rgba(0, 0, 0, 0.1)
}

.numInputWrapper span:active{
  background:rgba(0, 0, 0, 0.2)
}

.numInputWrapper span:after{
  display:block;
  content:"";
  position:absolute
}

.numInputWrapper span.arrowUp{
  top:0;
  border-bottom:0
}

.numInputWrapper span.arrowUp:after{
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-bottom:4px solid rgba(57, 57, 57, 0.6);
  top:26%
}

.numInputWrapper span.arrowDown{
  top:50%
}

.numInputWrapper span.arrowDown:after{
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-top:4px solid rgba(57, 57, 57, 0.6);
  top:40%
}

.numInputWrapper span svg{
  width:inherit;
  height:auto
}

.numInputWrapper span svg path{
  fill:rgba(0, 0, 0, 0.5)
}

.numInputWrapper:hover{
  background:rgba(0, 0, 0, 0.05)
}

.numInputWrapper:hover span{
  opacity:1
}

.flatpickr-current-month{
  font-size:135%;
  line-height:inherit;
  font-weight:300;
  color:inherit;
  position:absolute;
  width:75%;
  left:12.5%;
  padding:7.48px 0 0 0;
  line-height:1;
  height:34px;
  display:inline-block;
  text-align:center;
  transform:translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month{
  font-family:inherit;
  font-weight:700;
  color:inherit;
  display:inline-block;
  margin-left:.5ch;
  padding:0
}

.flatpickr-current-month span.cur-month:hover{
  background:rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .numInputWrapper{
  width:6ch;
  width:7ch\0 ;
  display:inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after{
  border-bottom-color:rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after{
  border-top-color:rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month input.cur-year{
  background:transparent;
  box-sizing:border-box;
  color:inherit;
  cursor:text;
  padding:0 0 0 .5ch;
  margin:0;
  display:inline-block;
  font-size:inherit;
  font-family:inherit;
  font-weight:300;
  line-height:inherit;
  height:auto;
  border:0;
  border-radius:0;
  vertical-align:initial;
  -webkit-appearance:textfield;
  -moz-appearance:textfield;
  appearance:textfield
}

.flatpickr-current-month input.cur-year:focus{
  outline:0
}

.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{
  font-size:100%;
  color:rgba(0, 0, 0, 0.5);
  background:transparent;
  pointer-events:none
}

.flatpickr-current-month .flatpickr-monthDropdown-months{
  appearance:menulist;
  background:transparent;
  border:none;
  border-radius:0;
  box-sizing:border-box;
  color:inherit;
  cursor:pointer;
  font-size:inherit;
  font-family:inherit;
  font-weight:300;
  height:auto;
  line-height:inherit;
  margin:-1px 0 0 0;
  outline:none;
  padding:0 0 0 .5ch;
  position:relative;
  vertical-align:initial;
  -webkit-box-sizing:border-box;
  -webkit-appearance:menulist;
  -moz-appearance:menulist;
  width:auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{
  outline:none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover{
  background:rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{
  background-color:transparent;
  outline:none;
  padding:0
}

.flatpickr-weekdays{
  background:transparent;
  text-align:center;
  overflow:hidden;
  width:100%;
  display:flex;
  align-items:center;
  height:28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer{
  display:flex;
  flex:1
}

span.flatpickr-weekday{
  cursor:default;
  font-size:90%;
  background:transparent;
  color:rgba(0, 0, 0, 0.54);
  line-height:1;
  margin:0;
  text-align:center;
  display:block;
  flex:1;
  font-weight:bolder
}

.dayContainer,.flatpickr-weeks{
  padding:1px 0 0 0
}

.flatpickr-days{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:flex-start;
  width:307.875px
}

.flatpickr-days:focus{
  outline:0
}

.dayContainer{
  padding:0;
  outline:0;
  text-align:left;
  width:307.875px;
  min-width:307.875px;
  max-width:307.875px;
  box-sizing:border-box;
  display:inline-block;
  display:flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  justify-content:space-around;
  transform:translate3d(0, 0, 0);
  opacity:1
}

.dayContainer+.dayContainer{
  box-shadow:-1px 0 0 #e6e6e6
}

.flatpickr-day{
  background:none;
  border:1px solid transparent;
  border-radius:150px;
  box-sizing:border-box;
  color:#393939;
  cursor:pointer;
  font-weight:400;
  width:14.2857143%;
  flex-basis:14.2857143%;
  max-width:39px;
  height:39px;
  line-height:39px;
  margin:0;
  display:inline-block;
  position:relative;
  justify-content:center;
  text-align:center
}

.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{
  cursor:pointer;
  outline:0;
  background:#e6e6e6;
  border-color:#e6e6e6
}

.flatpickr-day.today{
  border-color:#959ea9
}

.flatpickr-day.today:hover,.flatpickr-day.today:focus{
  border-color:#959ea9;
  background:#959ea9;
  color:#fff
}

.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{
  background:#569ff7;
  box-shadow:none;
  color:#fff;
  border-color:#569ff7
}

.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{
  border-radius:50px 0 0 50px
}

.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{
  border-radius:0 50px 50px 0
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){
  box-shadow:-10px 0 0 #569ff7
}

.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{
  border-radius:50px
}

.flatpickr-day.inRange{
  border-radius:0;
  box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{
  color:rgba(57, 57, 57, 0.3);
  background:transparent;
  border-color:transparent;
  cursor:default
}

.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{
  cursor:not-allowed;
  color:rgba(57, 57, 57, 0.1)
}

.flatpickr-day.week.selected{
  border-radius:0;
  box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7
}

.flatpickr-day.hidden{
  visibility:hidden
}

.rangeMode .flatpickr-day{
  margin-top:1px
}

.flatpickr-weekwrapper{
  float:left
}

.flatpickr-weekwrapper .flatpickr-weeks{
  padding:0 12px;
  box-shadow:1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday{
  float:none;
  width:100%;
  line-height:28px
}

.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{
  display:block;
  width:100%;
  max-width:none;
  color:rgba(57, 57, 57, 0.3);
  background:transparent;
  cursor:default;
  border:none
}

.flatpickr-innerContainer{
  display:block;
  display:flex;
  box-sizing:border-box;
  overflow:hidden
}

.flatpickr-rContainer{
  display:inline-block;
  padding:0;
  box-sizing:border-box
}

.flatpickr-time{
  text-align:center;
  outline:0;
  display:block;
  height:0;
  line-height:40px;
  max-height:40px;
  box-sizing:border-box;
  overflow:hidden;
  display:flex
}

.flatpickr-time:after{
  content:"";
  display:table;
  clear:both
}

.flatpickr-time .numInputWrapper{
  flex:1;
  width:40%;
  height:40px;
  float:left
}

.flatpickr-time .numInputWrapper span.arrowUp:after{
  border-bottom-color:#393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after{
  border-top-color:#393939
}

.flatpickr-time.hasSeconds .numInputWrapper{
  width:26%
}

.flatpickr-time.time24hr .numInputWrapper{
  width:49%
}

.flatpickr-time input{
  background:transparent;
  box-shadow:none;
  border:0;
  border-radius:0;
  text-align:center;
  margin:0;
  padding:0;
  height:inherit;
  line-height:inherit;
  color:#393939;
  font-size:14px;
  position:relative;
  box-sizing:border-box;
  -webkit-appearance:textfield;
  -moz-appearance:textfield;
  appearance:textfield
}

.flatpickr-time input.flatpickr-hour{
  font-weight:bold
}

.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{
  font-weight:400
}

.flatpickr-time input:focus{
  outline:0;
  border:0
}

.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{
  height:inherit;
  float:left;
  line-height:inherit;
  color:#393939;
  font-weight:bold;
  width:2%;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  align-self:center
}

.flatpickr-time .flatpickr-am-pm{
  outline:0;
  width:18%;
  cursor:pointer;
  text-align:center;
  font-weight:400
}

.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{
  background:#eee
}

.flatpickr-input[readonly]{
  cursor:pointer
}

@keyframes fpFadeInDown{
  from{
    opacity:0;
    transform:translate3d(0, -20px, 0)
  }

  to{
    opacity:1;
    transform:translate3d(0, 0, 0)
  }
}

.glide{
  position:relative;
  width:100%;
  box-sizing:border-box
}

.glide *{
  box-sizing:inherit
}

.glide__track{
  overflow:hidden
}

.glide__slides{
  position:relative;
  width:100%;
  list-style:none;
  backface-visibility:hidden;
  transform-style:preserve-3d;
  touch-action:pan-Y;
  overflow:hidden;
  margin:0;
  padding:0;
  white-space:nowrap;
  display:flex;
  flex-wrap:nowrap;
  will-change:transform
}

.glide__slides--dragging{
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.glide__slide{
  width:100%;
  height:100%;
  flex-shrink:0;
  white-space:normal;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:transparent
}

.glide__slide a{
  -webkit-user-select:none;
          user-select:none;
  -webkit-user-drag:none;
  -moz-user-select:none;
  -ms-user-select:none
}

.glide__arrows{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.glide__bullets{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.glide--rtl{
  direction:rtl
}

.glide__arrow{
  position:absolute;
  display:block;
  top:50%;
  z-index:2;
  color:#fff;
  text-transform:uppercase;
  padding:9px 12px;
  background-color:transparent;
  border:2px solid rgba(255, 255, 255, 0.5);
  border-radius:4px;
  box-shadow:0 .25em .5em 0 rgba(0, 0, 0, 0.1);
  text-shadow:0 .25em .5em rgba(0, 0, 0, 0.1);
  opacity:1;
  cursor:pointer;
  transition:opacity 150ms ease,border 300ms ease-in-out;
  transform:translateY(-50%);
  line-height:1
}

.glide__arrow:focus{
  outline:none
}

.glide__arrow:hover{
  border-color:#fff
}

.glide__arrow--left{
  left:2em
}

.glide__arrow--right{
  right:2em
}

.glide__arrow--disabled{
  opacity:.33
}

.glide__bullets{
  position:absolute;
  z-index:2;
  bottom:2em;
  left:50%;
  display:inline-flex;
  list-style:none;
  transform:translateX(-50%)
}

.glide__bullet{
  background-color:rgba(255, 255, 255, 0.5);
  width:9px;
  height:9px;
  padding:0;
  border-radius:50%;
  border:2px solid transparent;
  transition:all 300ms ease-in-out;
  cursor:pointer;
  line-height:0;
  box-shadow:0 .25em .5em 0 rgba(0, 0, 0, 0.1);
  margin:0 .25em
}

.glide__bullet:focus{
  outline:none
}

.glide__bullet:hover,.glide__bullet:focus{
  border:2px solid #fff;
  background-color:rgba(255, 255, 255, 0.5)
}

.glide__bullet--active{
  background-color:#fff
}

.glide--swipeable{
  cursor:grab;
  cursor:-webkit-grab
}

.glide--dragging{
  cursor:grabbing;
  cursor:-webkit-grabbing
}

:root{
  --balloon-border-radius: 2px;
  --balloon-color: rgba(16,16,16,0.95);
  --balloon-text-color: #fff;
  --balloon-font-size: 12px;
  --balloon-move: 4px
}

button[aria-label][data-balloon-pos]{
  overflow:visible
}

[aria-label][data-balloon-pos]{
  position:relative;
  cursor:pointer
}

[aria-label][data-balloon-pos]:after{
  opacity:0;
  pointer-events:none;
  transition:all .18s ease-out .18s;
  text-indent:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-weight:normal;
  font-style:normal;
  text-shadow:none;
  font-size:var(--balloon-font-size);
  background:var(--balloon-color);
  border-radius:2px;
  color:var(--balloon-text-color);
  border-radius:var(--balloon-border-radius);
  content:attr(aria-label);
  padding:.5em 1em;
  position:absolute;
  white-space:nowrap;
  z-index:10
}

[aria-label][data-balloon-pos]:before{
  width:0;
  height:0;
  border:5px solid transparent;
  border-top-color:var(--balloon-color);
  opacity:0;
  pointer-events:none;
  transition:all .18s ease-out .18s;
  content:"";
  position:absolute;
  z-index:10
}

[aria-label][data-balloon-pos]:hover:before,[aria-label][data-balloon-pos]:hover:after,[aria-label][data-balloon-pos][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-visible]:after,[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after{
  opacity:1;
  pointer-events:none
}

[aria-label][data-balloon-pos].font-awesome:after{
  font-family:FontAwesome,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif
}

[aria-label][data-balloon-pos][data-balloon-break]:after{
  white-space:pre
}

[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after{
  white-space:pre-line;
  word-break:break-word
}

[aria-label][data-balloon-pos][data-balloon-blunt]:before,[aria-label][data-balloon-pos][data-balloon-blunt]:after{
  transition:none
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:after{
  transform:translate(-50%, 0)
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:before{
  transform:translate(-50%, 0)
}

[aria-label][data-balloon-pos][data-balloon-pos*=-left]:after{
  left:0
}

[aria-label][data-balloon-pos][data-balloon-pos*=-left]:before{
  left:5px
}

[aria-label][data-balloon-pos][data-balloon-pos*=-right]:after{
  right:0
}

[aria-label][data-balloon-pos][data-balloon-pos*=-right]:before{
  right:5px
}

[aria-label][data-balloon-pos][data-balloon-po*=-left]:hover:after,[aria-label][data-balloon-pos][data-balloon-po*=-left][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos*=-right]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos*=-right][data-balloon-visible]:after{
  transform:translate(0, 0)
}

[aria-label][data-balloon-pos][data-balloon-po*=-left]:hover:before,[aria-label][data-balloon-pos][data-balloon-po*=-left][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos*=-right]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos*=-right][data-balloon-visible]:before{
  transform:translate(0, 0)
}

[aria-label][data-balloon-pos][data-balloon-pos^=up]:before,[aria-label][data-balloon-pos][data-balloon-pos^=up]:after{
  bottom:100%;
  transform-origin:top;
  transform:translate(0, var(--balloon-move))
}

[aria-label][data-balloon-pos][data-balloon-pos^=up]:after{
  margin-bottom:10px
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:before,[aria-label][data-balloon-pos][data-balloon-pos=up]:after{
  left:50%;
  transform:translate(-50%, var(--balloon-move))
}

[aria-label][data-balloon-pos][data-balloon-pos^=down]:before,[aria-label][data-balloon-pos][data-balloon-pos^=down]:after{
  top:100%;
  transform:translate(0, calc(var(--balloon-move) * -1))
}

[aria-label][data-balloon-pos][data-balloon-pos^=down]:after{
  margin-top:10px
}

[aria-label][data-balloon-pos][data-balloon-pos^=down]:before{
  width:0;
  height:0;
  border:5px solid transparent;
  border-bottom-color:var(--balloon-color)
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:after,[aria-label][data-balloon-pos][data-balloon-pos=down]:before{
  left:50%;
  transform:translate(-50%, calc(var(--balloon-move) * -1))
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:after,[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:after,[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:after{
  transform:translate(0, -50%)
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:before,[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:before,[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:before{
  transform:translate(0, -50%)
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:after,[aria-label][data-balloon-pos][data-balloon-pos=left]:before{
  right:100%;
  top:50%;
  transform:translate(var(--balloon-move), -50%)
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:after{
  margin-right:10px
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:before{
  width:0;
  height:0;
  border:5px solid transparent;
  border-left-color:var(--balloon-color)
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:after,[aria-label][data-balloon-pos][data-balloon-pos=right]:before{
  left:100%;
  top:50%;
  transform:translate(calc(var(--balloon-move) * -1), -50%)
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:after{
  margin-left:10px
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:before{
  width:0;
  height:0;
  border:5px solid transparent;
  border-right-color:var(--balloon-color)
}

[aria-label][data-balloon-pos][data-balloon-length]:after{
  white-space:normal
}

[aria-label][data-balloon-pos][data-balloon-length=small]:after{
  width:80px
}

[aria-label][data-balloon-pos][data-balloon-length=medium]:after{
  width:150px
}

[aria-label][data-balloon-pos][data-balloon-length=large]:after{
  width:260px
}

[aria-label][data-balloon-pos][data-balloon-length=xlarge]:after{
  width:380px
}

@media screen and (max-width: 768px){
  [aria-label][data-balloon-pos][data-balloon-length=xlarge]:after{
    width:90vw
  }
}

[aria-label][data-balloon-pos][data-balloon-length=fit]:after{
  width:100%
}

@font-face{
  font-family:"Source Sans Pro";

  font-style:normal;

  font-display:swap;

  font-weight:200;

  src:url("/assets/Source_Sans_3/SourceSans3-ExtraLight-55fca4b7.ttf") format("truetype")
}

@font-face{
  font-family:"Source Sans Pro";

  font-style:italic;

  font-display:swap;

  font-weight:200;

  src:url("/assets/Source_Sans_3/SourceSans3-ExtraLightItalic-fa296ffb.ttf") format("truetype")
}

@font-face{
  font-family:"Source Sans Pro";

  font-style:normal;

  font-display:swap;

  font-weight:300;

  src:url("/assets/Source_Sans_3/SourceSans3-Light-09786613.ttf") format("truetype")
}

@font-face{
  font-family:"Source Sans Pro";

  font-style:italic;

  font-display:swap;

  font-weight:300;

  src:url("/assets/Source_Sans_3/SourceSans3-LightItalic-0930944c.ttf") format("truetype")
}

@font-face{
  font-family:"Source Sans Pro";

  font-style:normal;

  font-display:swap;

  font-weight:400;

  src:url("/assets/Source_Sans_3/SourceSans3-Regular-8f458935.ttf") format("truetype")
}

@font-face{
  font-family:"Source Sans Pro";

  font-style:italic;

  font-display:swap;

  font-weight:400;

  src:url("/assets/Source_Sans_3/SourceSans3-Italic-e77d5100.ttf") format("truetype")
}

@font-face{
  font-family:"Source Sans Pro";

  font-style:normal;

  font-display:swap;

  font-weight:500;

  src:url("/assets/Source_Sans_3/SourceSans3-Medium-d79e47ff.ttf") format("truetype")
}

@font-face{
  font-family:"Source Sans Pro";

  font-style:italic;

  font-display:swap;

  font-weight:500;

  src:url("/assets/Source_Sans_3/SourceSans3-MediumItalic-ff26690c.ttf") format("truetype")
}

@font-face{
  font-family:"Source Sans Pro";

  font-style:normal;

  font-display:swap;

  font-weight:600;

  src:url("/assets/Source_Sans_3/SourceSans3-SemiBold-fe7b0a7d.ttf") format("truetype")
}

@font-face{
  font-family:"Source Sans Pro";

  font-style:italic;

  font-display:swap;

  font-weight:600;

  src:url("/assets/Source_Sans_3/SourceSans3-SemiBoldItalic-17591ae4.ttf") format("truetype")
}

@font-face{
  font-family:"Source Sans Pro";

  font-style:normal;

  font-display:swap;

  font-weight:700;

  src:url("/assets/Source_Sans_3/SourceSans3-Bold-b19ed783.ttf") format("truetype")
}

@font-face{
  font-family:"Source Sans Pro";

  font-style:italic;

  font-display:swap;

  font-weight:700;

  src:url("/assets/Source_Sans_3/SourceSans3-BoldItalic-59488a7e.ttf") format("truetype")
}

@font-face{
  font-family:"Source Sans Pro";

  font-style:normal;

  font-display:swap;

  font-weight:800;

  src:url("/assets/Source_Sans_3/SourceSans3-ExtraBold-79992f09.ttf") format("truetype")
}

@font-face{
  font-family:"Source Sans Pro";

  font-style:italic;

  font-display:swap;

  font-weight:800;

  src:url("/assets/Source_Sans_3/SourceSans3-ExtraBoldItalic-b11178c2.ttf") format("truetype")
}

@font-face{
  font-family:"Source Sans Pro";

  font-style:normal;

  font-display:swap;

  font-weight:900;

  src:url("/assets/Source_Sans_3/SourceSans3-Black-81386407.ttf") format("truetype")
}

@font-face{
  font-family:"Source Sans Pro";

  font-style:italic;

  font-display:swap;

  font-weight:900;

  src:url("/assets/Source_Sans_3/SourceSans3-BlackItalic-f8ab1bee.ttf") format("truetype")
}

trix-editor{
  border:1px solid #bbb;
  border-radius:3px;
  margin:0;
  padding:.4em .6em;
  min-height:5em;
  outline:none
}

trix-toolbar *{
  box-sizing:border-box
}

trix-toolbar .trix-button-row{
  display:flex;
  flex-wrap:nowrap;
  justify-content:space-between;
  overflow-x:auto
}

trix-toolbar .trix-button-group{
  display:flex;
  margin-bottom:10px;
  border:1px solid #bbb;
  border-top-color:#ccc;
  border-bottom-color:#888;
  border-radius:3px
}

trix-toolbar .trix-button-group:not(:first-child){
  margin-left:1.5vw
}

@media(max-width: 768px){
  trix-toolbar .trix-button-group:not(:first-child){
    margin-left:0
  }
}

trix-toolbar .trix-button-group-spacer{
  flex-grow:1
}

@media(max-width: 768px){
  trix-toolbar .trix-button-group-spacer{
    display:none
  }
}

trix-toolbar .trix-button{
  position:relative;
  float:left;
  color:rgba(0, 0, 0, 0.6);
  font-size:.75em;
  font-weight:600;
  white-space:nowrap;
  padding:0 .5em;
  margin:0;
  outline:none;
  border:none;
  border-bottom:1px solid #ddd;
  border-radius:0;
  background:transparent
}

trix-toolbar .trix-button:not(:first-child){
  border-left:1px solid #ccc
}

trix-toolbar .trix-button.trix-active{
  background:#cbeefa;
  color:black
}

trix-toolbar .trix-button:not(:disabled){
  cursor:pointer
}

trix-toolbar .trix-button:disabled{
  color:rgba(0, 0, 0, 0.125)
}

@media(max-width: 768px){
  trix-toolbar .trix-button{
    letter-spacing:-0.01em;
    padding:0 .3em
  }
}

trix-toolbar .trix-button--icon{
  font-size:inherit;
  width:2.6em;
  height:1.6em;
  max-width:calc(.8em + 4vw);
  text-indent:-9999px
}

@media(max-width: 768px){
  trix-toolbar .trix-button--icon{
    height:2em;
    max-width:calc(.8em + 3.5vw)
  }
}

trix-toolbar .trix-button--icon::before{
  display:inline-block;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:.6;
  content:"";
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain
}

@media(max-width: 768px){
  trix-toolbar .trix-button--icon::before{
    right:6%;
    left:6%
  }
}

trix-toolbar .trix-button--icon.trix-active::before{
  opacity:1
}

trix-toolbar .trix-button--icon:disabled::before{
  opacity:.125
}

trix-toolbar .trix-button--icon-attach::before{
  background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top:8%;
  bottom:4%
}

trix-toolbar .trix-button--icon-bold::before{
  background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")
}

trix-toolbar .trix-button--icon-italic::before{
  background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")
}

trix-toolbar .trix-button--icon-link::before{
  background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")
}

trix-toolbar .trix-button--icon-strike::before{
  background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")
}

trix-toolbar .trix-button--icon-quote::before{
  background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")
}

trix-toolbar .trix-button--icon-heading-1::before{
  background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")
}

trix-toolbar .trix-button--icon-code::before{
  background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")
}

trix-toolbar .trix-button--icon-bullet-list::before{
  background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")
}

trix-toolbar .trix-button--icon-number-list::before{
  background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")
}

trix-toolbar .trix-button--icon-undo::before{
  background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")
}

trix-toolbar .trix-button--icon-redo::before{
  background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before{
  background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")
}

trix-toolbar .trix-button--icon-increase-nesting-level::before{
  background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")
}

trix-toolbar .trix-dialogs{
  position:relative
}

trix-toolbar .trix-dialog{
  position:absolute;
  top:0;
  left:0;
  right:0;
  font-size:.75em;
  padding:15px 10px;
  background:#fff;
  box-shadow:0 .3em 1em #ccc;
  border-top:2px solid #888;
  border-radius:5px;
  z-index:5
}

trix-toolbar .trix-input--dialog{
  font-size:inherit;
  font-weight:normal;
  padding:.5em .8em;
  margin:0 10px 0 0;
  border-radius:3px;
  border:1px solid #bbb;
  background-color:#fff;
  box-shadow:none;
  outline:none;
  -webkit-appearance:none;
  -moz-appearance:none
}

trix-toolbar .trix-input--dialog.validate:invalid{
  box-shadow:red 0px 0px 1.5px 1px
}

trix-toolbar .trix-button--dialog{
  font-size:inherit;
  padding:.5em;
  border-bottom:none
}

trix-toolbar .trix-dialog--link{
  max-width:600px
}

trix-toolbar .trix-dialog__link-fields{
  display:flex;
  align-items:baseline
}

trix-toolbar .trix-dialog__link-fields .trix-input{
  flex:1
}

trix-toolbar .trix-dialog__link-fields .trix-button-group{
  flex:0 0 content;
  margin:0
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor){
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}

trix-editor [data-trix-mutable]::-moz-selection,trix-editor [data-trix-cursor-target]::-moz-selection,trix-editor [data-trix-mutable] ::-moz-selection{
  background:none
}

trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection{
  background:none
}

trix-editor [data-trix-mutable]::selection,trix-editor [data-trix-cursor-target]::selection,trix-editor [data-trix-mutable] ::selection{
  background:none
}

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::-moz-selection{
  background:highlight
}

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::selection{
  background:highlight
}

trix-editor [data-trix-mutable].attachment.attachment--file{
  box-shadow:0 0 0 2px highlight;
  border-color:transparent
}

trix-editor [data-trix-mutable].attachment img{
  box-shadow:0 0 0 2px highlight
}

trix-editor .attachment{
  position:relative
}

trix-editor .attachment:hover{
  cursor:default
}

trix-editor .attachment--preview .attachment__caption:hover{
  cursor:text
}

trix-editor .attachment__progress{
  position:absolute;
  z-index:1;
  height:20px;
  top:calc(50% - 10px);
  left:5%;
  width:90%;
  opacity:.9;
  transition:opacity 200ms ease-in
}

trix-editor .attachment__progress[value="100"]{
  opacity:0
}

trix-editor .attachment__caption-editor{
  display:inline-block;
  width:100%;
  margin:0;
  padding:0;
  font-size:inherit;
  font-family:inherit;
  line-height:inherit;
  color:inherit;
  text-align:center;
  vertical-align:top;
  border:none;
  outline:none;
  -webkit-appearance:none;
  -moz-appearance:none
}

trix-editor .attachment__toolbar{
  position:absolute;
  z-index:1;
  top:-0.9em;
  left:0;
  width:100%;
  text-align:center
}

trix-editor .trix-button-group{
  display:inline-flex
}

trix-editor .trix-button{
  position:relative;
  float:left;
  color:#666;
  white-space:nowrap;
  font-size:80%;
  padding:0 .8em;
  margin:0;
  outline:none;
  border:none;
  border-radius:0;
  background:transparent
}

trix-editor .trix-button:not(:first-child){
  border-left:1px solid #ccc
}

trix-editor .trix-button.trix-active{
  background:#cbeefa
}

trix-editor .trix-button:not(:disabled){
  cursor:pointer
}

trix-editor .trix-button--remove{
  text-indent:-9999px;
  display:inline-block;
  padding:0;
  outline:none;
  width:1.8em;
  height:1.8em;
  line-height:1.8em;
  border-radius:50%;
  background-color:#fff;
  border:2px solid highlight;
  box-shadow:1px 1px 6px rgba(0, 0, 0, 0.25)
}

trix-editor .trix-button--remove::before{
  display:inline-block;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:.7;
  content:"";
  background-image:url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position:center;
  background-repeat:no-repeat;
  background-size:90%
}

trix-editor .trix-button--remove:hover{
  border-color:#333
}

trix-editor .trix-button--remove:hover::before{
  opacity:1
}

trix-editor .attachment__metadata-container{
  position:relative
}

trix-editor .attachment__metadata{
  position:absolute;
  left:50%;
  top:2em;
  transform:translate(-50%, 0);
  max-width:90%;
  padding:.1em .6em;
  font-size:.8em;
  color:#fff;
  background-color:rgba(0, 0, 0, 0.7);
  border-radius:3px
}

trix-editor .attachment__metadata .attachment__name{
  display:inline-block;
  max-width:100%;
  vertical-align:bottom;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

trix-editor .attachment__metadata .attachment__size{
  margin-left:.2em;
  white-space:nowrap
}

.trix-content{
  line-height:1.5;
  overflow-wrap:break-word;
  word-break:break-word
}

.trix-content *{
  box-sizing:border-box;
  margin:0;
  padding:0
}

.trix-content h1{
  font-size:1.2em;
  line-height:1.2
}

.trix-content blockquote{
  border:0 solid #ccc;
  border-left-width:.3em;
  margin-left:.3em;
  padding-left:.6em
}

.trix-content [dir=rtl] blockquote,.trix-content blockquote[dir=rtl]{
  border-width:0;
  border-right-width:.3em;
  margin-right:.3em;
  padding-right:.6em
}

.trix-content li{
  margin-left:1em
}

.trix-content [dir=rtl] li{
  margin-right:1em
}

.trix-content pre{
  display:inline-block;
  width:100%;
  vertical-align:top;
  font-family:monospace;
  font-size:.9em;
  padding:.5em;
  white-space:pre;
  background-color:#eee;
  overflow-x:auto
}

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

.trix-content .attachment{
  display:inline-block;
  position:relative;
  max-width:100%
}

.trix-content .attachment a{
  color:inherit;
  text-decoration:none
}

.trix-content .attachment a:hover,.trix-content .attachment a:visited:hover{
  color:inherit
}

.trix-content .attachment__caption{
  text-align:center
}

.trix-content .attachment__caption .attachment__name+.attachment__size::before{
  content:" •"
}

.trix-content .attachment--preview{
  width:100%;
  text-align:center
}

.trix-content .attachment--preview .attachment__caption{
  color:#666;
  font-size:.9em;
  line-height:1.2
}

.trix-content .attachment--file{
  color:#333;
  line-height:1;
  margin:0 2px 2px 2px;
  padding:.4em 1em;
  border:1px solid #bbb;
  border-radius:5px
}

.trix-content .attachment-gallery{
  display:flex;
  flex-wrap:wrap;
  position:relative
}

.trix-content .attachment-gallery .attachment{
  flex:1 0 33%;
  padding:0 .5em;
  max-width:33%
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment,.trix-content .attachment-gallery.attachment-gallery--4 .attachment{
  flex-basis:50%;
  max-width:50%
}

.action-btn{
  cursor: pointer;
  border-radius: 9999px;
  background-color: var(--color-success);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.action-btn svg{
  margin-right: 0.25rem;
  margin-left: -0.5rem
}

.action-btn.outlined{
  border-width: 1px;
  border-color: var(--color-success);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--color-success)
}

.action-btn.red{
  background-color: var(--color-danger)
}

.action-btn--secondary{
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-decoration-line: none;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

label.label{
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity))
}

label.checkbox{
  display: flex;
  cursor: pointer;
  align-items: center
}

label.checkbox > :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)))
}

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

select.select:focus{
  border-color: var(--color-secondary);
  --tw-ring-color: var(--color-secondary)
}

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

input.input{
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  font-size: 1rem;
  line-height: 1.5rem
}

input.input::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity))
}

input.input::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity))
}

input.input{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

input.input:focus{
  border-color: var(--color-secondary)
}

input.input:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity))
}

input.input:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity))
}

input.input:focus{
  --tw-ring-color: var(--color-secondary)
}

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

input.input--small{
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  font-size: 0.75rem;
  line-height: 1rem
}

input.input--small::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity))
}

input.input--small::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity))
}

input.input--small{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

input.input--small:focus{
  border-color: var(--color-secondary)
}

input.input--small:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity))
}

input.input--small:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity))
}

input.input--small:focus{
  --tw-ring-color: var(--color-secondary)
}

@media (min-width: 640px){
  input.input--small{
    font-size: 0.75rem;
    line-height: 1rem
  }
}

input:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity))
}

input.radio-input{
  height: 1rem;
  width: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity))
}

label.radio{
  cursor: pointer
}

span.info-label{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity))
}

textarea.textarea{
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity))
}

textarea.textarea::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity))
}

textarea.textarea::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity))
}

textarea.textarea{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

textarea.textarea:focus{
  border-color: var(--color-secondary)
}

textarea.textarea:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity))
}

textarea.textarea:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity))
}

textarea.textarea:focus{
  --tw-ring-color: var(--color-secondary)
}

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

.balloon::after{
  overflow: visible;
  z-index:1000 !important
}

body.has-navbar-fixed-top{
  padding-top:7.2rem !important
}

.navbar-is-fixed-top{
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 30
}

.headroom{
  will-change:transform;
  transition:transform 200ms linear
}

.headroom--pinned{
  transform:translateY(0%)
}

.headroom--unpinned{
  transform:translateY(-100%)
}

.headroom--top{
  box-shadow:none
}

.pagy-navigation{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.5rem
}

.page{
  display: flex;
  align-items: center
}

.pagy-nav{
  position: relative;
  z-index: 0;
  display: inline-flex
}

.pagy-nav > :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)))
}

.pagy-nav{
  border-radius: 0.375rem
}

.page a{
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0px;
  padding-bottom: 0px
}

.page.gap{
  padding-left: 1rem;
  padding-right: 1rem
}

.page.gap:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.page{
  position: relative;
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity))
}

.page:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity))
}

.page.active{
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity))
}

.page.prev a{
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

.page.prev{
  position: relative;
  display: inline-flex;
  align-items: center;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity))
}

.page.prev:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity))
}

.page.prev.disabled{
  cursor: default;
  opacity: 0.5
}

.page.next{
  position: relative;
  display: inline-flex;
  align-items: center;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity))
}

.page.next:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity))
}

.page.next a{
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

.page.next.disabled{
  cursor: default;
  opacity: 0.5
}

.embla{
  overflow:hidden
}

.embla__viewport{
  overflow:hidden
}

.embla__container{
  display: grid
}

.embla__container > :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)))
}

.embla__container{
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-flow:column;
  grid-auto-columns:100%
}

.embla__container--full{
  display: grid
}

.embla__container--full > :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)))
}

.embla__container--full{
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-flow:column;
  grid-auto-columns:100%
}

@media(min-width: 768px){
  .embla__container{
    grid-auto-columns:50%
  }
}

.embla__slide{
  flex:0 0 100%
}

.embla__dots{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right:-.6rem
}

.embla__dot{
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action:manipulation;
  cursor:pointer;
  width:2.6rem;
  height:2.6rem;
  border-radius:50%
}

.embla__dot:after{
  display: flex;
  align-items: center;
  box-shadow:inset 0 0 0 .2rem rgb(234, 234, 234);
  width:1.4rem;
  height:1.4rem;
  border-radius:50%;
  content:""
}

.embla__dot--selected:after{
  box-shadow:inset 0 0 0 .2rem rgb(54, 49, 61)
}

.trix-content .attachment-gallery>action-text-attachment,.trix-content .attachment-gallery>.attachment{
  flex:1 0 33%;
  padding:0 .5em;
  max-width:33%
}

.trix-content .attachment-gallery.attachment-gallery--2>action-text-attachment,.trix-content .attachment-gallery.attachment-gallery--2>.attachment,.trix-content .attachment-gallery.attachment-gallery--4>action-text-attachment,.trix-content .attachment-gallery.attachment-gallery--4>.attachment{
  flex-basis:50%;
  max-width:50%
}

.trix-content action-text-attachment .attachment{
  padding:0 !important;
  max-width:100% !important
}

trix-toolbar{
  background-color:white;
  position:sticky;
  top:0;
  .trix-button-row{
    display:flex;
    align-items:center;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5
  }
  .trix-button-group{
    margin:0;
    padding:0;
    border:0
  }
  .trix-button{
    border:0;
    margin:5px 0;
    &:not(:first-child){
      border-left:0
    }
  }
  .trix-button--icon{
    width:2.5em
  }
}

.comment-trix-editor{
  border-radius: 1rem;
  border:1px solid #e5e5e5;
  trix-toolbar{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
  }
  trix-editor{
    margin: 0px
  }
  trix-editor{
    border-radius: 1rem
  }
  trix-editor{
    padding: 0.625rem
  }
  .trix-button-row{
    border-top:none
  }
}

trix-editor{
  margin:5px 0 30px 0;
  min-height:300px
}

.trix-content{
  .attachment.attachment--preview{
    margin: 0px
  }
  a{
    --tw-text-opacity: 1;
    color: rgb(27 106 201 / var(--tw-text-opacity))
  }
  a{
    text-decoration-line: underline
  }
  figure{
    margin:50px 0
  }
  figure>img{
    margin:0 auto 0 auto
  }
  ul{
    list-style:disc
  }
  ol{
    list-style-type:decimal
  }
  h1{
    font-weight:bold
  }
  .attachment-gallery>action-text-attachment,.attachment-gallery>.attachment{
    flex:1 0 33%;
    padding:0 .5em;
    max-width:33%
  }
  .attachment-gallery.attachment-gallery--2>action-text-attachment,.attachment-gallery.attachment-gallery--2>.attachment,.trix-content .attachment-gallery.attachment-gallery--4>action-text-attachment,.attachment-gallery.attachment-gallery--4>.attachment{
    flex-basis:50%;
    max-width:50%
  }
  action-text-attachment .attachment{
    padding:0;
    max-width:100%
  }
}

.embed-loading-indicator,.embed-url-wrapper{
  display:none;
  padding:.75rem 0 0 .75rem;
  align-items:center;
  input{
    margin-left:.5rem
  }
}

.button.is-small{
  border:1px solid #cecece;
  padding:5px
}

action-text-attachment .embed,action-text-attachment .attachment,.trix-content .attachment{
  background-color:white;
  display:inline-block;
  margin:1rem auto;
  line-height:1;
  padding:.75rem !important;
  max-width:100% !important;
  text-align:center;
  width:100%
}

action-text-attachment .embed{
  --video--width: 1296;
  --video--height: 540;
  position:relative;
  padding-bottom:calc(var(--video--height)/var(--video--width)*100%);
  overflow:hidden;
  max-width:100%;
  min-height:350px;
  background:black
}

.embed iframe,.embed object,.embed embed{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%
}

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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Source Sans Pro, 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;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose-lg{
  font-size: 1.125rem;
  line-height: 1.7777778;
}

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

.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em
}

.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1
}

.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333
}

.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5
}

.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556
}

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

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

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

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

.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em
}

.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em
}

.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8666667em
}

.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em
}

.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em
}

.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em
}

.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em
}

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

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

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

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

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

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

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

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

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

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

.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em
}

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

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

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

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

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

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

.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5
}

.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em
}

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

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

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

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

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

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

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

.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em
}

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

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

.prose-indigo{
  --tw-prose-links: #4f46e5;
  --tw-prose-invert-links: #6366f1
}

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

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

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

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

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

.layout-shared{
  .text-rating-1{
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity))
  }
  .text-rating-2{
    --tw-text-opacity: 1;
    color: rgb(180 83 9 / var(--tw-text-opacity))
  }
  .text-rating-3{
    --tw-text-opacity: 1;
    color: rgb(245 158 11 / var(--tw-text-opacity))
  }
  .text-rating-4{
    --tw-text-opacity: 1;
    color: rgb(16 185 129 / var(--tw-text-opacity))
  }
  .text-rating-5{
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity))
  }
  .comment-trix-editor{
    border:1px solid #e5e5e5 !important
  }
  trix-editor{
    border:0 !important
  }
  .avatar{
    position: relative
  }
  .avatar{
    z-index: 10
  }
  .avatar{
    display: flex
  }
  .avatar{
    align-items: center
  }
  .avatar{
    justify-content: center
  }
  .avatar{
    overflow: hidden
  }
  .avatar{
    border-radius: 9999px
  }
  .avatar{
    background-color: var(--color-brown)
  }
  .avatar{
    text-align: center
  }
  .avatar .text{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
  .avatar.tiny{
    height: 1.75rem
  }
  .avatar.tiny{
    width: 1.75rem
  }
  .avatar.tiny .text{
    font-size: 0.75rem;
    line-height: 1rem
  }
  .avatar.small{
    height: 2.5rem
  }
  .avatar.small{
    width: 2.5rem
  }
  .avatar.medium{
    height: 4rem
  }
  .avatar.medium{
    width: 4rem
  }
  .avatar.large{
    height: 6rem
  }
  .avatar.large{
    width: 6rem
  }
  .avatar.large .text{
    font-size: 1.5rem;
    line-height: 2rem
  }
  .js-max-height-0{
    max-height:0
  }
  .expandable-content--collapsed{
    display:none !important
  }
}

.layout-admin{
  .sheet{
    position: relative
  }
  .sheet{
    margin-bottom: 2rem
  }
  .sheet{
    max-width: 72rem
  }
  .sheet{
    border-radius: 0.5rem
  }
  .sheet{
    border-width: 1px
  }
  .sheet{
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity))
  }
  .sheet{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
  }
  .sheet{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
  .sheet__section{
    padding-top: 2rem;
    padding-bottom: 2rem
  }
  .sheet__section{
    padding-left: 2rem;
    padding-right: 2rem
  }
  a.link{
    text-decoration-line: underline
  }
  a.link{
    color:#1b6ac9
  }
  a.link.cancel{
    color: var(--color-primary--darker)
  }
  .is-inbox{
    color: var(--color-warning)
  }
  .is-upcoming{
    color: var(--color-info)
  }
  .is-review{
    color: var(--color-warning)
  }
  .is-completed{
    color: var(--color-success)
  }
  .navbar-item{
    margin-right: 1.25rem
  }
  .navbar-item{
    margin-bottom: 1.25rem
  }
  .navbar-item{
    display: inline-block
  }
  .navbar-item{
    width: 8rem
  }
  .navbar-item{
    border-radius: 1.5rem
  }
  .navbar-item{
    border-width: 1px
  }
  .navbar-item{
    --tw-border-opacity: 1;
    border-color: rgb(240 235 229 / var(--tw-border-opacity))
  }
  .navbar-item{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }
  .navbar-item{
    text-align: center
  }
  .navbar-item{
    vertical-align: middle
  }
  .navbar-item{
    text-decoration-line: none
  }
  .navbar-item:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
  }
  .navbar-item--active{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
  }
  .navbar-item--active{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }
  .navbar-item--active{
    font-weight: 700
  }
  .navbar-item--active{
    color: var(--color-black)
  }
  .navbar-item--active{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
  .navbar-item--active svg{
    color: var(--color-primary)
  }
  nav.breadcrumbs a{
    color:var(--color-primary);
    display:inline
  }
  nav.tabs{
    margin-bottom: -1px
  }
  nav.tabs{
    display: flex
  }
  .tab-item{
    white-space: nowrap
  }
  .tab-item{
    padding-left: 1rem;
    padding-right: 1rem
  }
  .tab-item{
    padding-top: 1rem;
    padding-bottom: 1rem
  }
  .tab-item{
    font-size: 0.875rem;
    line-height: 1.25rem
  }
  .tab-item{
    font-weight: 400
  }
  .tab-item{
    text-decoration-line: none
  }
  .tab-item:hover{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity))
  }
  .tab-item__counter{
    margin-left: 0.5rem
  }
  .tab-item__counter{
    display: none
  }
  .tab-item__counter{
    border-radius: 9999px
  }
  .tab-item__counter{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity))
  }
  .tab-item__counter{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem
  }
  .tab-item__counter{
    padding-left: 0.625rem;
    padding-right: 0.625rem
  }
  .tab-item__counter{
    font-weight: 500
  }
  .flatpickr-day.tab-item__counter{
    visibility:hidden
  }
  @media (min-width: 768px){
    .tab-item__counter{
      display: inline-block
    }
  }
  .tab-item.active{
    border-color: var(--color-primary)
  }
  .tab-item.active{
    font-weight: 600
  }
  .tab-item.active{
    color: var(--color-primary)
  }
  .tab-item.active{
    border-bottom:3px solid
  }
  .tab-item.active .tab-item__counter{
    background-color: var(--color-primary)
  }
  .tab-item.active .tab-item__counter{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
  tr.row-disabled{
    opacity: 0.6
  }
  tr.data-row a.icon-link svg{
    opacity: 0
  }
  tr.data-row a.icon-link:hover svg{
    color: var(--color-mainBlue)
  }
  tr.data-row:hover{
    cursor: pointer
  }
  tr.data-row:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity))
  }
  tr.data-row:hover a.icon-link svg{
    opacity: 1
  }
  table.payslip td.cell{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem
  }
  tr.data-row.disabled:hover{
    cursor: default
  }
  th.cell{
    white-space: nowrap
  }
  th.cell{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }
  th.cell{
    padding-left: 1rem;
    padding-right: 1rem
  }
  th.cell{
    text-align: left
  }
  th.cell{
    font-size: 0.75rem;
    line-height: 1rem
  }
  th.cell{
    font-weight: 500
  }
  th.cell{
    text-transform: uppercase
  }
  th.cell{
    letter-spacing: 0.05em
  }
  th.cell{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity))
  }
  td.cell{
    white-space: nowrap
  }
  td.cell{
    padding-left: 0px;
    padding-right: 0px
  }
  td.cell{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }
  td.cell{
    padding-left: 1rem;
    padding-right: 1rem
  }
  td.cell{
    font-size: 0.875rem;
    line-height: 1.25rem
  }
  td.cell{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity))
  }
  td.cell.narrow{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
  }
  .perma-toolbar{
    position: absolute
  }
  .perma-toolbar{
    top: 1.5rem
  }
  .perma-toolbar{
    right: 2rem
  }
  .perma-menu{
    position: absolute
  }
  .perma-menu{
    top: -2.5rem
  }
  .perma-menu{
    right: -3rem
  }
  .perma-menu{
    z-index: 10
  }
  .perma-menu{
    margin: 1rem
  }
  .perma-menu{
    width: 18rem
  }
  .perma-menu{
    border-top-right-radius: 0.375rem
  }
  .perma-menu{
    border-bottom-left-radius: 0.375rem
  }
  .perma-menu{
    background-color: var(--color-mainBlue)
  }
  .perma-open-button{
    border-radius: 9999px
  }
  .perma-open-button{
    border-width: 1px
  }
  .perma-open-button{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity))
  }
  .perma-close-button{
    border-radius: 9999px
  }
  .perma-close-button{
    border-width: 1px
  }
  .perma-close-button{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity))
  }
  .perma-close-button{
    text-align: right
  }
  .perma-close-button{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
  .perma-action-item{
    display: block
  }
  .perma-action-item{
    border-bottom-width: 1px
  }
  .perma-action-item{
    padding-left: 1rem;
    padding-right: 1rem
  }
  .perma-action-item{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem
  }
  .perma-action-item{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
  .perma-action-item{
    border-bottom-color:rgba(0, 0, 0, 0.25)
  }
  .perma-action-item:hover{
    background-color:rgba(0, 0, 0, 0.25)
  }
  .highlight{
    border-radius:1em 0 1em 0;
    background-image:linear-gradient(-100deg, rgba(255, 224, 0, 0.3), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1))
  }
  .tag--current{
    font-weight: 700
  }
  .tag--current{
    color: var(--color-primary--darker)
  }
  .tag--current{
    text-decoration-line: underline
  }
  .notification{
    margin-top: 1rem;
    margin-bottom: 1rem
  }
  .notification{
    border-radius: 0.375rem
  }
  .notification{
    padding: 1rem
  }
  .notification{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
  .notification.is-info{
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity))
  }
  .notification.is-info{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity))
  }
  .notification.is-danger{
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity))
  }
  .notification.is-danger{
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity))
  }
  .notification.is-warning{
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138 / var(--tw-bg-opacity))
  }
  .notification.is-warning{
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity))
  }
  .notification.is-success{
    background-color:#4ac68e
  }
  .notification.is-success{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
  div.calendar-wrapper{
    border-radius: 0.25rem
  }
  div.calendar-wrapper{
    border-width: 1px
  }
  div.calendar-wrapper{
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity))
  }
  div.calendar-wrapper{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
  .calendar{
    min-width: 100%
  }
  .calendar{
    table-layout: fixed
  }
  .calendar > :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))
  }
  .calendar > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity))
  }
  .header-today{
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity))
  }
  .header-today{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity))
  }
  .calendar-header--dark{
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity))
  }
  .job-card{
    position: relative
  }
  .job-card{
    margin-bottom: 0.5rem
  }
  .job-card{
    margin-right: 0.25rem
  }
  .job-card{
    display: flex
  }
  .job-card{
    flex-direction: column
  }
  .job-card{
    overflow: visible
  }
  .job-card{
    border-left-width: 4px
  }
  .job-card{
    --tw-border-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-border-opacity))
  }
  .job-card{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
  }
  .job-card{
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }
  .job-card{
    padding-bottom: 0.5rem
  }
  .job-card{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
  .canceled-pattern{
    background:repeating-linear-gradient(135deg, rgba(220, 53, 69, 0.3), rgba(220, 53, 69, 0.3) 20px, #f9fafb 20px, #f9fafb 30px)
  }
  .canceled-pattern a:first-child{
    text-decoration-line: line-through
  }
  .disabled-pattern{
    background:repeating-linear-gradient(45deg, rgba(29, 45, 53, 0.1), rgba(29, 45, 53, 0.1) 10px, #f9fafb 10px, #f9fafb 20px)
  }
  .invoice-status{
    border-radius: 9999px
  }
  .invoice-status{
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }
  .invoice-status{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
  }
  .invoice-status{
    font-size: 0.875rem;
    line-height: 1.25rem
  }
  .invoice-status.draft{
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity))
  }
  .invoice-status.draft{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity))
  }
  .invoice-status.paid{
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity))
  }
  .invoice-status.paid{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
  .invoice-status.overdue{
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity))
  }
  .invoice-status.overdue{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
  .invoice-status.open{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity))
  }
  .invoice-status.open{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
  .invoice-status.void{
    background-color: var(--color-black)
  }
  .invoice-status.void{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
  .invoice-status.reminder{
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity))
  }
  .invoice-status.reminder{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity))
  }
  .message__attribution{
    position: relative
  }
  .message__attribution{
    margin: 0px
  }
  .message__attribution{
    margin-top: 2rem
  }
  .message__attribution{
    display: flex
  }
  .message__attribution{
    flex-wrap: wrap
  }
  .message__attribution{
    justify-content: center
  }
  .message__attribution{
    justify-items: stretch
  }
  .message__attribution{
    padding: 0px
  }
  .message__attribution{
    line-height: 1.25
  }
  .message__attribution::before{
    content:" ";
    width:12rem;
    border-top:1px solid rgba(135, 116, 87, 0.2);
    top:-1rem;
    margin:0 auto 0;
    position:absolute
  }
}

.layout-public{
  section.main-section{
    margin-left: auto;
    margin-right: auto
  }
  section.main-section{
    margin-bottom: 0px
  }
  section.main-section{
    max-width: 28rem
  }
  section.main-section{
    padding-left: 1rem;
    padding-right: 1rem
  }
  @media (min-width: 640px){
    section.main-section{
      margin-bottom: 6rem
    }
  }
  @media (min-width: 640px){
    section.main-section{
      max-width: 48rem
    }
  }
  @media (min-width: 1024px){
    section.main-section{
      max-width: 80rem
    }
  }
  section.hero-section{
    margin: 0px
  }
  .service-select.active{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity))
  }
  .btn{
    border-radius: 9999px
  }
  .btn{
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
  .btn{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }
  .btn{
    font-size: 1rem;
    line-height: 1.5rem
  }
  .btn{
    font-weight: 700
  }
  .btn{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
  .btn--primary{
    background-color: var(--color-primary)
  }
  .btn--primary{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
  .btn--primary:hover{
    background-color: var(--color-primary--darker)
  }
  .btn--secondary{
    background-color: var(--color-secondary)
  }
  .btn--secondary{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
  .btn--secondary:hover{
    background-color: var(--color-secondary--darker)
  }
  .btn--outline{
    border-radius: 0px
  }
  .btn--outline{
    border-width: 1px
  }
  & .js-max-height-0{
    max-height: 0px
  }
  label.label{
    margin-bottom: 0.5rem
  }
  label.label{
    display: block
  }
  label.label{
    font-size: 0.875rem;
    line-height: 1.25rem
  }
  label.label{
    font-weight: 500
  }
  label.label{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity))
  }
  select.select{
    display: block
  }
  select.select{
    width: 100%
  }
  select.select{
    border-radius: 0.375rem
  }
  select.select{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity))
  }
  select.select{
    font-size: 1rem;
    line-height: 1.5rem
  }
  select.select{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
  select.select:focus{
    border-color: var(--color-secondary)
  }
  select.select:focus{
    --tw-ring-color: var(--color-secondary)
  }
  @media (min-width: 640px){
    select.select{
      font-size: 0.875rem;
      line-height: 1.25rem
    }
  }
  input.input{
    display: block
  }
  input.input{
    width: 100%
  }
  input.input{
    border-radius: 0.375rem
  }
  input.input{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity))
  }
  input.input{
    font-size: 1rem;
    line-height: 1.5rem
  }
  input.input{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
  input.input:focus{
    border-color: var(--color-secondary)
  }
  input.input:focus{
    --tw-ring-color: var(--color-secondary)
  }
  @media (min-width: 640px){
    input.input{
      font-size: 0.875rem;
      line-height: 1.25rem
    }
  }
  textarea.textarea{
    display: block
  }
  textarea.textarea{
    width: 100%
  }
  textarea.textarea{
    border-radius: 0.375rem
  }
  textarea.textarea{
    border-width: 1px
  }
  textarea.textarea{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity))
  }
  textarea.textarea{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
  textarea.textarea:focus{
    border-color: var(--color-secondary)
  }
  textarea.textarea:focus{
    --tw-ring-color: var(--color-secondary)
  }
  @media (min-width: 640px){
    textarea.textarea{
      font-size: 0.875rem;
      line-height: 1.25rem
    }
  }
  input.radio-input{
    height: 1rem
  }
  input.radio-input{
    width: 1rem
  }
  input.radio-input{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity))
  }
  input.radio-input{
    color: var(--color-secondary)
  }
  input.radio-input:focus{
    --tw-ring-color: var(--color-secondary)
  }
  span.info-label{
    font-size: 0.875rem;
    line-height: 1.25rem
  }
  span.info-label{
    font-weight: 400
  }
  span.info-label{
    font-style: italic
  }
  span.info-label{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity))
  }
  .cta-transform:hover svg.cta--icon{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }
  .cta-transform:hover svg.cta--icon{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }
  .cta-transform:hover svg.cta--icon{
    transition-duration: 500ms
  }
  .video-button{
    display: inline-flex
  }
  .video-button{
    align-items: center
  }
  .video-button{
    justify-content: center
  }
  .video-button{
    border-radius: 0.375rem
  }
  .video-button{
    border-width: 1px
  }
  .video-button{
    background-color: var(--color-primary)
  }
  .video-button{
    padding-left: 1rem;
    padding-right: 1rem
  }
  .video-button{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }
  .video-button{
    text-align: center
  }
  .video-button{
    font-weight: 500
  }
  .video-button{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
  .video-button{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
  .video-button{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
  .video-button{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
  }
  .video-button{
    transition-duration: 300ms
  }
  .video-button:hover{
    cursor: pointer
  }
  .video-button:hover{
    background-color: var(--color-primary--darker)
  }
  .video-button:focus{
    outline: 2px solid transparent;
    outline-offset: 2px
  }
  .video-button: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)
  }
  .video-button:focus{
    --tw-ring-color: var(--color-primary)
  }
  .video-button:focus{
    --tw-ring-offset-width: 2px
  }
  .player{
    cursor: pointer
  }
  .player .collage{
    opacity: 0.9
  }
  .player .collage{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
  }
  .player .collage{
    transition-duration: 300ms
  }
  .player:hover .collage{
    opacity: 1
  }
  .player:hover .video-button{
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }
  .player:hover .video-button{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }
  .player:hover .video-button{
    cursor: pointer
  }
  .player:hover .video-button{
    background-color: var(--color-primary--darker)
  }
  .player:hover .video-button{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
  .category-button{
    display: inline-block
  }
  .category-button{
    border-radius: 9999px
  }
  .category-button{
    border-width: 1px
  }
  .category-button{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity))
  }
  .category-button{
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
  .category-button{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }
  .category-button.active{
    border-color: var(--color-secondary--darker)
  }
  .category-button.active{
    background-color: var(--color-secondary--darker)
  }
  .category-button.active{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
  .category-button:hover{
    border-color: var(--color-secondary--darker)
  }
  .category-button:hover{
    background-color: var(--color-secondary)
  }
  .category-button:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
  .attachment__caption{
    text-align: center
  }
  figure.attachment--preview img{
    margin-left: auto;
    margin-right: auto
  }
  .glide__track{
    height: 100%
  }
  .glide__track{
    width: 100%
  }
  .glide__slides{
    transform:translate3d(0, 0, 0) !important
  }
  .glide__slides{
    height: 100%
  }
  .glide__slides{
    width: 100%
  }
  .glide__slide{
    opacity:0;
    z-index:0;
    position:absolute;
    top:0;
    left:0;
    transition:opacity 1.4s ease
  }
  .glide__slide.glide__slide--active{
    opacity:1;
    z-index:1
  }
}

body.layout-worker{
  input[type=checkbox]{
    transform:scale(1.75);
    border-radius:2px
  }
  input[type=checkbox][disabled]{
    color:gray
  }
  .job-list li{
    margin-bottom: 0.5rem
  }
  .job-list li{
    border-bottom-width: 1px
  }
  .job-list li{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity))
  }
  .job-list li:last-child{
    margin-bottom: 0px
  }
  .job-list li:last-child{
    border-style: none
  }
  .worker-breadcrumbs a{
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity))
  }
  .worker-breadcrumbs a{
    text-decoration-line: underline
  }
  .js-max-height-0{
    max-height:0
  }
}

body.layout-pdf{
  font-family:"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" !important;
  line-height:1
}

body.layout-pdf .pflex{
  display:-webkit-box;
  -webkit-box-align:baseline;
  width:100%
}

body.layout-pdf .ptitle{
  border-bottom-width: 1px;
  padding:.45rem 1rem .25rem
}

body.layout-pdf .pline{
  padding:.45rem 1rem .25rem
}

body.layout-pdf table.payslip th,body.layout-pdf table.payslip td{
  padding:.45rem 1rem .25rem
}

body.layout-pdf table.payslip tbody td.th{
  background-color:#eee
}

body.layout-pdf table.payslip td:empty{
  padding:1rem
}

body.layout-pdf table.payslip{
  width: 100%
}

body.layout-pdf table.payslip th{
  font-weight: 700
}

body.layout-pdf table.payslip td,body.layout-pdf table.payslip th{
  padding: 0.5rem
}

body.layout-pdf table.payslip{
  border-collapse: collapse
}

body.layout-pdf table.payslip td:nth-child(1),body.layout-pdf table.payslip th:nth-child(1){
  text-align: left
}

body.layout-pdf table.payslip td:nth-child(n+2),body.layout-pdf table.payslip th:nth-child(n+2){
  text-align: right
}

body.layout-pdf table.payslip thead th{
  border-bottom-width: 1px
}

body.layout-pdf table.payslip tbody th{
  border-bottom-width: 2px;
  border-top-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

.layout-secret{
  .breadcrumbs{
    display: flex
  }
  .breadcrumbs{
    align-items: center
  }
  .breadcrumbs a{
    color:var(--primary);
    text-decoration:underline
  }
  .card{
    background-color:white;
    margin-bottom:2rem;
    box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius:.375rem
  }
  .card-content{
    padding:1.25rem
  }
  .tag{
    color:white;
    padding:.25rem .5rem;
    border-radius:.375rem;
    font-size:.875rem;
    cursor:pointer
  }
  .tag.is-info{
    background-color:white;
    border:1px dashed var(--mainBlue);
    color:var(--mainBlue)
  }
  .tag.is-success{
    background-color:#4ac68e
  }
  .card-content+.card-content{
    border-top:1px solid #e5e7eb
  }
  .card-content--secondary{
    background-color:#f9fafb
  }
  .invoice-line-item{
    border-bottom:1px dashed;
    display:flex;
    justify-content:space-between;
    padding-top:.75rem;
    padding-bottom:.75rem
  }
  .is-total{
    border-style:solid;
    border-bottom:0;
    border-top:2px solid #9ca3af;
    font-weight:700;
    color:black
  }
  .input{
    display:block;
    width:100%;
    border-color:#d1d5db;
    box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-radius:.375rem;
    font-size:.875rem
  }
  .input:focus{
    --tw-ring-color: var(--secondary);
    border-color:var(--secondary)
  }
  .input::-moz-placeholder{
    color:#6b7280
  }
  .input::placeholder{
    color:#6b7280
  }
  .input:focus::-moz-placeholder{
    color:#d1d5db
  }
  .input:focus::placeholder{
    color:#d1d5db
  }
  a.link{
    text-decoration:underline;
    color:#1b6ac9
  }
  a.link.cancel{
    color:var(--primaryDarker)
  }
  .notification{
    margin-top:1rem;
    margin-bottom:1rem;
    padding:1rem;
    border-radius:.375rem;
    box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1)
  }
  .notification.is-danger{
    background-color:#fecaca;
    color:#dc2626
  }
  .notification.is-warning{
    background-color:#fef08a;
    color:#ca8a04
  }
  .notification.is-success{
    background-color:#4ac68e;
    color:white
  }
  .invoice-paid{
    border:5px solid #257953;
    display:inline-block;
    position:absolute;
    top:20px;
    right:20px;
    font-weight:700;
    font-size:1.5rem;
    color:#257953;
    padding:.25rem 2rem;
    text-transform:uppercase;
    transform:rotate(3deg)
  }
  .qr-payslip{
    margin:-1.25rem;
    display:flex
  }
  .qr-payslip__left{
    padding:1.25rem;
    width:33.333333%
  }
  .qr-payslip__right{
    padding:1.25rem;
    padding-left:0;
    width:66.666667%
  }
  .qr-payslip__subtitle{
    font-size:.875rem;
    font-weight:600
  }
  .progress-bar{
    position:absolute;
    top:0;
    bottom:0;
    border-radius:.25rem;
    overflow:hidden;
    background-color:var(--primary);
    width:100%
  }
  .progress-bar:after{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    transform:translateX(-100%);
    background-image:linear-gradient(90deg, rgba(233, 233, 233, 1) 0, rgba(233, 233, 233, 0.9) 50%, rgba(233, 233, 233, 0.8) 100%);
    animation:shimmer 2s ease-out infinite;
    content:""
  }
}

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

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

.visible{
  visibility: visible !important
}

.collapse{
  visibility: collapse !important
}

.static{
  position: static !important
}

.fixed{
  position: fixed !important
}

.absolute{
  position: absolute !important
}

.relative{
  position: relative !important
}

.sticky{
  position: sticky !important
}

.inset-0{
  inset: 0px !important
}

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

.bottom-0{
  bottom: 0px !important
}

.left-0{
  left: 0px !important
}

.right-0{
  right: 0px !important
}

.right-6{
  right: 1.5rem !important
}

.top-0{
  top: 0px !important
}

.top-6{
  top: 1.5rem !important
}

.z-0{
  z-index: 0 !important
}

.z-10{
  z-index: 10 !important
}

.z-30{
  z-index: 30 !important
}

.z-40{
  z-index: 40 !important
}

.order-1{
  order: 1 !important
}

.order-2{
  order: 2 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-12{
  margin-bottom: 3rem !important
}

.mb-16{
  margin-bottom: 4rem !important
}

.mb-2{
  margin-bottom: 0.5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-12{
  margin-top: 3rem !important
}

.mt-14{
  margin-top: 3.5rem !important
}

.mt-16{
  margin-top: 4rem !important
}

.mt-2{
  margin-top: 0.5rem !important
}

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

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

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

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

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

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

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

.block{
  display: block !important
}

.inline-block{
  display: inline-block !important
}

.inline{
  display: inline !important
}

.flex{
  display: flex !important
}

.inline-flex{
  display: inline-flex !important
}

.table{
  display: table !important
}

.table-row{
  display: table-row !important
}

.grid{
  display: grid !important
}

.hidden{
  display: none !important
}

.size-5{
  width: 1.25rem !important;
  height: 1.25rem !important
}

.h-0{
  height: 0px !important
}

.h-1\.5{
  height: 0.375rem !important
}

.h-10{
  height: 2.5rem !important
}

.h-11{
  height: 2.75rem !important
}

.h-12{
  height: 3rem !important
}

.h-14{
  height: 3.5rem !important
}

.h-2{
  height: 0.5rem !important
}

.h-20{
  height: 5rem !important
}

.h-24{
  height: 6rem !important
}

.h-28{
  height: 7rem !important
}

.h-3{
  height: 0.75rem !important
}

.h-32{
  height: 8rem !important
}

.h-36{
  height: 9rem !important
}

.h-4{
  height: 1rem !important
}

.h-48{
  height: 12rem !important
}

.h-5{
  height: 1.25rem !important
}

.h-56{
  height: 14rem !important
}

.h-6{
  height: 1.5rem !important
}

.h-64{
  height: 16rem !important
}

.h-7{
  height: 1.75rem !important
}

.h-8{
  height: 2rem !important
}

.h-80{
  height: 20rem !important
}

.h-9{
  height: 2.25rem !important
}

.h-96{
  height: 24rem !important
}

.h-full{
  height: 100% !important
}

.max-h-11{
  max-height: 2.75rem !important
}

.max-h-64{
  max-height: 16rem !important
}

.min-h-0{
  min-height: 0px !important
}

.min-h-full{
  min-height: 100% !important
}

.min-h-screen{
  min-height: 100vh !important
}

.w-1\.5{
  width: 0.375rem !important
}

.w-1\/2{
  width: 50% !important
}

.w-1\/4{
  width: 25% !important
}

.w-10{
  width: 2.5rem !important
}

.w-11{
  width: 2.75rem !important
}

.w-12{
  width: 3rem !important
}

.w-14{
  width: 3.5rem !important
}

.w-16{
  width: 4rem !important
}

.w-2{
  width: 0.5rem !important
}

.w-2\/4{
  width: 50% !important
}

.w-20{
  width: 5rem !important
}

.w-24{
  width: 6rem !important
}

.w-3{
  width: 0.75rem !important
}

.w-3\/4{
  width: 75% !important
}

.w-32{
  width: 8rem !important
}

.w-36{
  width: 9rem !important
}

.w-4{
  width: 1rem !important
}

.w-40{
  width: 10rem !important
}

.w-5{
  width: 1.25rem !important
}

.w-5\/12{
  width: 41.666667% !important
}

.w-5\/6{
  width: 83.333333% !important
}

.w-52{
  width: 13rem !important
}

.w-56{
  width: 14rem !important
}

.w-6{
  width: 1.5rem !important
}

.w-64{
  width: 16rem !important
}

.w-7{
  width: 1.75rem !important
}

.w-7\/12{
  width: 58.333333% !important
}

.w-72{
  width: 18rem !important
}

.w-8{
  width: 2rem !important
}

.w-9{
  width: 2.25rem !important
}

.w-auto{
  width: auto !important
}

.w-full{
  width: 100% !important
}

.min-w-0{
  min-width: 0px !important
}

.min-w-\[140px\]{
  min-width: 140px !important
}

.min-w-full{
  min-width: 100% !important
}

.max-w-2xl{
  max-width: 42rem !important
}

.max-w-3xl{
  max-width: 48rem !important
}

.max-w-4xl{
  max-width: 56rem !important
}

.max-w-7xl{
  max-width: 80rem !important
}

.max-w-full{
  max-width: 100% !important
}

.max-w-lg{
  max-width: 32rem !important
}

.max-w-md{
  max-width: 28rem !important
}

.max-w-prose{
  max-width: 65ch !important
}

.max-w-sm{
  max-width: 24rem !important
}

.max-w-xl{
  max-width: 36rem !important
}

.max-w-xs{
  max-width: 20rem !important
}

.flex-1{
  flex: 1 1 0% !important
}

.flex-shrink{
  flex-shrink: 1 !important
}

.flex-shrink-0{
  flex-shrink: 0 !important
}

.shrink{
  flex-shrink: 1 !important
}

.flex-grow{
  flex-grow: 1 !important
}

.border-collapse{
  border-collapse: collapse !important
}

.origin-top{
  transform-origin: top !important
}

.origin-top-right{
  transform-origin: top right !important
}

.-translate-x-full{
  --tw-translate-x: -100% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.translate-x-0{
  --tw-translate-x: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.-rotate-90{
  --tw-rotate: -90deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.rotate-0{
  --tw-rotate: 0deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.rotate-1{
  --tw-rotate: 1deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.rotate-2{
  --tw-rotate: 2deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.rotate-90{
  --tw-rotate: 90deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.scale-100{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.scale-95{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

@keyframes spin{
  to{
    transform: rotate(360deg)
  }
}

.animate-spin{
  animation: spin 1s linear infinite !important
}

.cursor-default{
  cursor: default !important
}

.cursor-grab{
  cursor: grab !important
}

.cursor-pointer{
  cursor: pointer !important
}

.select-none{
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important
}

.list-none{
  list-style-type: none !important
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important
}

.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important
}

.flex-row{
  flex-direction: row !important
}

.flex-col{
  flex-direction: column !important
}

.content-center{
  align-content: center !important
}

.items-start{
  align-items: flex-start !important
}

.items-end{
  align-items: flex-end !important
}

.items-center{
  align-items: center !important
}

.justify-end{
  justify-content: flex-end !important
}

.justify-center{
  justify-content: center !important
}

.justify-between{
  justify-content: space-between !important
}

.justify-around{
  justify-content: space-around !important
}

.justify-stretch{
  justify-content: stretch !important
}

.justify-items-center{
  justify-items: center !important
}

.gap-1{
  gap: 0.25rem !important
}

.gap-2{
  gap: 0.5rem !important
}

.gap-3{
  gap: 0.75rem !important
}

.gap-4{
  gap: 1rem !important
}

.gap-5{
  gap: 1.25rem !important
}

.gap-6{
  gap: 1.5rem !important
}

.gap-8{
  gap: 2rem !important
}

.gap-x-1\.5{
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important
}

.gap-x-2{
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important
}

.gap-x-4{
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important
}

.gap-x-6{
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important
}

.gap-y-10{
  row-gap: 2.5rem !important
}

.gap-y-2{
  row-gap: 0.5rem !important
}

.gap-y-6{
  row-gap: 1.5rem !important
}

.-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important
}

.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important
}

.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity)) !important
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity)) !important
}

.self-end{
  align-self: flex-end !important
}

.justify-self-start{
  justify-self: start !important
}

.justify-self-end{
  justify-self: end !important
}

.justify-self-stretch{
  justify-self: stretch !important
}

.overflow-hidden{
  overflow: hidden !important
}

.overflow-x-auto{
  overflow-x: auto !important
}

.overflow-y-auto{
  overflow-y: auto !important
}

.overflow-y-hidden{
  overflow-y: hidden !important
}

.overflow-y-scroll{
  overflow-y: scroll !important
}

.truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important
}

.rounded{
  border-radius: 0.25rem !important
}

.rounded-full{
  border-radius: 9999px !important
}

.rounded-lg{
  border-radius: 0.5rem !important
}

.rounded-md{
  border-radius: 0.375rem !important
}

.rounded-sm{
  border-radius: 0.125rem !important
}

.rounded-xl{
  border-radius: 0.75rem !important
}

.rounded-l-md{
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important
}

.rounded-l-none{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important
}

.rounded-r-md{
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important
}

.rounded-t-md{
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important
}

.rounded-tl-xl{
  border-top-left-radius: 0.75rem !important
}

.rounded-tr-xl{
  border-top-right-radius: 0.75rem !important
}

.border{
  border-width: 1px !important
}

.border-0{
  border-width: 0px !important
}

.border-4{
  border-width: 4px !important
}

.border-b{
  border-bottom-width: 1px !important
}

.border-b-0{
  border-bottom-width: 0px !important
}

.border-b-2{
  border-bottom-width: 2px !important
}

.border-l{
  border-left-width: 1px !important
}

.border-r{
  border-right-width: 1px !important
}

.border-t{
  border-top-width: 1px !important
}

.border-t-8{
  border-top-width: 8px !important
}

.border-blue-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 219 254 / var(--tw-border-opacity)) !important
}

.border-blue-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity)) !important
}

.border-gray-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important
}

.border-gray-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important
}

.border-gray-800\/30{
  border-color: rgb(31 41 55 / 0.3) !important
}

.border-primaryDarker{
  border-color: var(--color-primary--darker) !important
}

.border-red-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / var(--tw-border-opacity)) !important
}

.bg-background{
  background-color: var(--color-background) !important
}

.bg-blue-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity)) !important
}

.bg-blue-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity)) !important
}

.bg-blue-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important
}

.bg-brown-lighter{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 246 239 / var(--tw-bg-opacity)) !important
}

.bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important
}

.bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important
}

.bg-gray-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important
}

.bg-gray-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important
}

.bg-gray-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important
}

.bg-gray-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity)) !important
}

.bg-green-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity)) !important
}

.bg-green-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity)) !important
}

.bg-green-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity)) !important
}

.bg-green-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity)) !important
}

.bg-indigo-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity)) !important
}

.bg-indigo-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity)) !important
}

.bg-link{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(27 106 201 / var(--tw-bg-opacity)) !important
}

.bg-mainBlue{
  background-color: var(--color-mainBlue) !important
}

.bg-primary{
  background-color: var(--color-primary) !important
}

.bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important
}

.bg-red-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important
}

.bg-secondary{
  background-color: var(--color-secondary) !important
}

.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important
}

.bg-yellow-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity)) !important
}

.bg-yellow-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity)) !important
}

.bg-yellow-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity)) !important
}

.bg-yellow-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity)) !important
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6 !important
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75 !important
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important
}

.from-black{
  --tw-gradient-from: var(--color-black) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important
}

.from-gray-900{
  --tw-gradient-from: #111827 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important
}

.object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important
}

.object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important
}

.object-center{
  -o-object-position: center !important;
     object-position: center !important
}

.p-0{
  padding: 0px !important
}

.p-1{
  padding: 0.25rem !important
}

.p-10{
  padding: 2.5rem !important
}

.p-2{
  padding: 0.5rem !important
}

.p-3{
  padding: 0.75rem !important
}

.p-4{
  padding: 1rem !important
}

.p-5{
  padding: 1.25rem !important
}

.p-6{
  padding: 1.5rem !important
}

.p-8{
  padding: 2rem !important
}

.px-0{
  padding-left: 0px !important;
  padding-right: 0px !important
}

.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important
}

.px-14{
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important
}

.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important
}

.px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important
}

.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important
}

.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important
}

.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important
}

.py-0\.5{
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important
}

.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important
}

.py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important
}

.py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important
}

.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important
}

.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important
}

.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important
}

.py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-7{
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important
}

.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important
}

.pb-10{
  padding-bottom: 2.5rem !important
}

.pb-12{
  padding-bottom: 3rem !important
}

.pb-2{
  padding-bottom: 0.5rem !important
}

.pb-20{
  padding-bottom: 5rem !important
}

.pb-3{
  padding-bottom: 0.75rem !important
}

.pb-4{
  padding-bottom: 1rem !important
}

.pb-6{
  padding-bottom: 1.5rem !important
}

.pb-8{
  padding-bottom: 2rem !important
}

.pl-0{
  padding-left: 0px !important
}

.pl-1{
  padding-left: 0.25rem !important
}

.pl-2{
  padding-left: 0.5rem !important
}

.pl-4{
  padding-left: 1rem !important
}

.pr-12{
  padding-right: 3rem !important
}

.pr-2{
  padding-right: 0.5rem !important
}

.pr-4{
  padding-right: 1rem !important
}

.pr-8{
  padding-right: 2rem !important
}

.pt-0{
  padding-top: 0px !important
}

.pt-1{
  padding-top: 0.25rem !important
}

.pt-12{
  padding-top: 3rem !important
}

.pt-16{
  padding-top: 4rem !important
}

.pt-2{
  padding-top: 0.5rem !important
}

.pt-3{
  padding-top: 0.75rem !important
}

.pt-4{
  padding-top: 1rem !important
}

.pt-5{
  padding-top: 1.25rem !important
}

.pt-6{
  padding-top: 1.5rem !important
}

.pt-8{
  padding-top: 2rem !important
}

.text-left{
  text-align: left !important
}

.text-center{
  text-align: center !important
}

.text-right{
  text-align: right !important
}

.align-top{
  vertical-align: top !important
}

.align-middle{
  vertical-align: middle !important
}

.align-bottom{
  vertical-align: bottom !important
}

.\!text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important
}

.text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important
}

.text-3xl{
  font-size: 1.875rem !important;
  line-height: 2.25rem !important
}

.text-4xl{
  font-size: 2.25rem !important;
  line-height: 2.5rem !important
}

.text-5xl{
  font-size: 3rem !important;
  line-height: 1 !important
}

.text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important
}

.text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important
}

.text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important
}

.text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important
}

.text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important
}

.font-bold{
  font-weight: 700 !important
}

.font-extrabold{
  font-weight: 800 !important
}

.font-medium{
  font-weight: 500 !important
}

.font-normal{
  font-weight: 400 !important
}

.font-semibold{
  font-weight: 600 !important
}

.uppercase{
  text-transform: uppercase !important
}

.capitalize{
  text-transform: capitalize !important
}

.italic{
  font-style: italic !important
}

.leading-6{
  line-height: 1.5rem !important
}

.leading-8{
  line-height: 2rem !important
}

.leading-none{
  line-height: 1 !important
}

.tracking-tight{
  letter-spacing: -0.025em !important
}

.tracking-wide{
  letter-spacing: 0.025em !important
}

.text-black{
  color: var(--color-black) !important
}

.text-blue-400{
  --tw-text-opacity: 1 !important;
  color: rgb(96 165 250 / var(--tw-text-opacity)) !important
}

.text-blue-700{
  --tw-text-opacity: 1 !important;
  color: rgb(29 78 216 / var(--tw-text-opacity)) !important
}

.text-brown-dark{
  color: var(--color-brown) !important
}

.text-danger{
  color: var(--color-danger) !important
}

.text-gray-200{
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity)) !important
}

.text-gray-300{
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity)) !important
}

.text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important
}

.text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important
}

.text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important
}

.text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important
}

.text-gray-800{
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important
}

.text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important
}

.text-green-300{
  --tw-text-opacity: 1 !important;
  color: rgb(110 231 183 / var(--tw-text-opacity)) !important
}

.text-green-500{
  --tw-text-opacity: 1 !important;
  color: rgb(16 185 129 / var(--tw-text-opacity)) !important
}

.text-green-600{
  --tw-text-opacity: 1 !important;
  color: rgb(5 150 105 / var(--tw-text-opacity)) !important
}

.text-green-700{
  --tw-text-opacity: 1 !important;
  color: rgb(4 120 87 / var(--tw-text-opacity)) !important
}

.text-green-800{
  --tw-text-opacity: 1 !important;
  color: rgb(6 95 70 / var(--tw-text-opacity)) !important
}

.text-indigo-400{
  --tw-text-opacity: 1 !important;
  color: rgb(129 140 248 / var(--tw-text-opacity)) !important
}

.text-indigo-600{
  --tw-text-opacity: 1 !important;
  color: rgb(79 70 229 / var(--tw-text-opacity)) !important
}

.text-indigo-800{
  --tw-text-opacity: 1 !important;
  color: rgb(55 48 163 / var(--tw-text-opacity)) !important
}

.text-mainBlue{
  color: var(--color-mainBlue) !important
}

.text-primary{
  color: var(--color-primary) !important
}

.text-red-300{
  --tw-text-opacity: 1 !important;
  color: rgb(252 165 165 / var(--tw-text-opacity)) !important
}

.text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important
}

.text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important
}

.text-secondaryDarker{
  color: var(--color-secondary--darker) !important
}

.text-success{
  color: var(--color-success) !important
}

.text-warning{
  color: var(--color-warning) !important
}

.text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}

.text-yellow-500{
  --tw-text-opacity: 1 !important;
  color: rgb(245 158 11 / var(--tw-text-opacity)) !important
}

.text-yellow-600{
  --tw-text-opacity: 1 !important;
  color: rgb(217 119 6 / var(--tw-text-opacity)) !important
}

.text-yellow-700{
  --tw-text-opacity: 1 !important;
  color: rgb(180 83 9 / var(--tw-text-opacity)) !important
}

.text-yellow-800{
  --tw-text-opacity: 1 !important;
  color: rgb(146 64 14 / var(--tw-text-opacity)) !important
}

.underline{
  text-decoration-line: underline !important
}

.antialiased{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important
}

.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity)) !important
}

.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity)) !important
}

.opacity-0{
  opacity: 0 !important
}

.opacity-100{
  opacity: 1 !important
}

.opacity-25{
  opacity: 0.25 !important
}

.opacity-30{
  opacity: 0.3 !important
}

.opacity-50{
  opacity: 0.5 !important
}

.opacity-75{
  opacity: 0.75 !important
}

.mix-blend-multiply{
  mix-blend-mode: multiply !important
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important
}

.outline{
  outline-style: solid !important
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.ring-gray-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity)) !important
}

.ring-opacity-5{
  --tw-ring-opacity: 0.05 !important
}

.blur{
  --tw-blur: blur(8px) !important;
  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) !important
}

.contrast-200{
  --tw-contrast: contrast(2) !important;
  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) !important
}

.grayscale{
  --tw-grayscale: grayscale(100%) !important;
  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) !important
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important
}

.transition-all{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important
}

.transition-opacity{
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important
}

.duration-100{
  transition-duration: 100ms !important
}

.duration-150{
  transition-duration: 150ms !important
}

.duration-300{
  transition-duration: 300ms !important
}

.duration-500{
  transition-duration: 500ms !important
}

.duration-75{
  transition-duration: 75ms !important
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important
}

.ease-linear{
  transition-timing-function: linear !important
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important
}

.turbo-progress-bar{
  background-color: var(--color-primary--darker)
}

.ai-button{
  margin-top:10px;
  padding:8px 16px;
  background-color:#4caf50;
  color:#fff;
  border:none;
  border-radius:4px;
  cursor:pointer
}

.ai-button:hover{
  background-color:#45a049
}

@media (min-width: 640px){
  .sm\:aspect-h-1{
    --tw-aspect-h: 1
  }

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

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

.focus-within\: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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.focus-within\:ring-inset:focus-within{
  --tw-ring-inset: inset !important
}

.focus-within\:ring-primary:focus-within{
  --tw-ring-color: var(--color-primary) !important
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important
}

.hover\:bg-primaryDarker:hover{
  background-color: var(--color-primary--darker) !important
}

.hover\:bg-secondaryDarker:hover{
  background-color: var(--color-secondary--darker) !important
}

.hover\:bg-yellow-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity)) !important
}

.hover\:bg-opacity-70:hover{
  --tw-bg-opacity: 0.7 !important
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important
}

.hover\:text-primary:hover{
  color: var(--color-primary) !important
}

.hover\:text-primaryDarker:hover{
  color: var(--color-primary--darker) !important
}

.hover\:underline:hover{
  text-decoration-line: underline !important
}

.hover\:filter-none:hover{
  filter: none !important
}

.focus\:border-b:focus{
  border-bottom-width: 1px !important
}

.focus\:outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.focus\:ring-inset:focus{
  --tw-ring-inset: inset !important
}

.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity)) !important
}

.focus\:ring-pink-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity)) !important
}

.focus\:ring-primary:focus{
  --tw-ring-color: var(--color-primary) !important
}

.focus\:ring-primaryDarker:focus{
  --tw-ring-color: var(--color-primary--darker) !important
}

.focus\:ring-white:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity)) !important
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px !important
}

.group:hover .group-hover\:text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important
}

.group:hover .group-hover\:text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important
}

.group:hover .group-hover\:text-primary{
  color: var(--color-primary) !important
}

.group:hover .group-hover\:opacity-95{
  opacity: 0.95 !important
}

@media (min-width: 640px){
  .sm\:order-1{
    order: 1 !important
  }

  .sm\:order-2{
    order: 2 !important
  }

  .sm\:col-span-1{
    grid-column: span 1 / span 1 !important
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2 !important
  }

  .sm\:col-span-3{
    grid-column: span 3 / span 3 !important
  }

  .sm\:col-span-4{
    grid-column: span 4 / span 4 !important
  }

  .sm\:col-span-5{
    grid-column: span 5 / span 5 !important
  }

  .sm\:col-span-6{
    grid-column: span 6 / span 6 !important
  }

  .sm\:col-span-8{
    grid-column: span 8 / span 8 !important
  }

  .sm\:row-span-4{
    grid-row: span 4 / span 4 !important
  }

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

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

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

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

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

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

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

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

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

  .sm\:block{
    display: block !important
  }

  .sm\:inline-block{
    display: inline-block !important
  }

  .sm\:flex{
    display: flex !important
  }

  .sm\:grid{
    display: grid !important
  }

  .sm\:inline-grid{
    display: inline-grid !important
  }

  .sm\:h-10{
    height: 2.5rem !important
  }

  .sm\:h-16{
    height: 4rem !important
  }

  .sm\:h-72{
    height: 18rem !important
  }

  .sm\:h-96{
    height: 24rem !important
  }

  .sm\:h-screen{
    height: 100vh !important
  }

  .sm\:w-1\/2{
    width: 50% !important
  }

  .sm\:w-1\/3{
    width: 33.333333% !important
  }

  .sm\:w-1\/4{
    width: 25% !important
  }

  .sm\:w-10\/12{
    width: 83.333333% !important
  }

  .sm\:w-16{
    width: 4rem !important
  }

  .sm\:w-2\/3{
    width: 66.666667% !important
  }

  .sm\:w-2\/4{
    width: 50% !important
  }

  .sm\:w-2\/5{
    width: 40% !important
  }

  .sm\:w-2\/6{
    width: 33.333333% !important
  }

  .sm\:w-3\/4{
    width: 75% !important
  }

  .sm\:w-4\/12{
    width: 33.333333% !important
  }

  .sm\:w-8\/12{
    width: 66.666667% !important
  }

  .sm\:w-96{
    width: 24rem !important
  }

  .sm\:w-full{
    width: 100% !important
  }

  .sm\:max-w-3xl{
    max-width: 48rem !important
  }

  .sm\:max-w-full{
    max-width: 100% !important
  }

  .sm\:max-w-lg{
    max-width: 32rem !important
  }

  .sm\:max-w-md{
    max-width: 28rem !important
  }

  .sm\:max-w-none{
    max-width: none !important
  }

  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important
  }

  .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important
  }

  .sm\:flex-row{
    flex-direction: row !important
  }

  .sm\:items-center{
    align-items: center !important
  }

  .sm\:justify-center{
    justify-content: center !important
  }

  .sm\:gap-5{
    gap: 1.25rem !important
  }

  .sm\:gap-6{
    gap: 1.5rem !important
  }

  .sm\:gap-8{
    gap: 2rem !important
  }

  .sm\:gap-px{
    gap: 1px !important
  }

  .sm\:gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important
  }

  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity)) !important
  }

  .sm\:overflow-hidden{
    overflow: hidden !important
  }

  .sm\:rounded-2xl{
    border-radius: 1rem !important
  }

  .sm\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important
  }

  .sm\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important
  }

  .sm\:rounded-tr-none{
    border-top-right-radius: 0px !important
  }

  .sm\:p-0{
    padding: 0px !important
  }

  .sm\:p-6{
    padding: 1.5rem !important
  }

  .sm\:p-8{
    padding: 2rem !important
  }

  .sm\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important
  }

  .sm\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .sm\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .sm\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .sm\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .sm\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .sm\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .sm\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
  }

  .sm\:pl-3{
    padding-left: 0.75rem !important
  }

  .sm\:pr-8{
    padding-right: 2rem !important
  }

  .sm\:pt-3{
    padding-top: 0.75rem !important
  }

  .sm\:pt-6{
    padding-top: 1.5rem !important
  }

  .sm\:text-left{
    text-align: left !important
  }

  .sm\:text-center{
    text-align: center !important
  }

  .sm\:align-middle{
    vertical-align: middle !important
  }

  .sm\:text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important
  }

  .sm\:text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important
  }

  .sm\:text-4xl{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important
  }

  .sm\:text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important
  }

  .sm\:text-6xl{
    font-size: 3.75rem !important;
    line-height: 1 !important
  }

  .sm\:text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important
  }

  .sm\:text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important
  }
}

@media (min-width: 768px){
  .md\:fixed{
    position: fixed !important
  }

  .md\:absolute{
    position: absolute !important
  }

  .md\:inset-y-0{
    top: 0px !important;
    bottom: 0px !important
  }

  .md\:left-0{
    left: 0px !important
  }

  .md\:order-1{
    order: 1 !important
  }

  .md\:order-2{
    order: 2 !important
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3 !important
  }

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

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

  .md\:mb-16{
    margin-bottom: 4rem !important
  }

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

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

  .md\:flex{
    display: flex !important
  }

  .md\:grid{
    display: grid !important
  }

  .md\:hidden{
    display: none !important
  }

  .md\:h-96{
    height: 24rem !important
  }

  .md\:h-full{
    height: 100% !important
  }

  .md\:w-1\/2{
    width: 50% !important
  }

  .md\:w-48{
    width: 12rem !important
  }

  .md\:w-\[400px\]{
    width: 400px !important
  }

  .md\:flex-1{
    flex: 1 1 0% !important
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important
  }

  .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important
  }

  .md\:flex-col{
    flex-direction: column !important
  }

  .md\:items-center{
    align-items: center !important
  }

  .md\:justify-start{
    justify-content: flex-start !important
  }

  .md\:justify-between{
    justify-content: space-between !important
  }

  .md\:gap-8{
    gap: 2rem !important
  }

  .md\:gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important
  }

  .md\:gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important
  }

  .md\:gap-y-3{
    row-gap: 0.75rem !important
  }

  .md\:gap-y-8{
    row-gap: 2rem !important
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important
  }

  .md\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .md\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .md\:pl-10{
    padding-left: 2.5rem !important
  }

  .md\:pl-56{
    padding-left: 14rem !important
  }

  .md\:pl-64{
    padding-left: 16rem !important
  }

  .md\:text-left{
    text-align: left !important
  }

  .md\:text-4xl{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important
  }

  .md\:text-6xl{
    font-size: 3.75rem !important;
    line-height: 1 !important
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute !important
  }

  .lg\:relative{
    position: relative !important
  }

  .lg\:inset-y-0{
    top: 0px !important;
    bottom: 0px !important
  }

  .lg\:right-0{
    right: 0px !important
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3 !important
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5 !important
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6 !important
  }

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

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

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

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

  .lg\:grid{
    display: grid !important
  }

  .lg\:h-10{
    height: 2.5rem !important
  }

  .lg\:h-24{
    height: 6rem !important
  }

  .lg\:h-auto{
    height: auto !important
  }

  .lg\:h-full{
    height: 100% !important
  }

  .lg\:w-1\/2{
    width: 50% !important
  }

  .lg\:w-10{
    width: 2.5rem !important
  }

  .lg\:w-24{
    width: 6rem !important
  }

  .lg\:w-72{
    width: 18rem !important
  }

  .lg\:max-w-4xl{
    max-width: 56rem !important
  }

  .lg\:max-w-5xl{
    max-width: 64rem !important
  }

  .lg\:max-w-7xl{
    max-width: 80rem !important
  }

  .lg\:max-w-md{
    max-width: 28rem !important
  }

  .lg\:max-w-none{
    max-width: none !important
  }

  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important
  }

  .lg\:gap-8{
    gap: 2rem !important
  }

  .lg\:gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important
  }

  .lg\:gap-x-8{
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important
  }

  .lg\:gap-y-4{
    row-gap: 1rem !important
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important
  }

  .lg\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .lg\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .lg\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .lg\:pb-0{
    padding-bottom: 0px !important
  }

  .lg\:pb-28{
    padding-bottom: 7rem !important
  }

  .lg\:pt-12{
    padding-top: 3rem !important
  }

  .lg\:pt-24{
    padding-top: 6rem !important
  }

  .lg\:text-left{
    text-align: left !important
  }

  .lg\:text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important
  }

  .lg\:text-4xl{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important
  }

  .lg\:text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important
  }

  .lg\:text-6xl{
    font-size: 3.75rem !important;
    line-height: 1 !important
  }

  .lg\:text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important
  }
}

@media (min-width: 1280px){
  .xl\:col-span-1{
    grid-column: span 1 / span 1 !important
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2 !important
  }

  .xl\:inline{
    display: inline !important
  }

  .xl\:pr-16{
    padding-right: 4rem !important
  }
}

@media (forced-colors: active){
  .forced-colors\:text-\[Highlight\]{
    color: Highlight !important
  }
}
